I recognize the Richie Rich cartoon on the top right. Don’t know the others.
Interests: programming, video games, anime, music composition
I used to be on kbin as e0qdk@kbin.social before it broke down.
I recognize the Richie Rich cartoon on the top right. Don’t know the others.


Yeah; @Sxan@piefed.zip uses þ a lot to mess with people trying to train LLMs off the Fediverse, IIRC, but I don’t think I’ve seen anyone else using it regularly.
Here’s one of mine. I got annoyed at the complexity of other command line spellcheckers I tried and replaced them with this simple python script for when I just want to check if a single word is correct:
#!/usr/bin/env python3
import sys
try:
query = sys.argv[1].lower()
except Exception:
print("Usage: spellcheck <word>")
exit(1)
with open("/usr/share/dict/words") as f:
words = f.readlines()
words = [x.strip().lower() for x in words if len(x.strip()) > 0]
if not query in words:
print("Not in dictionary -- probably a typo")
exit(1)
else:
print("OK")
exit(0)


No; I don’t use AI at all for programming currently.
Ecclesiastes surprised me though - that one was interesting.
Same. That’s one of a few parts I’m planning to go back and re-read eventually. I don’t know if I have a favorite part, but that definitely grabbed my attention.
In general, I’d say the parts worth my time, in addition to Ecclesiastes, were the first 5 books of the Old Testament (Torah equivalent), some of the histories, and the Gospels. I didn’t really care for the seemingly endless letters of Paul et al, the Psalms, Proverbs, or the prophets generally. It’s possibly I didn’t have the right perspective/context to appreciate them. I did find the fact that there are words – like “selah” – which we don’t actually know the meaning of to be interesting though, and, of course, seeing names and the sources for references I’ve encountered in other media was also interesting. (e.g. the title “Malachi” of the last book of the Old Testament jumped out at me because of Futurama even though the book itself didn’t leave a strong impression when I read it.)

It’s an imitation xkcd – from here.
I thought I wanted to be a game developer back then and was making a bunch of hobby projects with Game Maker, had taught myself C++ (to a mediocre level), was writing (not very good) music, and generally burning myself the fuck out. -.-
The programming turned into a career (not in gamedev though). Everything else turned into an anxiety disorder.


Ah. Now I see why they had so many meals…
Indeed – it is out of copyright. KJV is available for free here: https://www.gutenberg.org/ebooks/10 (among other places)
I’ve read it cover-to-cover (excepting some parts like the census results in Numbers that I skimmed) despite not being a Christian. It is a rather challenging read.


I’m a kitty cat
and I have a
box box box
in my
box box box 🎶️


Adding onto this: 3D TVs


Really?
No. The link is to a ~6 year old advertisement. The author interviewed was using weird American culture war bullshit from 2019 to try to get you to buy their book.
Nuts to that. History belongs to all of us, and anyone can poke fun at the Romans if they want to.


Any clocks that aren’t synchronized periodically will diverge… but I honestly have no idea why the clocks in computers drift as quickly as they do.
To be clear, I didn’t make the community! I just make a lot of silly drawings in response to posts… :3


The Expression Amrilato is a VN that’s mostly in Juliamo (i.e. Esperanto with some modifications like a custom alphabet). It’s mostly an Esperanto tutorial though with an isekai yuri plot.
Disney’s Atlantis had a custom conlang specifically made for it, but IIRC the dialogue was mostly in English still.


If it doesn’t connect to the internet, it should be able to just keep doing what it’s doing indefinitely. You will eventually get a significant amount of clock drift if it can’t update the time from the network but you can manually set the time once in a while to fix that.


You might not be, but I am. I’m currently reading The Count of Monte Cristo, and have read a bunch of other titles from Project Gutenberg over the last few years.
I think I remember seeing that someone was running a group reading of Dracula in one of the vampire communities a while back, so I’m not alone even if I am perhaps in the minority.
Insert real world money to continue/for advantage. Whether it’s modern FTP with MTX or old school quarter eaters, it’s poison to games.