gilbert189 beta

i'm gilbert_given_189 on Scratch.

wall

posts

gilbert189 — 2/4/2023, 10:05:17 AM

I’m just gonna say it, KSS’s soundtrack is better than KSSU’s

Something about it feels… wrong.

♥ 1 ↩ 0 💬 2 comments
gilbert189 — 2/3/2023, 3:44:17 PM

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

♥ 2 ↩ 0 💬 2 comments
gilbert189 — 2/3/2023, 12:08:01 AM

I’m gonna do it anyway since it’s an interesting idea

especially when applied with reposts

edit: I guess not

↩ repost
gilbert189 — 2/2/2023, 2:09:25 PM

What if I make a game that uses reposts to play

Yeah probably a bad idea

♥ 3 ↩ 1 💬 0 comments
♥ 1 ↩ 1 💬 2 comments
gilbert189 — 2/2/2023, 2:09:25 PM

What if I make a game that uses reposts to play

Yeah probably a bad idea

♥ 3 ↩ 1 💬 0 comments
gilbert189 — 2/2/2023, 1:33:23 PM

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

♥ 1 ↩ 0 💬 6 comments
gilbert189 — 2/2/2023, 10:23:57 AM

Dustbin pending…

https://scratch.mit.edu/discuss/topic/659336/

♥ 0 ↩ 0 💬 0 comments
gilbert189 — 2/1/2023, 2:13:50 PM

Linux on Linux

Bottom text

by the way, this is not chroot

♥ 4 ↩ 0 💬 1 comment
gilbert189 — 2/1/2023, 7:06:30 AM

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

♥ 1 ↩ 0 💬 0 comments
gilbert189 — 1/31/2023, 12:41:56 PM

ok so a new banner

♥ 1 ↩ 0 💬 0 comments
gilbert189 — 1/31/2023, 9:24:07 AM

@gilbert189:t.me

if you know you know 😉

♥ 0 ↩ 0 💬 0 comments
gilbert189 — 1/30/2023, 12:55:36 PM

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__()}"
♥ 2 ↩ 0 💬 0 comments
gilbert189 — 1/29/2023, 4:29:49 AM

I had a feeling that I need to upgrade sync Arch every month

(or indeed, the package database)

♥ 1 ↩ 0 💬 0 comments
gilbert189 — 1/29/2023, 2:13:27 AM

I love how my copy of Wine64 doesn’t even put anything in SysWOW64

♥ 3 ↩ 1 💬 0 comments
gilbert189 — 1/28/2023, 4:56:00 PM

https://scratch.mit.edu/projects/791629208/

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 1/28/2023, 1:30:36 PM

Imagine python, but written like ML:

def greet name = f"Hello, {name}"
↩ repost
emeraldthunder1 — 1/22/2023, 8:00:24 AM

Imagine python, but statically typed and with curly braces.

def str greet(str name) {
    return f"Hello, {name}"
}
♥ 3 ↩ 1 💬 4 comments
♥ 1 ↩ 0 💬 0 comments