@gilbert189

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

I swear I’d never had an income of notifications this constant before.

We had Drunk ELIZA (which is an implementation of ELIZA with the code corrupting slowly)

What if we had DrunkGPT (an implementation of ChatGPT with the weights drifting slightly)

Also, ChatGPT on amnesia (an implementation of ChatGPT with the memory drifting slightly)

Feb 11, 2023, 10:11 AM
3 0 2

This is why I hate Among Us memes

(eyes on you, Jacky. /hs)

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

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.

TIL fish furries exists

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

Feb 10, 2023, 1:25 AM
5 0 0

what is with my recent project getting popular recently

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

Feb 9, 2023, 7:05 AM
2 0 0

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

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

I'm just imagining protogens dancing on Electric Zoo

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

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

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

Feb 6, 2023, 1:33 PM
0 0 0