Operating System in 1,000 Lines – Intro
51–60 of 129 posts
Re: Operating System in 1,000 Lines – Intro
#52This article brilliantly demonstrates the elegance of simplicity in systems design, proving that even complex concepts like operating systems can be demystified with clarity and minimalism. It's a reminder that understanding fundamentals often unlocks deeper innovation. How might this inspire rethinking other "big" systems?
this comment reads... a lot like chatgpt
Re: Operating System in 1,000 Lines – Intro
#53Re: Operating System in 1,000 Lines – Intro
#54Re: Operating System in 1,000 Lines – Intro
#55Earlier quoted context omitted.
this comment reads... a lot like chatgpt
I always use an LLM to recraft my comments to ensure they are clear (English isn't my first language). Is that not allowed here?
You might have better luck with prompts that try to adhere better to your intent:
> English is not my first language. Please correct the spelling/grammar and perhaps teach me up to one idiom that would fit well in the following comment, but leave the meat of the message largely the same.
> Please translate the following [franglish/spanglish/(English mixed with a few words from your native language as appropriate to better convey your point)] to English suitable for a forum post.
Re: Operating System in 1,000 Lines – Intro
#56Re: Operating System in 1,000 Lines – Intro
#57Earlier quoted context omitted.
I always use an LLM to recraft my comments to ensure they are clear (English isn't my first language). Is that not allowed here?
HN ostensibly tries to have thoughtful, engaged conversations. LLM grammatical cleanups and translations are absolutely fair game. The comment has certain hallmarks (broad, sweeping summary, certain word choices, ...) suggesting that an LLM had more creative liberty than HN really likes to see -- in sort of an Uncanny Valley situation, it's hard to tell if the LLM produced the post or if a person did (plus, somebody…
Re: Operating System in 1,000 Lines – Intro
#58A noble idea, but Github is literally littered with hobbyist home-grown Unix-like kernels in C. As an industry are we not supposed to be trying to move away from hoary old unsafe C? Could we not have a hobbyist educational OSes in more of the C replacements? Drew DeVault wrote Bunnix in Hare, in one month. There's the proof of concept. How about tiny toy Unix-likes in Zig, Nim, Crystal, Odin, D, Rust, Circle, Carbon,…
Re: Operating System in 1,000 Lines – Intro
#59Author here. I wrote this book so you can spend a boring weekend writing an operating system from scratch. You don’t have to write it in C - you can use your favorite programming language, like Rust or Zig. I intentionally made it not UNIX-like and kept only the essential parts. Thinking about how the OS differs from Linux or Windows can also be fun. Designing an OS is like creating your own world—you can make it how…
Re: Operating System in 1,000 Lines – Intro
#60Author here. I wrote this book so you can spend a boring weekend writing an operating system from scratch. You don’t have to write it in C - you can use your favorite programming language, like Rust or Zig. I intentionally made it not UNIX-like and kept only the essential parts. Thinking about how the OS differs from Linux or Windows can also be fun. Designing an OS is like creating your own world—you can make it how…
Or like building your temple so you can talk to God directly