Why Distributed Systems Are Hard

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 34

  • @osamaa.h.altameemi5592
    @osamaa.h.altameemi5592 4 года назад +84

    The art-work in these slides is so satisfying. Best presentation graphics I have seen in a long time.

    • @swyxTV
      @swyxTV 4 года назад +2

      yeah I have no idea how long she must have spent on those

    • @qizhang5749
      @qizhang5749 4 года назад +1

      Weirdly makes the concepts easier to understand...

    • @osamaa.h.altameemi5592
      @osamaa.h.altameemi5592 4 года назад

      @@qizhang5749 totally agree. I teach these concepts to my students on daily basis but the slides make them so easy to grasp and remember, it is more like watching an anime story that talks about distributed systems.

  • @nceevij
    @nceevij 6 месяцев назад

    One of the best presentation on Distributed System .

  • @vigneshps9459
    @vigneshps9459 4 года назад +10

    Graphics on the slides and story or theme based on cats is just awesome.

  • @jasonmeyer495
    @jasonmeyer495 2 года назад +2

    Very introductory content (but good refresher). Nonetheless, she's a terrific presenter. Superb communication skills and the drawings are great. I'd love for her to give talks on certain topics in depth.

  • @managerbmr
    @managerbmr 2 года назад +1

    So I found this after reading all DDIA!! 🤬 This would have saved me a lot of time and frustration if I knew about this beforehand!!

  • @rami8846
    @rami8846 3 года назад +5

    Loved your presentation. You made learning even more fun!

  • @Hmm1298-8
    @Hmm1298-8 4 года назад +18

    All concepts are compiled from Designing Data Intensive Appliations.

    • @michaelw9852
      @michaelw9852 4 года назад +7

      I wish people in tech actually start caring about citing and maintaining bibliographies. its so sad that knowledge in tech is really really disjointed because no one either shares what they are summarising or they simply dont know where it came from.

  • @eferrari96
    @eferrari96 4 года назад +2

    This is so relatable. I had to write a distributed engine for my bachelor thesis and my god was it hard to get it properly run.

  • @rrr00bb1
    @rrr00bb1 3 года назад

    I had a trade-off problem when trying to do offline-first in a system that got hosted behind a service mesh. You want strong consistency (ie: paxos) for a cluster that you will round-robin to arbitrary hosts with. But clusters brought together like continents need Strong Eventual Consistency, which basically means automated merges. The things that happened in the cluster are facts that we committed to. But the facts committed in isolation must have a CRDT structure to merge together. In a cluster, it's not that partitions don't happen... it's that partitions in a cluster can stop some members from getting work done (but you can round robin to the majority that are up). But between clusters on different continents, committed facts are like missle launches. You need a way to consistently merge the facts; not argue about which facts win. Thus, you need both Strong consistency in the cluster; and strong eventual consistency between clusters. Otherwise, from an internal point of view, if your datacenter cant reach the world...then they must stop work. This is ok for clients OUTSIDE that datacenter. But it's not ok if you need to keep collecting info and commiting transactions for your cluster until you can reach the world again. It basically means Paxos-managed clusters that store CRDTs.

  • @puddingmango
    @puddingmango 4 года назад +2

    This talk is so good it's the first QCon talk I actually followed the presenter on twitter in the end. Thank you!

  • @srcmake
    @srcmake 4 года назад +5

    Great presentation. Excellent speaking skills and I can't even fathom how long it took to create those slides.

  • @maxespinoza8474
    @maxespinoza8474 3 года назад +2

    Really enjoyed the explanations and pace, great presentation!

  • @valour.se47
    @valour.se47 4 года назад +4

    I liked every thing of this presentation, but the content is some what similar to the other presentations around distributed systems and microservices. But i guess it's a good refresher

  • @pariveshplayson
    @pariveshplayson 2 года назад

    Superb!

  • @mebinjacob_UF
    @mebinjacob_UF 2 года назад

    are these slides uploaded somewhere ?

  • @mrseanpaul81
    @mrseanpaul81 4 года назад +3

    Great talk!

  • @zad0m
    @zad0m 2 года назад

    I don't agree that the accuracy of any single agent's own model decreases. The accuracy should stay the same and cover the business processes for that particular agent (subject) as it's supposed to be modularised in such a way as not even to know about the whole system. Then no matter how many modules you add they're accurate to their own domain. In programming, it's called interfaces. The challenge is to come up with tools and processes that allow to decompose and compose modules in a way that their own models are accurate for themselves, yet are also accurate for the overall model. stupid quote.

  • @armenarz4062
    @armenarz4062 4 года назад

    Great presentation.

  • @treylitefm
    @treylitefm 4 года назад

    The Kubernetes Kool-Aid man @32:46 LOLLLL

  • @firmsoil7861
    @firmsoil7861 4 года назад

    अनुवादित् ---> How language restricts knowledge.

  • @bharat_arora
    @bharat_arora 3 года назад

    I just opened for cartoons, why focus on distributed system if they are anyway hard

  • @saurabhverma7366
    @saurabhverma7366 3 года назад

    just had a cat overload

  • @rubyh4184
    @rubyh4184 4 года назад

    This doesn't include data privacy issue in which data of its citizen must stay in the country data centre.

  • @bhhmidi4
    @bhhmidi4 3 года назад

    21:15 *speed of time.

  • @jisesi
    @jisesi 3 года назад

    I damn love the kitties

  • @itdepends5906
    @itdepends5906 2 года назад +2

    I don't understand - she doesn't even define 'partition tolerance' (not obvious to me by hearing the term) and keeps talking about it as if we all had agreed previously that that was an important factor to consider. She's jumping from one concept to the next too frequently..

  • @mentorianx7932
    @mentorianx7932 3 года назад +1

    Is this really that complex or it's just made this geeky just to sound geeky - There must be an easier and translated version of this

  • @karthikraghunathan4742
    @karthikraghunathan4742 2 года назад

    way too less likes than this talk deserves

  • @evans8245
    @evans8245 4 года назад +1

    okay so..good talk.
    when you fit too much to explain into one presentation...
    you rush your explanations, giving people less time to process your information....any people in the future trying to give talks...don't add too much...keep it simple..seriously guys..i'm liek...frustrated abit

  • @sju6416
    @sju6416 3 года назад +2

    Worst infoq presentation ever