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 ↗)
    84comments
  2. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    13comments
  3. Cloudflare Quick Tunnels(cloudflare.com ↗)
    190comments
  4. Saving another 100TB of RAM with math (and Rust)(cloudflare.com ↗)
    8comments
  5. Apple releases iPhone Duo simulator and Xcode 27.1 beta(developer.apple.com ↗)
    24comments
  6. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    3comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    33comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    58comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    8comments
  10. OpenJev(openjev.com ↗)
    231comments
  11. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    140comments
  12. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    34comments
  13. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    159comments
  14. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    66comments
  15. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    15comments
  16. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    134comments
  17. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    83comments
  18. Minimal Phone 2(minimalcompany.com ↗)
    99comments
  19. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    21comments
  20. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    12comments
  21. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    6comments
  22. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  23. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    6comments
  24. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    220comments
  25. "From Geometry to Algebra and Back Again: 4000 Years of Papers" by Jack Rusher [video](youtube.com ↗)
    discuss
  26. How to Write with an LLM(sockpuppet.org ↗)
    211comments
  27. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    14comments
  28. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    16comments
  29. Jemalloc 5.4.0(github.com/jemalloc ↗)
    83comments
  30. I don't like passkeys(hawksley.dev ↗)
    665comments

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?