Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    79comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    165comments
  3. Y Combinator's PAC is throwing money at Republicans across the country(gazetteer.co ↗)
    3comments
  4. Saving another 100TB of RAM(cloudflare.com ↗)
    26comments
  5. Cloudflare Quick Tunnels(cloudflare.com ↗)
    213comments
  6. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    54comments
  7. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    10comments
  8. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    40comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    235comments
  10. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    70comments
  11. OpenJev(openjev.com ↗)
    234comments
  12. Cyclomatic Complexity in C#(ndepend.com ↗)
    3comments
  13. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    13comments
  14. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    49comments
  15. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    28comments
  16. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  17. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    14comments
  18. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    160comments
  19. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    19comments
  20. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    172comments
  21. Minimal Phone 2(minimalcompany.com ↗)
    134comments
  22. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    88comments
  23. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    59comments
  24. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    12comments
  25. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    261comments
  26. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  27. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    119comments
  28. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    25comments
  29. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    15comments
  30. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    16comments

Jemalloc Repositories Are Archived

39 pointsby 1y agogithub.com
7 comments
1y agoHN ↗

Currently, it's unclear why - I didn't find any information in their public channels.

1y agoHN ↗

They un-archived it today long enough to revert a change to the purging algorithm that was merged in March [0]. The first archive date I saw this morning was from the last week of May. I won't speculate about the reason, but it's a small relief that the archiving seems deliberate and that the maintainers are still active.

[0] https://github.com/jemalloc/jemalloc/commit/27d7960cf9b48a9a...

1y agoHN ↗

We once went through the effort to use jemalloc for workloads which were highly optimized particularly for NUMA.

Incredibly, it had absolutely zero performance improvement. I’ve always wondered how that was possible. Spent a fair bit of time confirming the memory layout and NUMA node ownership etc. It was working, it just.. did nothing!

1y agoHN ↗

Why? The prior conversation (linked here in this posting thread) has somebody asking the same question. And a comment: did nothing. So it could be the variant has low enough achievement over other *alloc that it was felt best to retire it.

1y agoHN ↗

Performance of jemalloc is good, hope to know why it is archived