Pinned post
Pinned post

me coming to report you for offensive content (the toot was completely innocuous)

Pinned post
Pinned post

@coriander my superpower in education was that i tested very well.

god made sure i never experienced test anxiety, but at the cost making sure i had anxiety in absolutely everything else

Pinned post

it is said that speech first developed by primitive humans who would utter simple phrases to each other

Every time I try to take a picture of my cat, he stops whatever cute thing he's doing, and just gets curious about the phone.

programming style poll 

Suppose you have a function called pipe:

const addTwoAndSquare = pipe(
x => x + 2,
x => x * x);
console.log(addTwoAndSquare(1)); // 9

What is your preferred implementation?

const pipe = (...fns) =>
x => fns.reduce((z, fn) => fn(z), x);

VS

const pipe = (...fns) => {
return (x) => {
let z = x;
for (let i = 0; i < fns.length; ++i)
z = fn(z);
});
return z;
};
};

the extra keycaps have arrived.
wherefore seems pleased with them.

i, for one, would allow the turkish man to light my ears on fire

Minna has laid down directly behind one of the wheels of my chair, so I am trapped at my desk #cats

Do you want to generate your own beautiful stardew math plots? Well, now you can, with stardewmath.clodsire.social !

The web site probably doesn't even have any bugs! We'll see!

wait mgk just made a nu-metal song with fred durst lmaooooo??????????????

this obscure, boring youtube short showing costco peanut oil with Halsey's Without Me playing in the background is hilarious to me for reasons I cannot explain

youtube.com/shorts/vJ1c3hoSvZ8

shouldve bought the 35 pounds of peanut oil from costco, dammit

If you want to feel cool then add #dev to the URL to access secret options that I don't explain since I added them for as debugging options for myself!

Show thread

Do you want to generate your own beautiful stardew math plots? Well, now you can, with stardewmath.clodsire.social !

The web site probably doesn't even have any bugs! We'll see!

Show older
📟🐱 GlitchCat

A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.