Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    177comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    24comments
  3. Saving another 100TB of RAM with math (and Rust)(cloudflare.com ↗)
    1comments
  4. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    49comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    123comments
  6. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    110comments
  7. OpenJev(openjev.com ↗)
    227comments
  8. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    discuss
  9. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    discuss
  10. Systemd is a suite of basic building blocks(systemd.io ↗)
    32comments
  11. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    131comments
  12. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    3comments
  13. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    14comments
  14. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    140comments
  15. Apple releases iPhone Duo simulator and Xcode 27.1 beta(developer.apple.com ↗)
    1comments
  16. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    11comments
  17. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    189comments
  18. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    4comments
  19. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    84comments
  20. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    5comments
  21. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  22. Minimal Phone 2(minimalcompany.com ↗)
    70comments
  23. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    11comments
  24. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    3comments
  25. How to Write with an LLM(sockpuppet.org ↗)
    204comments
  26. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    4comments
  27. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    9comments
  28. Jemalloc 5.4.0(github.com/jemalloc ↗)
    79comments
  29. I don't like passkeys(hawksley.dev ↗)
    629comments
  30. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    24comments

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?