Top stories

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

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

19 pointsby 2h agoforum.vcfed.org
6 comments
2h 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.

40m agoHN ↗

"real-time GPS-driven moving map display"

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

25m 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 ;-)