Skip Navigation

User banner
Posts
14
Comments
150
Joined
2 yr. ago

  • JD Vance, is that you?

  • The second one actually gave me half of a mental breakdown, but not because it was too violent for me.
    One analysis that I read made the exact opposite conclusion that I made, and it showed me this: in the subject of English, two diametrically opposed points can both be equally correct! Nothing is fixed! Reality is mutable!

    Also The Lottery, The Veldt, Harrison Bergeron (which others have already mentioned)

  • Could have just said man instead of ma'am. They sound almost the same.

  • Was this article generated by AI?

  • You mean general dynamics?

  • Those forward wing things are called canards. 3 modern fighters have them.

    • Saab Gripen: grey, delta wings, single engine, rectangular side intakes.
    • Dassault Rafale: grey, delta wings, twin engine, round side intakes and fixed fuel probe. Only fighter known to defeat the F-22 in simulated combat.
    • Eurofighter Typhoon: grey, delta wings, twin engine, rectangular lower intakes.
  • Oxygen

    Jump
  • But how can a healing crystal cause skin cancer? The sun is a deadly laser, after all...

    unless it's also a laser crystal! Gotcha, Illuminati!

  • Oxygen

    Jump
  • Don't tell me you still believe in oxygen! The sun is made of phlogiston, so it instantly ignites. Since there's no air in space for the phlogiston to saturate into, it can keep burning for millions of years!

  • Chaos!

    Jump
  • Why are there so many question marks??? That's not how questions work???

  • Meow

    Jump
  • No? What does Mr. Rogers have to do with leopards? Tigers I can see, but these aren't those.

  • Still faster than Windows

  • It's very energizing too

  • PGP or GPG, however you spell it. You can encrypt stuff, protect your email from prying eyes!

    Also FOSS in general.

  • Everything here reminds everyone of that.

  • It wasn't anything big that caused me to switch. It was just a general feeling of "oh, maybe I'll switch" and annoyance at Windows, and then I got a new SSD.

  • Here's a few of the micro-hacks that I've hacked up in the past.

    ::: spoiler This thing, called demoronize, which does what it says in the comments

     
        
    #!/bin/sh
    
    #dos2unix -O -e -s $1 | sed 's/    /	/g' | sed 's/“/"/g' | sed 's/”/"/g'
    cat $1 | sed 's/    /	/g' | sed 's/“/"/g' | sed 's/”/"/g'
    #Convert DOS line endings to Unix ones and add a final newline if there isn't one,
    #replace sequence of 4 spaces with tab,
    #and replace "smart" quotes with normal ones
    
    
      

    :::

    I just keep those ones for historical value, but there's one hack I use every day. My keyboard doesn't have a function key (Fn), so I use the Super/Windows key instead.
    I have xdotool keyup Super_L keyup Super_R keyup F4 key XF86Sleep bound to a custom keyboard shortcut. It unpresses the keys used for the shortcut (Super + F4), then presses the sleep key.