home.social

#distributedsystems — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #distributedsystems, aggregated by home.social.

fetched live
  1. This week at SIGCOMM, Inho Choi will present a paper about a fast TCP migration and load balancing system called Capybara, which means it’s time for… another episode of Distributed Systems Explained by ̶C̶a̶t̶s̶ Capybaras!

    L4 load balancers are fast, scalable, and widely used in cloud systems: when a new connection arrives, the load balancer picks a server for it. For our purposes, connections are birds and servers are capybaras.

    This bird has been assigned to a server.

    [🧵, 1/9]

    #distributedsystems #networking #capybara #sigcomm #distributedsystemsexplainedbycats

  2. This pattern also has to plan for cancellation, retries, and cleanup, not just the happy path of request, poll, and result.

    #Fintech #DistributedSystems

  3. On local networks, Fire-and-Forget messages can travel over UDP, while most messaging systems, such as JMS-compliant brokers, provide this style by default.

    #Fintech #DistributedSystems

  4. How Netflix redesigned its Service Topology pipeline to scale real-time service mapping:
    🔹 Separates resolution from enrichment & persistence
    🔹 Propagates backpressure to Kafka (zero record drops)
    🔹 Swaps gRPC for SSE on high-volume internal transfers

    📖 Read the full deep dive on #InfoQbit.ly/4x0Hrzc

    #DistributedSystems #SoftwareArchitecture #Kafka #Microservices

  5. Apache Kafka concepts can be tricky; visualizing them helps.

    The SoftwareMill Kafka Visualization tool breaks down the fundamentals interactively so you can see how things work in real time.

    🆕 Now updated to support Kafka Share Groups.

    Give it a spin: softwaremill.com/kafka-visuali

    #ApacheKafka #Kafka #DistributedSystems #SoftwareEngineering

  6. Cloudflare has introduced Meerkat - a globally consistent control-plane service built on the QuePaxa consensus algorithm.

    By enabling leaderless writes while maintaining strong consistency, it improves availability & resilience across Cloudflare's global network.

    Read the full story on InfoQ 👉 bit.ly/4q0xxLg

    #DistributedSystems #Cloudflare #Consistency #Availability #InfoQ

  7. Asynchronous designs trade immediate answers for resilience: a call can be retried until it succeeds, but the sender no longer knows the outcome right away.

    #Fintech #DistributedSystems

  8. Synchronous communication means a caller sends a request and blocks until the receiver replies. It exists so a service can get an immediate, ordered answer before it moves to the next step.

    #Fintech #DistributedSystems

  9. I've had a delightfully nerdy morning - I've made it so that #fishnet ("distributed Stockfish analysis for lichess.org", github.com/lichess-org/fishnet), runs on my computer ONLY when the temperature is below 25°C and the grid is powered by more than 40% renewable energy. Very silly project, but FUN 🤓 🌞

    It uses data.hub.api.metoffice.gov.uk/${LAT}&longitude=${LON} for the temperature, and api.carbonintensity.org.uk/gen for the % of renewable energy on the grid.

    I think the thing I'm most looking forward to is that it will be an abstract way to keep an eye on how the grid is doing (e.g. "Ooh, my computer fans just kicked in, the grid must be pretty green today! 🎉 💚 ")

    #lichess #chess #DistributedComputing #DistributedSystems #GreenComputing

  10. DBOS CEO Jeremy Edberg & co-founder Qian Li explain how DBOS Transact runs durable workflows straight inside #Postgres - using just two tables, ✅ a SKIP LOCKED queue, and ✅ zero external orchestrators.

    🎬 Watch the #InfoQ video & read the full transcript here: bit.ly/45qo6ei

    #Database #SoftwareArchitecture #DistributedSystems #OpenSource

  11. Learn everything you need to know about Distributed Systems via these 257 free HackerNoon blog posts. hackernoon.com/257-blog-posts- #distributedsystems

  12. RE: mastodon.social/@koen_hufkens/

    This is absolute insanity.
    We could have decentralized index and no reason to crawl websites like madman.
    We have search engines that crawl the web regularly, including Google, and they can behave!

    But ofc people in silicon Valley building shit mentality prefer the hammer style. Brute forcing everything.

    See OpenAI and anthropic bellow. That is just evil, it should be considered a DDOS and punishable by law.

    What is the solution?
    We can't avoid what they are doing right now, the PandoraBox is open, but what can we do?

    I wonder if we could get traffic shapes to tell us if this is coming from harnesses or directly from different LLM vendors such as OpenAI, Anthropic, ZAI, etc.
    This website seems to be facing the later, but traffic from harnesses are still egregious already.

    If the traffic come from vendors we should sue them for DDOS, if it's from harnesses, I think many of them are open source we could contribute so they start using a distributed index or existing search engine results.

    Any other ideas?

    #search #distributedsystems #openai #anthropic
    #searchengine #webcrawler #webcrawling

  13. DoorDash's new Entity Cache runs on Envoy and Valkey, caching over 100 endpoints across 50 services at 1.5M requests/sec with 99.99999% availability.

    Using Kafka-driven invalidation and the XFetch algorithm, it reduces cache stampedes and cuts P99 latency spikes by up to 80%.

    Read the full story on InfoQ 👉 bit.ly/45jwGvi

    #Caching #Envoy #Valkey #Kafka #DistributedSystems #InfoQ

  14. ClouDens: Operational Context-Aware Anomaly Detection for Large-scale Cloud System Monitoring

    arxiv.org/abs/2607.18127