Lessons I'd Tell My 12-Year-Old Self (henriquegodoy.com)
1 points by henriquegodoy 1h ago 0 comments
Running NetBSD on my Amiga 4000 (sandervanderburg.blogspot.com)
5 points by doener 1h ago 2 comments
Against Single-File Codebases
2 aiono 2 7/17/2025, 8:45:48 PM rugu.dev ↗
Comments (2)
fjfaase · 1h ago
Almost all of my hobby project programs are in a single file. With right use of comments and organisation of data structures and functions it is not much different than dividing the code into multiple files. I often have multiple views on the file open, just like you would with multiple files.
throwmeaway222 · 3h ago
meh - at some point when LLMs are groking giant contexts without issues, we can just make programs with a backend, frontend and data layer all in one file. There's no reason not to.