• 0 posts
  • 30 comments
Joined 3 years ago
Cake day: December 16th, 2023
  • I’m on their free tier. If you don’t have a domain you need to get one, but CloudFlare does offer domain registration basically at-cost.
    Because I’m on free, I can’t break down my analytics like a paid account can. i can say though that for the past 30 days my account has generated 886k requests and 47.56GB of bandwidth. I can’t tell you how much of that is nextcloud and how much is other stuff, like audiobookshelf, but hopefully this helps answer you.

  • For basic hosting of stuff+storage management, TrueNAS has a highly polished product that lets you install docker containers with ease.

    They have a curated collection that includes every piece of software you mentioned, plus the ability to install dockerhub images as ‘custom’ images.

    Originally I started with a single Pentium 4 with 4x1.5TB disks, and it’s grown over time. Now at home I have 2 TrueNAS machines giving me 80TB of storage, and 3 HP elitedesk Minis running proxmox for general VMs.
    I also have a managed switch, which lets me pipe the raw Internet into it, and deliver it to the proxmox hosts so I can run a virtual router with high-availability.

    OpenZFS, which TrueNAS uses as its primary storage filesystem, has recently gained the ability to increase existing disk arrays by adding additional disks (as opposed to replacing all disks with larger ones) and this makes it even more flexible for future growth.

    I will say though, that if the machine is dated and you load up ‘all the things’ in it, you might not be impressed by performance, so be sure to manage your expectations.

    I also suggest that you consider making yourself a roadmap, so that you can plan out what hardware you’ll need to implement the ‘next big thing’

    Also - the steamlink you mentioned - I’m not sure what you’re chasing there exactly, but if your steam rig is already in your home, the only thing you can do to improve latency is provide Ethernet to both the streaming sender and receiver.

    Good luck!

  • The AD&D “Gold Box” games from SSI Inc. stored game text in 6-bit encoding. The first one of these I played was “Champions of Krynn” and the PC release came on 4 360k 5.25 dsdd floppy disks. They actually needed the packing in those days, and couldn’t afford to spent cpu cycles or ram on built in compression.
    I remember opening up the game data files in a file viewer (maybe pc-tools?) and being confounded by the lack of text in the files.

  • So to provide further context, PCs have tables that can be checked to see what hardware is located where. Phones don’t have this, and if you try to query the wrong component or the right component at the wrong address, you can crash the whole device.

    PCs were this way too, before PnP/PCI/ACPI tech showed up.

    Loading Linux on a Pentium with a bunch of ISA cards was NOT a guaranteed win.