Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    310comments
  2. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    74comments
  3. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    35comments
  4. Italian parliament votes for return to nuclear energy(apnews.com)
    241comments
  5. LensVLM: Compressing long context as images, expanding only relevant pages(huggingface.co)
    discuss
  6. Gemini 3.8 text-to-speech(blog.google)
    106comments
  7. Jev in 25 Lines of Python(nobodywho.ai)
    190comments
  8. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    36comments
  9. Tokens too cheap to meter(jyn.dev)
    160comments
  10. VSCode's SSH Agent Is Bananas(fly.io)
    discuss
  11. OpenAI breaches Medicare, Albanese reveals(smh.com.au)
    4comments
  12. Show HN: An atlas of system designs with interactive architecture diagrams(atlas-sysdes.vercel.app)
    5comments
  13. I don't want the details(michaelheap.com)
    177comments
  14. Z80 REPL (2018)(abagames.github.io)
    18comments
  15. DoorDash Spent $1.4M Trying to Stop Mamdani from Becoming Mayor. Now We Know Why(theintercept.com)
    75comments
  16. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    238comments
  17. Stripe's Knowledge AI Platform(stripe.dev)
    99comments
  18. Once Claude can measure something, it can make it faster(claude.dev)
    70comments
  19. UK military jamming other nations' satellites to defend itself, BBC told(bbc.com)
    159comments
  20. Making Tailscale Faster(tailscale.com)
    1comments
  21. Swap, ZRAM, Zswap and Hibernate on NixOS(matthewbrunelle.com)
    3comments
  22. Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes(forensicdbg.com)
    discuss
  23. Show HN: Conway's Game of Life in boot sector(github.com/0xax)
    3comments
  24. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    138comments
  25. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  26. Strands Harness(strandsagents.com)
    89comments
  27. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    262comments
  28. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    8comments
  29. Transit rewards(waymo.com)
    312comments
  30. GPT-6 Sol and Luna(openai.com)
    820comments

Swap, ZRAM, Zswap and Hibernate on NixOS

13 pointsby 3h agoblog.matthewbrunelle.com
3 comments
54m agoHN ↗

Thanks for this. So weird though - I literally spent the better part of the weekend reading and learning all about the differences between zram and zswap and ultimately deciding to switch out my previous zram config for zswap on my NixOS system! So seeing this pop up on my hackernews feed felt a bit spooky…

19m agoHN ↗

Right, you are good to do swap files on btrfs since linux 5.0 or so as long as you follow some rules. Disko thankfully covers all those details for you, but I shouldn't have skipped over that in the piece. I'll make an update when I get a chance.