• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle

  • The problem is that performant screenshare (to multiple users) more or less requires infrastructure. That requires money, and it’s impossible to compete on price with services that have the VC-enshitification model.

    You can get around this in a few ways, but they’re all tradeoffs that are in some way or other worse than discord.

    • P2P - sacrifice latency, reliability
    • direct multi-stream - sacrifice PC performance and/or bitrate
    • paid infrastructure - sacrifice money


  • Backblaze regularly releases failure rate statistics of their drives, and it’s often a big enough dataset to be quite meaningful. I haven’t been keeping up with it lately, but there certainly was a period of time where there were substantial differences in the failure rates of different manufacturers.

    So while you do still need to have drive failure mitigation strategies, buying more reliable devices can definitely save you time and headache in the future by having to deal with failures less frequently.

















  • enkers@sh.itjust.workstoProgrammer Humor@lemmy.mlThe coding experience
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    2 years ago

    I’ve had this experience in other languages, but never python. Find the missing semicolon and getting a cryptic error message is a very common programming experience.

    The reason I never had this problem in python is that by the time I learned it, I was already a fairly experienced developer, and I used better tooling from the get go. This kind of error is reallllllly hard to make in a modern IDE using a linter and formatter.

    That suggests to me that this is more likely a fairly language agnostic experience. It might even bias people against the languages they learn first.