Distributed Pure Functions by Richard Feldman

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024

ความคิดเห็น • 14

  • @Flourish38
    @Flourish38 2 หลายเดือนก่อน +23

    I’ve come to have high expectations for Richard Feldman talks, and I’m yet to be disappointed. Incredible talk!

    • @jeremymcadams7743
      @jeremymcadams7743 2 หลายเดือนก่อน +2

      I've watched like 3 and I'm now looking at picking up a functional language

  • @dwylhq874
    @dwylhq874 2 หลายเดือนก่อน +5

    Didn’t expect to see Richard Feldman on this channel. Awesome as always! 😍

  • @ally_jr
    @ally_jr 2 หลายเดือนก่อน +1

    Richard Feldman is half the reason to watch any talk by Richard Feldman. Not sure if it already does, but Roc might need to pick a niche first and then expand from there.

  • @danamoroso-xjq
    @danamoroso-xjq หลายเดือนก่อน

    if someone comes here wondering - like I was - about what the animation is showing when talking about quicksort, I believe it's the Lomuto partitioning.

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน

    well, 8:25 thats obvious because when you parallelize you are adding communication problem, however, the reason you add concurrency is to get fault-tolerance and high availability.

    • @kellymoses8566
      @kellymoses8566 2 หลายเดือนก่อน

      Supercomputers simply replace a compute limitation with a communication limitation.

  • @Gilgamesh557
    @Gilgamesh557 2 หลายเดือนก่อน +3

    Commutativity is not the important factor for the reduce function; assiciativity is.

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน +1

    I wanna know if the Roc team will ever make a JavaScript platform or will Richard always say "Use Elm"

    • @asksage
      @asksage หลายเดือนก่อน

      I think he has said in one of the interviews that he is happy to continue to use Elm on the frontend.

    • @Qrzychu92
      @Qrzychu92 22 วันที่ผ่านมา

      I think they already compile to WebAssembly, so that's doable :)

  • @alst4817
    @alst4817 28 วันที่ผ่านมา

    Louis CK is one of the best programmers I know!

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน

    well, data is always immutable, what it is mutable is rw storage

  • @awnion
    @awnion 2 หลายเดือนก่อน

    2021 Sooo what's changed since?