Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rahen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
rahen
26d ago
You asked if there was "tangible benefit to end user or developer using ai assisted development". My answer is no, it can be done but has no benefits for this use case. Use Rust here, because its compiler acts as an AI safety net.
2.
▲
by
rahen
26d ago
Use Rust if you're not writing code yourself. The borrow checker will catch all kinds of bugs that AI-generated code will happily compile in Zig but will blow up as UB at runtime. Zig's value prop is different and closer to a mode
3.
▲
by
rahen
1mo ago
It definitely is vibe-coded, but yogthos is a competent programmer who has been working on public Clojure projects and repos since 2009, and has maintained a large Clojure framework since well before LLMs were a thing. I don't think &q
4.
▲
by
rahen
1mo ago
Not slop, though. The main developer is Dmitri Sotnikov (yogthos), who's been around in the Clojure scene for a long time and knows what he's doing. However, you're right to point out that the development is moving really fas
5.
▲
by
rahen
1mo ago
Four day old repo with 92K lines added per day, okay... There is basically no evidence of human competence in this repo. This is yet another "rewrite in Rust with Claude" project that brings nothing to the table, but devalues expe
6.
▲
by
rahen
1mo ago
This was common back then. The PDP-8 had eight primary instructions, although one of them was multi-purpose. This helped keep the hardware simple when we didn't have ICs. RISC isn't about having a small ISA but about a regular, or
7.
▲
by
rahen
1mo ago
The author has also published a Setun-70 emulator (a Soviet ternary computer rather than a binary one): https://github.com/Zaneham/setun70-emulator
8.
▲
Voyager 1 FDS Computer Emulator
(zaneham.github.io)
92 points
by
rahen
1mo ago
|
17 comments
9.
▲
The Maxwell Conjecture Is False (GPT 5.6 Sol)
(arxiv.org)
157 points
by
rahen
2mo ago
|
142 comments
10.
▲
by
rahen
2mo ago
I was initially surprised because this is not a good use case for Scheme. The current C implementation is clean and efficient, and I'd rather use Scheme to replace some messy Python code with its dependency hell. And then I saw this: &
11.
▲
by
rahen
3mo ago
Not very far off, the IBM 1130 was very much built around its punch-card reader. I've written a backprop in Fortran IV for the 1130 and while it works, it was tedious. Add ten more years, and the IBM 801 could have been a CPU architect
12.
▲
by
rahen
3mo ago
What kind of virtualization do you use internally? I assume some kind of LXD fork? OrbStack really feels like a single-node Incus host.
13.
▲
by
rahen
3mo ago
The first AI winter was largely triggered by Minsky in a book he published in 1969, which mathematically proved that single-layer perceptrons couldn't solve non-linear problems. Favorite quote: "Our intuitive judgment is that the
14.
▲
by
rahen
3mo ago
In the early days of machine learning (before the first AI winter), networks like this were often implemented and trained in hardware: https://en.wikipedia.org/wiki/ADALINE That was the first thing that came to mind wh
15.
▲
by
rahen
3mo ago
The Gamma 3, which competed with the 604, only had about 400 tubes as far as I remember: https://en.wikipedia.org/wiki/Bull_Gamma_3 Both the 604 and the G3 were bit serial to save components.
16.
▲
by
rahen
4mo ago
Scheme has a coherent and minimalist design, but its ecosystem and abstraction facilities feel too sparse for large applications. When I started building a Lisp-based machine learning framework, Guile seemed like the right choice because it
17.
▲
by
rahen
4mo ago
I was thinking of curated replay buffers, which would act like "dreams". To prevent collapse, the offline dataset would mix the new mid-term data with a baseline of anchor data (the original training distribution) so the model doe
18.
▲
by
rahen
4mo ago
That's an idea I had a few months ago: after going through a compaction once the KV cache is nearing capacity, accumulate this knowledge into a dataset to fine-tune a LoRA during offline hours. This would create a three-layer memory sy
19.
▲
by
rahen
4mo ago
Strictly speaking, this is very domain-specific and doesn't enable any performance that Triton couldn't already achieve (eliminating global memory round-trips via epilogue fusion is nothing new). The real takeaway is the design s
20.
▲
by
rahen
4mo ago
There is ongoing research on neural cellular automata, as they seem to be a very efficient way to generate pretraining tokens: https://arxiv.org/html/2603.10055v1
21.
▲
by
rahen
4mo ago
Emacs Lisp is a descendant of PDP-10 MAClisp, which makes it one of the oldest Lisp dialects still actively maintained. Whether it's version 24.5 or 30.2 doesn't make much of a difference semantically.
22.
▲
by
rahen
4mo ago
Previous: https://news.ycombinator.com/item?id=47861270
23.
▲
by
rahen
4mo ago
Obvious slop still makes it to the front page of HN, and sometimes farms GitHub stars. These posts also usually get all these glowing comments from users who clearly haven't checked the code. It's even worse when authors get buste
24.
▲
by
rahen
5mo ago
Ink is the Electron of text-based apps. I tried OpenCode out of curiosity, it routinely used hundreds of megabytes of memory. I'll stick with Emacs as my TUI platform of choice, especially for tool-assisted development.
25.
▲
by
rahen
5mo ago
> try making a DAW in it... It would in fact work pretty well for a tracker.
26.
▲
by
rahen
5mo ago
Jank looks promising if you want a typed Lisp. It’s essentially native Clojure without the JVM: https://jank-lang.org/ In case you're into machine learning, I'm also building something similar - a tensor-first, na
27.
▲
by
rahen
5mo ago
I wonder how they plan to implement that on decentralized social networks such as Nostr. I assume targeting big centralized networks such as X and Facebook is good enough.
28.
▲
by
rahen
5mo ago
Some subreddits have already taken measures against this: https://www.reddit.com/r/ProgrammingLanguages/comments/1sd66... Same everywhere: avalanches of AI garbage and intellectual dishonesty. People claimin
29.
▲
by
rahen
5mo ago
Before WSL, the best ways to run unmodified Linux binaries inside Windows were CoLinux and flinux. http://www.colinux.org/ https://github.com/wishstudio/flinux flinux essentially had the architecture o
30.
▲
by
rahen
5mo ago
Yes. The author mentions Claude for testing, but it was obviously used for the README and code as well. This is a giveaway for AI generation, from the docstring to the terrible opcode dispatch (Claude sucks at assembly or low-level optimiza
More ›