Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Study: Young users (9 to 18Y) ditch Google for AI, with unknown consequences(norwegianscitechnews.com)
    37comments
  2. Can gzip be a language model?(nathan.rs)
    60comments
  3. AMD's random number generator can't generate a 0?(flatassembler.net)
    1comments
  4. MiMo v2.6(xiaomi.com)
    405comments
  5. Spymarks, Not Watermarks(brand.io)
    113comments
  6. I said no and Apple said yes(dbushell.com)
    94comments
  7. Transformers Explained Visually(poloclub.github.io)
    65comments
  8. Attention is all you have(alicegg.tech)
    245comments
  9. What Sun got wrong(dtrace.org)
    343comments
  10. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    19comments
  11. I don't want to read what you didn't write(colinbreck.com)
    282comments
  12. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    270comments
  13. Looking forward to Git 2.56 – and 3.0(lwn.net)
    59comments
  14. Divide by depth for instant 3D(gabrieloc.com)
    29comments
  15. NASA’s Mars Sample Return mission is dead(science.org)
    324comments
  16. Engineering Memory: On learning to memorize first 100 digits of pi (2024)(gregorygundersen.com)
    10comments
  17. A font that reads what you wrote(rohanadwankar.github.io)
    7comments
  18. Claude Status – Elevated errors for multiple models(claude.com)
    83comments
  19. World Wide Words(worldwidewords.org)
    1comments
  20. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    66comments
  21. What It's Like to Work in One of America's Data Centers(wsj.com)
    2comments
  22. PDF Forgeries Are Surprisingly Rare (2022)(gwern.net)
    34comments
  23. Used ThinkPad Buyer's Guide (2019)(bobble.tech)
    10comments
  24. Socrates vs. the Written Word (2011)(wondermark.com)
    22comments
  25. Python Workers are now generally available(cloudflare.com)
    38comments
  26. HERMES radio enables voice and data communication over vast distances(ieee.org)
    60comments
  27. How do traffic signals work? (2019)(practical.engineering)
    63comments
  28. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    40comments
  29. Frontier AI on Your Own Hardware(timdettmers.com)
    81comments
  30. Grok 4.7(x.ai)
    488comments

Can gzip be a language model?

15 pointsby 3mo agonathan.rs
2 comments
3mo agoHN ↗

LLMs are very good at lossless compression via arithmetic coding. But I didn't know that it was possible to go the reverse direction (do language modeling via a compressor). It's not super great quality, but I'm surprised it worked! Other compression algorithms (like PPMd) use variable n-grams under the hood, and should be much better (although less interesting due to already containing basic language models internally).