Krishean Draconis
krishean@tech.lgbt
<p>He/Him They/Them</p><p>I aspire to write cursed code and be a minor nuisance</p><p>Crimes are stored in the devel branch</p><p>Yes I run Linux (and suffer for it)</p><p>If I follow you it's probably because you showed up in my feed too many times</p><p>Generative/LLMs are not welcome here <a href="https://tech.lgbt/tags/NoBot" class="mention hashtag" rel="tag">#<span>NoBot</span></a> <a href="https://tech.lgbt/tags/NoAI" class="mention hashtag" rel="tag">#<span>NoAI</span></a></p><p>Migrating over from <a href="https://mastodon.social/@krishean" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">mastodon.social/@krishean</span><span class="invisible"></span></a> , this might take a while!</p>
Posts
-
Post #4333408
it's a horrible day in the neighborhood, and you are a beautiful goose
-
Post #4333407
remembering that prairie dogs sound like squeaky bus brakes
-
Post #4333406
spent all of yesterday morning fighting with a docx in word that was exported from a pdf file, i get it looking approximately correct (only minor spacing and font differences) and out of morbid curiosity opened it in libreoffice to see how bad it looked (it was bad.) closed libreoffice and just shook my head proprietary "standards" will never work
-
Post #2516811
breif, terrifying moments of consciousness
-
Post #2516810
the english language really is unsuitable for communicating anything serious when "up high" and "a pie" can be pronounced identically, for example: "i need you to get something, up high" "i need you to get something, a pie"
-
Post #2516808
to be fair it wasn't a complete cobol parser, more like it added or removed the required line numbers, reformatted the code, and automated the calling of the compiler commands so i could write simple cobol code in notepad and get a compiled binary by running a single script, instead of having to do the awful 9 step compile process from whatever development environment the college was using to teach at the time. it was also written in jscript, so not quite javascript but very similar
-
Post #2516807
i should work on that python thing i was writing again, to check for new youtube videos from channels i was following via their rss feeds (something something yt-dlp watch with vlc later like some kind of dvr and not have to deal with youtube's awful platform decay)
- Post #2100957
-
Post #2100955
amazing, not a single mention of ai in the latest windows insider newsletter even so, you've permanently lost me as customer microsoft, everything runs linux now
-
Post #2100954
having to play tetris with heavy objects to get the (heavy) air conditioner out of the closet has me too tired to put it in the window :blobfoxdisapprove:
-
Post #2100953
tomorrow i'm going to look into if it's possible to write an sqlite backed bash script, one step further on my spiral into insanity
-
Post #1876474
here's the chunk of my script for patching red hat and derivatives grep -E 'algif_aead\.ko$' /lib/modules/$(uname -r)/modules.builtin &gt;/dev/null 2&gt;&amp;1 if [ $? -eq 0 ];then if [ -f /etc/redhat-release ];then grep 'initcall_blacklist=algif_aead_init' /proc/cmdline &gt;/dev/null 2&gt;&amp;1 if [ $? -ne 0 ];then sudo grubby --update-kernel=ALL --args="initcall_blacklist=algif_aead_init" lsblk...