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)
    166comments
  2. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    103comments
  3. Plan mode is dead (aymannadeem.com)
    151comments
  4. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    73comments
  5. What even is an OS now? (sockpuppet.org)
    190comments
  6. Jury finds Facebook liable for deceiving users in Cambridge Analytica case (cbsnews.com)
    10comments
  7. Postgres SELECT DISTINCT Does Not Scale (dbos.dev)
    3comments
  8. Excel now supports multiple values in a single cell (techcommunity.microsoft.com)
    90comments
  9. One Piece of Flock Camera Data Put This Innocent Woman in Jail for 13 Days (jezebel.com)
    22comments
  10. Gravity seems holographic. What does that mean for reality? (quantamagazine.org)
    141comments
  11. Show HN: Hacker Atlas - A map of what Hacker News talks about (hackeratlas.com)
    6comments
  12. Remembering Johannes Doerfert (llvm.org)
    2comments
  13. Fourier Analysis: Drawing Llamas with Circles (adekau.github.io)
    —discuss
  14. I wrote a ray tracer in Brainfuck (epestr.com)
    12comments
  15. First Principles Thinking (sunilsadasivan.com)
    102comments
  16. U.S. appeals court upholds designation of Anthropic as supply chain risk (cnbc.com)
    717comments
  17. Lab on a Contact Lens Can Measure Stress Through Serotonin (ieee.org)
    4comments
  18. Why didn't anybody tell me about Redis hash slots? (verygoodsoftwarenotvirus.dev)
    7comments
  19. Two and a half years without a gallbladder (tracydurnell.com)
    3comments
  20. Show HN: A game about fake news and memes (unspin.app)
    7comments
  21. How video games inspire great UX (2019) (jenson.org)
    16comments
  22. How we learned to stop worrying and love campus surveillance (fnl.mit.edu)
    85comments
  23. TiddlyInstall: A universal, reusable, install system (robertsdotpm.github.io)
    5comments
  24. Show HN: Make math automatic with Mathy (gmays.com)
    21comments
  25. An airport cooled by natural ventilation (theguardian.com)
    30comments
  26. What happens when you analyze your favorite college football team like the CIA? (cultivatelabs.com)
    25comments
  27. Show HN: Ekselio – Loveable for finance workflows (local first) (gptbeyond.com)
    2comments
  28. Microsoft abandons personal AI chatbot race with Copilot reboot (bloomberg.com)
    85comments
  29. Platform-independent SIMD in Go (go.dev)
    136comments
  30. Git-bug: Distributed, offline-first bug tracker embedded in Git (github.com/git-bug)
    107comments

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

28 pointsby 2d agoblog.verygoodsoftwarenotvirus.dev
7 comments
2h 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?

2h 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.

2h agoHN ↗

Naively (and naive is often fine), you can query each node in parallel. The number of nodes is usually very small relative to the amount of data per node and reading is usually much faster than writing.

6m agoHN ↗

Wish this was clarified. One thought would be to choose a stable component to in turn hash, such as the source coordinate hexagon, but then why not just put that in the hashtag

1h agoHN ↗

How much of the tools you use every day stays unnoticed...

1h agoHN ↗

I actually do a quarterly “read the docs” day for my major tools. It always pay off…

7m agoHN ↗

What do they use to make those visualizations?

I see them pretty frequently.