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

help-circle

  • […] "And you are an alarmist. You are saying that this must lead to this, and you can’t prove it. These are the beginnings, yes; but how do you know for sure when you don’t know the end, and how do you know, or even surmise, the end? On the one hand, your enemies, the law, the regime, the Party, intimidate you. On the other, your colleagues pooh-pooh you as pessimistic or even neurotic. You are left with your close friends, who are, naturally, people who have always thought as you have.

    "But your friends are fewer now. Some have drifted off somewhere or submerged themselves in their work. You no longer see as many as you did at meetings or gatherings. Informal groups become smaller; attendance drops off in little organizations, and the organizations themselves wither. Now, in small gatherings of your oldest friends, you feel that you are talking to yourselves, that you are isolated from the reality of things. This weakens your confidence still further and serves as a further deterrent to—to what? It is clearer all the time that, if you are going to do anything, you must make an occasion to do it, and then you are obviously a troublemaker. So you wait, and you wait.

    "But the one great shocking occasion, when tens or hundreds or thousands will join with you, never comes. That’s the difficulty. If the last and worst act of the whole regime had come immediately after the first and smallest, thousands, yes, millions would have been sufficiently shocked—if, let us say, the gassing of the Jews in ’43 had come immediately after the ‘German Firm’ stickers on the windows of non-Jewish shops in ’33. But of course this isn’t the way it happens. In between come all the hundreds of little steps, some of them imperceptible, each of them preparing you not to be shocked by the next. Step C is not so much worse than Step B, and, if you did not make a stand at Step B, why should you at Step C? And so on to Step D.

    "And one day, too late, your principles, if you were ever sensible of them, all rush in upon you. The burden of self-deception has grown too heavy, and some minor incident, in my case my little boy, hardly more than a baby, saying ‘Jewish swine,’ collapses it all at once, and you see that everything, everything, has changed and changed completely under your nose. […]

    Excerpt from the book They Thought They Were Free: The Germans, 1933-45 by Milton Mayer. Longer excerpt available here.




  • 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.