Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. VeriLoop E2 Release: 27B Post-Trained Model and Full GGUF BF16 to IQ1_M (huggingface.co)
    —discuss
  2. Is this true? "50% of recent YC startups don't have an AWS account" (twitter.com/ivanburazin)
    1comments
  3. Oxide – a native terminal for macOS and Linux, built on GPUI (github.com/oxide-terminal)
    —discuss
  4. Flip fluid simulation on flip dots (mitxela.com)
    —discuss
  5. Forty Computers (log101.dev)
    —discuss
  6. How many Flock devices in the United States? 300k (theintercept.com)
    —discuss
  7. I built and deployed a 21-app B2B storefront from scratch in 4 hours (vercel.com)
    —discuss
  8. Open Source and Making Money in 2026 (debamitro.github.io)
    —discuss
  9. Nearly 2,400-year-old school where Aristotle taught Alexander the Great (livescience.com)
    —discuss
  10. September Update: Meet the Latchkey CLI (latchkey.dev)
    —discuss
  11. I gave my AI agent one harmless permission. It became a backdoor for everyone (medium.com/roeehersh)
    —discuss
  12. Jev in Weather Forecasting (ninetysky.com)
    2comments
  13. What we should avoid on the AI path (is-a.dev)
    —discuss
  14. Handmade in the Age of AI (code2net.com)
    —discuss
  15. Random-bench / Benchmarks are Astrology for LLMs (isaac-fisher.com)
    —discuss
  16. An OpenAI Engineer and His Friends Debate the Future (newyorker.com)
    —discuss
  17. Wild Geese (allpoetry.com)
    —discuss
  18. Drawing the line at "gen AI" is the wrong place, and not even well-defined [video] (youtube.com)
    —discuss
  19. Video game challenge runs I've known and loved (justismills.substack.com)
    —discuss
  20. Install Ubuntu on ChromeOS Crostini as an LXC Container (arm.com)
    —discuss
  21. Bill Gates warns AI is powerful enough to cause "a billion deaths" (axios.com)
    —discuss
  22. LP Voting and Investor Consent for AIFs (taghash.io)
    —discuss
  23. Ukraine's secretive tech world building the future of war (fastcompany.com)
    —discuss
  24. Ezra Klein's Podcast with Jensen Huang (thezvi.substack.com)
    —discuss
  25. Were 1970s Korean Orphanages a Great Place to Raise Kids? (richardhanania.com)
    —discuss
  26. The 50-Year Hangover (freddiedeboer.substack.com)
    —discuss
  27. Dear Humanity – Can We Teach AI Compassion? (hussmanfunds.com)
    —discuss
  28. The Post-AGI Era (avidfayaz.com)
    —discuss
  29. Intrinsic Uniqueness and Reconstruction Across Mathematical Presentations (zenodo.org)
    —discuss
  30. Sprites Connectors is a great example of Terrible API Design (freestyle.sh)
    —discuss

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

2 pointsby 1h agogithub.com
1 comments
1h 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.