Latest Posts

hslzr.photos released

Published on Aug 29, 2025

After a lot of procrastination, I finally released my photo portfolio site: hslzr.photos. Currently, it only features the latest set from the nude photography session I did at the latest...

Photography and Hobbies

Published on Aug 20, 2025

I recently got back into photography after a hiatus of never actually getting really into it. I bought a Sony A7C and a 55m f/1.8 lens and started taking photoshoots...

Full Text Search on Rails using SQLite

Published on May 01, 2025

There’s been a trend recently to use SQLite as the main database for Rails applications. And I get it: SQLite is lightweight, easy to set up, and doesn’t require a...

Self-hosting adventures

Published on Apr 10, 2025

A couple weeks ago I decided to try self-hosting a couple of my services and try to reduce my cloud-dependence. Spending money on cloud services is fine, but nothing beats...

Importing huge files with Ruby using Enumerators

Published on Aug 10, 2024

…When you’re working with large files, you need to be careful with memory usage. Ruby’s File class is a great way to read files, but it reads the entire file...

Using custom strings as IDs in Ruby on Rails

Published on Dec 31, 2023

Using sequential, numerical IDs for your record is the typical way to go, but what if for complicated and plot-related reasons you need something else? Say, you’re working with public-facing...