Back
Marc Köhlbrugge
Load previous page…
Realize how nice it is to have a managed PostgreSQL database that lets me restore to any transaction at any point in time in the last 7 days so there's no data loss at all if I mess up
#betalist
Learn the hard way that dropping a seemingly old and now irrelevant Postgres schema (e.g. "heroku_ext") also drops any of its extensions (e.g. "citext") which then drops all the columns that depend on it (e.g. "users.username") even in other schemas!
#betalist
Write simple shell alias "haml2html" that takes all the .haml files in the current directory and passes it through claude to convert it to HTML. Uses "llm" command
#life
Normalize handles so that a @ prefix is automatically removed and handles are downcased
#blueskycounter
Automatically start tracking all of a user's followers as well, to decrease the chance their first impression is a "chart" with only one data point
#blueskycounter