Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xiaomi MiMo v2.6(xiaomi.com)
    279comments
  2. Claude Status – Elevated errors for multiple models(claude.com)
    26comments
  3. Spymarks, Not Watermarks(brand.io)
    28comments
  4. I don't want to read what you didn't write(colinbreck.com)
    97comments
  5. Transformers Explained Visually(poloclub.github.io)
    36comments
  6. What Sun got wrong(dtrace.org)
    289comments
  7. NASA’s Mars Sample Return mission is dead(science.org)
    245comments
  8. Attention is all you have(alicegg.tech)
    175comments
  9. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    142comments
  10. Divide by depth for instant 3D(gabrieloc.com)
    9comments
  11. Looking forward to Git 2.56 – and 3.0(lwn.net)
    7comments
  12. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    41comments
  13. First Shader from Zero in Godot 4(gdquest.com)
    2comments
  14. How do traffic signals work? (2019)(practical.engineering)
    46comments
  15. Why does mathmain need an encrypted loader?(safedep.io)
    30comments
  16. More Floating Point Alternatives(wizardzines.com)
    3comments
  17. Robin Williams' Daughter to Fans Creating AI Videos: 'Have Some Shame'(variety.com)
    discuss
  18. Frontier AI on Your Own Hardware(timdettmers.com)
    54comments
  19. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    164comments
  20. Grok 4.7(x.ai)
    416comments
  21. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    28comments
  22. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer)
    184comments
  23. The agents, they just want to talk(snats.xyz)
    3comments
  24. HERMES radio enables voice and data communication over vast distances(ieee.org)
    40comments
  25. Roboharm: Do frontier robot policies refuse unsafe instructions?(robocurve.org)
    17comments
  26. Python Workers are now generally available(cloudflare.com)
    32comments
  27. TXR: An Original, New Programming Language for Convenient Data Munging(nongnu.org)
    2comments
  28. US halts flights at busy East Coast airports, says fiber line cut(reuters.com)
    116comments
  29. Fable 5 – Median thinking declined in August(twitter.com/lon)
    246comments
  30. Socrates vs. the Written Word (2011)(wondermark.com)
    discuss

Looking forward to Git 2.56 – and 3.0

32 pointsby 2h agolwn.net
7 comments
1h agoHN ↗

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

1h 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?

1h agoHN ↗

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

1h agoHN ↗

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

49m agoHN ↗

i guess that for now only the default will change for new repositories. support for sha1 is not going to be dropped, so most existing repositories won't switch any time soon. if you want to switch then yes, it sounds like a force push might be needed, although it could also be that simply switching is not possible, but that instead you have to create a new repo and import the history from the old repo, forcing everyone to clone the new repo intentionally.