would probably be useful to replace my pinned with a notice that i'm more active on fedi, not wasteof.money. you can follow me at @tauon@possum.city
if you want more lily content (codeblock so i don't accidentally ping anyone)
if you use android and the default ime sucks on your phone (*cough* gboard) then
https://github.com/nyancrimew/KittenBoard/
^^ use that
okay, i’ve changed my mind - if your error handling Really Sucks you’re doing it wrong (i was doing it wrong)
one thing i love about rust is that error handling can either Totally Suck or Totally Rule
yo chromies of wasteof how do you disable extensions on chromeos i forgot
IT WORKS!!!! :3
oh </3
(alt text: a command line progress bar that says 187,120 out of 3,628,880 permutations checked (5% complete) in 4 minutes and 32 seconds. completing in approximately 1 hour 23 minutes 21 seconds, at 688.1 permutations per second)
i’m in the yellow area and
(alt text: a fox with wind blowing really fast with text that says “it fucken wimdy”)
Hope my fellow Scots are staying safe during the harsh weather currently. Especially if you’re in the red warning areas.
oh </3
(alt text: a command line progress bar that says 187,120 out of 3,628,880 permutations checked (5% complete) in 4 minutes and 32 seconds. completing in approximately 1 hour 23 minutes 21 seconds, at 688.1 permutations per second)
i’m probably going to start putting alt text for images in the actual text content of the post since wasteof doesn’t have alt text yet
i don’t really post images a lot, but this is just for information if you get confused why i’m doing it suddenly
technical explanation
when you attach images, you use the markdown code

, which works in the editor, but once it’s posted, the alt text is removed because jeffalo uses dompurify which allowlists certain tags, attributes, and attribute values ( theimg
tag is allowed, but thealt
attribute is not). this will probably be fixed in wasteof4, since jeffalo has said he’s improving image upload support in that version