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 94
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

2 0 0

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

3 0 2

What would you do?

> _

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

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

Creating communities/groups could be nice

3 1 2

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.

My Windows 11 update took out the W10 emojis

My beloved outlines :(

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

Now I want to use this word now for something

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

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?

3 0 0

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

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

@Gilbert189@tbgforums.com on Dec 24, 2021

[user@clicky ~]$ aasim remote-example.agent -vv
[INFO] Starting agent RemoteExample
[NOTICE] Agent Example not present in local world. Searching `Example` on remote worlds...
[ERROR] No worlds with agent `Example` found
[ERROR] Agent cannot be started: Failed to meet requirements
[user@clicky ~]$

TIL EthicalAds (an ad provider advertising dev stuff) is part of Read The Docs (self-explanatory)