Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cortera Framework:agentic framework with containment for rogue agents and action(github.com/cortera-space)
    discuss
  2. Show HN: Hntui – Another Hacker News TUI (Built on OpenTUI)(github.com/ahmd-sh)
    discuss
  3. Hubble Network Opens Satellite Coverage to All Bluetooth Devices(businesswire.com)
    discuss
  4. Even Americans who use AI every day are worried about it(techcrunch.com)
    1comments
  5. Ontological Language Models (OLMs)(olmapp.ai)
    1comments
  6. New SDK for Photonic Compute?(github.com/q-ant-gmbh)
    discuss
  7. Android Developer Verification vs. Play Console Verification: Sept 30 Deadline(submitsafe.app)
    discuss
  8. Show HN: Diff Pro Max – File Compare App(rkpg.net)
    discuss
  9. Slick: The most powerful and versatile Slack client mod(github.com/3kh0)
    discuss
  10. The state of MCP server security, after reading thirteen of them(les-k.github.io)
    discuss
  11. Advancing Private AI Compute with secure, server-side memory(deepmind.google)
    discuss
  12. Show HN: A "talk to a real person now" video chat, self-hosted on Cloudflare(github.com/yoavshalev)
    discuss
  13. KDE for People(kdeforpeople.com)
    discuss
  14. Hylio(marbletech.us)
    discuss
  15. Financial arithmetic is kind of hard(applied-algorithms.tech)
    discuss
  16. Pilgrim raises $25M seed for biological threat detection device(wsj.com)
    discuss
  17. Ask HN: What Is It Like Working with Q/KDB+? Q/KDB+ Questions?
    discuss
  18. McDonald's bets on chicken to win back diners as beef prices soar(ft.com)
    1comments
  19. OpenAI researchers might be spending >$4M/day on tokens (at API prices)(abtin.com)
    1comments
  20. Show HN: Diurnal – add a task without switching, with your calendar in view(diurnal.in)
    discuss
  21. Database of Databases VoltDB(dbdb.io)
    discuss
  22. Morgan Stanley Investment-Bank Deal List Leaked in Email Misfire(yahoo.com)
    discuss
  23. Qwen Image 2.1 beats Google Nano Banana 2.0 with minuscule 7B parameter model(tomshardware.com)
    1comments
  24. Why didn't anybody tell me about Redis Hash Slots?(verygoodsoftwarenotvirus.dev)
    discuss
  25. UK on course to miss climate targets, energy secretary admits(ft.com)
    1comments
  26. Italian parliament votes for return to nuclear energy(apnews.com)
    discuss
  27. Fertility rate dropped over 50% within 10 years in Argentina(twitter.com/jesusferna7026)
    1comments
  28. I Love Webrings(zwhuang.dev)
    discuss
  29. Trump TV: The Essentials Station(whitehouse.gov)
    1comments
  30. The Download: India's smart glasses menace and AI's trillion-dollar gamble(technologyreview.com)
    discuss

The web being slow is a choice (and it's a stupid choice)

1 pointsby 46m agoalbanbrooke.com
2 comments
30m agoHN ↗

Choice, or incompetence? Or maybe structural incompetence: those who decide what's being built only care about maximising profit, those who know how to build stopped caring because... why would they?

When whoever is in power finds it fine to build such terrible products full of ads, the only thing worth doing is the minimal amount of work required to get your salary, if you ask me.

15m agoHN ↗

U.S. download speeds increased 174% from 2020 to 2024. 5 Gbps is almost 90,000x the bandwidth I had in 1996. So why are we’re still dealing with slow, bloated websites?

Yes, because the web is more bloated now than it ever was, but also because you're conflating latency and throughput. If the server takes multiple seconds to send the first bit of data, no amount of bandwidth will ever get you within the 0.1-second deadline.

Conflating latency and throughput is a surprisingly common error, and at my last job processing sensor data in real time, I had to make a huge effort to convince other people that latency was the performance metric that mattered, much more than throughput.