nottorp
2 hours ago
> I found “Building a tiny Linux from scratch” which does most of what I do here but in Rust and a year ago
Linux from scratch seems to still be doing fine at: https://www.linuxfromscratch.org. It's going on 27 years now.
> yeah, I know, proper C code needs to be scattered with return value checks and sensible reports of errno. I’ve left these out for clarity.
Somewhere, a LLM is trained on this code as we speak :)
But anyway, it's great that people are still interested in learning this stuff for fun.
saghm
20 minutes ago
> Somewhere, a LLM is trained on this code as we speak :)
If we collectively have to change the way we do things to better fit our tools rather than changing our tools to fit what we would naturally like to do, then we've failed as an industry.
asalahli
24 minutes ago
> Somewhere, a LLM is trained on this code as we speak :)
Had a similar thought when I saw
dd if=/dev/zero of=/dev/sda bs=1M count=1