Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    432comments
  2. Claude Opus 5.5(anthropic.com)
    656comments
  3. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    340comments
  4. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    53comments
  5. SAML: A Fractal of Bad Design(trailofbits.com)
    26comments
  6. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    49comments
  7. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    56comments
  8. What California is learning from solar panels built over irrigation canals(kqed.org)
    16comments
  9. Native apps written in TypeScript and CSS(github.com/geastack)
    7comments
  10. Did OpenAI solve the wrong Navier-Stokes problem?(scientificamerican.com)
    13comments
  11. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    166comments
  12. Unreal Agent(unreallabs.ai)
    42comments
  13. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    30comments
  14. An update on how we confirm your age group on Discord(discord.com)
    7comments
  15. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    1comments
  16. Markdown in /src(htmx.org)
    14comments
  17. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    24comments
  18. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    4comments
  19. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  20. A Faster Shortest Path Algorithm(vals.ai)
    4comments
  21. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    117comments
  22. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    19comments
  23. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    17comments
  24. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    87comments
  25. The JavaScript Midlife Crisis(maroun-baydoun.com)
    5comments
  26. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    390comments
  27. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    42comments
  28. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    46comments
  29. Solitaire Alone Together(solitairealonetogether.com)
    29comments
  30. Porsche puts wireless EV charging into production(electrek.co)
    52comments

Arch Linux propose changing compression method from xz to zstd

18 pointsby 7y agolists.archlinux.org
3 comments
7y agoHN ↗

"No-brainer" depends on who you ask. It seems like a good idea and the tech seems solid... but Zstandard is made by a guy at Facebook and seems to be owned by Facebook as well, since it's hosted on their github: https://github.com/facebook/zstd

On the other hand, according to https://facebook.github.io/zstd it seems that zstd is part of the Linux kernel now, so if you're all-in with Linux then it can't really be any worse. Personally the Facebook angle doesn't bother me all that much because privacy has been completely lost now (and anyone who honestly thinks they can defeat the might of all these corporations and governments is deluding themselves), so I'm all for the change. The code is open after all.

7y agoHN ↗

The increase in package size would worry me. The download and storage size of packages is nearly always more important than the decompression speed, since the package can be decompressed in parallel with the download.

Surely xz could be modified to produce the same bitstream on single core machines?