Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    341comments
  2. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    70comments
  3. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    147comments
  4. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    135comments
  5. Wax motor(wikipedia.org ↗)
    45comments
  6. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    192comments
  7. Goose: 1.16x faster than C++ and 1.12x than safe Rust, while memory safe(github.com/aardappel ↗)
    4comments
  8. Claude Code from Source(claude-code-from-source.com ↗)
    discuss
  9. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    2comments
  10. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    28comments
  11. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    18comments
  12. CrowdSec Source Code Leak(crowdsec.net ↗)
    37comments
  13. How Uber Protects Against Retry Storms(uber.com ↗)
    23comments
  14. More than 100k people in Japan are now aged 100 or older(bbc.com ↗)
    105comments
  15. The most important product decision is what you don't build(liamnugent.me ↗)
    16comments
  16. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    30comments
  17. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    106comments
  18. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    304comments
  19. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    53comments
  20. CCC invites all model citizens to 40C3(ccc.de ↗)
    179comments
  21. I Put Nam A2-Lite Inside an iRig HD X(playtaurus.com ↗)
    discuss
  22. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    33comments
  23. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  24. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    336comments
  25. Landing the Space Shuttle – A Flying Machine and the Thrill of a Lifetime(eaa.org ↗)
    4comments
  26. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    18comments
  27. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    25comments
  28. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    47comments
  29. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    97comments
  30. Computer Reset, Dallas(dfarq.homeip.net ↗)
    2comments

Rethinking Code Refinement: Learning to Judge Code Efficiency

2 pointsby 1y agoarxiv.org
1 comments
1y agoHN ↗

Re: costed opcodes in BPF, eWASM (like EVM) https://news.ycombinator.com/item?id=40475509 :

Costed opcodes incentivize energy efficiency.

Aren't these all fitness scoring methods for what GA calls mutation, crossover, and selection?

And do the functions under test stably coverage on the same output even if not exactly functionally isomorphic? When are less costly approximate solutions sufficient?

Big O, Dynamic tracing and instrumentation, costed opcodes, OPS/kWHr/$

https://news.ycombinator.com/item?id=41333249 :

codefuse-ai/Awesome-Code-LLM > Analysis of AI-Generated Code, Benchmarks: https://github.com/codefuse-ai/Awesome-Code-LLM#6-analysis-o...