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

help-circle



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




  • android auto

    First I heard of this, but since it seems to be just some software that runs on the hardware of car manufacturers it seems rather unlikely. But very theoretically possible, if the car manufacturer was using default process scheduling in a CPU constrained machine and now switches to real-time scheduling in an update. But that was possible for years before this news, the code has just been mainlined to the default kernel now. If the car manufacturer cared about that they would probably have done it already with a patched kernel.








  • I think the problem might be your PostUp/PostDown lines have an in-interface (-i) but are missing an out-interface (-o) for the forwarding. Try this:

    PostUp   = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
    



  • I said Sulla gave up his dictatorship in response to a rhetorical question I took the liberty of answering.

    In an effort of tying that aside back to the topic of the thread I then tried to state that it remains to be seen if Trump will be the one to kill the republic (Caesar), or the one setting the precedent to make it possible (Sulla).

    I have no delusions that Trump would willingly give up power. He has already shown that he will not. But what he hasn’t done (yet) is kill the republic. And as the assassination attempt happening a few days after my post should have made clear, he might yet fail to. What I’m worried about is whoever is going to fill the power vacuum that comes after his departure. This shit won’t stop even if death rids us of him.

    But fair enough, I can see how that might have been misinterpreted. Hence my disclaimers in said post, and my efforts at explaining following your accusations. Which you have so far only answered with more insults. So I really have to wonder who is the one saying stupid fucking things here.



  • If Trump is elected to a second term it will be a disaster and there is no ambiguity as to the nature of Trump for he has already declared civil war against the will of the American people.

    And please show me where the fuck I ever doubted that. Do you not know who Sulla was? Did you not read me saying he fought a civil war and was the first general to march on Rome? Like right above the section you quoted out of context?

    What I said is Trump might not turn out to be the one to kill the republic but the one to irreparably damage it instead. Think for example him getting elected to a second term and then dying a month into it without achieving much of his dictatorial agenda.

    You are an idiot.

    That I am, given that I am still arguing with you.