@gilbert189

i'm gilbert_given_189 on Scratch.

Question

Why is there a flask next to my username?

Stats for nerds

Joined 3 years ago
Posts 1479
Followers 60 [>]
Following 11 [>]

the butter building

YouTube video
gilbert189 @gilbert189 đź“Ś

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

Oct 28, 2021, 8:40 AM
91
gilbert189 @gilbert189

After having some difficulty on determining the language of a Korean song, I thought of making a model that can distinguish between Chinese, Japanese, and Korean voices

And then I thought “isn’t that a bit racist?” and shelved the idea into the “probably don’t do this” shelf

Sep 2, 2024, 2:15 PM
0
gilbert189 @gilbert189

i would like to make a scanner for wasteof.code

if I could

Sep 2, 2024, 10:12 AM
0
gilbert189 @gilbert189
document = ""
document += (
  '<table '
    'style="'
      "border: 6px solid black;"
  '">'
)
for x, row in enumerate(board):
  document += (
    '<tr>'
  )
  for y, cell in enumerate(row):
    document += (
      '<td '
        'style="'
          "width: 60px;"
          "height: 60px;"
          f"background-color: #{COLORS[cell]};"
          "font-size: 24pt;"
      '">'
    )
    if x == y == 3:  # center: add "w"
      document += "w"
    document += "</td>"
  document += "</tr>"
document += "</table>"

hmmm

Sep 2, 2024, 2:49 AM
0
gilbert189 @gilbert189

I forgot to show this yesterday, but here is what people have showed in the camp’s art show:

  • TeamC++: a dance

  • TeamSwift (?): a chaining story (when a bunch of irrelevant people made a story together, may make a fun TBG)

  • TeamXML: an improvised and (accidentally) comedic implementation of a local legend

  • TeamC#: a reimplementation of a Malay animation, which is an implementation of a kid’s bedtime (?) story

  • TeamHTML: a comedy show, I guess

  • TeamSQL: a reimplementation of a comedic drama (no one laughed because no one can hear the characters, and the speakers starts to get quiet from now on)

  • TeamPython: another dance (incl. the famous "penguin dance")

  • TeamR: a chaining poem (like a chaining story but more poetic)

  • TeamPHP: another drama

  • TeamRuby: another dance, fit for the final show (or what I would call natively "movement and music")

TeamXML wins the art contest btw

Sep 1, 2024, 12:37 AM
2
gilbert189 @gilbert189

What would you do?

> _

Aug 30, 2024, 10:27 PM
1
gilbert189 @gilbert189

I was confused why PowerPoint always uses English to spell check new texts even though I want to use my language and I got very mad because of it

Turns out I need to switch my keyboard’s language

Aug 30, 2024, 2:34 PM
0
gilbert189 @gilbert189

If you can add a feature into wasteof, what would it be?

Creating communities/groups could be nice

Aug 30, 2024, 8:46 AM
2
gilbert189 @gilbert189

My brother said he wants to change his username, so I added another user in secret so I can still ssh to it.

Unfortunately, because I was busy eating at the video call and everyone there asked me to keep eating, I haven’t added a home directory, so ssh refuses to make a session with my new user, and worse the session I use to make it got disconnected. When I reconnected to it, it’s too late. Ah well.

You win this time. But doesn’t mean I won’t try harder.

Aug 29, 2024, 12:54 PM
0
gilbert189 @gilbert189

My Windows 11 update took out the W10 emojis

My beloved outlines :(

Aug 28, 2024, 12:15 PM
0
gilbert189 @gilbert189

I was just typing gibberish and “plikhfun” came out of it

Now I want to use this word now for something

Aug 28, 2024, 1:29 AM
2
gilbert189 @gilbert189

I think Windows is not in a good mood right now…

Aug 26, 2024, 12:44 PM
0
gilbert189 @gilbert189

There’s a campus camp thing that I (think I) am entering and they have teams named after programming languages

The leader of Team PHP introduced herself…and I booed her. Everyone heard it. Then I was told to calm down.

Whoops.

Edit: I got into Team XML. Surprised they didn’t have Team JSON.

Edit 2: Also, they put us near Team HTML on the discussion. Coincidence?

Aug 26, 2024, 9:43 AM
0
gilbert189 @gilbert189

I"M PREPARING FOR [[THE BIG ONE]] SO I CAN BECOME A [[BIG SHOT]]

WAIT FOR TWO [[Calculators]] TO [[Copyright strike]] THIS TOPIC DOWN

―@[email protected] on Dec 24, 2021

Aug 25, 2024, 1:54 PM
1