• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • Over the years I have used OSMC for my TV. I have never used it for streaming however always internal across the network streaming of my own content. It worked reasonably well for the most part although I have had issues with Samba in recent versions and have stopped using it. I can’t say much about its streaming, mostly for that you need a supported android or similar device rather than an open source one.


  • I have done this a few times, so long as the drive isn’t mounted it works fine.

    One advantage of this approach compared to clonezilla is you can pipe it through netcat or similar and move it to another machine. You can also first pipe it through gzip as well to save on the transfer bytes a bit as well and then on the other end just store the compressed image or unzip it. Combine a few tools together and you have quite a lot of capability for complete image backups but its usually best done for the boot drives from a live USB.


  • Ideally for your router you want something that runs an open source firmware (OpenWRT, DD-WRT, OPNSense, FreshTomato). Its better because you get a completely unlocked everything you need system with security patches for the hardware’s true lifetime. Every router company stops with the security updates after a few years and then at some point it becomes part of a bot net or one of this mass hack events. Its best not to play in that game and instead run some open source firmware from the outset.

    The best way to start is to look at the website for openwrt.org and use their filtering to find a device that supports your needs (at least 5 LAN ethernet ports I guess and some wifi but AC sounds like it will do). The other option is a more typical 4 LAN port router which will give you a lot more options and then add a switch to that, doesn’t sound like you care too much about it being managed or >1gbps so they are also dirt cheap.



  • I don’t think modern Raspberry pi’s make much sense unless you are using GPIOs or really need the low power consumption. The 3 and the 4 were OK price wise but the pi 5 is quite close to all these N100 mini computers and they are a lot more performance and expansion compared to a raspberry pi 5 and still quite low power.

    Either a Topton or similar N100 based machine or a mini PC second hand is the way to go at the ~$100 mark. The mini PC will be faster and probably more expandable and cheaper but also more power consumption.






  • BrightCandle@lemmy.worldtoPrivacy@lemmy.mlThoughts on Cryptocurrency?
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    3 months ago

    I have used Bitcoin a number of times for international purchases. Its not really got to the point of currency so much as a medium mostly of speculation and often interchange for crime but it can improve your privacy. The user experience of the payments isn’t the best but international transfers are often hard to do anyway and in that particular field it can often be a lot quicker, cheaper and easier.


  • Most of the cookie banners are breaking GDPR. The requirement under GDPR is that privacy must be the default and users can select to opt in. So most of the banners you come across that default to all tracking are against the law already. The legislation didn’t stop them being annoying in this way but a few prosecutions for the breaches and dark patterns would set things off on a better path.






  • For not a lot more you can now get NUC like machines with Celeron’s, Pentiums and get to choose NVMe SSDS and RAM amounts and even Wifi cards (so wifi 6e or 7) and 2.5 gbit/s ethernet. At these sorts of prices they are running into the low end of NUCs at $100 and they don’t compete well on a whole range of factors. They are still cheaper but its not the 30-40 of the Pi before prices went nuts and this new higher price point isn’t as clear cut.



  • 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.