• 0 Posts
  • 24 Comments
Joined 6 months ago
cake
Cake day: February 20th, 2025

help-circle


  • I recently subscribed. It’s only $3/mo so it’s really inexpensive, but also it feels like it’s just a heavily curated YouTube.

    There’s nothing I’ve found on nebula that’s not also on YouTube. The only real benefit (to me, not the creators) is that there’s no sponsorship in the video.

    That being said, the app isn’t as polished and I feel like I’m just remembering which creators I follow on both and when I see a new video from one of them in YouTube, I flip to nebula to watch it, then go back to YouTube for my other subscriptions.













  • There’s no such thing as too simple to document. If you spent time learning how to install it, you’ll need to relearn it if you want to make any changes in the future. If you don’t leave at least some notes as to why you make some decisions, you’ll have to redo your work.

    It’s also good to make notes on every configuration setting. That forces you to understand why the settings are the way they are. If you have a -f in a docker config and you don’t have any understanding of why that’s there, you might not know if it’s a development flag for getting things set up, or if it’s a critical part of your environment.

    It is especially important if any of those parts are exposed to the public Internet. You might have a config set to allow unauthenticated connections and not know it.