Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    84comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    33comments
  3. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    54comments
  4. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    84comments
  5. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    14comments
  6. OpenJev(openjev.com ↗)
    200comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    76comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    3comments
  9. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    22comments
  10. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    2comments
  11. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    2comments
  12. I don't like passkeys(hawksley.dev ↗)
    467comments
  13. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    175comments
  14. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    8comments
  15. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    18comments
  16. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  17. AI is an elite crime spree(thebignewsletter.com ↗)
    14comments
  18. Jemalloc 5.4.0(github.com/jemalloc ↗)
    70comments
  19. The scourge of x86 emulation(fex-emu.com ↗)
    66comments
  20. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    142comments
  22. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    172comments
  23. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    discuss
  24. Qwen 3.8 Omni Flash(qwen.ai ↗)
    111comments
  25. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    30comments
  26. BeanShell3 in Development(beanshell.github.io ↗)
    8comments
  27. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    600comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    181comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    58comments
  30. Rabbit Hole: Minimum L-seams(fractalkitty.com ↗)
    discuss

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?