I’m just gonna say it, KSS’s soundtrack is better than KSSU’s
Something about it feels… wrong.
i'm gilbert_given_189 on Scratch.
I’m just gonna say it, KSS’s soundtrack is better than KSSU’s
Something about it feels… wrong.
I swear my laptop keyboard is trolling me at this point
I can’t even login to my computer just because that bugger kept spamming F7 when I typed my password
And now I’m struggling to configure autologin because getty isn’t cooperating
I’m gonna do it anyway since it’s an interesting idea
especially when applied with reposts
edit: I guess not
Gilbert hates Among Us memes because jokes without context isn't funny
Jacky hates anime because (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed) (removed)
Update: Jacky hates anime because it looks ugly and they use u word and it is cringe
I hate when my teacher said to use 1.5em line height to write my assignment
Haven’t you seen how hideous that looks? For crying out loud, LaTeX doesn’t use those spacing at default and people have used them a lot for writing assignments
ok so a new banner
so… how far can you nest your code?
class List(list):
name = ""
def __class_getitem__(cls, key):
class List_:
def __new__(_cls, *args, **kwargs):
new = cls.__new__(cls, *args, **kwargs)
new.name = key
return new
return List_
def __repr__(self):
return f"{self.name} {super().__repr__()}"
I had a feeling that I need to upgrade sync Arch every month
(or indeed, the package database)
I love how my copy of Wine64 doesn’t even put anything in SysWOW64
https://scratch.mit.edu/projects/791629208/
Imagine python, but written like ML:
def greet name = f"Hello, {name}"
Imagine python, but statically typed and with curly braces.
def str greet(str name) {
return f"Hello, {name}"
}