gilbert189 beta

i'm gilbert_given_189 on Scratch.

wall

posts

gilbert189 — 10/30/2022, 4:17:30 AM

How do people upload raw SVG files to Scratch? I want to know how

P.S. Don’t just say “use Scratch Addons“. I don’t want to install it atm

♥ 2 ↩ 0 💬 6 comments
gilbert189 — 10/29/2022, 3:46:59 AM

return true to win

function reflexive(x) {
    return x != x;
}

reflexive(...)

(taken from https://alf.nu/ReturnTrue, absolutely not me asking for help)

♥ 1 ↩ 0 💬 3 comments
gilbert189 — 10/28/2022, 3:19:06 PM

is this still a thing

luke

♥ 0 ↩ 0 💬 3 comments
gilbert189 — 10/28/2022, 7:08:10 AM

${post}

♥ 0 ↩ 0 💬 0 comments
gilbert189 — 10/27/2022, 12:36:48 PM

Imagine constructing the Babel tower when suddenly du sprichst in einer anderen Sprache

♥ 1 ↩ 0 💬 0 comments
gilbert189 — 10/27/2022, 6:42:57 AM

I tried to dry my wet papers on my school’s 3rd floor terrace

You can guess what happens next

♥ 5 ↩ 1 💬 2 comments
gilbert189 — 10/26/2022, 5:44:48 PM

If pests are animals, does that mean that pest control can be considered animal cruelty?

♥ 3 ↩ 0 💬 0 comments
gilbert189 — 10/26/2022, 3:21:34 PM

I’ve just lost my 58 day streak :|

♥ 3 ↩ 0 💬 0 comments
gilbert189 — 10/26/2022, 7:07:18 AM

I’ve been asked to write a speech on gender inequality

Please send help

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 10/25/2022, 12:33:22 PM

w

♥ 2 ↩ 1 💬 5 comments
gilbert189 — 10/25/2022, 8:18:24 AM

Meine Telefon ist immer noch auf Deutsch :D

♥ 3 ↩ 0 💬 1 comment
gilbert189 — 10/24/2022, 5:12:28 PM

give me a game and I’ll describe it badly

♥ 3 ↩ 0 💬 11 comments
gilbert189 — 10/24/2022, 1:32:53 PM

Remember the time when we used to go to the store shelves to buy music?

♥ 1 ↩ 0 💬 3 comments
gilbert189 — 10/23/2022, 7:27:29 AM

needsmorejquery.com needs more jQuery code:

$(document).ready(function(){
	var polish = new function(){
		this.stack = [];
		this.number = function(num){
			if (arguments.length === 0) {
				return this.stack.pop();
			}
			this.stack.push(num); return this;
		};
		this.add = function(){
			this.stack.push(this.stack.pop() + this.stack.pop());
			return this;
		};
		this.pow = function(){
			this.stack.push(Math.pow(this.stack.pop(), this.stack.pop()));
			return this;
		};
	};
	
	$.get('ssRUr' + polish.number(2).number(4).add().number(2).pow().number() + '.txt',
		function(data){
			$("#re,img.ed").attr('src', 'data:image/jpeg;base64,' + data);
		}
	);
});

Why can't you just build the entire website in jQuery?

♥ 2 ↩ 0 💬 0 comments
gilbert189 — 10/23/2022, 4:50:46 AM

I forgot if I’ve said this here, but

For some reason I don’t trust ad blockers

♥ 0 ↩ 0 💬 0 comments