gilbert189 beta

i'm gilbert_given_189 on Scratch.

wall

posts

gilbert189 — 5/29/2024, 10:08:04 AM

Computer characters I’ve met and remembered:

♥ 2 ↩ 1 💬 0 comments
gilbert189 — 5/29/2024, 9:42:05 AM

Welp, I’m not waiting any longer, so I’ve decided to buy a cheap, personal one

I’m now the proud owner of the gilbertdlo.my.id domain

↩ repost
gilbert189 — 5/28/2024, 1:10:31 PM

For some reason I’ve been supplying Plus Codes instead of street names to fill in my address

Makes me wonder if that’s the reason I still don’t get my eu.org domain

♥ 3 ↩ 1 💬 2 comments
♥ 2 ↩ 0 💬 0 comments
gilbert189 — 5/28/2024, 1:10:31 PM

For some reason I’ve been supplying Plus Codes instead of street names to fill in my address

Makes me wonder if that’s the reason I still don’t get my eu.org domain

♥ 3 ↩ 1 💬 2 comments
gilbert189 — 5/26/2024, 1:57:15 PM

For those that uses chicken flavoring for their foods, let me tell ya something:

Chicken flavoring is NOT chicken.

Please don’t promote the use of chicken flavoring; it’s a mere shadow of their namesake. Either learn how to hunt or farm them or buy them in the store to support the farmers.

♥ 3 ↩ 0 💬 0 comments
gilbert189 — 5/25/2024, 5:46:25 PM

“Please don't announce projects before you release them.”

I think this extends to those topics where people ask others to work on a project that is not even materialized yet. Sure, collaboration is nice, but without some context from some discussion, people wouldn't get what you're trying to do, and thus would be hesitant to join. Even construction workers need to reach at least some consensus on managing who's going to build what.

Besides, this is a forum, not a business. Every collaborators you can find here are volunteers; they don't gain anything (or anything important) working at your project. (And if you think that you can give them that something I called important, if such are even possible, then perhaps that's a sign you have outgrown Scratch and I can only recommend you to go to a proper establishment.)

If your project in mind requires at least some amount of people to collaborate, then it's not worth doing. That's not to say you shouldn't ask others to work on your project—any help you get is a contribution to your project—but if that is the only source of progress on your project, expect your project to go nowhere. Remember that others have their own priorities in life too.

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 5/25/2024, 4:25:51 AM

A game that has a hidden script editor in place instead of a level editor

♥ 3 ↩ 0 💬 0 comments
gilbert189 — 5/24/2024, 5:47:36 PM

The last thing I expected for a TTYD remake is the use of words that surfaced relatively recently (or at least feels really recent)

It kinda makes sense in an off way

♥ 3 ↩ 0 💬 4 comments
gilbert189 — 5/24/2024, 10:52:03 AM

something I’m working on right now

def shrink():
	mov (r8, 0)   # index
	mov (r9, r1)  # input -> hold
	geti (r9, 0)  # last character
	mov (r10, 0)  # count
	mov (r2, "")  # result
	push (r1)
	call (len)
	pop (r11)     # length

	def add_char():
		# convert it into a character first
		add (r10, 32)
		push (r10)
		call (chr)
		pop (r10)
		# add it to the result
		add (r2, r9)
		add (r2, r10)
		# reset everything
		mov (r9, r3)
		mov (r10, 0)

	while true:
		mov (r3, r1)
		geti (r3, r8)
		cmp (r9, r3)
		if neql:
			goto (add_char)
		# increment
		add (r10, 1)
		add (r8, 1)
		# check if it's the right size
		cmp (r8, r11)
		if eql:
			goto (add_char)
			break
♥ 2 ↩ 0 💬 2 comments
gilbert189 — 5/22/2024, 2:49:07 AM

To make A, you can use B, but it needs A, so you can’t use B.

♥ 2 ↩ 0 💬 1 comment
gilbert189 — 5/20/2024, 7:16:12 PM

If I said “well that sounds like conversion to me” would you send me an assassin to my place

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 5/20/2024, 2:44:22 AM

Enjoy some nonsense

clicky@localhost /s/e/0/nonsense> pypy3 gen_wfc.py 25 ion]
Using english-words.txt
Found 151098 triples
[obturrication]
[epulsificenitiation]
[nometrimilation]
[plution]
[unchantation]
[antion]
[heavyheartission]
[excipudesomeriation]
[mention] (IN DATASET)
[unconscion]
[infarcomolpion]
[orchebutuation]
[chrysogration]
[nonration]
[underitision]
[cabibolution]
[gation]
[unhimation]
[unfacillion]
[underation]
[insation]
[unnation] (IN DATASET)
[wation]
[socation]
[polation]
♥ 2 ↩ 0 💬 0 comments
gilbert189 — 5/18/2024, 4:03:04 AM

It’s surprisingly hard to find good monospace [pixel] fonts that are smaller than 8×8 in size

♥ 2 ↩ 0 💬 2 comments
gilbert189 — 5/17/2024, 3:32:50 AM

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”

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 5/15/2024, 12:13:24 PM

When enabling hardware accelerator for your VM does the exact opposite thing

♥ 5 ↩ 0 💬 0 comments
gilbert189 — 5/14/2024, 2:24:52 PM
♥ 3 ↩ 0 💬 0 comments