• millie@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    This is how you lose your data if something goes wrong. Also, patch notes are extremely good to have.

  • aesthelete@lemmy.world
    link
    fedilink
    arrow-up
    32
    ·
    4 days ago

    Git is so easy to host yourself and everyone went and handed over all their code to evil corp to farm on anyway.

    (Though I do understand that they were bought, but that was a while ago and it was only a matter of time before the evil seeped in.)

    • 6nk06@sh.itjust.works
      link
      fedilink
      arrow-up
      12
      ·
      4 days ago

      I would love a subscription to Codeberg to be able to store private projects though. Codeberg is nice but you need an alternative for those special projects and it’s annoying.

      • justme@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        10
        ·
        4 days ago

        If you work alone you can just use git local without a remote repo. Otherwise there is always self hosting forgejo (the software behind Codeberg). But I also expect there to be other hosting services for that purpose.

        • 6nk06@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          3 days ago

          You can but it’s for specific stuff, not real projects. Everything should be open source and public by default.

          I would gladly pay them to host private projects.

  • jimjam5@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    4 days ago

    It’s a small thing but I appreciate how you didn’t use the image of the rapper of the original meme who seems like an overall terrible person.

      • jimjam5@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        Yeah I don’t get how he was taken so seriously for so long by so many. I get that not every rapper needs to come from a broken and messed up background, but his verses don’t hit that hard due to all the inauthenticity, as if he did grow up on hard streets lol.

  • tiita@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 days ago

    Need to save them within porn jpg.

    That way, when mandatory face recognition for age verification comes into play, I will know who you all are! Har har har!

  • SkyNTP@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    4 days ago

    Neither. Version control and remote sync to your self hosted gitlab or gitea, or whatever (or no remote at all if you wanna go gambling with your hard drive).

    • astrsk@fedia.io
      link
      fedilink
      arrow-up
      14
      ·
      4 days ago

      Just use git. It’s what all these front ends use at their core. It’s all just git which doesn’t need any hosting at all. If all you want is tracking changes you don’t even need to set up a remote to push / pull from. Just install git on your local development machine, make a folder for you project, and run ‘git init’. Now you have a local repo which can track and commit changes and you have all of the incredibly powerful tools available that git provides with ample documentation. Wanna back it up? Just backup the folder with any standard backup application like any other folder.

  • m3t00@piefed.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    used RCS on a VM for years. learning curve not too bad. self hosted for small groups. 3-4 devs

  • Treczoks@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    No need for that. Have a local server. I don’t use git, it’s useless for what I’m doing, and Subversion is fine.