• 0 Posts
  • 100 Comments
Joined 2 years ago
cake
Cake day: September 14th, 2023

help-circle
rss



  • I’m honestly… In the middle.

    My home network is covered by a VPN, which means I can’t use streaming services without punching a hole for my home IP and sacrificing a little privacy - which I’m not willing to do. I’ve gone through my part and contacted providers to lemme through, without success. Even Amazon who CLEARLY knows my name and mailing address still won’t let me watch things even if I own Prime…

    So yes, I pirate movies and tv shows. I’ve tried to cooperate, but if my money isn’t enough, then so be it.

    Video games I no longer pirate, I’m content with Steam. I also backup all my installs on an external hard drive in the unlikely event Steam goes under or a company demands pulling a game from my profile.

    This is no longer true for Nintendo. Their latest attitudes have resulted in me deleting my account and becoming a loyal pirate for Nintendo games. They literally turned me into what they’re fighting, ironic right?

    I also no longer pirate general software because 98% of the software I use are FOSS, self created, or just free+offline in general. The other 2% is software I purchased because it was a lifetime permanent license and for software I felt deserved the money for support.

    So yeah big tech is my main enemy. If I need something and they won’t work with me without ransoming my privacy and rights, then yeah so be it.


  • I’m not familiar with those two… But I’ve always been hunting for the perfect replacement.

    I started with Nextcloud Deck and used it extensively until they got rid of my markdown support.

    So then I tried taiga and a few others before landing on Wekan. Really great software, but the terrible API, horrible mobile support, and slow outdated UI drove me away…

    Now I’m on Vikunja, which ironically doesn’t support markdown text. So I basically returned to square 1 with a better UI lol. I almost stayed on Wekan because of the checklist support, but the faster speeds, nice API, and slick UI in vikunja landed me here… for now.



  • If you go for btrfs, be careful going backwards on kernel versions.

    I had upgraded my kernel on Gentoo, which also happen to include a btrfs update. Booted up and found the latest kernel didn’t like something about my full disk luks encryption with RAID mirror setup (for the root partition, and unrelated to btrfs), so I decided to go back to the previous kernel. Big mistake.

    My entire root partition got corrupted to hell. It mounted read only at first so I decided to try to go through regular repair steps. It got worse. Got to an eventual step that someone said could take a few weeks to restore (forgot the commands). This isn’t an option for my server. So with snapshots broken, unable to use the old and now new kernel due to corruption from attempting to go back to a previous kernel, I had to restore with a full partition clone backup I had created prior to the kernel upgrade… Also went back to ext4 again afterwards.

    Btrfs treated me really well for a few years, and snapshots and performance are great, but once it hits a hiccup, you might in a world of trouble. Don’t think I’ve ever run into such a thing with ext4 over the years, which is why I reverted to it - not saying it’s immune to such things, but this is just me.

    Not sure if zfs would have such a dramatic situation, but maybe something to consider about btrfs if you ever decide you’ll need the ability to go back a kernel version due to whatever reason.







  • My personal advice, secure it down to only permitting what needs it, regardless of your trust to the network.

    Treat each device as if they’ve been compromised and the attacker on the compromised device is now trying to move laterally. Example scenario: had you blocked all devices except your laptop or phone to your server, your server wouldn’t have been hacked because someone went through a hacked cloud-connected HVAC panel.

    I lock down everything and grant access only to devices that should have access. Then on top of that, I enable passwords and 2FA on everything as if it were public… Nothing I self host is public. It’s all behind my network firewall and router firewall, and can only be accessed externally by a VPN.




  • Weird, I have a regular old 2TB (or maybe it was 1?) western digital plugged into the USB on the back of my series x and it works fine, not sure I understand the need to spend a bunch on something like this. Edit: and before responding about speed… I haven’t noticed much, if any, difference in game performance from installing on the drive or external outside of the initial game loading (startup) time, so not sure if that’s the only benefit to using the expansion slot.




  • Raid 1 has saved my server a couple of times over from disaster. I make weekly cold backups, but I didn’t have to worry about it when my alert came in notifying me which drive went dead - just swap, rebuild, move along. So yeah I’d say it’s definitely worth it. Just don’t treat raid as a backup solution - and yes, continue to use an external cold storage backup solution as you mentioned. Fires, exploding power supplies, ransomware, etc don’t care if you’re using raid or not.