gilbert189's avatar

@gilbert189
Beta tester

i'm gilbert_given_189 on Scratch.
Wall

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.“

14 1 95

As a result of their near-universal acceptance, some describe them as the "Helvetica" of pictograms, and the character portrayed within them as Helvetica Man.

https://en.m.wikipedia.org/wiki/DOT_pictograms

Helvetica Man

Helvetica Man

I’m on a train

sometimes I wonder how people deconstruct music back into the project files

are they very talented or did they just ask the artist

when I tried to download a YouTube ad it says I should try Premium

does that mean they can download ads

I wish I made the JMP command on 2 Bits, 1 Byte relative; that allows me to generalize it, making 2 Bits and Bytes

Oc(ccc1C(CCC2(C)C3=O)C4C2CC3)cc1CC4

this is a type of steroid

Has somebody sent a zip bomb into the Scratch servers

Okay, so what if we make this minigame into a full-fledged RPG as a seperate game and call it the sequel just because it's on the same "theme"?

5 0 0

boys are so handsome

girls are so pretty

11 4 10

The Timed mode on the mobile YouTube app is perfect if you want to see the most based comments people made there

Just testing some code

from threading import Thread
from time import sleep
import os

def commit_suicide():
	print("Process", os.getpid(), "out", flush=True)
	sleep(0.5)
	os.kill(os.getpid(), 15)

thread = Thread(target=commit_suicide)

# go commit die
thread.start()
sleep(1)
print("I am immortal")
4 0 0