Latest posts

Fresh notes, essays, and experiments.

Finding Joy In The Simple By Leading A Minimalist Digital Life

My first smartphone was a T-Mobile MyTouch 3G Slide. I loved that phone. It was so simple to use. Had a touch screen, a slide out keyboard, android OS and a blazing fast 3G connection (7 Mbps max). It... Read more

Book Review - The Glass Hotel

I was 100 pages in and I was ready to just read the wikipedia synopsis. The writing is intentionally disjointed and it feels like there's barely enough time to care about a character before the next p... Read more

Now with syntax highlighting

Ruby! puts 'hello' Python print('hello') Neat, huh? This was a fun exercise in learning how to use importmaps to embed javascript and css together. I'm a newbie when it comes to advancing rails beyond... Read more

Rails, postgres and a single database in production

When I originally created this site, I started on sqlite but I quickly realized I wanted postgres so that I could learn a thing or two about databases. Here's the process I went about to start migrati... Read more