Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xiaomi MiMo v2.6(xiaomi.com)
    259comments
  2. Spymarks, Not Watermarks(brand.io)
    16comments
  3. Transformers Explained Visually(poloclub.github.io)
    34comments
  4. I don't want to read what you didn't write(colinbreck.com)
    69comments
  5. NASA’s Mars Sample Return mission is dead(science.org)
    227comments
  6. What Sun got wrong(dtrace.org)
    278comments
  7. Attention is all you have(alicegg.tech)
    168comments
  8. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    123comments
  9. First Shader from Zero in Godot 4(gdquest.com)
    1comments
  10. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    38comments
  11. Divide by depth for instant 3D(gabrieloc.com)
    7comments
  12. Why does mathmain need an encrypted loader?(safedep.io)
    27comments
  13. How do traffic signals work? (2019)(practical.engineering)
    43comments
  14. The agents, they just want to talk(snats.xyz)
    1comments
  15. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    25comments
  16. Looking forward to Git 2.56 – and 3.0(lwn.net)
    4comments
  17. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    158comments
  18. Grok 4.7(x.ai)
    408comments
  19. Frontier AI on Your Own Hardware(timdettmers.com)
    46comments
  20. More Floating Point Alternatives(wizardzines.com)
    3comments
  21. Roboharm: Do frontier robot policies refuse unsafe instructions?(robocurve.org)
    16comments
  22. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer)
    181comments
  23. HERMES radio enables voice and data communication over vast distances(ieee.org)
    40comments
  24. Python Workers are now generally available(cloudflare.com)
    29comments
  25. TXR: An Original, New Programming Language for Convenient Data Munging(nongnu.org)
    1comments
  26. US halts flights at busy East Coast airports, says fiber line cut(reuters.com)
    107comments
  27. In Search of a Compositional Theory of Self-Stabilization(muratbuffalo.blogspot.com)
    3comments
  28. Fable 5 – Median thinking declined in August(twitter.com/lon)
    242comments
  29. The Journey of a Migratory Shorebird(newyorker.com)
    discuss
  30. Show HN: Foremerge – Catch intent conflicts between parallel coding agents(github.com/naw103)
    4comments

Looking forward to Git 2.56 – and 3.0

19 pointsby 1h agolwn.net
4 comments
50m agoHN ↗

`git add --resolved` is a wonderful idea, and definitely something I would start using.

37m agoHN ↗

Does it mean that when switching trop sha1 to sha256 you need to forcepush and rewrite all history? Wouldn’t that be a massive source of potential vulnerabilities?

35m agoHN ↗

I don't know much about this. How does that enable vulnerabilities exactly?

31m agoHN ↗

Trusting a forced push w/o any other verification means nefarious history changes can be slipped in.