For those that were interested in the openSUSE logo contest, the voting wrapped up on Tuesday and the results of this logo contest for new openSUSE branding have been selected.

  • Sentient Loom
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    8
    ·
    10 months ago

    I know this is dumb, but cute animal logos is the reason I refuse to learn Go.

    • janAkali@lemmy.one
      link
      fedilink
      English
      arrow-up
      10
      ·
      10 months ago

      IMO, go’s gopher is ugly, not cute. But, anyway, there are better reasons not to learn Go.

      • Sentient Loom
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 months ago

        I’m curious to know those reasons. I’d like to pretend that I have a valid argument against Go.

        • janAkali@lemmy.one
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          10 months ago

          For one - the error handling. Every codebase is filled with messy, hard to type:

          if err != nil {
              ...
          }
          

          And it doesn’t even give you a stack trace to debug the problem when an error happens, apparently.

          Second reason - it lacks many features that are generally available in most other languages. Generics is the big one, but thankfully they added them in last half a year or so. In general Golang’s design principle is to implement only the required minimum.

          And probably most important - Go is owned by Google, aka the “all seeing eye of Sauron”. There was recently a big controversy with them proposing adding an on-by-default telemetry to the compiler. And with the recent trend of enshittification, I wouldn’t trust google or any other mega-corporation.

          • Sentient Loom
            link
            fedilink
            English
            arrow-up
            4
            ·
            10 months ago

            Yeah the “owned by google” thing is a big turn-off. And telemetry… he’ll no. Also it’s weird that Go doesn’t have a ternary. It’s a small thing, but it’s a thing.

    • DannyBoy
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      Guess you’re stuck with C++