this post was submitted on 24 Sep 2024
81 points (100.0% liked)

chapotraphouse

13468 readers
776 users here now

Banned? DM Wmill to appeal.

No anti-nautilism posts. See: Eco-fascism Primer

Vaush posts go in the_dunk_tank

Dunk posts in general go in the_dunk_tank, not here

Don't post low-hanging fruit here after it gets removed from the_dunk_tank

founded 3 years ago
MODERATORS
 

Call it a Tamemoji. It gets its own column on your profile page complete with its stats. It evolves digi-like across emojis sharing keywords. Not sure how we'd tier them though.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 week ago* (last edited 1 week ago) (1 children)

I actually wrote a discord bot in python that could have been very easily turned into something like this but, alas, that hard drive played a trick on me and it deleted everything i ever wrote

To be clear it was likely the programming equvilent of a vehicle made by orks in warhammer 40k where it shouldn't actually work but my will is the only thing running it

[–] [email protected] 3 points 1 week ago (1 children)

Speaking of which is there a better method in pythod than using Pickle for having variables stored outside the running program

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

Guy who has fucked with Python here for like a decade; as far as I'm aware, sadly no. Though if it's all the data is representable in text, consider JSONs.

Please let me know if the answer is actually yes though because pickle is a pain.