Show newer

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

also i always forget how much rice rice makes

re: nsfw 

@cam still might call you camlet tho

re: nsfw 

@cam cant tell if this is serious or not so i wont

Show older
📟🐱 GlitchCat

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