Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Training a 4B model to produce 81% faster query plans than Postgres(rohanbansal.com ↗)
    45comments
  2. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    discuss
  3. Xiaomi Mimo 2.6 live post-training dashboard(xiaomi.com ↗)
    38comments
  4. Small programming tricks(will-keleher.com ↗)
    160comments
  5. AWS says it can't restore some data from mideast facilities struck by Iran(wsj.com ↗)
    62comments
  6. Reversing Factorio's RNG(gegell.github.io ↗)
    9comments
  7. Performance Improvements in .NET 11(devblogs.microsoft.com/dotnet ↗)
    3comments
  8. Accurate Models of AMD Matrix Cores(arxiv.org ↗)
    5comments
  9. macOS 27 Golden Gate – Review(arstechnica.com ↗)
    69comments
  10. Vectorized and performance-portable Quicksort (2022)(googleblog.com ↗)
    24comments
  11. How good are frontier models at physics?(arxiv.org ↗)
    16comments
  12. Anatomy of a Texture(agentlien.github.io ↗)
    10comments
  13. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    48comments
  14. Japan's book scene is moving from bookstores to libraries(untranslatedjp.substack.com ↗)
    7comments
  15. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    178comments
  16. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    235comments
  17. Anecdotally, programmers dislike "reduce"(evanhahn.com ↗)
    90comments
  18. The Siberian Ice Maiden and the Scythian World(patrickwyman.substack.com ↗)
    3comments
  19. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    72comments
  20. WalShadow: Sub-second Postgres replication to ClickHouse from physical WAL(clickhouse.com ↗)
    4comments
  21. Training Text-to-Image Models 3.6× Faster(linum.ai ↗)
    1comments
  22. The DeepMind Institute(deepmind.com ↗)
    37comments
  23. Show HN: AttaLambda: a language where types and data are made of untyped lambdas(attalambda.com ↗)
    discuss
  24. A warning about 'model welfare'(mustafa-suleyman.ai ↗)
    449comments
  25. Show HN: Restarted – a 2026 remake of the classic 2015 startup generator(restarted.io ↗)
    2comments
  26. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  27. Reverse-engineered Jev-like model(github.com/vinnylarouge ↗)
    4comments
  28. How big are factorials?(thegreenplace.net ↗)
    31comments
  29. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
    68comments
  30. Claude Cowork and chat are now one Claude(claude.com ↗)
    195comments

Performance Improvements in .NET 11

86 pointsby 1d agodevblogs.microsoft.com
3 comments
1d agoHN ↗

Ah the traditional browser stress test from the .NET team. :)

Joke aside, yet another interesting read of all little improvements that go across all the runtime, and very much appreciated that they put out the effort to go through this detail level.

1d agoHN ↗

Thanks Stephen for this, it is very rewarding to read something very technical that is not AI slop these days.

1d agoHN ↗

Runtime async is certainly an interesting development. Really excited to see how this plays out.