Readit News logoReadit News
necheffa commented on What to expect from Debian/Trixie   michael-prokop.at/blog/20... · Posted by u/exiguus
sugarpimpdorsey · a month ago
Yet Windows will let you roll back an upgrade with a single click within 10 days.

Of course anyone can restore from backups. It's a pain and it's time consuming.

My post serves more as a warning to those who may develop buyer's remorse.

necheffa · a month ago
This is what LVM/btrfs/ZFS snapshots were invented for.

Windows is using Volume Shadow Copies, which for the purposes of this discussion, you can think of as roughly equivalent.

necheffa commented on Many lung cancers are now in nonsmokers   nytimes.com/2025/07/22/we... · Posted by u/alexcos
Waterluvian · a month ago
The difficult thing for me is that while I believe radon can cause lung cancer, I think products are often sold based on fear. “Second leading cause” doesn’t really mean anything in isolation, does it?

What slice of my mortality pie was radon before and after spending $5000? Could I spend $5000 to cut a bigger slice out of it in another way, like eating better or hiring a grizzly bear to make me exercise more often?

I think action is better than decision paralysis, but I wish I could make much more informed decisions.

necheffa · a month ago
> What slice of my mortality pie was radon before and after spending $5000?

You'll never know. The same way people in the exclusion zone will never know if their thyroid cancer was always destined to be or if it really was related to the Chernobyl meltdown.

But spending (closer to $1000) to mitigate some risk from a known threat vector does seem thrifty.

necheffa commented on Save your disk, write files directly into RAM with /dev/shm   hiandrewquinn.github.io/t... · Posted by u/hiAndrewQuinn
1970-01-01 · 2 months ago
I think Debian still uses disk space for files in /tmp. YMMV.
necheffa · 2 months ago
This will change starting with Trixie.

Of course, I have always manually configured tmpfs for /tmp/ since Jessie as part of my post-install checklist.

necheffa commented on The ‘white-collar bloodbath’ is all part of the AI hype machine   cnn.com/2025/05/30/busine... · Posted by u/lwo32k
CKMo · 3 months ago
There's definitely a big problem with entry-level jobs being replaced by AI. Why hire an intern or a recent college-grad when they lack both the expertise and experience to do what an AI could probably do?

Sure, the AI might require handholding and prompting too, but the AI is either cheaper or actually "smarter" than the young person. In many cases, it's both. I work with some people who I believe have the capacity and potential to one day be competent, but the time and resource investment to make that happen is too much. I often find myself choosing to just use an AI for work I would have delegated to them, because I need it fast and I need it now. If I handed it off to them I would not get it fast, and I would need to also go through it with them in several back-and-forth feedback-review loops to get it to a state that's usable.

Given they are human, this would push back delivery times by 2-3 business days. Or... I can prompt and handhold an AI to get it done in 3 hours.

Not that I'm saying AI is a god-send, but new grads and entry-level roles are kind of screwed.

necheffa · 3 months ago
> Why hire an intern or a recent college-grad when they lack both the expertise and experience to do what an AI could probably do?

AI can barely provide the code for a simple linked list without dropping NULL pointer dereferences every other line...

Been interviewing new grads all week. I'd take a high performing new grad that can be mentored into the next generation of engineer any day.

If you don't want to do constant hand holding with a "meh" candidate...why would you want to do constant hand holding with AI?

> I often find myself choosing to just use an AI for work I would have delegated to them, because I need it fast and I need it now.

Not sure what you are working on. I would never prioritize speed over quality - but I do work in a public safety context. I'm actually not even sure of the legality of using an AI for design work but we have a company policy that all design analysis must still be signed off on by a human engineer in full as if it were 100% their own.

I certainly won't be signing my name on a document full of AI slop. Now an analysis done by a real human engineer with the aid of AI - sure, I'd walk through the same verification process I'd walk through for a traditional analysis document before signing my name on the cover sheet. And that is something a jr. can bring to me to verify.

necheffa commented on You do not need NixOS on the desktop   aruarian.dance/blog/you-d... · Posted by u/transpute
ArinaS · 3 months ago
> "I don't want to care"

There are many distros for people who don't want to care - Ubuntu, Mint, Elementary OS, MX Linux, etc. I don't see how NixOS not being one of them is NixOS's problem.

> "I believe that the core idea of NixOS is fundamentally opposed to the idea of what the average person wants in their desktop."

What an average person wants in their desktop is Windows - not Linux and certainly not some obscure independent distro. And this is still not a problem of that distro or Linux.

necheffa · 3 months ago
> What an average person wants in their desktop is Windows - not Linux and certainly not some obscure independent distro. And this is still not a problem of that distro or Linux.

The average person doesn't even want Windows. They want to click a button and not be bothered with the implementation details.

That is why mobile/tablet is such a popular form of compute these days. People don't even have to learn the basics of interfacing with a file system most of the time. Want to look at pictures you've taken? You can be oblivious to the fact that your camera app puts picture files in a specific directory and embeds a date code in the file name, the photo viewer app takes care of that for you.

necheffa commented on Leaving Google   airs.com/blog/archives/67... · Posted by u/todsacerdoti
pbh101 · 3 months ago
You’re also at the mercy of the libraries you use, no? Which likely makes this an increasingly niche case?
necheffa · 3 months ago
> You’re also at the mercy of the libraries you use, no?

To a certain extent. No one says you must use the, presumably newer, version of a library using generics or even use libraries at all. Although for any non-trivial program this is probably not how things are going to shake out for you.

> Which likely makes this an increasingly niche case?

This assumes that dependencies in general will on average converge on using generics. If your assertion is that this is the case, I'm going to have to object on the basis that there are a great many libraries out there today that were feature-complete before generics existed and therefore are effectively only receiving bug fix updates, no retrofit of generics in sight. And there is no rule that dictates all new libraries being written _must_ use generics.

necheffa commented on Leaving Google   airs.com/blog/archives/67... · Posted by u/todsacerdoti
fweimer · 3 months ago
GCC Go does not support generics, so it's currently not very useful.
necheffa · 3 months ago
> GCC Go does not support generics, so it's currently not very useful.

I don't think a single one of the Go programs I use (or have written) use generics. If generics is the only sticking point, then that doesn't seem to be much of a problem at all.

necheffa commented on When Abandoned Mines Collapse   practical.engineering/blo... · Posted by u/impish9208
jandrewrogers · 4 months ago
Are the current owners of the mineral rights the same people that dug the mines? Owning mineral rights doesn't create liability for existing mines.
necheffa · 4 months ago
In general, no. Most of the coal companies went bust and the rights are owned by gas and/or fracking companies or consolidated by one of the surviving companies.
necheffa commented on Nvidia announces next-gen RTX 5090 and RTX 5080 GPUs   theverge.com/2025/1/6/243... · Posted by u/somebee
kllrnohj · 8 months ago
> There are plenty of AAA games released last years that you can do 4K at 60fps with a RTX 3090 for example.

Not when you turn on ray tracing.

Also 60fps is pretty low, certainly isn't "high fps" anyway

necheffa · 8 months ago
> Also 60fps is pretty low, certainly isn't "high fps" anyway

Uhhhhhmmmmmm....what are you smoking?

Almost no one is playing competitive shooters and such at 4k. For those games you play at 1080p and turn off lots of eye candy so you can get super high frame rates because that does actually give you an edge.

People playing at 4k are doing immersive story driven games and consistent 60fps is perfectly fine for that, you don't really get a huge benefit going higher.

People that want to split the difference are going 1440p.

necheffa commented on Why does everyone run ancient Postgres versions?   neon.tech/blog/why-does-e... · Posted by u/davidgomes
efields · 10 months ago
These are the companies you want to be at IMHO. Provided the compensation is adequate, slow and stable > fast and pivot-y.
necheffa · 10 months ago
> These are the companies you want to be at IMHO. Provided the compensation is adequate, slow and stable > fast and pivot-y.

Absolutely...not.

Slow does not mean stable. Slow means the floor is rotting out from under you constantly.

Being prudent about when and where to upgrade is a very active, intentional process that the typical company simply don't have the stomach or skill for.

u/necheffa

KarmaCake day402May 30, 2020
About
Professional bit wrangler.
View Original