• 1 Post
  • 5 Comments
Joined 1Y ago
cake
Cake day: Jun 22, 2023

help-circle
rss
Exporting YouTube Subscriptions to OPML and Watching via RSS
This used to be a lot easier, Youtube had an export function to OPML and you could just import it. Its quite useful being able to follow all your Youtube channels with your RSS reader if you want to pick which you want to watch then also Metube and the browser plug-in makes it a right click and select to send it for download.
fedilink

I used Invidious for about a year and it was a constant string of bugs. Every release was a risk and quite often updates would get lost or the database would explode in size and consume all the drive space. Its not a project I currently use or recommend until it stabilises.


Hugo? As in your generated site or you have some sort of service that costs hugo that generates and deploys your site or something else?


The new Linuxserver.io docker image at the very least has solved the annoying update cycle NextCloud has and seems to have fixed the need to do that every few months. I haven’t ever had it die but I don’t push it hard and I keep the plugins to a minimum because I just don’t trust it and it doesn’t run all that well.


I do both. I have a custom built NAS based on a Ryzen 3600 and ZFS across 4 drives which runs about 20 self hosted applications and stores the majority of my files but its only accessible from within the home. I also rent a small VPS for personal webspace and hosting self hosted apps I want out of the house.

In the past I have also hosted raw servers from Hetzner or bigger VPS from Amazon for the purpose of hosting a game server. Alongside those I often had community applications like website, forums, wikis and custom chat and voice comms services.

Its all self hosting to me since I run it. The various options are all about the trade offs of security, accessibility, cost and performance. The cheaper cloud options when you add it up can be cheap compared to buying and running your own hardware when you take into account electrical costs and the likely hardware replacement needs within 5 years. The big cloud providers aren’t price competitive but Contabo/Hetzner really surprisingly are especially if you pay a lot for electricity. But then if you need a game server it can be quite hard to find good fast CPUs on the cloud and its not going to be 24/7 for communities, so the trade off flips back to having your own.

Since I got 1 gbit/s fibre internet my need for internal NAS has definitely reduced as the internet is nearly as fast as the local network so I could now have my NAS needs remote.


Even the main search engines don’t index the entire internet of content these days and their databases are truly massive already. Writing a basic web crawler to produce a search index isn’t all that hard (I used to do it as a programming exercise for applicants) but dealing with the volume of data of the entire internet and storing it to produce a worthwhile search engine however is just not feasible on home hardware, it would be TB’s at least. It wouldn’t just be a little worse it would dramatically worse unless you put substantial resources to it including enormous amounts of network bandwidth which would have your ISP questioning your “unlimited 1 gbps fibre” contract. It would probably take years to get decent and always be many months out of date at best.

Doesn’t seem practical to try to self host based on the need to download and index every single page of the internet its a truly massive scale problem.