New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Showcase all the projects u have created in a single profile card(founderhub.dev ↗)
    discuss
  2. Normalizing Vertex Group Weights in Blender(hydroxide.dev ↗)
    1comments
  3. My terminal-native setup for parallel coding agents(kulman.sk ↗)
    discuss
  4. It's not the YAML spec's fault, but(slugcat.systems ↗)
    discuss
  5. Show HN: AI accounting harness for finance teams(totumai.in ↗)
    discuss
  6. ExposurAI – External attack surface and Shadow AI discovery engine(exposurai.com ↗)
    discuss
  7. Rising Fuel Prices Set Off Anger and Protests Around the World(nytimes.com ↗)
    discuss
  8. Einstein's Letter to President Roosevelt – 1939(atomicarchive.com ↗)
    discuss
  9. Cost of AI Slop in Software Development Report(qawolf.com ↗)
    discuss
  10. Coding Memory Helps Agents Reuse Engineering Experience(twitter.com/agentmemoryl ↗)
    discuss
  11. Political Bias in AI Is No Longer a Matter of Opinion. Now It Can Be Measured(latticeflow.ai ↗)
    1comments
  12. The Great Unwind(revyl.com ↗)
    discuss
  13. Turing Lab - Browser Turing Machine simulator (With fast compiled engine)(turingsimulator.pages.dev ↗)
    discuss
  14. Google released Artemis for AI-driven Android automation(github.com/google ↗)
    discuss
  15. Student suspended for bringing coffee to class in act of 'civil disobedience'(fox5ny.com ↗)
    discuss
  16. Show HN: Salmon – tray and desktop alerts for systemd services and custom checks(github.com/dimonomid ↗)
    discuss
  17. Demystifying the PCIe and CPU address space translation in Linux(nxp.com ↗)
    discuss
  18. A new privacy savy openrouter(openrouter.ai ↗)
    1comments
  19. Categorize Everything All at Once(iev.ee ↗)
    discuss
  20. Alan Kay's Answer To – Is AGI a Software Problem or a Hardware Problem?(quora.com ↗)
    discuss
  21. Billvy|Accounting software for business owners(getbillvy.com ↗)
    discuss
  22. Show HN: Musslop – turn any track into adaptive game-style music loops(github.com/siziff ↗)
    discuss
  23. I Put Nam A2-Lite Inside an iRig HD X(playtaurus.com ↗)
    discuss
  24. Show HN: On-device detector for fake lossless audio files (iOS)(apps.apple.com ↗)
    discuss
  25. Fractal basins trap latent reasoning(arxiv.org ↗)
    discuss
  26. Omarhy's work on Mac support, independent of Asahi(omarchy.org ↗)
    1comments
  27. Elm-CRDT – Pure-Elm Conflict-Free Replicated Data Types(github.com/gampleman ↗)
    discuss
  28. Lepton: Steam's tool for running Android games on Linux(steamos.cloud ↗)
    discuss
  29. Andrew Feldman on Building Cerebras and the Future of Chips [video](youtube.com ↗)
    discuss
  30. Anthropic's proposed AI watchdog METR has deep ties to Effective Altruism(nypost.com ↗)
    1comments

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

21 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.

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