Forgot your password?
typodupeerror

Comment Re:So is anything good? (Score 2) 79

For me it's been the year of the Linux desktop for about 30 years now. Shrug. Been on KDE Plasma 6 for the last two years and it works for me. I use Mate Desktop on my laptop and it's fine. Never bothered to learn Gnome 3 so I can't comment on it, other than to say I really hate client-side decorations and controls in the area where the window titlebar should be. I guess that's also why I don't use macOS or Windows anymore either.

Comment Re:Revisiting (Score 1) 79

Back in 1998 I first tried Linux on my PC and tried the various desktop environments of the day including FVWM95, and they all sucked really, and my terminal foo wasn't so good back then. KDE 1.1 was what made Linux finally work for me as my primary OS. I could finally ditch Windows 95. I wasn't too thrilled about the single click thing but it didn't take too long for KDE to introduce optional double clicking. The other killer app on Linux for me at the time was the KDevelop IDE. It gave me a real path from VS on Windows 2000 to using Linux for all my development. I no longer use KDevelop, but I still use kdbg from time to time.

My uni's CS department had a bunch of Solaris labs running on x86 hardware, and CDE. I found a bunch of KDE binary tarballs for Solaris and ran it from my home directory and it was really nice. Other students saw that and started running it too. Eventually the Sysadmins installed it for everyone. I think it really did change how students looked at Unix. Later on as a sysadmin myself I oversaw the complete replacement of HPUX and Solaris with Linux, and we gave students their choice of Gnome 2 or KDE. Both were well liked by the students.

Comment Re:Rust designed to mitigate limitations found in (Score 1) 92

Circle has stalled/died. It was originally a proof of concept of "Safe C++" which was proposed to the C++ standards committee. However they decided to go for "Profiles" instead. So Circle hasn't seen any development since then. Hopefully someone will pick it up. It's a good concept, and in my mind where C++ should have gone.

Comment Re:Also on Ars Technica (Score 3, Insightful) 101

The problem is AI has lost all meaning as a term these days. If the article means that they are going to apply in advance neural network machine learning algorithm to air traffic control patterns then yes I can believe it would work. On the other hand if they mean that some llm is just going to be plugged in with agents to control aircraft movements then yes I agree it's crazy and going to result in human deaths and destruction.

Comment Re:Rust designed to mitigate limitations found in (Score 3, Informative) 92

Not quite. The safe c library is primarily about runtime memory safety checks which are a good thing. But rust is also about compile time enforcement of memory safety. This is not something you can get from a library for an existing language like C. That's not to say you couldn't make a C dialect that had rust-like guarantees.

Comment Re:WTAF? (Score 1) 162

Considering Fedora on an LTS server is an interesting choice, to say the least.

While I think replacing coreutils with uutils is pointless and a waste of precious resources, I don't think it would influence my choice of server distros. Especially if it's 99% compatible I doubt you'd ever know if you hadn't read this slashdot article.

Comment Re: Ok, but⦠(Score 1) 162

No I don't believe it ever did. The POSIX standard defined the behavior of > to truncate immediately decades ago, for particular reasons including proper error handling. I can find no evidence it was ever like that before on Linux. Maybe you used a shell that was not POSIX compatible.

And besides all that, it has nothing to do with coreutils or their rust equivalent. It's a shell-enforced thing.

Slashdot Top Deals

Computers can figure out all kinds of problems, except the things in the world that just don't add up.

Working...