Don’t they have Constable as well?
DasFaultier
- 0 Posts
- 20 Comments
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•[SOLVED] Is there a way to speed up the initialisation of Bluetooth drivers?7·2 months agoI’m not much of an expert on Bluetooth, but I would expect that you can create an override for the corresponding Systemd service (
bluetoothd
perhaps, or some Logitech daemon) and make it depend on a Target that is reached earlier in the boot process.Sorry that I can’t be more helpful…
They interoperate though, so if you’re happy with using a mix of them, go for it.
Same goes for
nala
, BTW.
Mint on my work PC, because my dear IT colleagues made the effort to provide standardized installations for us that are mostly carefree and can just be used; you can even get them preinstalled on a laptop or VM.
Debian on my work servers, because everyone is using it (we’re a Debian shop mostly) and there’s a standardized self service PXE boot installation for it. Also, Debian is boring, and boring is good. And another thing, Debian is the base image for at least half of the Docker images and alliances (e.g. Proxmox) out there, so common tools. The .deb package format is kinda sane, so it’s easy to provide our own package, and Debian has a huge community, so it’s going nowhere in the near future.
Ubuntu LTS latest on my home servers, because I wanted “Debian but more recent packages”, and it has served me well.
Not yet, but maybe Fedora on my private PC and laptop soon, because I keep hearing good things re hardware support, package recency, gaming and just general suitability for desktop use. There’s still the WAF to overcome, so we’ll see.
Like a real programmer would.
I’m… not sure, I’d have to look that up. I only know that it was the only browser I found in my Linux distro repos that I was able to run on my Atom 2GB RAM netbook from 15 years ago.
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•After almost half a century, I'm still doing it...22·5 months agoafter hours
I’ve configured PAM to not let me login remotely after hours, because I just know that someday I’ll want to fix “just this tiny thing” and I’ll break production because I’m too tired. I clearly need protection from myself, and this is one slice in Dr.Reasons’s Swiss cheese model.
Don’t let the people drag you down, this happens to all of us.
DasFaultier@sh.itjust.worksto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to rip music from spotify?English4·5 months agoI’ve been using Spytify for a long time.
You can give an LLM (or any other ML tech for that matter) any task you’d like, as long as you don’t care that the results are wrong.
Of yes, I have!
alias nfsmounts='mount | grep "nfs" | column'
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•Where Do You Guys Throw Your Local Git Repos?7·8 months ago~/src/${reponame}
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•Your Most Frustrating Configuration Experience?6·9 months agoI have limited Python experience, but I always thought that’s what virtualenvs and requirements.txt files are for? When I used those, I found it easy enough to use.
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•Your Most Frustrating Configuration Experience?3·9 months agoCloud-init. The config yaml is rather straight forward, but I can’t convince my VM to execute it, and it’s driving me nuts.
Good to hear! When you go with the National Archives UK, you can’t fail. They have some very, VERY competent people in staff over there, who are also quite active in the DigiPres community. They are also the inventors of DROID and the maintainers of the widely used PRONOM database of file formats. https://www.nationalarchives.gov.uk/PRONOM/Default.aspx Absolute heroes of Digital Preservation.
Yeah, you can always go crazy with (off site) copies. There’s a DigiPres software system literally called LOCKSS (Lots Of Copies Keep Stuff Safe).
The German Federal Office for Information Security recommends a distance of at least 200km between (professional) sites that keep georedundant copies of the same data/service, so depending on your upload capacity and your familiarity with encryption (ALWAYS backup your keys!), some cloud storage provider might even be a viable option to create a second site.
Spare drives do absolutely work as well, but remember that, depending on the distance, data there will get more or less outdated and you might not remember to refresh the hardware in a timely manner.
A safe deposit box is something that I hadn’t considered for my personal preservation needs yet, but sounds like a good idea as well.
Whatever you use, also remember to read back data from all copies regularly and recalculate checksums for fixity checks to make sure your data doesn’t get corrupted over time. Physical objects (like books) decay slowly over time, digital objects break more spontaneously and often catastrophically.
This is my day job, so I’d like to weigh in.
First of all, there’s a whole community of GLAM institutions involved in what is called Digital Preservation (try googling that specifically). Here in Germany, a lot of them have founded the Nestor Group (www.langzeitarchivierung.de) to further the case and share knowledge. Recently, Nestor had a discussion group on Personal Digital Archiving, addressing just your use case. They have set up a website at https://meindigitalesarchiv.de/ with the results. Nestor publishes mostly in German, but online translators are a thing, so I think you will be fine.
Some things that I want to address from your original post:
- Keep in mind that file formats, just like hardware and software, become obsolete over time. Think about a migration strategy for your files to a more recent format of your current format falls out of style and isn’t as widely supported anymore. I assume your photos are JPGs, which are widely not considered safe for preservation, as they decay with subsequent encoding runs and use lossy compression. A suitable replacement might be PNG, though I wouldn’t go ahead and convert my JPGs right away. For born digital photo material, uncompressed TIFF is the preferred format.
- Compression in general is considered a risk, because a damaged bit will potentially impact a larger block of compressed data. Saving a few bytes on your storage isn’t worth listing your precious memories.
- Storage media have different retention times. It’s true that magnetic tape storage has the best chances for survival, and it’s what we use for long term cold storage, but it’s prohibitively expensive for home use. Also, it’s VERY slow on random access, because tape has to be rewound to the specific location of your file before reading. If you insist on using it, format your tapes using LTFS to eliminate the need for a storage management system like IBM Spectrum Protect. The next best choice of storage media are NAS grade HDDs, which will last you upwards of five years. Using redundancy and a self correcting file system like ZFS (compression & dedup OFF!) will increase your chances of survival. Keep you hands off optical storage media; they tend to decay after a year already according top studies on the subject. Flash storage isn’t much greater either, avoid thumb drives at all cost. Quality SSD storage might last you a little longer. If you use ZFS or a comparable file system that provides snapshots, you can use that to implement immutability.
- Kudos for using Linux standard tooling; it will help other people understand your stack of anything happens to you. Digital Preservation is all about removing dependencies on specific formats, technologies and (importantly) people.
- Backup is not Digital Preservation, though I will admit that these two tend get mixed into one another in personal contexts. Backups save the state of a system at a specific point in time, DigiPres tries to preserve only data that isn’t specific to a system and tends to change very little. Also, and that is important, DigiPres tries to save context along with the actual payload, so you might want to at least save some metadata along with your photos and store them all in a structure that is made for preservation. I recommend BagIt; there’s a lot of existing tooling for creating it, it’s self-contained, secured by strong checksums and it’s an RFC.
- Keep complexity as low as possible!
- Last of all, good on you for doing SOMETHING. You don’t have to be perfect to improve your posture, and you’re on the right track, asking the right questions. Keep on going, you’re doing great.
Come back at me if you have any further questions.
400 staff German state institution, Windows desktops are standard, but you can get a supported and standardized Linux Mint installation provided by IT on your personal computer upon request. A few dozen people do. We also provide some 150 publicly accessible PCs for research in or brach locations, all of which are Mint as well. And IT staff is allowed to install any system on their hardware they want, no questions asked; many run Linuxes. Linuces. Linnixees.
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•Is there a program that I can run on my laptop to tell me what Linux distro supports the hardware out of the box? Also whether the hardware is supported at all?24·11 months agoYes, such a program is called an installer. /s
Sorry, I don’t have an answer for you that’s more helpful than the rest of the comments here, they all did well. I second booting a live system.
Maybe a stupid question, but is the thing you did fundamentally different from Devuan?