[ <- Return to System ]

Transmission_Log

Thoughts / Updates / Code

SYS.DATE: 2026.02.22 // 18:38

Initializing the System

Setting up the new root directory for my GitHub pages. Decided to go with a pure black and white terminal aesthetic. The particle background took a bit of math to get right, but the interactive element makes the whole page feel alive.

SYS.DATE: 2026.01.15 // 09:12

Why I prefer functional programming

Lately I've been diving deeper into pure functions and avoiding shared state. It makes debugging so much easier when you know exactly what data is going in and coming out without side effects.

SYS.DATE: 2025.11.04 // 22:45

Learning the Canvas API

HTML5 Canvas is incredibly powerful once you understand the coordinate system. Writing custom physics for particles bouncing off edges and reacting to mouse vectors is a great exercise in applied geometry.