Posts by qim
now accepting applications for submissive slaves
*bites into a huge red onion*
here are the five women they are casting for, if you want to take a look:
drive.google.com/drive/u/0/fo...
this game is SO CUTE and even if it did not feature a well-animated dog it would still be a good game
and i think it is adorable that they posted an update concerning just their team's pets
they are also hiring women for voice work if you wanna get in on that!
steamcommunity.com/games/192029...
You can also `:hide normal gf` and..
i love looking up vim help
0/10 literally unplayable
(go play Selaco!)
damn i made international news ๐ญ
a dark room with a barred window.
a silhouette climbing down a ladder into a covered trench.
a zoomed in shot of identical houses on a hill.
a Volvo parked on the driveway at a fort along the mouth of the Columbia River
it's very funny because color film I demand basically perfection. massive negatives, perfect scans, low grain. black and white film I'm like actually fuck it up as much as possible, I want to look like my christmas vacation was shot on a spy camera where they killed the spy at the end of the roll
Colorado's version of the bill looks like it will exclude open source apps and operating systems from participation
this is good!
but it should not exist for anyone at all
existing at all erodes everyone's rights - even the bastards that advocate for it
www.gamingonlinux.com/2026/04/colo...
the idea that there is no ethical consumption under capitalism means that your actions do not matter is one of the most infuriating takes i have encountered
that is simply not how the economy works
i mean look at Target or Philz
our choices clearly matter
a demo of my GDScript text-mode implementation shown here in a thrown-together mech cockpit
the large text is constructed using Large Characters
the small numbers are seven segment numeric characters from Unicode's Symbols for Legacy Computing
the text borders are DOS-era Box Drawing characters
a space fantasy real time strategy game
call it Gnomeworld
brand protection money
imagine if companies could pay to not be investigated by Gamers Nexus and humiliated in front of millions of viewers
cone
me: "hey."
them: "what?"
me: *flicks them a coin*
them: "uh.. thanks?"
me: *already sprinting down the street*
challenge coins for having a nice ass
literal goosebumps
ONN was always one of my favorite things
but this...
this may get them a Pulitzer
true reality
be back later babe, hearing to my weekly communion of the ass
omg i literally have this parasol
woke up this morning smelling burning electronics
i think it was a dream??
i have always advocated hard for improved security measures
shot down with a 99% success rate by higher ups
and yesterday was talking to a friend who works in a hospital about how many people get through security
it is systemic
either way thank you for thinking of Linux users!
hopefully XDG, AppImage, or somebody will standardize this properly one day, until then we ball
to get icons to appear in a Linux app launcher the only options are really to
A: include a way to export the icon and desktop file yourself (which is not like super hard with Godot, just annoying) or
B: use an AppImage and put icon where Launcher can find it (easier but more steps for deployment)
there is an app called "AppImage Launcher" which theoretically solves this by extending the icon and desktop file from an AppImage for you
but it is not a standard and is not available by default on many distros so may require semi-manual installation itself
full-time Linux user here
there is no common way to embed icons which works with most file managers or launchers because they expect you to use packages
so everyone uses the XDG standard "desktop" files which work equally poorly (requires absolute paths) with either format
it is super annoying!
i spent several hours at band practice and i am completely exhausted but i really do not want to go to sleep
i never thought that building silly little TUI programs in DOS and BASIC as a kid would mean i would just feel more at home in character displays for the rest of my life
i have built a variety of libraries in different languages for TUIs, what is one more in GDScript??
the interfaces themselves will be objects which tracks focus and maintains bidirectional communication to support live updates with keyboard and gamepad navigation
i will (hopefully) not need to do a full cell-display emulation but i might have to do something funky to support mouse input
the idea is that most in-game interfaces will be constructed in text-mode using a monospace font
currently i am using the Cascadia family but i might test out Iosevka Extended
all other fonts with Legacy Computing Supplement support have various issues, like Unifont is actually multiple fonts
yesterday i proved that i can build ASCII/Unicode text-mode-style interfaces in Godot
my primary passion has been the HP-style Large Character set accepted into the Unicode Standard in version 16 with the Symbols for Legacy Computing Supplement in 2024
font support is lean, but exists!