back
user profile

AlexeyBrin

11,534karma·1,345submissions·January 25, 2013
recent activity (1,345 total)
comment
If anyone wants to try the flavour of Scheme used in the book, install Racket and use: #lang simply-scheme
6mo ago·view thread
comment
Not the same experience of course, but I think you can watch the presentations you've missed https://fosdem.org/2026/schedule/streaming/ …
6mo ago·view thread
comment
> When CEOs and founders and project leads leverage their audience for politics, then their tools are absolutely a political choice. Be it DHH’s latest fasho ramblings or every time you do ‘swift b…
6mo ago·view thread
comment
I feel slightly disappointed. At the same time nobody is obliged to live like the public (or his "fans") think that person should live.
6mo ago·view thread
comment
On the paid version it is 5.2.
6mo ago·view thread
comment
Codecrafters is fun if you have the time to do their (paid) challenges.
6mo ago·view thread
comment
> Being European it's such a strange concept that you don't have to pay to bring books to your home. Pretty sure Europe is diverse enough that there are countries where the access to publ…
6mo ago·view thread
comment
> there were better tools to do their operating systems research on. I think that's the key, Ritchie, Thompson, Pike were interested in OS research while people that love C today just want a…
6mo ago·view thread
comment
You can't 100% be sure the AI won't hallucinate. If you don't want to manually check it, you can have a different AI check it and if it finds something suspect flag it for a human to ve…
6mo ago·view thread
comment
> Recently got a Matic robot This probably has nothing to do with gen AI (the kind of AI Nadela is speaking about).
6mo ago·view thread
comment
AFAIK there is no Rust compiler for Plan 9 or 9front. The project is using a dialect of C and its own C compiler(s). I doubt adding Rust to the mix will help. For a research OS, C is a nice clean lang…
7mo ago·view thread
comment
Many years ago I've used Editra under Linux, it was crashing and losing my unsaved changes at least once a day. Sure, these days you could (and should) use source control, but still I would be co…
7mo ago·view thread
comment
I appreciate that the author clearly states that he wrote the book with various LLMs. This way people that don't want to read LLM generated text (like me) can skip it and LLM enthusiasts can enjo…
7mo ago·view thread
comment
Nobody is imposing anything, feel free to ignore my philosophy of death which I like to call reality.
7mo ago·view thread
comment
IMHO, it is a terrible idea. Why would I feel offended by a cemetery ? Death is a part of life. It sounds like you are trying to transform cemeteries in find a pokemon like game, which some people w…
7mo ago·view thread
comment
Google removes some of its AI summaries after users’ health put at risk. Not all AI health related summaries were removed.
7mo ago·view thread
comment
The honest answer is that nobody really knows.
7mo ago·view thread
comment
Your CTO is right, reviewing code is harder than writing it. Any experienced programmer will confirm that. If the human is the bottleneck the logical step is to use a different AI to review the code…
7mo ago·view thread
comment
On lulu.com you can get a really good idea of how much it will cost to publish a physical book.
7mo ago·view thread
comment
I guess the idea is that if the code does not crash at this line: DEBUGASSERT(slen < dsize); it means it succeeded. Although some compilers will remove the assertions in release builds. I …
7mo ago·view thread