Show newer

I realize I've been remiss in sharing cat photos with the chaos of my recent move, so I thought I'd share a pic of the cats enjoying the new window-adjacent cat tree

@The_T the campaign unfortunately peaks early, the second half is much worse than the first half

But the opening level is an S++++ tier opening level, one of the best I've seen in a videogame

@The_T I played through the campaign of Timesplitters 2 earlier this year and was extremely impressed

re: Advent of Code Day 1, Part 1 spoiler 

re: Advent of Code Day 1, Part 1 spoiler 

@aescling @vaporeon_ that was on purpose

@vaporeon_ the downside is that github demands 2fa so you'll need me whenever you need to log in

@vaporeon_ yeah you have to use reddit's javascripts im pretty sure

i could also let you use my github account which i didn't use for AoC

@vaporeon_ i could make you a dummy reddit account real quick if you would like

Advent of Code Day 1, Part 1 spoiler 

@vaporeon_
There is a round safe lock with the numbers 0-99. I have a text file called "inputs.txt" that has a bunch of instructions separated by line terminators. The instructions are like "L38" or "R15" and tell you turn the safe lock left or right by the given number. The safe lock starts at 50, I need to find how many times the safe lock hits the number 0.

let bound = 100, t = 50, hits = 0;
Deno.readTextFileSync("input.txt").split("\r\n").map(s => s.replace("L", "-").replace("R", "")).forEach(n => {
if ((t +=+ n) < 0 ? t = -(-t % bound) : t %= bound); else ++hits;
});
console.log("password:", hits);

hi @vaporeon_ want to read some disgusting golfy javascript code i just wrote

@vaporeon_ yes, clodsires are known to make mistakes in their past

@vaporeon_ i didn't know what this was 10 minutes ago but now i am participating at this very moment

Mastodon hashtags are case-insensitive (correctly so), which means it's not possible to have hashtag DECember like there's hashtag Marchintosh

Show older
📟🐱 GlitchCat

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