Hacker News

Top stories

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

Interactive Latency Numbers

17 pointsby 6y agocolin-scott.github.io
9 comments
6y agoHN ↗

As always, many of these quantities are gross approximations, modeled as continuous improvement instead of step functions, and often missing out on where performance has permanently plateaued. Looking at the numbers for any one year is a waste of time. Only the long-term trends are instructive, particularly where operations trade place in rankings (eg. due to bandwidth increases with constant latency).

There's also something fishy about the scrolling in the source code box.

6y agoHN ↗

This, overall, is questionable. Just what disk seeks in 2 milliseconds? SSDs are much faster than this; spinning disks still much slower.

Other quantities are unclear what they mean. "Send 2000 bytes over commodity network"-- 44ns. but round trip in one data center is 500us. So is 44 ns just the wire time of 2000 bytes (363 gigabits/second is "commodity"??)-- but other operations count the actual edge / completion of the operations?

6y agoHN ↗

This does seem to have parted ways with reality in several respects. Read a megabyte from main memory in three microseconds? That’s much too fast, because they model memory getting faster. But they model CPU as stagnant, meaning the time to compress a 2kb block with zippy (snappy outside google) is much too slow. CPUs are not stagnant.

ETA: 20 GB/s SSD reads is a bit fanciful, as is > 1 GB/s sequential from a disk.

6y agoHN ↗

Could you please stop creating accounts for every few comments you post? We ban accounts that do that. This is in the site guidelines: https://news.ycombinator.com/newsguidelines.html.

HN is a community and we want it to remain one. For that, users need some identity for others to relate to. Otherwise we may as well have no usernames and no community, and that would be a different kind of forum. https://hn.algolia.com/?sort=byDate&dateRange=all&type=comme...

You needn't use your real name, of course.

6y agoHN ↗

The problem is your weird anti-abuse hacks automatically shadow-ban whatever account I have if I load HN from certain IPs. So I can’t use any account that’s been burned that way. Of course in the past you’ve denied that this happens, but I can demonstrate it easily.

6y agoHN ↗

Let's try a different way. I've marked your current account legit so as to exempt it from HN's anti-abuse software. As long as you keep following the site guidelines, it should be fine to stick with this one from now on. If you'd rather use a different account, let us know at hn@ycombinator.com.

I'm not sure what past statement you're referring to, but HN's software doesn't shadowban anybody just for accessing the site from a specific IP, so whatever you're experiencing, that can't be it. Unless it's a bug we haven't seen.

6y agoHN ↗

Even at the gross level, I'm pretty sure that RTT CA <-> Netherlands has improved in the last 30 years too. e.g. in the early 90's a lot of international data traffic went via satellite, and packet switching times have also improved since then.

6y agoHN ↗

Yup. In March 1990, the first T1 connection between the US and Europe internet went online. Not to mention the wire time of a datagram over such slow links is a long time, even ignoring the delays on individual devices.

Also--- 500us ping in the "same datacenter" for all time? I remember pings on the same segment being 2-3 milliseconds typical in 1995-- let alone crossing some routers with 68030's in them.

6y agoHN ↗

Probably of dubious use but perhaps to have a comparison also have the time of some assembler instructions like ADD, MUL and DIV. Just an idea. When I saw: branch mispredict 3ns, I thought first, okay and how many typical assembler instruction is this?