Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. DuckDB Queries Inside MySQL(villagesql.com ↗)
    1comments
  2. Monobloc Chair(wikipedia.org ↗)
    discuss
  3. Novgraph: Knowledge graph for codebases that saves you 99% percent tokens
    discuss
  4. What happens when you send a message to an LLM (the API call explained)(heymeraki.substack.com ↗)
    1comments
  5. When Software Outlives Its Reasons (Philosophical Essay)(ssrn.com ↗)
    discuss
  6. KIDS Act(europa.eu ↗)
    discuss
  7. Play Hamster Inn Game Now: Build Your Dream Hotel(hamster-inn-game.pages.dev ↗)
    discuss
  8. A Feather Found in Dinosaur Poop Might Explain How Birds Beat Extinction(nytimes.com ↗)
    discuss
  9. VortexKV – 6.8M ops/s pure Go Redis alternative with Web Studio
    discuss
  10. Review-comments.nvim: Do code review in Neovim – pass review comments to agents(github.com/narqo ↗)
    discuss
  11. Goldman Sachs – Physical AI(finvaulta.com ↗)
    1comments
  12. How macOS Works(macinternals.app ↗)
    discuss
  13. Poll: Bi-partisan supermajority see serious risk of AI destroying humanity(politico.com ↗)
    1comments
  14. The Auroral Oval [pdf](jhuapl.edu ↗)
    discuss
  15. Streaming real-time HDR reflections to every device(miris.com ↗)
    discuss
  16. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    discuss
  17. A supermajority wants to slow AI down(natesilver.net ↗)
    1comments
  18. Show HN: The Endless Museum, Wikipedia as a walkable museum(theendlessmuseum.com ↗)
    discuss
  19. How India Built (and Broke) the Biggest Options Casino(bloomberg.com ↗)
    1comments
  20. Show HN: OpenUTV professional media player for the masses(github.com/openutv ↗)
    discuss
  21. Tell HN: Stop posting your departures from AI labs
    discuss
  22. My first open source feature request(github.com/microsoft ↗)
    discuss
  23. China Stockpiled Oil, and Now It Could Dominate the Energy Landscape(nytimes.com ↗)
    1comments
  24. Jemalloc 5.4.0 Released(github.com/jemalloc ↗)
    discuss
  25. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    discuss
  26. From a compose to a trained model – OpenWALDO(openwaldo.org ↗)
    discuss
  27. Why Suddenly higgsfield made its core repo Opensource?
    discuss
  28. Taking Out the Trash in Postgres(dbos.dev ↗)
    discuss
  29. What Is a SCSI Host Adapter?(hoa.org ↗)
    discuss
  30. Cook keeping John Ternus away from controversy by attending White House dinner(9to5mac.com ↗)
    discuss

I built a multi platform torrent video streamer

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

With the help of Claude I created an alternative https://www.stremio.com/ app, for every platform supported by Rust and Flutter (not tested on all, not built on iOS) that shares torrents back to the universe, uses almost-official stremio-core to handle existing Stremio accounts and add-ons, and also provides new features (so far only "dl for offline viewing"). It took a couple of weeks (mostly spent patching a fork of upstream torrent library rqbit) and for the most finicky bits (cache invalidation...) Fable was almost necessary, but I haven't even looked at the code so far.