• 0 Posts
  • 215 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • masterspace@lemmy.catoComic Strips@lemmy.worldi still think of you, jim henson
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    5
    ·
    edit-2
    19 hours ago

    Yeah, and seeing the lowest bottoms of the human existence every time you scroll your newsfeed doesn’t make you more sensitive to it, it numbs you to it.

    This comic is sad in the way that the Fry’s dog episode is sad. It’s devastating the first time you see it but the more you think about it the more you realize that there was/is no other message, they’re just saying death really sucks, and yeah it does, but that doesn’t mean it’s healthy to relive it over and over and over.







  • Because usually if you end up at the API reference in that situation it’s a code / project smell that other stuff is going wrong.

    If I want to use a library to do something, you should be able to search for what you want to do + language / framework, find the library’s docs, follow the install instructions and then look through the highest level API / instructions and then just go from there.

    If you find yourself confused at unhelpful API references that just means that they have badly written top level API docs, badly written intros, or quite probably just badly written APIs.













  • Or is this a battle I can pick to shield my self from ms

    Read the post before coming to the comments to reply.

    OP is asking on here about whether or not to pick this battle and fight his company over it. Yes, you are probably technically correct that a company can’t force you to install an authenticator app on your phone. However, that is a battle that you will have to fight with them that will accomplish essentially nothing if you win.

    In Canada right now there is a major auto manufacturer that is being sued by the union over this very issue. It is a years long legal case that had to be escalated through the union, it’s lawyers ,and now arbitration. Does that not sound like a battle to you?


  • Because an object is good at representing a noun, not a verb, and when expressing logical flows and concepts, despite what Java will tell you, not everything is in fact, a noun.

    I.e. in OOP languages that do not support functional programming as first class (like Java), you end up with a ton of overhead and unnecessary complications and objects named like generatorFactoryServiceCreatorFactory because the language forces you to creat a noun (object) to take an action rather than just create a verb (function) and pass that around.