Back
Marc Köhlbrugge
Load previous page…
Hack hotel aircon because it's too hot and technician is not available on weekends
#life
Include company in post cache keys so changing the company name or logo also expires all post caches
#startupjobs
Fix bug where posting a todo @mentioning two users with overlapping user IDs (e.g. 12 and 123) could lead to the wrong @mentions being shown. h/t @philipithomas
#wip
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
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