Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

OmnipotentEntity, to linux in What's with all these hip filesystems and how are they different?
@OmnipotentEntity@beehaw.org avatar

ZFS has encryption now, dunno about the rest

OmnipotentEntity, to food in Wasabi, beloved on sushi, linked to "really substantial" boost in memory, Japanese study finds
@OmnipotentEntity@beehaw.org avatar

Horseradish wasabi is good. I’ve also had real wasabi, which is even better.

OmnipotentEntity, (edited ) to linux in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack
@OmnipotentEntity@beehaw.org avatar

You may be surprised to learn that they didn’t all run out until 2013. UEFI had been around for 7 years by this time, and Microsoft was doing patent enforcement actions against Tom Tom during this time period.

Sure, they’re expired now, but not at the time. It was supposed to be an open standard at the time.

OmnipotentEntity, (edited ) to food in Wasabi, beloved on sushi, linked to "really substantial" boost in memory, Japanese study finds
@OmnipotentEntity@beehaw.org avatar

I like wasabi.

I think the study is probably irreproducible bullshit, but at least I like wasabi.

OmnipotentEntity, to news in Swathes of Siberia freeze in temperatures below -58 Celsius
@OmnipotentEntity@beehaw.org avatar

Alas, I have “Americanwhoisfamiliarwithmetricitis.” I’m afraid it’s terminal.

OmnipotentEntity, to news in Swathes of Siberia freeze in temperatures below -58 Celsius
@OmnipotentEntity@beehaw.org avatar

Honest question, not being catty or anything. Why is this news, exactly? This is a nearly every winter occurrence to get below -50C in Yakutsk, the average winter day is -42C. (It also gets up into the 90s during the summer, Yakutsk is a wild place.)

This would be roughly equivalent to a news article saying Detroit is down to 10F today, i.e. colder than normal, sure, but not really beyond the pale for a December day.

Honestly asking because I’m just wondering if this is the start of the “there can’t be global warming because it’s cold somewhere” coverage for this winter season, or if this is intended to be a fun TIL article for the lucky 10000.

OmnipotentEntity, to linux in Arch or NixOS?
@OmnipotentEntity@beehaw.org avatar

Out of curiosity, which one?

OmnipotentEntity, to memes in Economic Theory is Fun tho.
@OmnipotentEntity@beehaw.org avatar

The word “incel” colloquially covers quite a bit more territory than its acronym expansion implies, much like MAGA means quite a bit more than just a collective of individuals who want to see America succeed. But of course you know this, so why exactly are you asking?

OmnipotentEntity, (edited ) to linux in short question by an aspiring user
@OmnipotentEntity@beehaw.org avatar

If “D” is physically on the same hard drive, then you’ll probably want to back it up before installing. Technically, you can manage to do it without screwing everything up, but I would not trust myself to. It’s always a good idea to have backups anyway.

Also, user files typically reside on C by default and it takes some effort to put them on a different drive. Things like Downloads, Documents, Pictures, etc. so it’s worth checking that before wiping as well.

Additionally, you’ll probably want to format your “D” drive to a Linux native filesystem (eventually, after you back it up, because formatting results in data loss). While Linux does support NTFS quite well, it’s not perfect, and your data would probably be safer on ext4 or f2fs (depending on if you have HDDs or SSDs) (or zfs or btrfs is you’re into COW filesystems).

In Linux, you have all of your files mounted to a single “drive” called /. Everything is below /, which is called the “root” of your filesystem.

Typically, user data is stored in “/home” and this resides in the same directory structure as the rest of your OS, but on most systems it’s on a different filesystem or even on a different drive entirely. This is because in Linux it is routine to put a “D” drive just in a folder. On my computer, I have several of these mount points defined, so the different types of data don’t get mixed around, and I don’t have to worry about downloading too much bullshit affecting my computer’s updates.

Hope this helps.

OmnipotentEntity, to linux in short question by an aspiring user
@OmnipotentEntity@beehaw.org avatar

Just make sure you back up any important data before wiping your own hard drive. And yeah, Steam handles a lot of the weirdness of running windows only games pretty well automatically.

OmnipotentEntity, to memes in $1 grilled cheese
@OmnipotentEntity@beehaw.org avatar

Sure, I’d give you dry toast for $1.

OmnipotentEntity, (edited ) to news in World facing ‘hellish’ 3C of climate heating, UN warns before Cop28
@OmnipotentEntity@beehaw.org avatar

Hey at least we got the CEO of a Saudi oil company heading up the climate talks. I’m sure that he’s perfectly willing to set aside his own personal interests and take one for the team and reduce his profits by leaving Saudi oil in the ground, and encouraging (or even requiring???) everyone else to do the same, right? Right?

OmnipotentEntity, to memes in Boy howdy!
@OmnipotentEntity@beehaw.org avatar

If I’m remembering correctly, it’s a WW2 propaganda poster about enlisted men avoiding venereal diseases.

OmnipotentEntity, to linux in Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?
@OmnipotentEntity@beehaw.org avatar

The single killer feature that convinced me to move to NixOS is the ability to very easily keep separate development environments separate. For instance, if you’re working on multiple dev projects that have different minimum requirements, and you want to ensure that (for instance) you don’t accidentally use features from after boost 1.61 for project A, because that’s the stated requirement, but you need features from boost 1.75 in project B.

In a normal distribution, in order to set up an environment that has the proper version for project A you’d need to set up a chroot, a virtual machine, a complicated set of environment variables in a bespoke script with custom installation paths that you need to set up manually and remember to source, or just install a newer version of boost and rely on continuous integration to catch it if you screw up.

In NixOS, you can set up different shells which all reference the exact correct version of the libraries required for every project, you can have them installed simultaneously and without conflicts, and there’s even a shell hooking program that will automatically load and unload this configuration when you change directories into and out of the project folder. It makes managing many different projects much easier. It’s like a better version of venv, but for everything.

OmnipotentEntity, to linux in Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?
@OmnipotentEntity@beehaw.org avatar

You can always configure the garbage collection to reduce disk space usage, or manually run it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #