back
user profile
Rochus
4,228karma·3,235submissions·November 19, 2018
about
see http://rochus-keller.ch
recent activity (3,235 total)
comment
The author writes in the book explicitly "This is a modified version of config.h for compiling a small Minix system with only the options described in the text". This leaves no doubt that th…
comment
The book version is a subset of Minix version 3.1.0 (see https://github.com/rochus-keller/Minix3/tree/3.1.0 ). The sursprise comes when you try to compile the minimal bo…
comment
> that's N times the fundamental as the Nth Harmonic It's not actually "N times", isn't it?
comment
Semi-formal human language will replace programming languages for a large part. As we are able to write specifications and build huge and complex systems based on it (as e.g. the Apollo program alread…
comment
previous: https://news.ycombinator.com/item?id=46919918
comment
Interesting. Just wanted to note that this is about the expensive J-Link, not the J-Link EDU (which nowadays is a "mini" version, officially supporting the Pi Picos).
comment
This article is about a neurological condition where people derive no pleasure from music, through the personal story of someone affected. I wasn't aware that such a condition exists. Apparently …
comment
That's a cool project. Amazing that the bytecode interpreter is slower than the AST interpreter also here. Wasn't there a paper by S. Marr's team which came to the same conclusion?
comment
I didn't try what you suggested, but even without better control of the music with more structured prompts, I think the musicality of this system is much lower than what we have commercially. I m…
comment
This is a competent introduction to Stoicism; it successfully debunks the most common myth, that Stoics are emotionless robots. However, the text presents a somewhat "sanitized" version of t…
comment
previous: https://news.ycombinator.com/item?id=46919918
comment
Neely's core thesis seems to be that AI music companies (like Suno) are not "democratizing" music, but are engaging in a form of "wealth extraction" designed to turn music int…
comment
Well, it's like a few people still make music, even if there is Suno ;-)
comment
The main problem are the artifacts on the individual sounds generated by the LLM. If the sound is "muffled", you can usually correct the sound with filters, exciters and compressors (even au…
comment
I'm not particularly sure what the autor's claim has to do with Wirth, but there is a quote which he could have added to the article: "To hell with AI" (see https://inf.…
comment
I prefer Simula 67 ;-)
comment
The author is a CTO/CPTO who explicitly describes himself as a "hands-off manager", who hasn't touched code in over many years. His view that GenAI "only speeds up the typing&…
comment
Actually the whole thing has nothing to do with Rust at all. It's just that one of the proposals was about integrating a borrow-checker into C++. The timeline events and technical explanations of…
comment
Neil was one of the authors of MUMPS ("Massachusetts General Hospital Utility Multi-Programming System", see https://en.wikipedia.org/wiki/MUMPS ), which appeared in 196…
comment
This is an interesting system that I studied closely a few years ago, along with a few others based on Lua or Python. What surprises me enormously about all these systems is the fact that, in builds t…
comment
This is unexpected. According to the article, research across 80 countries suggests that when schools introduce digital technology, student performance drops significantly. Students who use computers …
comment
Looks interesting; but somehow this is the umpteenth Rust OS project I came across the last few month; I've lost count.
comment
The author has the opinion, that AI coding tools have made us faster, but we're still the bottleneck because we have to be present and actively engaged. He conclude the next leap in productivity …
comment
previous discussion: https://news.ycombinator.com/item?id=46723576
comment
Eisenberg articulates a future where Artificial Intelligence (AI) fundamentally shifts the programmer's role but does not eliminate the need for precise languages. He claims: - The future divisio…
comment
AI causes just an intensification of longstanding problems. The "publish or perish" pressure has compromised research integrity for decades (including manipulated peer reviews, massaged or f…
comment
ad infinitum ;-)
comment
So what we need is essentially a "libc virtualization". But Musl is only available on Linux, isn't it? Cosmopolitan ( https://github.com/jart/cosmopolitan ) goes fur…