• 0 Posts
  • 20 Comments
Joined 10 months ago
cake
Cake day: September 10th, 2023

help-circle


  • Do you mean the individual .git repository tracking changes in a given directory? Or the remote repository server that you push your changes to and can pull other’s changes from? The first one is the fundamental requirement of using git at all, the second is where it gets less trivial.

    It’s not that the software isn’t available. Off the top of my mind, Gitlab offers their community version for free to download and host yourself. I think they even have a Docker image. All you need is to figure out how you would like to do that.

    It’s the usual question of self-hosting - where would you host it? A server at home? The cloud? Should others be able to access it? How? What about security?

    Remotes already hosted by others are just a lot more convenient. You don’t worry about the infrastructure, you just push your code. People like me might get more excited about setting up than the actual coding. It’s the bane of half my projects - gotta get that git workflow in place, think long-term, set up the “mandatory PR with tests before merge” and shit until eventually I have everything set up… and the spark of the original script I wanted to do is gone.

    If you want to focus on coding, the benefit of having a ready setup are hard to dismiss.
    On the other hand, setting up and configuring a server can be a one-time job, so if that’s worth it to you, power to you!











  • For me, it’d also need a Linux compatibility layer on par with (or exceeding that of) Steam. On paper, I’m not a fan of Valve’s exclusive hold on that market, but in practice nothing has come close for me so far (that I know of, at least).

    I tried Lutris and Wine, but I had difficulties getting stuff to run, and the fixes required patience and some level of technical understanding (of Wine, specifically, not just Linux in general). They just don’t have the same (comparatively simple) convenience of “check ProtonDB before you buy it, download game, run it, and usually it’ll work fine”.

    The more advanced fixes usually involve nothing more than a few well-documented steps like copy/pasting a launch command, selecting something in a dropdown or downloading and extracting a file into some directory. It’s not a universal “It Just Works”, but I feel like it’s been getting better and better, and that’s just a headstart any competitor would have to work really hard to catch up with.