Back
Marc Köhlbrugge
Load previous page…
Upgrade all dependencies (except Tailwind CSS v4 because that proved to be rather cumbersome so I'll leave that for another day)
#wip
Allow admins (i.e. me) delete anyone's todos more easily for when a bug causes duplicate todos, etc
#wip
Allow people with an expired trial to still access settings so they can unsubscribe from emails, etc
#wip
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