Remix.run Logo
benjiro 5 days ago

> With $1k you can build a pretty good system

1. The hardware you buy for these activities, has still residual value after 1, 2, 3 year. Unlike the streaming service you pay for.

2. Its cheap to upgrade / expand over time (if its not a all in one solution)

3. It opens a door to not just store movies/music/images, but as emulator, streaming service, or game streaming to one or multiple.

4. The content will not arbitrarily vanish.

5. Your bookmarks / last viewed / ... will not arbitrarily vanish. Do not get me started on this and how annoying it can be when a services removes content!

6. It serves not only as a device for "linux isos" or other gray zones but also as a legit backup of your own personal data.

7. Saves you from needing "cloud" storage or other cloud services.

8. Can be enhanced with programs that offer image conversion, pdf conversion etc, all private!

9. Run your own chat server for the family, no US/EU "we want to know what you are saying" issues.

10. Can act like your own VPN, to route data from your phone or other devices outside your home.

11. Provides service if you are in area's with horrible internet connection with its ability to "cache isos" at night slowly.

12. Your control over the media means you can stream 4k to your PC. Netflix kuch kuch ... No, its not 4k.

13. You can gain the FULL bitrate of the media. You do not get a washed down version of the supposed media based upon how busy a streaming service their servers are or other limitations.

14. It can be used for so many other activities like programming.

15. Did i mention home automatization?

And so much more ... People are probably doing things with NAS setups that i can not even think about.

Your not investing into a machine for "illegal" stuff, your investing into a machine that frees you as the end user from all those cloud, streaming, and other services their lackluster service. And then provides all the added benefits on top, that a 24/7 running PC can provide.

Lets also not forget the future where LLM's are a thing. Having your own open source LLM that runs at home, can be a major benefit.

But ... it does require more knowledge, especially as you step up beyond simple storage. So that is the real downside, not the money, the time and knowledge buildup.

sumtechguy 5 days ago | parent | next [-]

> The hardware you buy for these activities, has still residual value after 1, 2, 3 year. Unlike the streaming service you pay for.

With mine I am cracking on 14 years with some of it. It still 'just works'. I ripped all of my stuff so I can manage it as I have too much of it. The home streaming has been quite nice. I would upgrade just for '4k'. Not sure if I want it or not. One major roadblock has been finding a decent wake from power off not just s3 and works with an IR remote. 14 years ago media center was a thing so most manufactures put CIR into everything. Then suddenly they didnt. If I could get past that one roadblock I would update it all.

BrandoElFollito 5 days ago | parent | prev | next [-]

You completely forgot to mention home automation :) Home Assistant FTW

Making all this work is not difficult with docker once you get past the steep learning curve

godelski 5 days ago | parent | prev [-]

I agree with everything here. But I want to do a little nitpicking here

  > 7. Saves you from needing "cloud" storage or other cloud services.
One thing that frustrates me about cloud services is that they want to be the only host of my data. I want a 321 system[0]. That means I want a copy and I want a copy somewhere else. But most of these storage systems don't make it easy to do API calls and just rsync everything[1]. Yeah, I know about rclone but Google photos isn't storing my photos in their original quality and I don't trust them to not change the data.

So it means really the only solution is just buying a storage box. You can treat it as safety so doesn't need much egress, just to sync. But you should have something off site and "cloud" makes that much easier. But also, depends on how important that is. I'm not doing that with "pirated" content but I am with my content.

[0] 3 copies, 2 locations, 1 off-site. (All these are "at least")

[1] How is it easier to write a small bash script through termux to rsync to my home and another location than it is to do this with professional tools? For the love of god, it is a fucking trivial script and I can make it do whatever I want, like only backup on WiFi, only through tailscale, or even a specific WiFi SSID. Hell, I can get it to issue a command to my home server to sync with the remote server checking to make sure things match. For what, not even 100 lines in bash? It's a joke