Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cambridge Analytica 2.0 – When the AI Assistant Becomes a Intelligence Graph (europa.eu)
    —discuss
  2. Levyra: Open-source music player for Android and Windows (github.com/luc4n3x)
    —discuss
  3. Best TV shows of the 21st century (nytimes.com)
    —discuss
  4. Treat Agents Like Direct Reports (toppingdesign.com)
    —discuss
  5. Sherline Auction of Its Manufacturing Machines (bidspotter.com)
    —discuss
  6. Modern UX Visuals for your GitHub data (id8.one)
    —discuss
  7. Alan Kay: Shannon gave us a way of dealing with noisy channels [video] (youtube.com)
    1comments
  8. Antarctica is keeping the ocean alive For now (signoregalilei.com)
    —discuss
  9. Connecting to production: the architecture of remote bindings (2025) (cloudflare.com)
    —discuss
  10. Contrastive Language Models: A Fast, Generalizable System One Model (github.com/contrastive-lm)
    —discuss
  11. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    1comments
  12. Every U.S. Electrical Outlet Explained [video] (youtube.com)
    —discuss
  13. The cost of free AI restaurant ads is greater than it seems (phoenixnewtimes.com)
    —discuss
  14. AI applications need better primitives than text generation (seldon-ai.com)
    —discuss
  15. Astronomer watches Starlink satellites sinking to build a 'planetary barometer' (theregister.com)
    —discuss
  16. xAI Moves to Buy Out Southaven Residents Who Agree Not to Sue over Plant Noise (mississippifreepress.org)
    —discuss
  17. Never fall for a name that's taken (namernut.com)
    —discuss
  18. Ordering Some Breakfast Pi (notalwaysright.com)
    —discuss
  19. KosmicKrisp Achieves Vulkan 1.4 Conformance on Apple Silicon (lunarg.com)
    —discuss
  20. How the Fed should measure inflation (economist.com)
    —discuss
  21. Show HN: I couldn't deal with another Claude Code tab (aidash.dev)
    1comments
  22. Self-Play Pretraining with Zero Data (arxiv.org)
    —discuss
  23. A Chinese 'smart sex toys' company fed Russian war tech against Ukraine (euobserver.com)
    1comments
  24. Meta's Muse appears to use an OpenAI model labeled muse-special (mouse.dev)
    1comments
  25. Photon: Building a Retrieval and Ranking Engine from Scratch (perplexity.ai)
    —discuss
  26. Free Bitcoin DCA Calculator (loca.lt)
    —discuss
  27. Yes, Claude can do Nine Loops (anthropic.com)
    2comments
  28. He who does not code, neither shall he eat (celphase.com)
    —discuss
  29. How Do You Make a Incremental Compiler? (with Julien Verlaguet) [video] (youtube.com)
    —discuss
  30. Offensive-forensic-distros-installer-MacBook-air-M1-M2-external-disk-luks Public (github.com/securizart)
    1comments

Show HN: Built an open-source AI browser assistant remembers when you scroll

2 pointsby 2h agogithub.com
1 comments
2h agoHN ↗

We've all been there, you see an interesting post on X and a day or two later you spend ages scrolling to find it again. We built an open-source AI browser extension to solve this problem, turn it on and your llm can recall the post, link, and bring up the exact post. As you browse X. Youtube, and any other website the extension captures what you see and stores it in plain-text files. The extension is local and does not connect to the cloud. You also have a vault which encrypt your scroll history if enable it. It combines really well with our DaiDocs LLM memeory system which is local plain text memory system which ranked 2# on the LongmemEval benchmark and reduced token usage by 10.3 times.