• 6 Posts
  • 58 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.


















  • Oh it wasn’t that bad. You just had to understand rules, models, layouts, variants, and options. Oh and then of course key codes, syms, maps, states, and modifiers. Oh and then…

    Kidding aside though, in this particular case it would have been relatively simple:

    If you wanted to enable the Ctrl+Alt+Backspace sequence to kill the X server by default, you could create a configuration snippet /etc/X11/xorg.conf.d/90-zap.conf containing:

    Section "InputClass"
        Identifier "keyboard defaults"
        MatchIsKeyboard "on"
    
        Option "XKbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    

    This would be equivalent to running the shell command:

    setxkbmap -option "terminate:ctrl_alt_bksp"



  • Of course, Alabama school, it’s entirely possible that the lesson was complete nonsense.

    Nah, from a solely US perspective it’s correct. There were ~1.6 million military casualties in the civil war, and ~1.07 million in WW2. But there were a few more parties involved in WW2, so it’s kind of weird to frame it as less bloody. If you include civilians, estimates range from 70 to 85 million dead worldwide (not including the >20 million wounded soldiers and unknown number of wounded civilians).