Back
Marc Köhlbrugge
Load previous page…
Blink my lights green when I receive Stripe payments like I had many years ago
#life
When creating email alerts, don't check for captcha if user is already logged in
#startupjobs h/t @AndreyAzimov
Add "stealth" feature so websites that block scrapers/etc are less likely to see it as suspicious
#imagekit
Add readme file to data exports which I thought I already did, but it's nowhere to be found
#wip
Write pre-commit git hook that uses AI to write a commit message for me and alert me of any bugs/typos/etc
Don't 'touch' (i.e. update timestamp) user and project record when updating a todo, because I think 1) it's causing deadlocks, and 2) those are unnecessary database queries anyway
#wip
Save todo and trigger Telegram broadcast background job in one database transaction to hopefully prevent deadlocks
#wip
Report any ActiveRecord::Deadlock events to Bugsnag as they seem to be happening more frequently
#wip