Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    127comments
  2. DeepSeek Elastic Compute (DSec) (arxiv.org)
    12comments
  3. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    24comments
  4. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    12comments
  5. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org)
    25comments
  6. Welcome to the Medical Clinic at the Interplanetary Relay Station (lightspeedmagazine.com)
    —discuss
  7. The Lost Atomic Update on Loongson CPU (jia.je)
    4comments
  8. Fifteen years later, the Apple Cards origin story (lexontech.org)
    68comments
  9. Modern Object Pascal Introduction for Programmers (castle-engine.io)
    43comments
  10. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    435comments
  11. The Rise of Audio AR (dbreunig.com)
    5comments
  12. LA Metro has some of the slowest escalators on Earth (basin.la)
    7comments
  13. We're gonna need a lot more mathematicians (terrytao.wordpress.com)
    439comments
  14. Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia (blog.priyan.in)
    30comments
  15. Breaking Up with Google Play: Why Conversations Is Now Free (gultsch.de)
    229comments
  16. Plan mode is dead (aymannadeem.com)
    459comments
  17. How to keep enjoying programming in a world of LLMs (haskell.org)
    165comments
  18. Plunging test scores are a slow-moving catastrophe (economist.com)
    259comments
  19. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    26comments
  20. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    139comments
  21. Reflections on 1,000 Days of Math (gmays.com)
    31comments
  22. OpenAI bots meddled with multiple US Government agency sites (bbc.com)
    111comments
  23. Automattic has a new board after failed attempt to put CEO on leave (techcrunch.com)
    110comments
  24. Floci: Locally emulating any cloud service (floci.io)
    27comments
  25. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    109comments
  26. Experiencing writing at our recent Chinese calligraphy workshop (viewsproject.wordpress.com)
    1comments
  27. 16GB iPod Nano 3G Upgrade (tuckerosman.com)
    22comments
  28. What even is an OS now? (sockpuppet.org)
    431comments
  29. Is your Postgres migration safe or not safe? (safenotsafe.dev)
    40comments
  30. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    76comments

The Rise of Audio AR

19 pointsby 2d agodbreunig.com
5 comments
1d agoHN ↗

They deliver high-quality sound and give developers access to a range of controls and sensor data, from volume to head movement to biometrics. Built-in microphones and simple controls make it easy to trigger assistants and audio apps.

Fear the Greeks when they give you presents.

But i fear it is too late.

41m agoHN ↗

Aar is a welcome enhancement (that has its own, but potentially less privacy issues than video capture). There's a whole set of aar enabled glasses that focus more on the user via audio rather than reckless complete video capture like so many "smart" pervert glasses being shilled by large advertising companies.

29m agoHN ↗

TLDR: context is hard.

To get good context, you need video data. To get good video data, you need cameras, lots of them, on your head.

To get them on your head you need them to be small and light

To get them to run you need batteries. But the maximum battery size you can get, without wires is about 1-1.5 watt hour.

Then, without making a custom wireless protocol, the maximum bandwith you can reliabily expect to user (with an iphone) is 1megabit.

That means you need to compress the world around you to 1megatbit a second.

Now, with a bit or work, like using eye tracking to segment what you are actually looking at(usually a 64x64 pixel image at 15-20 frames a second), and occasional wide angle view when the scene changed, you can build really good context, even reading a book.

But, you also need good location data, along with room classfication to get context. You can't really use GPS because they aren't accurate enough, and don't work all that well indoors. So you use visual odometry.

Once you have all that, you then now need to teach the machine to understand that 1mbit stream to work out if it knows the answer you need. oh and that has to work in a device that has ~10-15 watthours. or offload to a bit boy machine over a patching network.

ie: https://www.projectaria.com/