
Fix cache key of recent posts so the section actually refreshes again (was showing very old posts)
#startupjobs


Increase recency time period from 3 to 24 hours for selecting which active users to show in sidebar
#buildinpublic


Share learnings dealing with lots of data in Rails app
#traits twitter.com/marckohlbrugge/st…



Update Heroku API key in GitHub Actions API for deployments, because it was automatically reset due to security issue at Heroku
#wip


Disable unsubscribe confirmation email because apparently it's not a best-practice anymore ( postmarkapp.com/blog/dont-sen… ) despite still being the default by MailChimp
#betalist


Completely restructure data-model using a more OO approach. All collections/assets get imported from OpenSea API and saved without modification. Afterwards they get "replicated" to a native format. This will allow me to easily replace or mix multiple APIs
#traits


Load everything with Turbo Frames (to simplify controllers and different parts of the page to be loaded in parallel and cached easier)
#traits


Buy yo.xyz
#life


Get Cloudflare to add text/vnd.turbo-stream.html to their list of supported content-types for Brotli compression
#life


Significantly speed up importing of new collections (possibly by ~100x) by using bulk insertion and by changing the order of how things are inserted
#traits
