Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    97comments
  2. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    22comments
  3. Artificial intelligence now beats some of the best human forecasters(economist.com ↗)
    11comments
  4. LLM Classification Is Feature Engineering(minimallysufficient.com ↗)
    5comments
  5. OpenAI's Misalignment Framework: A Tactical Bid to Preempt Global AI Governance(asiaai.fyi ↗)
    16comments
  6. One Year of Sponsored Servo Development(servo.org ↗)
    118comments
  7. Whoisinspace.com/(whoisinspace.com ↗)
    2comments
  8. CrowdSec Source Code Leak(crowdsec.net ↗)
    discuss
  9. Vinix – A modern operating system written in V(vinix-os.org ↗)
    discuss
  10. CCC invites all model citizens to 40C3(ccc.de ↗)
    60comments
  11. Nvidia announces native GPU programming in Rust(nvidia.com ↗)
    346comments
  12. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    23comments
  13. My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it(jakeasmith.com ↗)
    68comments
  14. Show HN: I built a new version of my fun spatial 3D online meeting app(flat.social ↗)
    46comments
  15. Keys Not Included: recovering the signing keys for US driver's license barcodes(ryan.science ↗)
    120comments
  16. The Relation Between Mathematics and Physics by Paul Dirac (1939)(cam.ac.uk ↗)
    35comments
  17. GLM Built Its Own Inference Infrastructure(z.ai ↗)
    195comments
  18. Better Vector Search for Long Documents: Chunking Inside Manticore Search(manticoresearch.com ↗)
    10comments
  19. Lucasart's Afterlife(togameforlife.wordpress.com ↗)
    38comments
  20. Xiaomi Mimo 2.6 live post-training dashboard(xiaomi.com ↗)
    147comments
  21. Cloudflare/Security-Audit-Skill(github.com/cloudflare ↗)
    33comments
  22. Online Z3 Guide(microsoft.github.io ↗)
    14comments
  23. Mastering Layout Engines in Graphviz: Dot vs. Neato vs. Twopi vs. Circo(visual-paradigm.com ↗)
    1comments
  24. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    250comments
  25. Comparison of Malloc() Algorithms(egbert.net ↗)
    31comments
  26. Backups Aren't Simple(filipovski.net ↗)
    189comments
  27. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    37comments
  28. HarnessTax: How Much Does the Harness Matter for Coding Agents?(harnesstax.github.io ↗)
    78comments
  29. Developing provably correct Rust code with Verus(amazon.science ↗)
    42comments
  30. OpenAI models secretly generate instructions to ignore constraints(alignment.openai.com ↗)
    18comments

Sixteen Locks Ought to Be Enough for Anybody

13 pointsby 2d agothebuild.com
4 comments
1h agoHN ↗

This whole website appears to be Claude slop articles about Postgres.

1h agoHN ↗

Build a users table with a primary key and twenty single-column indexes

That's pretty bad

(I have seen worse in production, and so have you)

but yes, yes I have.

50m agoHN ↗

I have a hard time believing acquiring so many locks you don't need is particularly harmless. Won't every single one of those introduce a memory fence? Which will then stall out every CPU core on the server.