• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • The hardest languages to learn are the ones that have a different paradigm than the ones you’re used to.

    Most modern languages today somehow derive from C, in a way or another. JavaScript, Go, PHP, Java, C#, even Python… If you’re used to one of these languages, you should be able to get a high level understanding of code written in other languages. Some like Rust can be a bit harder when diving into idiosyncrasies (e.g. borrow checker and lifetimes), but it’s not too hard.

    But if I encounter a Lisp, or a more domain-specific language like Julia or Matlab, I need to put in a lot more effort to understand what I’m trying to read. Though Lisps are inherently simple languages, the lack of familiarity with the syntax throws me off.





  • idiot-proofing

    Don’t chalk it up to idiots. The quote mentions “MFA fatigue”, which is something that definitely happens.

    If you’re a Windows user (and moreso if you play games on your computer), you certainly regularly have admin prompts. I’m pretty sure that, like everyone else, you just click OK without a second thought. That’s fatigue. Those prompts exist for a security reason, yet there are so many of them that they don’t register anymore and have lost all their meaning.

    For my job, I often have to login into MS Azure, and there are days where I have to enter my MFA 3 or 4 times in a row. I expect it, so I don’t really look at the prompt anymore. I just enter the token to be done with it asap; that’s a security risk





  • Lower bandwidth for who? When images are cached on other instances, it allows two things:

    • Load sharing. The original instance doesn’t have to serve the whole fediverse, but only its own users + 1 request per other lemmy instance.
    • Data availability through redundancy. If the original instance goes down, the cached image is still viewable on other instances.






  • 0xc0ba17@sh.itjust.workstoMemes@lemmy.mloh well
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    they can’t trigger on the edit event as there are too many legit uses of it.

    They definitely do, I’ve experienced it firsthand: I mass edited all my comments to “[deleted]” and many of them got edited back within 2-3 days. There are some reasonable explanations about buggy caches, but that’s a really convenient bug for Reddit right now.