A collection of personal projects I've built or am currently working on.


Humans Since 1982 Clock — A Million Times Replica

A replica of the iconic A Million Times kinetic clock installation by the Swedish design duo Humans Since 1982.

The original installation features hundreds of analog clocks whose hands move in synchronized patterns to display time and create mesmerizing animations.

My version is a smaller-scale replica built from scratch, combining:

  • Custom hardware design
  • Stepper motor control
  • Synchronized movement algorithms
  • Time display patterns

Documentation coming soon.


rpots.net

This website itself. A static site generator written in pure Python with zero external dependencies.

Features: - Custom markdown parser (no libraries) - Template engine using Python's stdlib - Incremental builds with caching - ~3ms build times

The code demonstrates that simple tools can be powerful. Sometimes the best engineering is knowing what you don't need.

View source on GitHub


More projects to be added.