• goodboyjojo@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 hour ago

    personally, i like the catgirl avatar. it shows that passionate and quirky nerds are doing stuff for science and computing. also people should check out that one github repo of just pictures of anime girls holding programming books

  • PearOfJudes@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    19 hours ago

    Fuck I love how queer FOSS is. When big tech corporations switch there support of LGBT organizations dependent on which party is in power to make a profit, FOSS will maintain there position.

    • ZILtoid1991@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      9 hours ago

      Well, a core of FOSS. Unfortunately, there are many jerkasses within the FOSS community, see the Xlibre developer.

  • 𝕸𝖔𝖘𝖘@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    23 hours ago

    I’d rather this than find all of the stoplights in an array of 9, move a puzzle piece into the hole, or even sit through cloudflare (that fails more times than it succeeds). Catgirl nurse any fuckin day!

  • Kaligalis@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 day ago

    Just git clone the repo to analyze it. That is the intended way to get the code for running your natural neural network over it; it should work just fine for artificial neural networks too.

  • bss03@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    If running a development team is like herding cats, of course an self-organized free software team is a “clowder”. Autonomy respecting catboys are also welcome.

  • akunohana@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Just as a backup, nothing more, can somebody PLEASE fork it and have the avatar be a LEGION of furries? 🥹🩵🩷🤍 My programming “skills” are… Hello, world! , so…

    • _donnadie_@feddit.cl
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      AFAIK it hasn’t been done because the mascot is placed there as some sort of branding by the creator of Anubis. In its website it’s explained that you can change or remove the mascot for a fee if you plan to use it for corporate purposes.

      • spinning_disk_engineer@lemmy.ca
        link
        fedilink
        arrow-up
        0
        ·
        1 day ago

        While this is true, it’s also worth noting that the original is permissively licensed. You can change it if you want, it’s just that most people don’t bother. Presumably changing the image would be as simple as replacing the three files in /web/static/img, but maybe that would look weird for some reason.

        • _donnadie_@feddit.cl
          link
          fedilink
          arrow-up
          0
          ·
          1 day ago

          You’re completely right, I guess it’s kind of weird to fork it just to replace an image. If it’s MIT you can just replace the image and not bother about publishing such simple change, right?

          • spinning_disk_engineer@lemmy.ca
            link
            fedilink
            arrow-up
            0
            ·
            24 hours ago

            I believe that even if it were GPL licensed you could do that, since you’re only running it on your server, not publishing it. Of course, for this very reason, most copylefted server software uses the AGPL, which does require source code of a network service to be made available.