[-] [email protected] 1 points 2 days ago

You mean Pozidriv?

[-] [email protected] 6 points 1 week ago* (last edited 1 week ago)

There are loads of great tech tutorials on YouTube... Used correctly, it's an awesome learning resource.

[-] [email protected] 15 points 1 week ago* (last edited 1 week ago)

I kinda don't want YouTube to show my 8 year old daughter porn ads.

And sure sex needs to be normalised, and my daughter needs to learn about it soon enough, but porn isn't just normal sex... It's often quite extreme and exaggerated, or even semi violent. And I'm not one to kink shame anyone, but I still think young people should start learning about the more "vanilla" kind of sex. Once they are comfortable with their sexuality and their body they can explore on their own.

Porn can be quite shocking and frightening if it's a person's first introduction to the topic of sex.

But besides that... I don't have a problem with porn, but I don't want it pushed on me.

[-] [email protected] 14 points 2 weeks ago* (last edited 2 weeks ago)

The whole point of NixOS is that it's "immutable" and "declarative".

In essence this means that you store the entire system configuration in a bunch of text files in a single directory. So your bootloader configuration, all your installed packages, every system service, every filesystem mounts, and even your partition layout and dotfiles, all of it in a common shared configuration.

There's even a concept called flakes, which lock the specific version of everything, so if you copy all your config to another computer (or reinstall), then applying the config will restore every system configuration to exactly that state. So if you like how you configured your machine, and want another machine exactly like it, you just copy all your configuration to the other machine, and run the nixos-rebuild command. Now the two machines are configured exactly identically, all the same package, all the same services, all the same configurations, even all the same versions if you make use of flakes.

It also means that you can reason about your entire system setup just by looking at those configs. Is that piece of config in the files? Then that's how your system is configured. If that piece of config isn't there, then that is not how your system is configured.

Want to install an application, just add it to the list in your config, and run the nixos-rebuild command. Now you have that installed. Don't want it anymore? Just remove it from the list, and rerun nixos-rebuild.

On top of that NixOS stores every generation of your config, so even if you break something, you just restart and pick the previous config generation, and your system starts up exactly as it was before you broke it, and you can go and resolve the issue in the config that broke your system.

If you've ever done any programming, and made use of a dependency management tool that stores a dependency lock file, this is very similar, but for your entire operating system.

If you've ever managed infrastructure via Terraform, then this feels like that, but for your entire system configuration.

[-] [email protected] 8 points 3 weeks ago

Interestingly the watermelon (and other plants) don't quite eat the sunlight, but the chlorophyll in the plant uses the sunlight to get enough energy to steal the carbon atoms from the CO2 in the air. So your water melon is literally made out of thin air!

[-] [email protected] 4 points 3 weeks ago

I'm sorry but I'm too lazy to dig up links to back up my claim. But you are correct in that electric vehicles pollute far more being produced than combustion engine cars, however the electric vehicles gain that back over it's lifetime if your charge from mostly non-fossil sources. The figures I have read says that over the lifetime of a car, electrics output 70% less CO2 than combustion cars, and that includes the production of each of the cars.

[-] [email protected] 2 points 1 month ago

I actually don't know whether timeshift can just run easily from a live USB, but I don't see why not.

But of course that also requires you to have installed and set up timeshift before (which is obviously a good idea)

It's quite a different deal when the whole operating system it built around a timeshift-like concept.

[-] [email protected] 3 points 1 month ago

Depends what you break. Sure kernels are easy to fix like you mention, but what if you bork your display manager?

[-] [email protected] 4 points 1 month ago

ZFS doesn't really support mismatched disks. In OP's case it would behave as if it was 4x 2TB disks, making 4 TB of raw storage unusable, with 1 disk of parity that would yield 6TB of usable storage. In the future the 2x 2TB disks could be swapped with 4 TB disks, and then ZFS would make use of all the storage, yielding 12 TB of usable storage.

BTRFS handles mismatched disks just fine, however it's RAID5 and RAID6 modes are still partially broken. RAID1 works fine, but results in half the storage being used for parity, so this would again yield a total of 6TB usable with the current disks.

[-] [email protected] 3 points 1 month ago

SSD longevity seems to be better than HDDs overall. The limiting factor is how many write cycles the SSD can handle, but in most cases the write endurance is so high that it's unreachable by most home/NAS systems.

SSDs are however really bad for cold storage, as they will lose the charge stored in their cells if left unpowered too long. When the SSD is powered it will automatically refresh the cells in the background to ensure they don't lose their charge.

[-] [email protected] 40 points 1 month ago

When my dog was only about 1 year old, she stepped on a glass shard and cut up her paw. She needed stitches, so we went to the vet, and brought her favorite stuffed toy, which was a dog too.

The vet sewed her paw up, and bandaged the whole lower leg. And then proceeded to bandage up the stuffed dog too, so our dog would feel included.

[-] [email protected] 4 points 1 month ago

Factorio. I saw transport belts in my dreams.

view more: next ›

FrederikNJS

joined 1 year ago