
Many fond memories of using RISC OS as a kid. It's good to know that it's still alive!

Yaay!

That's lovely!

That's nice to hear. I recognize a lot of what you're saying <3
It feels good to be able to open up to people at last.

Whee! Another time sink! subscribe

I might have spent an unusual amount of time recently reading up on ADHD. Am I going to do anything about it? Ha ha ha.

Yep, a good lesson about communication here!
I've stolen plenty of content from FMA as DM in my own games, but trying to play an expy of some existing character is unlikely to go well.

Genius!

I tried some of this recently. The peach flavor was a bit too sweet for me, but the plain stuff is <3

Bravo.

Oh, that's fun! (And looks like an easy way to lose track of a few hours as well...)

Most people would use "word", "half-word", "quarter-word" etc, but the Anglophiles insist on "tuppit", "ternary piece", "span" and "chunk" (that's 5 bits, or 12 old bits).

Nothing followed by the sound of a lot of cars leaving the Facility very fast.

TDD
undefined
const max12 = (x, y) => { if (x === 1 && y === 2) { return 2; } else if (x === 7 && y === 4) { return 7; } else { return x; } };


Puzzle #6 - "Green"
Tried a little too hard to go with a theme on this one, and some of the clues are a bit contrived. Feel free to suggest alternatives!

It's even cooler than lightbulbs, though (assuming we're talking about incandescents) - you send electricity back and forth into a wire that's just the right length, and (RF) light leaks out without it getting hot!
Puzzle #5
Here's an old puzzle of mine to get started. One of the clues (at least!) is a little unfair, but the puzzle has been solved by others so it should be possible. Comments much appreciated, and more to come...

Um, actually... A signed 32-bit counter would loop back to December 1901, so the calendar is presumably 31-bit unsigned. (Sorry)