Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
clx75
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
clx75
7mo ago
Tool definitions: https://github.com/cellux/dotfiles/blob/master/.emacs.d/rb-g... Implementation: https://github.com/cellux/dotfiles/blob/master/.emacs.d/rb-
2.
▲
by
clx75
7mo ago
During my first LLM experiments in Emacs using gptel, I also found that the LLM has considerable difficulties changing source code files with the Unix patch tool. As Emacs has a built-in tree-sitter package, I implemented this same idea. I
3.
▲
by
clx75
10mo ago
1. Langsam - https://github.com/cellux/langsam This is an AST-walking interpreter for my personal LISP dialect written in C. Once it's ready, I would use it to implement a low-level, statically typed language (Sch
4.
▲
by
clx75
1y ago
I am fascinated by the idea of building something like the Lisp Machines or Smalltalk 80 from scratch. Build a Forth in assembly, build a Lisp in Forth, build an OS and computing environment in Lisp. AOT-compile only the Forth interpreter,
5.
▲
by
clx75
2y ago
Yes, we started with Kopf. As we understood it, Kopf lets you build an entire operator in Python, with the watch/update/cache/expansion logic all implemented in Python. But the first operator we wrote in it just didn't f
6.
▲
by
clx75
2y ago
Some of the resources are short-lived, including jobs and dev containers. The corresponding CRs are created/updated/deleted directly in the cluster by the project users through a REST API. For these, expansion of the CR into child
7.
▲
by
clx75
2y ago
At work we are using Metacontroller to implement our "operators". Quoted because these are not real operators but rather Metacontroller plugins, written in Python. All the watch and update logic - plus the resource caching - is ou
8.
▲
by
clx75
3y ago
Based on my personal experience with psychedelics I used to think that these medicines could be a tool to wake people up. Actually, after seeing what else has been tried and failed, I came to the conclusion that psychedelics are the _only_
9.
▲
by
clx75
4y ago
Or if laws were executable descriptions of how to make certain changes to world state. There could be some sort of VM (state machine?) which executes these laws (programs). A queue accepts change requests from the edges, e.g. citizen1 wants
10.
▲
by
clx75
4y ago
I'm really fond of the idea of writing music like this. From all available implementations of the idea, I probably like Extempore ( https://github.com/digego/extempore ) the most. Extempore provides a low-level C-li
11.
▲
Show HN: Cowbells – A Clojure library for musical experiments and live coding
(github.com)
3 points
by
clx75
5y ago
|
0 comments