

Spicy, but I love that take
Class: He/him/they.
Alignment: Hopeful loser.
Aesthetic: WIP, horror vacui / amor copia.
🚧🚧🚧🚧🚧🚧🚧🚧🚧
🚧UNDER CNSTRCTN🚧
🚧🚧🚧🚧🚧🚧🚧🚧🚧
My place: Faceless vanity
My stories: Abandoned drippings
Spicy, but I love that take
Yeah really. They should be more like campuses funding a hundred small teams each trying to make something they’re individually passionate about. Hell, even give them the IPs to play with and see what they come up with.
Fear of failure becomes self fulfilling, yeah. You get so worried about making the wrong move and losing money that you can have your spotlight stolen by a challenger doing it fresher for 1/10th the budget.
Read the article, you say? What a radical notion.
This is a conversation between me and the gcc compiler (I suck at programming)
Because then you wakeup in your makeup.
Right? That level of control seems downright psychotic.
If you have more books than bookshelfspace, then than tells me we will be friends.
Could also mean being too loud.
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), like
xdpyinfo|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
I’ve been wondering why my fav retro podcasts have been discussing contemporary games.
Where joke?
Yeah I use tomatoes in mine constantly. It’s totally fine.
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.
Let’s get you back to the home, buddy. We’re watching WKRP tonight, won’t that be fun?
I’m sorry to hear that. I hope it’s beautiful and sunny wherever you are and that you’re doing well.
Never been more disappointed in us. 😞
Thank you. For once I don’t have to be that person.