• 2 Posts
  • 114 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle

  • Not familiar enough with this particular project to know, but a quick glance at the commit log shows some overlap in commit authors, so I guess there is at least some level of sharing happening, probably just not through merges.

    But being familiar with this kind of project in general, the branches will probably never be fully merged even in the future, just doesn’t make much sense because they are server software targeting very different versions of a game client. There are also two other branches, but they “only” diverged by like one or two thousand commits so far.





  • Well I for one (not GP) am actually quite glad that it is literally illegal to publicly display here in Germany, especially with the current political climate going on here and elsewhere. You want to just out yourself as a Nazi? Okay, off to prison you go. That’s good. AFAIK there are exemptions for temples and such, e.g. for artistic uses like Games, some Wolfenstein games replaced swastikas in the German release because nobody was sure if that’s legal.

    I don’t think it is actually illegal to display in any country that has a lot of people using it religiously, but yeah it’s a sad fact that it still has to be illegal in so many places such a long time later.











  • Well I don’t know about that. Maybe if this current outrage gets enough people to engage in internal party politics the DNC can be reformed? I’m honestly not too knowledgeable about that area of US politics, but my understanding as a layperson was that there isn’t really anything (except for party-internal conflict obviously) preventing registered democrats from trying to reform or even replace the DNC.

    But even if that is possible not sure if it would be fast enough. There are probably a host of different internal elections involved to gain the required influence, and the next national midterms elections are probably way beyond Trumps deadline for going completely mask off “I’m your dictator now”-fascist.



  • Tortoisegit is God awful, stuck in 1999.

    If it works don’t fix it. Not that it’s my go-to.

    you just indicated you enjoy reading man pages

    I have indicated that I do it, not that I enjoy it. But yeah, I prefer it to skimming 20 verbose blog posts and outdated Stackoverflow questions to find one that is actually related to my specific use case. And often enough the search results will be online versions of the man pages anyway. Not quite sure why you are so hostile about it, I just said “read the docs” basically.


  • A ton, like the ones integrated in many editors/IDEs, GitHub Desktop, the one with the little turtle icon, forgot its name… Using gitk all the time. Don’t get me wrong I have nothing against a GUI, just saying I had a much better learning experience with git once I started using the CLI and man pages instead of a GUI and random tutorials for them. It’s just a lot more accessible and better documented in my experience.