Other places where you can find me

  • 0 Posts
  • 29 Comments
Joined 11 months ago
cake
Cake day: August 24th, 2023

help-circle














  • Basically, an RSS feed is a link that gets updated when there’s an update to a website (here’s an example from my medium page). Anytime I post something, it gets updated.

    An RSS feed reader is an app that you can use to list out which websites you’re interested in, and pulls up any new articles that get published.

    RSS feeds are everywhere, but often hidden beneath the surface. For example, in the youtube page for Reuters you can’t see any link to an RSS feed, but if you right-click and press “inspect page source”, and then Ctrl+f for the word “rss”, you can find the link hidden there: https://www.youtube.com/feeds/videos.xml?channel_id=UChqUTb7kYRX8-EiaN3XFrSQ

    Most RSS feed readers would be able to find that hidden link for you (you’d just have to give it the normal youtube page link). This is how I “subscribe” to things, I just have one central app where I get updates on everything I’m interested in following (blogs, news, videos, etc).

    If a youtuber has both an Odyssey and a Youtube channel with the same content, I subscribe to the RSS feed from Odyssey.





  • A lot of people thought this was the case for VMs and docker as well, and now it seems to be the norm.

    Yes, but docker does provide features that are useful at the level of a hobbyist self-hosting a few services for personal use (e.g. reproducibility). I like using docker and ansible to set up my systems, as I can painlessly reproduce everything or migrate to a different VPS in a few minutes.

    But kubernetes seems overkill. None of my services have enough traffic to justify replicas, I’m the only user.

    Besides learning (which is a valid reason), I don’t see why one would bother setting it up at home. Unless there’s a very specific use-case I’m missing.


  • Yes, those are all great uses of it. But could all still be achieved with docker containers running on some machines at home, right?

    Have you ever had a situation where features provided by kubernetes (like replicas, load balancers, etc) came in handy?

    I’m not criticizing, I’m genuinely curious if there’s a use-case for kubernetes for personal self-hosting (besides learning).