Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    171comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    23comments
  3. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    45comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    105comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    104comments
  6. OpenJev(openjev.com ↗)
    226comments
  7. Systemd is a suite of basic building blocks(systemd.io ↗)
    26comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    130comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    1comments
  10. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    12comments
  11. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    137comments
  12. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    discuss
  13. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    190comments
  14. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    82comments
  15. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    10comments
  16. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    5comments
  17. Minimal Phone 2(minimalcompany.com ↗)
    63comments
  18. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    11comments
  19. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    3comments
  20. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    4comments
  21. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  22. Jemalloc 5.4.0(github.com/jemalloc ↗)
    77comments
  23. I don't like passkeys(hawksley.dev ↗)
    618comments
  24. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    15comments
  25. The scourge of x86 emulation(fex-emu.com ↗)
    72comments
  26. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  27. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    8comments
  28. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    85comments
  29. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    13comments
  30. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    177comments

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?