Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Top free SaaS listing directories(goodsaas.xyz)
    discuss
  2. Dyson Won't Say What's Wrong with Its CameraJet Toothbrush(wired.com)
    discuss
  3. Early-2000s investor decks were their own art form(slidebook.io)
    discuss
  4. GPT-6 Astra is the best vision model(roboflow.com)
    discuss
  5. What if we created a local AI tool to measure your security?(github.com/just-not-google)
    discuss
  6. Explaining ShapeshiftUI – Jev picks the UI, TypeScript does the math(qala.lol)
    discuss
  7. How to Optimise Hiring for Software, Platform and SRE Roles(noxidjobs.co.uk)
    discuss
  8. WTF Is Baoism? (In English, Hindi, Japanese, Chinese, Thai)(xcrol.com)
    discuss
  9. We should share childhood stories more(devz.cl)
    discuss
  10. Does Consciousness Break the Laws of Physics?(skeptic.com)
    discuss
  11. New Nox night train from Munich to Hamburg(back-on-track.eu)
    discuss
  12. Should we leave encouragement notes for AIs everywhere?
    discuss
  13. Samsung's AI fridges shut down after update, causes outrage(notebookcheck.net)
    discuss
  14. Meta Tests Muse AI Agent Calls That Are Made by Humans in a Call Center(404media.co)
    discuss
  15. Tiny OLED pixels can be manufactured like microchips(ethz.ch)
    discuss
  16. Two Git ignore files nobody told me about(dinculescu.dev)
    2comments
  17. Universal Agent HP – 10-layer autonomous AI agent OS (free or local)(github.com/kapitan00000978-sketch)
    discuss
  18. Show HN: An Android app that goes below the phone's minimum volume(granularvolume.com)
    discuss
  19. Bambulab R1 – 55W CO2 Laser Cutter(bambulab.com)
    discuss
  20. A $5k Bike Shows Why It's Hard to Build in America(bloomberg.com)
    discuss
  21. Google Ax Sequence Diagrams(ilograph.com)
    discuss
  22. Waterfox Version 6.7.4 Released(waterfox.com)
    discuss
  23. When the Debugger Lies(danielmangum.com)
    discuss
  24. Show HN: Online Google Maps Scraper(gmapscrawl.com)
    discuss
  25. Anthropic Is Suing Meta(twitter.com/bunjavascript)
    1comments
  26. F5 patches BIG-IP APM zero-day flaw exploited in RCE attacks(bleepingcomputer.com)
    discuss
  27. OpenGym, A self-hosted gym and body-weight tracker (AGPL)(github.com/duartesantos8)
    discuss
  28. Z80 REPL(abagames.github.io)
    discuss
  29. The Download: why AI's latest breakthroughs and fears may be more hype than rea(technologyreview.com)
    10comments
  30. Memristive Singular Value Decomposition(nature.com)
    discuss

Show HN: GoNix – A Unix with a Go Userspace

3 pointsby 1h 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.
1h 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.