

It has an integrated browser in Ultimate, not in Community.
It has an integrated browser in Ultimate, not in Community.
It’s C, NaN is never equal to itself in floating point, that’s not just a JS thing.
Yes, except online exams. The online spyware they make you install for those is designed not to work on a VM or anything like that. I had to keep a barebones windows partition around just for that.
You’re welcome! I’ve had to do that exact process more than once, so I had a sneaking suspicion you weren’t quite up shit’s creek yet.
Live boot Linux, install testdisk in there, and try to see if it can find it. It’s probably still there.
Or a wireless winch, if I were to hazard a guess.
“Creates a whole game in assembly” is probably referring to roller coaster tycoon, which was written by a man. (lots of other games were written in asm, like many NES games, but I’d wager RCT was what they were alluding to)
Either windows’ or windows’s is correct, actually. The reason is because of exactly words like “Windows”, if you use the former, it sounds like it’s a possessive of more than one window, but it’s a possessive of a proper noun, Windows. The latter is more correct in this case because of that. (it’s also pronounced that way!)
Yup. All of that is true. It also protects you from yourself by preventing you from making changes outside of the home directory so you can’t hose your system accidentally. It’s intentional.
I didn’t attribute it to malice, I said that the OP’s post is correct that Christoph’s stance is hardline and a complete showstopper for the R4L project. His reasoning is likely one of pragmatism, by the sounds of it, and it’s reasonable, but I simply don’t agree given Rust’s history as a language used in a codebase historically using another language (Firefox). The success stories there are already written, the language has developed with that in mind already. He’s not being ridiculous or malicious, he’s just being conservative and playing it safe, but that still gets in the way.
Yeah…until Christoph replied and confirmed what Hector was saying was true and not FUD. He didn’t mince words, he said he did not want Rust in Linux whatsoever, only for new codebases, not existing ones like Linux.
Well, they’d need to add a shebang, they’d need to set the executable bit, and if it works, it works, but if it doesn’t open a terminal (some DEs do, some don’t), you don’t even know if it worked, it’s not really that straightforward.
In the same way that not everyone cares about how their car works and wants to tinker with it and modify it, but they use it every day - there are people who feel that way about computers, and Linux being viable for those people is a good thing, and we don’t need to “dumb down” the whole ecosystem to do it, since Linux is all about options.
What you just said is like “I forgot that changing your tire/oil in 2024 is akin to surgery”. Yeah, it’s not that hard, but do you know how to do it? How many Linux users who drive a car do you know that could do it themselves correctly? Everything’s easy when you already have a breadth of knowledge on it.
I’m quite skinny and I also think I should exercise more and eat less junk food. There isn’t any fat phobia there, it targeted me just as well.
That’s not too weird, until IntelliJ added its lite editor, it was the same way for many years.
KDE Neon does not come with snapd installed.
Cargo is really simple, which is great, but also limiting. Maven is much more complex, but for good reason - there’s use cases, especially around multi-artifact projects and version sharing, where cargo would require either some glue or you run into some interesting edge cases. Usually, Rust isn’t used for the kinds of big, wacky projects with a million dependencies that companies write in Java/Kotlin, so those kinds of use cases are considered more unusual.
Gradle, in my opinion, makes itself complex because it’s all code, is very brittle, and several of its features just don’t work right and require workarounds. When it works, it builds fast and it works well, but getting it to work, and how often you have to get it to work again…not worth it.
https://kotlinlang.org/docs/maven.html That’s not true, you can use Maven if you want!
If I recall correctly, the desktop right click menu was one of the things they fixed in Plasma 6, actually.
All of those languages will convert numbers into booleans, 0 is false, all other numbers are true.