SpaceCadet
3
147
SpaceCadet

@sopuli.xyz

SpaceCadet 1 point 10 hours ago

Overwriting a SSD is difficult as well,

Trim does a pretty good job actually. Secure erase as well.

https://rossmanngroup.com/...

better encrypt the drive and trash the key when you decommission.

Absolutely.

I've had to RMA defective HDDs, and was glad I didn't have to think about what kind of data was still on the platters.

SSDs and HDDs don't always completely fail either. I've had a case where the drive could still be read, albeit very slowly. Writes were not working. Kinda sucks if you wanted to empty the drive before handing it in for repair/replacement.

path: 0 24282024 24285743 24288079 24388611, hotness: undefined, score: 1, children: 0
SpaceCadet 3 points 5 days ago

Why does she look like a render from a 2010 era game? Took me a while to figure out it's an actual photograph.

path: 0 24314477, hotness: undefined, score: 3, children: 1
SpaceCadet 85 points 3 years ago

path: 0 2608111, hotness: undefined, score: 85, children: 4
SpaceCadet 58 points 3 years ago

Maybe you’re joking

Gee, you think?

path: 0 2481329 2482963 2483064, hotness: undefined, score: 58, children: 5
SpaceCadet 54 points 3 years ago

Yeah but those $90 savings make IT management look good, and that 80k/year doesn't come out of IT's budget. Also the productivity loss can't objectively be measured or will just be blamed on the employee.

path: 0 2769620 2770054, hotness: undefined, score: 54, children: 2
SpaceCadet 45 points 3 years ago

Should probably also mention that his wife, Telsa Gwynne, was diagnosed with cancer around the time he retired and she sadly passed away in 2015.

path: 0 2606267 2609911, hotness: undefined, score: 45, children: 0
SpaceCadet 42 points 9 months ago

They're too busy forcing chat control and age gates through our collective throats.

path: 0 19671340 19673021, hotness: undefined, score: 42, children: 0
SpaceCadet 39 points 3 years ago

“Why do you have this cable, you don’t have a iphone”

It's like having some spare toothbrushes and women's hygiene stuff just in case someone stays over. You'll score points for being thoughtful, but on the other hand they'll be like: waaait a minute ...

path: 0 2573455 2573552 2573849, hotness: undefined, score: 39, children: 2
SpaceCadet 34 points 3 years ago

I'm not your buddy, pal, and I don't appreciate the accusation.

path: 0 2481329 2482963 2483064 2483074 2483086, hotness: undefined, score: 34, children: 3
SpaceCadet 32 points 3 years ago

Girl = neutral (das Mädchen)

No idea why lol.

Mädchen is a diminutive, and all diminutives are grammatically neutral.

It's the same in Dutch btw, and my girlfriend who is learning Dutch is frequently abusing this as a cheat code: whenever she doesn't know the gender of a word, she'll just use the diminutive and it will automatically be neutral.

path: 0 2968591 2971167, hotness: undefined, score: 32, children: 1
SpaceCadet 32 points 3 years ago

Is it really that bad if kids see a bit of porn? Like really? I grew up before the internet, but even in my day porn mags and VHS tapes got passed around when I was a teenager. Kids are always going to be curious.

Even so on the internet there are much worse things than porn that are harmful for the development of children. There are various groups of questionable morality like incels, or other mysogynistic groups, alt right stuff like neonazis, christofascists, climate deniers, ... If I had children, I would be much more concerned about them falling into one of those ideological traps than them seeing some titties. Hell, even TikTok is probably more harmful for giving them a dopamine addiction and an increasingly short attention span.

So to me, it seems a bit weird to single out porn. It feels like a convenient scapegoat for parents who don't want to spend time raising their kids and paying attention to what they are looking at on the internet.

path: 0 2307548 2307811 2308022 2308857, hotness: undefined, score: 32, children: 3
SpaceCadet 31 points 10 months ago path: 0 19062805, hotness: undefined, score: 31, children: 2
SpaceCadet 30 points 3 years ago

Yeah, much better to go: "What's your name again? Ah Jessica, let's see... Jade, Jane, Jasmine... ah right Jessica, here's your stuff!"

path: 0 2573455 2573552 2573849 2574118 2574237, hotness: undefined, score: 30, children: 0
SpaceCadet 28 points 2 years ago

Microsoft has 18 months to convince folks to upgrade.

They'll be lucky if I boot my Windows 10 partition between now and 18 months.

path: 0 9312753, hotness: undefined, score: 28, children: 1
SpaceCadet 25 points 3 years ago

Deleting your efi partition doesn't brick your board. It just makes your disk unbootable, but you can always install another operating system and create a new efi partition.

I think you're confusing with the special efivarfs file system that is mounted under /sys/firmware/efi/efivars. If you delete stuff under there, you're apparently going to have a bad time, because it directly deletes variables in your UEFI firmware which can prevent your system to POST.

path: 0 2566573 2566808, hotness: undefined, score: 25, children: 1
SpaceCadet 24 points 3 years ago

It just means that whatever is in the video or post pissed off the Russians enough that they brigade it with downvotes.

In other words, it's good news.

path: 0 1978268 1980102, hotness: undefined, score: 24, children: 0
SpaceCadet 21 points 3 years ago

Honestly I would prefer to be able to buy a separate "Pro" version from the Play Store, without an in-app purchase. There have been issues in the past where in-app purchases didn't get recognized or when ads suddenly started appearing for people who bought the ad removal option.

path: 0 1976432 1976816, hotness: undefined, score: 21, children: 5
SpaceCadet 20 points 3 years ago

Everybody gangsta until A start job is running for ... (10s / 1min 30s)

path: 0 2266334 2267991 2268122 2269356, hotness: undefined, score: 20, children: 5
SpaceCadet 20 points 3 years ago

As a general rule, you should always keep in mind that you're not really looking for a backup solution but rather a restore solution. So think about what you would like to be able to restore, and how you would accomplish that.

For my own use for example, I see very little value in backing up docker containers itself. They're supposed to be ephemeral and easily recreated with build scripts, so I don't use docker save or anything, I just make sure that the build code is safely tucked away in a git repository, which itself is backed up of course. In fact I have a weekly job that tears down and rebuilds all my containers, so my build code is tested and my containers are always up-to-date.

The actual data is in the volumes, so it just lives on a filesystem somewhere. I make sure to have a filesystem backup of that. For data that's in use and which may give inconsistency issues, there are several solutions:

  • docker stop your containers, create simple filesystem backup, docker start your containers.
  • Do an LVM level snapshot of the filesystem where your volumes live, and back up the snapshot.
  • The same but with a btrfs snapshot (I have no experience with this, all my servers just use ext4)
  • If it's something like a database, you can often export with database specific tools that ensure consistency (e.g. pg_dump, mongodump, mysqldump, ... ), and then backup the resulting dump file.
  • Most virtualization software have functionality that lets you to take snapshots of whole virtual disk images

As for the OS itself, I guess it depends on how much configuration and tweaking you have done to it and how easy it would be to recreate the whole thing. In case of a complete disaster, I intend to just spin up a new VM, reinstall docker, restore my volumes and then build and spin up my containers. Nevertheless, I still do a full filesystem backup of / and /home as well. I don't intend to use this to recover from a complete disaster, but it can be useful to recover specific files from accidental file deletions.

path: 0 2265164, hotness: undefined, score: 20, children: 1
SpaceCadet 19 points 3 years ago

I don't think "substitute user" is the original meaning, and it's more like a retroactively applied acronym.

Looking at various old Unix manpages, it said various things in the past. In the HP-UX documentation it even lists three different variants in the same man page: "switch user", "set user" and "superuser".

"superuser" is probably the original meaning, because that's what it says in the Unix Manual 1st edition (1971): http://man.cat-v.org/unix-1st/1/su

NAME	su -- become privileged user
SYNOPSIS	su password
DESCRIPTION	su allows one to become the super--user, who has all sortsof marvelous powers. In order for su to do its magic, the user must pass as an argument a password. If the passwordis correct, su will execute the shell with the UID set to that of the super--user. To restore normal UID privileges,type an end--of--file to the super--user shell

I love Unix archeology :)

path: 0 2295679 2297258 2299221, hotness: undefined, score: 19, children: 3

thanks for using Leebra!

go to feed...