Lesson for the future: MongoDB backups can take very long to recover. Also, never run a prod query without testing in an isolated environment and always make local backups. Always double check yourself.
12 hours ago: let's make a cool todo app
6 hours ago: let's make a todo app in the terminal with go
3 hours ago: initialized repo and started looking into resources
15 mins ago: let's build a tui library in go from scratch
Completed the first version of the application but couldn't figure out how to set up a dev environment on AWS. One day I will be good at DevOps but that day is not today. Backburned this project for now.
I also took a deep dive in the native-messaging section of the Mozilla docs (link: https://t.co/l0glgnuSAo) to build the add-on.
Fun (or horrible, totally miserable) fact: it took me about 3 days to debug all the issues before the add-on worked as I wanted it to.
I recently built am extension to download music to my local system with the help of the best tool ever: yt-dlp (link: https://t.co/zXV6P9W4uU). I learned a lot about how browser extensions work, their capabilities and their limitations.