The web raccoon 🦝
Activity | CS Student |
---|---|
Interests | art / tech / science |
Website | hugo-mechiche.com |
Banner | Photomontage by me (Original pic by shi chenxi) |
XMPP | uncle-reaton@jabber.lqdn.fr |
I made a python script (Yup I’m bored lol)
https://codeberg.org/UncleReaton/RUNG
#!/usr/bin/python3
import random
with open("adjectives.txt", "r") as f_adj:
adj = f_adj.readlines()
with open("nouns.txt", "r") as f_nouns:
nouns = f_nouns.readlines()
rand_noun = nouns[random.randint(1, len(nouns))].strip()
rand_adj = adj[random.randint(1, len(adj))].strip()
rand_number = str(random.randint(0, 100))
print(rand_noun + "_" + rand_adj + "_" + rand_number)
I’m currently reading Immortel by J.R Dos Santos, I find it pretty good I don’t really know the genre tho. Otherwise I really like biographical genre.
Btw I used to think that I couldn’t read books because I simply couldn’t focus but I’ve found a trick and now I love reading. The “trick” is that I must listen to a music from which I know the lyrics and I add some white noises to that, like that my mind can only focus on what I’m reading (or at least more than before).
Idk if lemmy.ml have mods in multiple tz but if it’s not the case it could be nice to consider it.
https://www.cryptoisnotcryptocurrency.com/ (The meme is still cool tho)