• 0 Posts
  • 80 Comments
Joined 3 years ago
cake
Cake day: July 13th, 2023

help-circle

  • Well written article. Also points are valid. What I disagree with is that author overestimates dangers that those ugly aspects pose. There are linters and unit tests to catch those things before they reach production. I can’t quickly recall when the last time failure to initialize a structure field was a source of bug that was pushed to master (in fact, I love to use zero values as intended). Most bugs I remember are the logical ones, which no compiller can prevent. But then, I am senior developer, so maybe I can’t understand the struggles of juniors.

    It may well be that Go is not adequate for production services unless your shop is literally made up of Go experts (Tailscale) or you have infinite money to spend on engineering costs (Google).

    Reality says otherwise. I worked for a few large companies that chose Go as their main code base language. I can also see wide adoption of Go as backend language. It not only did not increase development or maintenance costs of those products, but reduced them. From the perspective of developer, who used C++ before Go.



  • Hiding the complexity behind nice interfaces makes it actually more difficult to understand programming.

    This is a very important point, that most of my colleagues with OOP background seem to miss. They build a bunch of abstractions and then say it’s easy, because we have one liner in calling code, pretending that the rest of the code doesn’t exist. Oh yes, it certainly exists! And needs to be maintained, too.









  • Gremour@lemmy.worldtoGaming@lemmy.worldWhat game changed your life?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    4
    ·
    4 months ago

    I’m surprised you’re downvoted like this, but I had a similar thought. I understand the meme, that it is about the feeling when you finished a game with a story that made you involved. But calling it a “lifechanger” feels like exaggeration.

    I have played a game that touched me deeply, leaving me emotionally out of my socket for about a week. But I wouldn’t say it “changed my life”. I can feel the echo of that experience when I remember, but that’s all.




  • Recently I was asking Copilot a question (in english). As conversation moved to a topic where to get a certain item, it started giving suggestions in my native language and where to find it in my city (the information I wasn’t giving it). I understand that IP address is enough to make this decision, but the question is what else the AI knows about you.