with three drives, raid1 doesn’t make sense
In raid1c2 mode btrfs will give 3TB of usable storage with 3x2TB. It always stores two copies on two drives. Not three.
Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.
Introverted, yet I enjoy discussion to a fault.
with three drives, raid1 doesn’t make sense
In raid1c2 mode btrfs will give 3TB of usable storage with 3x2TB. It always stores two copies on two drives. Not three.
If you just want to combine their capacities, and don’t need redundancy, just use single mode?
No need to use a raid mode for multi-device btrfs.
Edit: You could also do two volumes.
Split each drive in half. Use the first half of each drive for a raid1c2 volume to get 1.5TB of redundant storage for important data.
Use the second half of each drives for a raid0 volume to get 3TB of faster storage for games.


It’s non-starter for technical, too.
You have to ship client updates to all your users.


Kopia is my recommendation. I’d be happy to help get it working.
The featureset and performance in comparison to Borg/Restic make it the best choice for a lot of cases.
Borg is excellent, but it does require management access at both ends, and is more complex to use.
Kopia is quite simple, once you have it set up. Including its restore options.
Later Android versions also let you set a custom DNS in settings, so you can have DNS level traffic filtering without an app that does it via local VPN.


Self hosting Stoat is a nightmare at the moment.
Only the webUI works out of the box, if you want the phone app you need to compile it yourself.
At least the desktop app now supports connecting to custom instances, but it’s by launch option, not the GUI.
All that said, my understanding was that you give the code to your friends, and they have to enter it during signup.
Enabling invite-only doesn’t remove the signup functionality, it adds authentification, so only people with the invite code can pass.
Especially as many places will be based in the USA who is the least likely country to implement these laws
uh, what?
I mean if they can really just do nothing, then that is also something it would be good to be sure about.
Nintendo has shown that it is possible to attack open source projects at the repository level, and while that wouldn’t necessarily stop development, it would be a step down to force development technically “underground”.
And if instances have to start being regularly replaced, that WILL cause attrition.
I mean… They have to.
Countries are making it law, so sooner or later, fedi projects are going to have to deal with that crap.
Oh, what’s the speedtest server?
I’ve not run into that yet myself, but I’d love to have one of those.


But there are no hacks required to install it on old hardware.
Yes there are.
If you used rufus or ventoy, you’ve just applied them without knowing.
Unmodified Windows 11 ISOs will refuse to install on any hardware with a CPU older than Ryzen 3000 or Intel 8000.
In fact there are less hacks required to install / upgrade to windows 11 then there are to install any Linux distro.
What?
On the vast majority of systems, the vast majority of linux distros will install and run with zero “hacks” of any kind. Literally just boot the ISO as-is and have at it.
genuine copy of windows will receive all and any updates
No. On many machines, while windows will install just fine due to the modifications to the installer applied by rufus/ventoy, the yearly major version updates can fail catastrophically.
A lot of hardware will update without issue, but there ABSOLUTELY is risk.
Windows is just an os. As long as it is compiled for the correct CPU architecture, it is just as supported as any other hardware. The hardware is supported by individual drivers, normally provided by the hardware manufacturer, not Microsoft.
You are confusing functional, and supported.
Something can “technically still work” without being officially supported.
Not being supported means Microsoft can make breaking changes in updates, because they made no promises your hardware would be accounted for in the future.
Just because it works today, no longer means it will tomorrow.


Virtualtabletop can be selfhosted.
We use it to play Blokus, Rummikub and more with family all over the country. All a player needs, is a device with a browser, and a link to join a given table. Grandma uses an android tablet to play Rummikub with us.
The games already implemented are many, and you can contribute your own.


This particular thing IS a common-sense technicality. Without it, every new instance, the second it came online, would start to try and mirror THE ENTIRE FEDIVERSE.
The ideal would be some kind of in-between, but that’s a lot more complex, and involves the developers making decisions for you in terms of what to pull in and what not to.


It’s not just getting your communities seen.
Content from other instances for you and your users won’t show up in the all feed unless someone on your instance (or a bot) subs to the relevant communities.
Only off-instance communities with at least one local subscriber will federate.
You also wont immediately see new instances and their communities, and they won’t see you.


Heck yeah!
I’m gonna make a couple celebratory posts on [email protected].
Also, a tip on quickly getting up to speed with federation, is to get your instance and communities set up on lemmy-federate.com.
Since content only shows up for users on instances with subscribers, the idea is to use a bot account on each participating instance to have that one required subscriber, so that posts from new communities actually show up on other instances, rather than just the originating one.
It basically allows you to kick-start federation, actually allowing users to organically discover your instance and communities.
edit: There is an active Balatro community at [email protected].


If you have access to another device, you can log into icloud.com and remotely log out of the phone.
Files “deleted” from icloud can also be restored on icloud.com/recovery for up to 30 days after deletion.
Yes. But you don’t have to switch.
People say “start” with simpler distros because if you go past just using it as-is, and grow to understand linux closer to the system level, you’ll likely eventually end up preferring something more complex.
There’s little point to starting at the deep end, like arch, since you don’t know whether you’ll end up staying in the shallows yet. Either way, it’s the start. It can also be the end, but that is unknowable.


Sorry, I must’ve misremembered about systemd. It’s how my installs start up, and the unit file is not in the usual location for systemd units I’ve created myself, so my assumption was it came with Kopia. There is no systemd timer though, and one isn’t needed.
Edit: Just confirmed no systemd file came with kopia on my system either, my mistake.
in the past week, it did not backup anything. Hence, there is no scheduler built into kopia automagically as described/ hinted in the docs.
Was Kopia running during that time?
If you run a Kopia command, then it will perform the instructed task, and then exit. It will obviously not do anything after completing whatever command was given, as the process will have exited, leaving no kopia process running on the system. This is for when you use it in cron or your own scripts.
The other way of doing things is to run it in server mode kopia server start, which will set it running as a background daemon. When running, it allows you to log into the web interface or configure it via cli to do whatever you like. And as long as the process starts along with the host system, that’s all there is to it.
How the daemon is set up to start, doesn’t really matter.


Nah.
Just do what Valve did with Wine.
Officially fork and contribute to Heroic.
It combines capacity without any fancy striping. It can still provide some performance benefit as different blocks of the same file can be stored on different drives, but it doesn’t stripe data across the drives for performance.
It also allows you to just add more drives later. The drives don’t need to be the same size or type. You can also remove drives, provided there is enough free space to move the data on a drive to the ones that will remain.
It really just pools the storage capacity into one big volume.
If a drive fails, it still takes the whole volume with it tho. But as long as you monitor smart, it is fairly simple to try ejecting a failing drive from the device group before it takes the whole thing with it.