Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A related skill that is recommended as a CS student
    discuss
  2. How Randomness Builds the Universe: A Cosmic Puzzle (2025)(medium.com/kosmologi.indonesia ↗)
    discuss
  3. Integrate Architecture with Topography: Strategies to Build on Hills and Slopes(archdaily.com ↗)
    discuss
  4. Parallel vector graphics rasterization on CPU(gasiulis.name ↗)
    discuss
  5. Recursively Scaling Auto-Research Loops for Efficient Agent Harness(dair.ai ↗)
    discuss
  6. A Stop Sign for $1k(maxmautner.com ↗)
    discuss
  7. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    4comments
  8. Bill Joy – Why the future doesn't need us (2000)(wired.com ↗)
    1comments
  9. OpenAI hacked by small team of white hat security researchers(venturebeat.com ↗)
    discuss
  10. Trump announces 'forever' deal to defend Greenland, Denmark says sign next week(washingtonpost.com ↗)
    1comments
  11. Al-Khwarizmi – Father of Algebra (c.780-850)(storyofmathematics.com ↗)
    discuss
  12. Hex turns complex analysis into visual reports with GPT-6 Astra(openai.com ↗)
    discuss
  13. The US 'Kill Chain' That Destroyed an Iranian School(bloomberg.com ↗)
    discuss
  14. What Software Teams Can Learn from the Factory Transition to Electricity(ito.ai ↗)
    discuss
  15. 'Ask for what you want' is a key skill for the 21st century(robinsloan.com ↗)
    discuss
  16. Energy-Based Models(energy-based-model.github.io ↗)
    discuss
  17. Gemini Hacked Three Companies in First Known Breakout by Google's AI(wsj.com ↗)
    3comments
  18. Hacker News Firehose for iOS(harrison.page ↗)
    1comments
  19. US and Denmark reach deal over Greenland security(bbc.co.uk ↗)
    discuss
  20. Flox will require login for search/install commands starting in October(flox.dev ↗)
    discuss
  21. Open source tool to schedule, analyze, and grow your LinkedIn page(github.com/yapsgg ↗)
    discuss
  22. Could we reboot the modern world without fossil fuels?(aeon.co ↗)
    discuss
  23. How the Boeing 737 MAX Disaster Looks to a Software Developer (2019)(ieee.org ↗)
    1comments
  24. Qantas is retiring its A380s(cnn.com ↗)
    discuss
  25. SAIR's Open Math Model Initiative(terrytao.wordpress.com ↗)
    discuss
  26. Anthropic Shifts Planned IPO to November(wsj.com ↗)
    discuss
  27. Brian Greene interviews Stephen Wolfram: Can spacetime emerge from simple rules? [video](youtube.com ↗)
    discuss
  28. Steve Eisman on AI: Companies are trying to manufacture a crisis(youtube.com ↗)
    1comments
  29. A 6502 emulator written in Markdown (and executed by an LLM)(dunkels.com ↗)
    discuss
  30. ATRA-mediated RAR-α activation attenuates acrylamide-induced testicular toxicity(nature.com ↗)
    discuss

Saving another 100TB of RAM

156 pointsby 4h agoblog.cloudflare.com
21 comments
2h agoHN ↗

Bang up article! As someone who doesn't get to do enough (almost any) calculus in my daily programming assignments, I thoroughly enjoyed reading about Kevin's dive into that derivation (linked in the supplemental article). All the people being negative here can swallow raisins

1h agoHN ↗

Thanks! Maybe dial it back or people are going to think I paid you

2h agoHN ↗

The only Rust section is the one on storage improvements about the struct that stores the hash, but do they really need that many hashes that 2 bytes makes that big of a difference? Article doesn't expand, but I guess it's a hash for every task on every computer, so maybe yes.

2h agoHN ↗

That's exactly his point/the area of cost saving - that they didn't actually need as many hashes as they had started with. The trick was in finding out how many hashes they could cull without degrading load balance.

2h agoHN ↗

These optimizations are impressive, but it gets me thinking: at what point does a company become a collection of impenetrable siloes, where nothing really does what you expect? Maybe know with AI this is less of an issue as exploring a codebase is also much faster.

1h agoHN ↗

My intuition around larger companies is they are already impenetrable silos, and AI makes it worse

1h agoHN ↗

I feel like any company whose products have RESTful interfaces are already there…

One wants to turn on an indicator on a remote device. A simple Boolean value. But we need networking, TLS, authentication plugins, certificate validation, distributed logging, containers, orchestration, HTTP client/server, interprocess communication, daemon dependency management, …

Sure, one can say each of these layers and abstractions has an important and justifiable purpose. But one can also step back and start wondering - what the hell are we really doing???

At some level, it seems like each layer of abstraction has to manage others, only simply because they exist.

Imagine the simplicity of 1800s telegraph signaling - no software!

Too often we build systems with Fortune-50 style hierarchies when a 5-person team could do the whole job.

1h agoHN ↗

Build a system as simple as possible but no simpler.

An 1800s telegraph system doesnt work in the modem world, there is far too much communication and the system would just collapse into molten slag.

All those things you've listed are because we live in an adversarial world and I'd steal all your money off the telegraph wire if you tried it.

50m agoHN ↗

Having worked in hardware for a moment, everything we do in software is like this. Even C.

46m agoHN ↗

There are a whole series of blog posts from the Fishworks guys explaining why it could possibly be so hard to turn on one LED.

But Oracle probably deleted then so you'll have to find them on archive.org.

51m agoHN ↗

And at what point does a company start to care about performance? 100TB of RAM is expensive as hell, but getting products to market faster was worth the cost

1h agoHN ↗

Cloudflare is truly amazing, they have made so much possible for my main side-project at a price and performance that I can’t really take credit for (http://sourcelibrary.org), I don’t care if their text was written with AI, I just wish I could get my own AI to sing so well about hashing… but wait.. today I noticed Claude trying to use hashing when a timestamp would honestly do, and now I’m really doubting myself, hmm…

1h agoHN ↗

This is pleasant coincidence. Really like your site and it's queued to send in my newsletter in the morning! Just happened to see your comment here while I was reading. Great work.

28m agoHN ↗

I don’t care if their text was written with AI, I just wish I could get my own AI to sing so well about hashing… but wait.. today I noticed Claude trying to use hashing when a timestamp would honestly do, and now I’m really doubting myself, hmm…

Tried out the first 1000 words in Pangram, and it seemed happy it was human written. Not surprised either, it has been some of the better writing I've seen out of Cloudflare recently.

25m agoHN ↗

An AI would have known that saying, “Hi, mom” in a professional post was a bad idea.

1h agoHN ↗

anyone remember 100tb hosting company?

48m agoHN ↗

Someone really needed a few hundred TB to waste on inference and went looking under the rugs…

40m agoHN ↗

CPU DRAM can't really be used for inference efficiently -- inference mostly wants memory bandwidth, not memory capacity, and GPU DRAM has >10x more bandwidth. The fabs can switch between them but you can't switch after the fact.

27m agoHN ↗

Those machines with GPUs still need RAM of their own, and they generally want large caches to avoid SSD penalties. You even see this spill out in the form of costs for KV cache in <1min, 5m, 1hr rates etc.

36m agoHN ↗

I definitely enjoyed this writing style more than a lot of the recent cf blog posts. Cool article!

7m agoHN ↗

does this mean RAM prices can go down now? Please?