gilbert189 beta

i'm gilbert_given_189 on Scratch.

wall

posts

gilbert189 — 2/11/2023, 9:00:20 AM

This is why I hate Among Us memes

(eyes on you, Jacky. /hs)

↩ repost
theglasspenguin — 2/10/2023, 8:08:26 PM

hey wasteof’s back

to that person who spammed among us memes so hard it made jeffalo switch off wasteof: netherite fish has been dispatched to your house and has arrived

♥ 6 ↩ 1 💬 0 comments
♥ 3 ↩ 0 💬 1 comment
gilbert189 — 2/11/2023, 8:42:58 AM

Bundle Again now uses a template interpolation system to load its page. This is to ease webpage development (since I don’t have to copy the navbar everytime :) )

Also, there’s a deque now.

♥ 1 ↩ 0 💬 0 comments
gilbert189 — 2/10/2023, 11:46:45 AM

TIL fish furries exists

♥ 3 ↩ 0 💬 4 comments
gilbert189 — 2/10/2023, 1:25:13 AM

What if we had 1 quettabyte (that’s 1.000.000 YB = 1 QB) hard drive

♥ 5 ↩ 0 💬 0 comments
gilbert189 — 2/9/2023, 2:48:29 PM

what is with my recent project getting popular recently

♥ 1 ↩ 0 💬 0 comments
gilbert189 — 2/9/2023, 7:05:57 AM

A tripod fell on my leg

It hurts so much that I initially suspect I’ve broken a bone

But actually it hit my veins instead

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 2/9/2023, 12:12:28 AM

Ratios are probably the closest thing we can get for a poll here

♥ 3 ↩ 1 💬 0 comments
gilbert189 — 2/8/2023, 6:19:32 AM

I love how most of the projects of the current SDS is just object shows

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 2/8/2023, 12:02:40 AM

I'm just imagining protogens dancing on Electric Zoo

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 2/7/2023, 12:03:33 PM

@copperfish wrote:

↩ repost
copperfish — 2/7/2023, 6:45:27 AM

♥ 2 ↩ 1 💬 0 comments
♥ 2 ↩ 0 💬 0 comments
gilbert189 — 2/7/2023, 8:56:43 AM

English look would how this is notation Reverse-Polish in written when.

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 2/6/2023, 4:14:36 PM

ScolderCreations wrote:

wkmewsic wrote:

do you think sadboi would have triggers for the color hot pink/assembly lines? /cur

l don't think a blue square has the same immaturity as the bad side of the Scratch Art Community.

wow that is a thing???

♥ 3 ↩ 1 💬 0 comments
gilbert189 — 2/6/2023, 1:33:17 PM
% There's two doors, one is unsafe.
safe(a) :- true.
safe(b) :- false.

% There's two agents, one of them lies. (you can't tell who's the liar).
askX(Preposition) :- \+ Preposition.
askY(Preposition) :- Preposition.
?- askX(askY(safe(a))). % X, if I ask Y if A is the safe door, how would you respond?
false.
?- askX(askY(safe(b))). % X, if I ask Y if B is the safe door, how would you respond?
true.
?- askY(askX(safe(a))). % Y, if I ask X if A is the safe door, how would you respond?
false.
?- askY(askX(safe(b))). % Y, if I ask X if B is the safe door, how would you respond?
true.

Unfortunately SWI-Prolog doesn't support pattern matching with the \+ predicate...

♥ 0 ↩ 0 💬 1 comment
gilbert189 — 2/6/2023, 7:21:17 AM

Hey, we need help on designing our emblem.

What’s the problem, UN?

We’re not sure how to project the Earth. It should have all the continents except Antartica and it should be round because that’s how the Earth looks.

How about azimuthal equidistant projection, centered at the North Pole?

Sounds great, let’s use that!

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 2/5/2023, 1:31:43 PM

Walmart War (wasteof edition)

credit to @[email protected] for the game idea

A battle scene has been set… on Walmart for some reason. You only have the items there as a weapon. This—of course—doesn’t make the battle uninteresting.

Your goal is to attack another user, with items that’s available at Walmart or other similar supermarkets. You must mention the person you’re attacking—I mean, how will the person know you’re attacking? You may use replies to fight back.

Be realistic: this means no laser guns, plasma weapons, massive quantities of explosive, etc. No throwing Walmart at Walmart either.

Please keep explosives down, because that’s apparently a problem in the original game. (You may use them in small quantities though.)

♥ 4 ↩ 0 💬 16 comments