Comment on
Yesterday, a Russian Tu-22M3s bomber was destroyed by a UAV, and another was damaged.
Comment on
Yesterday, a Russian Tu-22M3s bomber was destroyed by a UAV, and another was damaged.
Comment on
As an owner of children, I approve this message
Reply in thread
Maybe you’re joking
Gee, you think?
Comment on
It's license renewal time and we're trying to cut back. It's not going well.
Reply in thread
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.
Comment on
Linus Torvalds schools Lennart Poettering on the importance of users
Reply in thread
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.
Comment on
Google's shocking developer decree struggles to justify the urgent threat to F-Droid
Reply in thread
They're too busy forcing chat control and age gates through our collective throats.
Comment on
‘You’re Telling Me in 2023, You Still Have a ’Droid?’ Why Teens Hate Android Phones
Reply in thread
“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 ...
Comment on
As an owner of children, I approve this message
Reply in thread
I'm not your buddy, pal, and I don't appreciate the accusation.
Comment on
*Permanently Deleted*
Reply in thread
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.
Comment on
Pornhub Sues Texas Over Age Verification Law
Reply in thread
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.
Comment on
why aren't we funding this....
Comment on
‘You’re Telling Me in 2023, You Still Have a ’Droid?’ Why Teens Hate Android Phones
Reply in thread
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!"
Comment on
Microsoft is trying to convince Windows 10 users to upgrade with full-screen prompts
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.
Comment on
Windows vs Linux
Reply in thread
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.
Comment on
A single unit of the Special Operations Center "Alpha“ of the SBU destroyed over 1 billion dollars worth of Russian equipment
Reply in thread
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.
Comment on
Is the subscription the only way to remove ads?
Reply in thread
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.
Comment on
Systemd: Hidden Gems for a Better Linux
Reply in thread
Everybody gangsta until A start job is running for ... (10s / 1min 30s)
Comment on
Got it running, now how do I back it up?
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.pg_dump, mongodump, mysqldump, ... ), and then backup the resulting dump file.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.
Comment on
I F*cked up and I need help.
Reply in thread
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 :)
Comment on
I'm posting this photo because 35 years later, people in China and Hong Kong can't.
Comment on
The Netherlands and Denmark will give F-16 fighter jets to Ukraine, the Dutch prime minister says
Reply in thread
Best not get too hung up on timetables, or think about it in terms of the current battlefield situation or the counteroffensive. This is a long term project to transform Ukraine's Air Force into the future, where they're using Western equipment.
We may see the first F-16s next year, but this transformation will take many years.