Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    112comments
  2. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    97comments
  3. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    65comments
  4. What even is an OS now? (sockpuppet.org)
    93comments
  5. Plan mode is dead (aymannadeem.com)
    63comments
  6. Platform-independent SIMD in Go (go.dev)
    133comments
  7. Excel now supports multiple values in a single cell (techcommunity.microsoft.com)
    62comments
  8. Git-bug: Distributed, offline-first bug tracker embedded in Git (github.com/git-bug)
    100comments
  9. Remembering Johannes Doerfert (llvm.org)
    1comments
  10. Gravity seems holographic. What does that mean for reality? (quantamagazine.org)
    119comments
  11. Why didn't anybody tell me about Redis hash slots? (verygoodsoftwarenotvirus.dev)
    2comments
  12. Show HN: A game about fake news and memes (unspin.app)
    1comments
  13. U.S. appeals court upholds designation of Anthropic as supply chain risk (cnbc.com)
    690comments
  14. First Principles Thinking (sunilsadasivan.com)
    97comments
  15. Show HN: Make math automatic with Mathy (gmays.com)
    18comments
  16. How video games inspire great UX (2019) (jenson.org)
    16comments
  17. How we learned to stop worrying and love campus surveillance (fnl.mit.edu)
    69comments
  18. Ink and Switch interactive homepage (inkandswitch.com)
    25comments
  19. Show HN: Hacker Atlas - A map of what Hacker News talks about (hackeratlas.com)
    —discuss
  20. I wrote a ray tracer in Brainfuck (epestr.com)
    9comments
  21. Alan Kay: Shannon gave us a way of dealing with noisy channels [video] (youtube.com)
    23comments
  22. Ask HN: Who's still keeping a DOS machine up because the business depends on it?
    66comments
  23. Microsoft abandons personal AI chatbot race with Copilot reboot (bloomberg.com)
    65comments
  24. What happens when you analyze your favorite college football team like the CIA? (cultivatelabs.com)
    21comments
  25. An airport cooled by natural ventilation (theguardian.com)
    19comments
  26. Amiga Screens: A Primer (datagubbe.se)
    38comments
  27. Meta's Muse appears to use an OpenAI model labeled muse-special (mouse.dev)
    46comments
  28. Tell HN: Codex Is Down [fixed]
    66comments
  29. Show HN: Ekselio – Loveable for finance workflows (local first) (gptbeyond.com)
    —discuss
  30. Teaching a World Model to Play Pokemon (nostalgia.dev)
    10comments

Why didn't anybody tell me about Redis hash slots?

9 pointsby 2d agoblog.verygoodsoftwarenotvirus.dev
2 comments
19m agoHN ↗

Because you inherited it from someone who built it before that was a thing, and discovered it when you went serverless.

How'd I guess on the article itself?

17m agoHN ↗

I'm confused how you find the data again in this cache? It seems like you're randomly salting your cache keys, so I don't understand how subsequent requests find cached data.