Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
The thing of having an unused Telegram account is you can see weird events like “a bunch of people getting invited into a random group”
That’s quite the hot take, my head is burning right now
I’ve yet to find something I can use to transfer text (and just text) from my phone to my laptop without the struggle (and memory) of making a file and moving it to my laptop
Bonus points if it’s all local and I don’t have to transfer it through “the cloud”
I’ve been receiving a newsletter from Reddit which I cannot unsubscribe since I can’t even access it normally
A video codec designed specifically for old game consoles with their hardware sprites sounds like an interesting idea
Toying around with Heaven Studio rn and TIL there’s a feature that autofills the results text based on the “title” of the results screen
It’s graduation day and we’ve all watched a short movie about our school memories
starring a character named Madeline
Apparently the name is chosen because of her certain memory characteristic about nostalgia or something like that
This shì ek escribiendo qui tastakhdim ēkādhika línguas; kazhdoye lafẓ untuk jedes gengo sort murtabat* da† iravai altıncı patippu dik¹ Ethnologue, xuất bản ⁶yu dalawang cheon bist* hudu. Sana apik, vero?
Well, we failed.
*loads gun*
Don’t look honey.
Hey, Apple! Apple! Hey! Hey, Apple! Hey, Apple! Hey, Apple! Apple! Hey! Hey, Apple!
TIL: for
loops in Python supports else
for i in ["foo", "bar", "baz"]:
if "z" in i:
continue
print(i)
else:
print("this is a thing?")