Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenGym, A self-hosted gym and body-weight tracker (AGPL)(github.com/duartesantos8)
    discuss
  2. Z80 REPL(abagames.github.io)
    discuss
  3. The Download: why AI's latest breakthroughs and fears may be more hype than rea(technologyreview.com)
    discuss
  4. Memristive Singular Value Decomposition(nature.com)
    discuss
  5. Blood Transfusion: Jehovah's Witnesses revise medical guidelines(gazettengr.com)
    discuss
  6. Rust Allocator API Stabilized(github.com/rust-lang)
    discuss
  7. Llama.cpp Under the Hood(cppdepend.com)
    discuss
  8. The darker side of being a doctor(drericlevi.pages.dev)
    discuss
  9. Show HN: I made my own scripting language for my game engine(github.com/arcademakersources)
    discuss
  10. Ask HN: Do you think we'll ever have local models of Fable level?
    discuss
  11. Anthropic-linked CVEs pile up, attackers mostly shrug(theregister.com)
    discuss
  12. Code Genome Project(codegenomeproject.org)
    discuss
  13. Solar Aquagrid(solaraquagrid.com)
    discuss
  14. Solitaire Alone Together making solitaire a little social(eieio.games)
    discuss
  15. Ask HN: Jev - Anyone built anything useful for day to day work with Jev?
    discuss
  16. Apple Intelligence uses up to 30GB+ on macOS 27(macrumors.com)
    1comments
  17. Show HN: A game where a bell goes techno(technobell.run)
    1comments
  18. Manycore Processor(wikipedia.org)
    1comments
  19. 2015 Office of Personnel Management data breach(wikipedia.org)
    discuss
  20. Ask HN: How do you handle sensitive data in distributed systems?
    discuss
  21. The Booker Prize 2026(thebookerprizes.com)
    discuss
  22. GPT-6 Astra has made a major breakthrough in the Goldbach Conjecture(twitter.com/captain_sude)
    discuss
  23. Better prompt caching for GPT-6(openai.com)
    discuss
  24. A thread of early explorations with Claude Opus 5.5(twitter.com/claudeai)
    discuss
  25. Next.js 16.3.6 fixes critical ImageResponse RCE (CVE-2026-94545)(nextjs.org)
    1comments
  26. Show HN: Magic Jev Ball(rorz.io)
    discuss
  27. Show HN: Sniffslop – browser extension to classify text using Jev(github.com/kmcheung12)
    discuss
  28. Googlebook is here and ready for pre-order(blog.google)
    discuss
  29. Bonsai 2 27B(huggingface.co)
    discuss
  30. LogiCola 3: Fallacies. Learn how to spot hidden flaws in everyday reasoning(logicola.org)
    discuss

Show HN: GoNix – A Unix with a Go Userspace

3 pointsby 46m agogonix.dev
1 comments
A UNIX-like operating system on the Linux kernel, with the userspace — init, coreutils, networking, services and SSH — written mostly in Go.
43m agoHN ↗

Hey folks

This is something I had been working on for a while now (few years, even before things like Claude/Codex were considered "mainstream").

It's basically a Linx from Scratch (LFS), with a twist. Every part of the system (except the Linux kernel itself of course) is written entirely in Go. I've done similar things in the past with what GoNix is derived from, called uLinux, and some shell-script based LFS (but widely different then the book).

Anyway, GoNix is pretty neat (IMO), it runs https://gonix.dev itself! And it boots in roughly ~20ms in Vultr Cloud where I run the site from. I'm also using GoNix as the base OS for an appliance I'm building with OTA and A/B updates. So this isn't just a toy, it's quite serious really.

Target market/use-case is appliances and use-cases where you need a system to be quite small and quite fast to boot-up, e.g: Ephemeral CI/CD runners.