• 0 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: August 2nd, 2023

help-circle




  • Honest question as I finally dusted back off my interest in RSS. With RSS I need to add the URL to my client and it periodically checks back to show me when new content is posted, does ActivityPub handle this differently? Like how does it know which sources to use without having to hunt down their AP feed and add it to a client?

    I could totally be missing something super simple or implied.


  • I’m not the guy you asked, but I self-host it because I like a couple of the features (like making an org for house stuff, and sharing that with certain family members), it’s really awesome for OTP as well. I honestly don’t know which features are the paid ones because I went straight to Vaultwarden as I knew I wanted it in house (physically) and Bitwarden didn’t offer that.













  • I hated yaml with every fiber of my being when first had to use it, but I really wanted to use HomeAssistant and see what I could do with it. I hated it a bit less when I started using docker compose. I started loving it when I started using it as a way to explain json to non-programming IT types, trying to explain it without braces and brackets seems to get across easier. I guess its more human readable, but as a result formatting has to be spot on (those indents and spaces replace the need for brackets and braces).

    One useful trick if you truly hate it but need it, write it in json, then just use a converter to change that into yaml.