Zoe Codez
DIY projects, gardening, cooking, crochet, home automation, and writing code
Interesting the API returns the text for people that shouldn’t have access. That’s a bug with Lemmy I’d say. A ticket should probably be filed there
Put up a PR to fix this with voyager tho, quick change. Keeps the button around for mods & the author, but hides it for everyone else when the comment is removed
Nobody thought to add it probably. Did a quick search on github, looks like it can be added here if someone is interested and wants to make a contribution:
Borg Backup works great for that, exactly it’s use case. It’s a command line thing, but you can use Vorta as a UI if you want that. If you have a NAS, it can back up directly to that.
I have a second cronjob in my setup that syncs the encrypted archive to B2 nightly. Works great
Makita for anything that takes a battery, anything goes for the rest
- htop
- docker
- zsh
- tmux
- ssh
- git
- rsync
- curl
- dnsutils
- jq
- nodejs (managed via fnm)
There are tools to detail the code coverage if your tests. I’ve worked with Istanbul in the past, and it’s helped to point out parts of the code that could use more attention