ryoung's comments

ryoung | 23 days ago | on: Ask HN: What Are You Working On? (March 2026)

https://fitcal.app syncs Strava activities to your Google calendar. No fancy features, just does what it says on the tin. Really fun to build out with elixir + phoenix.

When training I like to have every day mapped out with how many miles to run, at what pace, etc as an event in my calendar. My actual workout gets uploaded into Garmin and Strava, but I always wanted it back in the calendar so I could see at a glance the consistency over time. It's been really fun to see other people use and get value out of something I built for myself.

ryoung | 13 years ago | on: Why MongoDB Never Worked Out at Etsy

I'm the developer that helped migrate the data from mongo to mysql (under mcfunley's supervision). Even a straightforward data migration becomes complicated when you have to do it without affecting the production feature or consumers of your public api (parallel writes to both dbs, snapshot and move the historical data, switch reads to the new db, etc). In addition, we took the opportunity to move the feature to a sharded architecture and to rethink the schema. Anyway, you're right in that it wasn't exactly an obvious or easy port.
page 1