- 2 Posts
- 181 Comments
Ahhhhh ok so a western politician insulted dear leader so of course y’all are spun up about it while the rest of us don’t even remember that it happened
„Dronie”? Is that supposed to be some kind of retort to „tankie”? Bless your lil’ heart
Ah, right. So as a shorthand for „way too batshit fucking crazy to have that much power”
The issue is the authoritarianism, not the economic system
Takes forever to encode though
traches@sh.itjust.worksto Selfhosted@lemmy.world•[SOLVED] How to fork a docker image?English401·1 month agoMake your own dockerfile, and the first line will be FROM <upstream>. Then make your changes.
traches@sh.itjust.worksto Linux@lemmy.ml•The dangerous push by Canonical to rewrite GNU coreutils as Rust code without the GNU licenseEnglish707·2 months agoRust people seem to be focused mostly on identity politics and dividing people into groups that are then supposed to fight each other.
Yeah, this guy can eat my entire ass. This is the same language that fascists use to delegitimize anyone who isn’t straight and white.
traches@sh.itjust.worksto No Stupid Questions@lemmy.world•If I wanted to bury a hard drive for archival purposes (e.g. Country becoming Dictatorship), how to keep the contents from being damaged and where is the safest place to bury it?English4·2 months agoI looked into tape drives for my own backups and they don’t make sense unless you’re working with double digit terabytes. We’re talking used old enterprise gear with weird form factors and connectors, I never found something like an external USB tape drive for a reasonable price.
traches@sh.itjust.worksto No Stupid Questions@lemmy.world•If I wanted to bury a hard drive for archival purposes (e.g. Country becoming Dictatorship), how to keep the contents from being damaged and where is the safest place to bury it?English4·2 months agoDo you remember what kind they were? For awhile they made them with organic dyes and those died quickly. I believe they stopped producing those, and the inorganic ones are supposed to be much better.
traches@sh.itjust.worksto No Stupid Questions@lemmy.world•If I wanted to bury a hard drive for archival purposes (e.g. Country becoming Dictatorship), how to keep the contents from being damaged and where is the safest place to bury it?English5·2 months agoIt’s pretty dependent on humidity and temperature, so a DVD buried in a well sealed plastic bag with a desiccant pack is actually in good conditions. No light, generally cool, and low humidity are perfect.
A hard drive has a lot of moving parts that must work and are basically impossible to replace. With optical media you’re just storing the platters, and I’m sure you’ll still be able to track down a drive somewhere. You can still find VHS players and those have been obsolete for 25 years.
traches@sh.itjust.worksto No Stupid Questions@lemmy.world•If I wanted to bury a hard drive for archival purposes (e.g. Country becoming Dictatorship), how to keep the contents from being damaged and where is the safest place to bury it?English262·2 months agoI’d go with optical media here. Probably multiple capsules.
- M-Disk (DVD if it will fit, otherwise Blu-ray)
- Make an encrypted archive of your data. Strong password - I suggest diceware with 8 or more words so you might remember it in 30 years
- Use DVDisaster to add parity data. You sacrifice some space, but you get error tolerance in exchange
- Wrap the disks up in good jewel cases, well sealed plastic, along with some good big silica gel desiccant packs.
- Put all that in the smallest durable, airtight container you can
- stash somewhere it probably won’t be disturbed for a few decades. Memorize.
- destroy all evidence you did this.
traches@sh.itjust.worksto Selfhosted@lemmy.world•Looking for recommendations for a multi home NAS solutionEnglish3·3 months agoYeah, syncthing can do all of that except public share links. Run an instance on your NAS so there is always a sync target online.
traches@sh.itjust.worksto Selfhosted@lemmy.world•Looking for recommendations for a multi home NAS solutionEnglish4·3 months agoI strongly recommend ZFS as a filesystem for this as it can handle your sync, backup, and quota needs very well. It also has data integrity guarantees that should frankly be table stakes in this application. Truenas is an easy way to accomplish this, and it can run docker containers and VMs if you like.
Tailscale is a great way to connect them all, and connect to your nas when you aren’t home. You can share devices between tailnets, so you don’t all have to be on the same Tailscale account.
I’ll caution against nextcloud, it has a zillion features but in my experience it isn’t actually that good at syncing files. It’s complicated to set up, complicated to maintain, and there are frequent bugs. Consider just using SMB file sharing (built into truenas), or an application that only syncs files without trying to be an entire office suite as well.
For your drive layouts, I’d go with big drives in a mirror. This keeps your power and physical space requirements low. If you want, ZFS can also transparently put metadata and small files on SSDs for better latency and less drive thrashing. (These should also be mirrored.) Do not add an L2ARC drive, it is rarely helpful.
The boxes are kinda up to you. Avoid USB enclosures if at all possible. Truenas can be installed on most prebuilt NAS boxes other than synology, presuming it meets the requirements. You can also build your own. Hot swap is nice, and a must-have if you need normies to work on it. Label the drive serial number on the outside so you can tell them apart. Don’t go for less than 4 bays, and more is better even if you don’t need them yet. You want as much RAM as feasibly possible; ZFS uses it for caching, and it gives you room to run containers and VMs.
traches@sh.itjust.worksto Programmer Humor@programming.dev•When you're working on a file that was last updated six years agoEnglish20·3 months agoI mean if it’s worked without modification for 6 years….
traches@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish3·3 months agoYeah, I’ll probably switch eventually I’m just trying to talk myself out of it because I don’t have the time to learn right now
traches@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish2·4 months agoI have a desktop, laptop, and a few VMs and servery things. Dotfile manager (yadm, which is a git wrapper) to sync personal settings, everything else I just do manually. The system-level configs are either different enough that standardizing them isn’t very helpful, or no more complicated than installing packages and activating services.
traches@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish434·4 months agoI like the idea of nixos, but I feel like it makes a bunch of daily sacrifices in order to optimize a task I do once every few years? I hardly ever get a new computer, but I install/uninstall/update/tweak packages on my system all the time. With a dotfile manager and snapshots, I get most of the benefit without any of the drawbacks.
traches@sh.itjust.worksto Linux@lemmy.ml•Alright fine I admit it, I want to learn LinuxEnglish3·4 months agoThe desktop environment is all the stuff like the taskbar, the settings menus, the application launcher, the login screen, that kind of thing. It’s the system level user interface.
You choose which one by which distro you download. Linux mint uses cinnamon, Ubuntu and fedora use gnome. There are “flavors” of Ubuntu and fedora that use KDE. That’s why I suggested ventoy: you can download a few different ones and boot into them without making a new thumb drive.
If you don’t feel like bothering with any of that, just use Linux mint. It’s good.
I mean…. Let’s say you set up a Postgres user for all of your application users, with appropriate roles and row level security policies, you could actually do it without Bobby tables issues. I think.