• 2 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • verstra@programming.devtoMemes@lemmy.mlCheckmate dronies
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    19 days ago

    To be honest, I know little about Mao and beginnings of PRC - I’m quite ignorant about how much of an “absolute leader” he was.

    But I do believe that idolizing a person and concentration of power are dangerous to democracy.

    And it’s interesting how much responses I got on this topic.






  • Have you erased the continuation of the message that is saying something about “similar names, but are actually two distinct types”?

    It is a common error if you have two dependecies that export the same third dependency and your code makes an assumption that the versions of the third dep match.

    All other languages either straight-up don’t support multiple versions of the same dep, or throw random errors at runtime. So this message is a consequence of rust supporting things that other langs only dream of.