

I’ve been wondering why my fav retro podcasts have been discussing contemporary games.
Class: He/him/they.
Alignment: Hopeful loser.
Aesthetic: WIP, horror vacui / amor copia.
🚧🚧🚧🚧🚧🚧🚧🚧🚧
🚧UNDER CNSTRCTN🚧
🚧🚧🚧🚧🚧🚧🚧🚧🚧
My place: Faceless vanity
My stories: Abandoned drippings
I’ve been wondering why my fav retro podcasts have been discussing contemporary games.
I’m no fan of world (mostly because they’re too big and thus mainstream), but what does this insult mean?
I love those keycaps 😍
If Trump isn’t the States’ Hitler then he’s the dress rehearsal.
How about just prompt the user, and then let them set the default right there by checking “use this location in the future (can be changed by going to preferences > screen recording > screenshots and selecting a new default location)”.
I could probably write this is a day, and I haven’t used spring since college.
I believe any good thing you can say about crypto will eventually be coopted and controlled by capital.
The same is true for all “disruptive” technology unless it’s built specifically to be hostile to monied interests, like the fediverse - and even then, you have to continue defending it against incursions.
As soon as you could exchange it for real money it just became another tool of capital to move in secret.
Let’s get you back to the home, buddy. We’re watching WKRP tonight, won’t that be fun?
4 years wow, so you must really remember the more quiet times. Even just in the last 1 to 2 years it’s got so much busier.
I wish the rich would take advantage of our more virtuous qualities. Like I would love for someone to back me financially to go around compulsively pulling up invasive plants and lobbing pollinator flower bombs into abandoned lots.
Don’t spread the Zionists propaganda for free. They desperately want you to associate opposition to their colonial project with plain old bigotry.
I’m going to assume you mean well, but comments like your do the Zionists (who are mostly white, by the way) work for them.
Jews are a part of Palestine as much as other Semitic peoples, like Arabs. It’s Zionists and their industrial terror engine who are the real enemies of the people, chosen or otherwise.
Letting out your kynodesmē after a long sunny day of wrestling with the boys. 😩
Rofl but I think you’re onto something. It had to be either a kink or aesthetic thing.
I mean they have a string right there. Just loop that around over your hips to keep them up
You know, I thought I knew why, but this was new information to me, so I guess I didn’t.
Thanks for sharing this concise explico!
We are same. I sometimes use comments as kind of tags, like
xinput --disable $(xinput --list | grep -i touchpad | grep 'id=[0-9]\+' -o | cut -d= -f2) # Disable synaptic touchpad trackpad pointer
or
python3 -c 'from ctypes import *; X11 = cdll.LoadLibrary("libX11.so.6"); X11.XOpenDisplay.restype = POINTER(c_ubyte); display = X11.XOpenDisplay(None); X11.XkbLockModifiers(display, c_uint(0x0100), c_uint(2), c_uint(0)); X11.XCloseDisplay(display)' # swap caps CAPS CAPSLOCK
or sometimes I’ll add
# works
at the end of a long string of attempts (usually involving dialing into a regexp), likexdpyinfo|grep dimensions|grep -Eow '\d' xdpyinfo|grep dimensions|grep -Eow '(\d)' xdpyinfo|grep dimensions|grep -ow '(\d)' xdpyinfo|grep dimensions|grep -o '(\d)' xdpyinfo|grep dimensions xdpyinfo|grep dimensions|grep '1920x1080' xdpyinfo|grep dimensions|grep -o '1920x1080' xdpyinfo|grep dimensions|grep -o '\d920x1080' xdpyinfo|grep dimensions|grep -Po '\d920x1080' xdpyinfo|grep dimensions|grep -Po '\d+x1080' xdpyinfo|grep dimensions|grep -Po '\d+x\d+' xdpyinfo|grep dimensions|grep -Po '(\d+x\d+)' xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels' xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels'|cut xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels'|cut -f1 xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels'|cut -d\ -f1 xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels'|cut -d'' -f1 scrot --quality 1 --compression 0 --format jpg - | convert -scale 10% -scale 1000% -quality 100 - RGB:- | i3lock --image /dev/stdin --raw 3840x1818:rgb --nofork xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels'|cut -d' ' -f1 xdpyinfo|grep dimensions|grep -Po '(\d+x\d+) pixels'|cut -d' ' -f1 # works