What's the best course you've taken in 2025?
from claim_arguably@lemdro.id to programming@programming.dev on 01 Jan 2026 00:51
https://lemdro.id/post/34128116

#programming

threaded - newest

tomiant@piefed.social on 01 Jan 2026 01:45 next collapse

25 degrees starboard.

Mikina@programming.dev on 07 Jan 2026 15:03 collapse

I don’t really do courses anymore, but one thing that kind of matches the questions was playing through Turing Complete.

It’s a game where you start with NAND gates, and slowly build up from there. Other gates, then a counter, adder, single-bit memory, etc, where every puzzle uses the component design’s you’ve build before. Eventually you build up to an ALU, RAM, add instructions and connect it up to a working CPU.

It’s super fun, and even though hardware isn’t really something I usually look into, it has taught me a lot, way more than college courses about CPU architecture. Plus, seeing (and actually programming, in later levels) on a CPU of your own design, using your own opcodes, is actually pretty cool.