gilbert189 beta

i'm gilbert_given_189 on Scratch.

wall

posts

gilbert189 β€” 12/18/2023, 2:24:02 PM

I somehow managed to get this:

Clothes: N/A/10. You are not wearing any clothes.

Vibes: N/A/10. I cannot tell what kind of vibes you are giving off.

Background: N/A/10. There is no background to rate.

Rizz: N/A/10. I cannot tell how good you are at flirting from this image.

Style: N/A/10. I cannot tell what your style is from this image.

Humor: N/A/10. I cannot tell how funny you are from this image.

Caption: No faces were found in the image.

Bonus points: 0/3. There is no image to rate.

Overall: I cannot rate this image.

Improvement Tips: I cannot provide improvement tips for this image.
β™₯ 3 ↩ 0 πŸ’¬ 2 comments
gilbert189 β€” 12/18/2023, 11:21:04 AM


Clothes: N/A/10. You are literally naked. Go put some clothes on.

Vibes: 0/10. You look like you're about to cry. Did someone steal your candy?

Background: N/A/10. There is no background. Just a black void. Are you in the void?

Rizz: N/A/10. You're a cartoon character. You don't have game.

Style: N/A/10. You don't have a style. You're just a bunch of basic shapes.

Humor: N/A/10. You're not funny. You're just a sad, naked cartoon character.

Caption: "I'm a cartoon character and I'm naked. Roast me."

Bonus points: 0/3. You're not funny.

Overall: You're a naked, sad, cartoon character with no style, game, or humor. You're the definition of a loser.

Improvement Tips: Get dressed, learn how to be funny, and develop a style.
↩ repost
gilbert189 β€” 10/11/2022, 12:09:42 AM

Baba is Simple

(Baba is You characters but simplified, aka BiY characters but I draw it in a way that fits my liking)

β™₯ 6 ↩ 1 πŸ’¬ 2 comments
β™₯ 3 ↩ 0 πŸ’¬ 0 comments
gilbert189 β€” 12/18/2023, 10:05:34 AM

ToastyRoast rates this image 1/10.

These were the aspects that added up to your rating:

β™₯ 3 ↩ 0 πŸ’¬ 0 comments
gilbert189 β€” 12/17/2023, 8:05:37 AM

Friendship ended with get_image/.%2E/

Now scratchr2/static/.%2E/.%2E/ is my best friend

(… for now…?)

(oh they blacklisted that one too)

β™₯ 3 ↩ 0 πŸ’¬ 4 comments
gilbert189 β€” 12/17/2023, 6:47:33 AM

I just realized I like to describe something in a single sentence for some reason.

Probably the reason why my paragraphs are sometimes really short.

β™₯ 3 ↩ 0 πŸ’¬ 0 comments
gilbert189 β€” 12/17/2023, 6:40:33 AM

Each object stores their creator (like in old tbgclient)

>>> session1 = Session("user1", "pass1")
>>> session2 = Session("user2", "pass2")
>>> msg1 = session1.get_message(1234)
>>> msg1
Message(mid=1234, ...)
>>> msg1.edit(subject="Edited 1")  # uses session1
>>> msg2 = session2.get_message(5678)
>>> msg2
Message(mid=5678, ...)
>>> msg2.edit(subject="Edited 2")  # uses session2
>>> # con: redundancy on data objects (they're supposed to only store data)

Each object requires a session as an input

>>> session1 = Session("user1", "pass1")
>>> session2 = Session("user2", "pass2")
>>> msg1 = session1.get_message(1234)
>>> msg1
Message(mid=1234, ...)
>>> msg1.edit(subject="Edited 1", session=session2)
>>> msg2 = session2.get_message(5678)
>>> msg2
Message(mid=5678, ...)
>>> msg2.edit(subject="Edited 2", session=session1)
>>> # con: redundancy on user code (have to specify which session to use)

Each object uses some default session

>>> session1 = Session("user1", "pass1")
>>> session2 = Session("user2", "pass2")
>>> session1.make_default()
>>> msg1 = session1.get_message(1234)
>>> msg1
Message(mid=1234, ...)
>>> msg1.edit(subject="Edited 1")  # uses session1
>>> msg2 = session2.get_message(5678)
>>> msg2
Message(mid=5678, ...)
>>> msg2.edit(subject="Edited 2")  # also uses session1
>>> # con: redundancy on method code (have to select the default session)

Which one should I choose?

β™₯ 3 ↩ 0 πŸ’¬ 1 comment
gilbert189 β€” 12/15/2023, 1:40:58 PM

I wonder if people discredit character.ai because of the risquΓ© characters or the strict censorship

Actually that’s probably two different schools of thought

Oh wait, I forgot about the diluting personalities (though this is probably a problem with the model itself)

β™₯ 3 ↩ 0 πŸ’¬ 0 comments
gilbert189 β€” 12/15/2023, 7:25:26 AM

TIL you can do credits warp in Minecraft

β™₯ 3 ↩ 1 πŸ’¬ 0 comments
gilbert189 β€” 12/14/2023, 2:46:04 AM

After watching a Christmas dance thing and darn it Mariah Carey strikes again

β™₯ 4 ↩ 0 πŸ’¬ 2 comments
gilbert189 β€” 12/13/2023, 1:17:54 PM

timidity: plays MIDI files

tenacity: edits audio files

β™₯ 4 ↩ 0 πŸ’¬ 0 comments
gilbert189 β€” 12/12/2023, 3:04:38 AM

I would explain this in more detail, but sadly spoilers are’t implemented in wasteof (yet)

↩ repost
gilbert189 β€” 12/11/2023, 4:55:04 PM

When there’s quota to meet, ethics go out of the window!!

β€”A certain grid of green lights

β™₯ 4 ↩ 1 πŸ’¬ 4 comments
β™₯ 3 ↩ 0 πŸ’¬ 3 comments
gilbert189 β€” 12/11/2023, 4:55:04 PM

When there’s quota to meet, ethics go out of the window!!

β€”A certain grid of green lights

β™₯ 4 ↩ 1 πŸ’¬ 4 comments
gilbert189 β€” 12/11/2023, 2:37:12 PM

sentient rectangular grid of plates with their area written above the top left plate

β™₯ 4 ↩ 0 πŸ’¬ 0 comments
gilbert189 β€” 12/11/2023, 4:09:51 AM

Update: The Christmas Tree is now infested with bees.

β™₯ 5 ↩ 1 πŸ’¬ 7 comments
gilbert189 β€” 12/9/2023, 12:13:54 AM

Suggest an ornament to be put in this Christmas tree

(note to self: https://wasteof.money/posts/617a61e540689031d5d3e456)

β™₯ 6 ↩ 0 πŸ’¬ 6 comments