Enshittification aside, any new technologies you find yourself relying on/using regularly?
This can be anywhere from hardware or software/apps.
I recently started up a CalDav/CardDav service (radicale, think like your own private Google Calendar and Google Tasks that can also be synced on multiple devices) on a VPS. One step closer to degoogling myself.


Oh yeah. My favorite (and only) plugin so far is the https://github.com/twibiral/obsidian-execute-code
Let me explain: Obsidian is basically a very fancy wrapper around a folder with markdown files in it. (which makes it git compatible, which is one of the upsides). In Markdown, you can define codeblocks, with syntax highlighting, because of course you can, programmers will improve their own tools first. Now, there are two cases when you would do this: