Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Introducing System One Models and Jev(typesafe.ai ↗)
    390comments
  2. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    158comments
  3. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    204comments
  4. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    88comments
  5. An update on Wayback Machine access(blog.archive.org ↗)
    270comments
  6. Doing Everyone Else's Job(yosefk.com ↗)
    29comments
  7. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    265comments
  8. Negativland, Culture Jamming, and the Art of Making Something New(blog.archive.org ↗)
    19comments
  9. Building a Linux GPU Driver for the M4 Mac Mini in One Month(codyho.dev ↗)
    180comments
  10. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    243comments
  11. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    77comments
  12. Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA(nand2mario.github.io ↗)
    33comments
  13. Datamimic – don't let your coding agent invent its own test world(github.com/rapiddweller ↗)
    5comments
  14. A software thing I built: GPS on a 25MHz 486-SX(vcfed.org ↗)
    6comments
  15. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    3comments
  16. We got admin access to Baseten's production GitHub(strix.ai ↗)
    153comments
  17. Saving Jet Fuel(marksblogg.com ↗)
    43comments
  18. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    136comments
  19. Let's make quality the norm again(forbrukerradet.no ↗)
    393comments
  20. Learning to solve hard problems in RL for LLMs by never giving up(mnoukhov.github.io ↗)
    4comments
  21. Chopping up books when they're physically too big(mattkirkland.com ↗)
    163comments
  22. MartyPC – A Cycle-Accurate IBM PC/XT Emulator(github.com/dbalsom ↗)
    1comments
  23. An interactive world map of the stories cultures have told(sunnyguha.com ↗)
    6comments
  24. Jean-Pierre Serre turns 100(st-andrews.ac.uk ↗)
    24comments
  25. ZTE B860H: Getting Armbian into It(waltuh.cyou ↗)
    discuss
  26. The Beauty of Roundabouts(gruhn.me ↗)
    84comments
  27. Suspected sabotage causes major Netherlands rail disruption(bbc.com ↗)
    426comments
  28. WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages(github.com/graafhenk ↗)
    56comments
  29. Stay discoverable in search while disallowing AI training(cloudflare.com ↗)
    41comments
  30. Sierra digital cameras on the Apple II(colino.net ↗)
    6comments

A software thing I built: GPS on a 25MHz 486-SX

23 pointsby 3h agoforum.vcfed.org
6 comments
3h agoHN ↗

The author says:

"It used Voronoi Cells and reduced most math to 8- and 16-bit integer calculations with one or two single-precision floating-point calculations."

I wonder if it can be used to speed up LLM inference.

1h agoHN ↗

"real-time GPS-driven moving map display"

Not the IMHO more interesting analog tech which lifts signals out of thermal noise.

1h agoHN ↗

One of the things I discovered a while back is that even fairly crude trig approximations don't put that much error into your position, over a small enough distance.

To calculate things like straight-line range from where you are now to where you need to put a unit for an emergency, you're probably not working over an area of more than a couple of hundred kilometres radius and the error will be within a few dozen metres. And once you get within about half a k, you're driving towards the column of smoke anyway ;-)