

That was my first throught, followed very closely by “WHY was that even in that movie?”
Linux gamer, retired aviator, profanity enthusiast
That was my first throught, followed very closely by “WHY was that even in that movie?”
Someday you’ll try that over SSH once.
Once.
I have no idea why it is the way it is.
The sound bite I heard was “the unsafe keyword makes memory bugs greppable.”
I don’t think the shape of a bar of soap is copyrightable.
If it is a functional design, like about a decade ago I saw an ad for a system of soap where, as the bar wears down, you snap it into a new bar that has a recess in the top so you never have a small sliver of soap. That could be granted a utility patent that would expire in 20 years.
For an aesthetic or branding design, it’s possible you could take out a utility patent.
My parents used Dove soap when I was a kid; the shape was like an inch and a half thick pringle. This shape doesn’t pack efficiently; they could nest vertically but they were usually packed in rectangular cardboard boxes with a lot of space in them. Dial soap, I’ve noticed, tries to do something similar by making a roughly rectangular bar with semi-circular hollows, one running along the bar and one across. Other than making it tend to do thin in the middle and break in half this doesn’t achieve much.
I suppose I could wear my prosthetic. They actually gave me two, one is kind of mouthguard style and the other is basically a denture, and I much prefer the former.
Actual answer:
Rust is a relatively new programming language. Similar to C or C++ it compiles directly into executable binary code so it can be used for bare metal or low level operating system programming. It is thus relevant to Linux kernel development as things like drivers can and are being developed in Rust.
Compare this to the likes of Java or C# which get compiled to bytecode or a kind of pseudo machine code that gets run in a virtual machine, which has advantages for application development, or something like Python which is interpreted (or just-in-time compiled) at run-time, useful as an end user scripting language.
Rust is designed from the ground up to tackle some modern problems, a key one being memory safety. It’s a lot more paranoid about memory allocation and access and it’s structured around this. Older languages like C allow the programmer a lot more absolute control over the hardware, which effectively means the C programmer has a lot more footguns in his toolbox. Theoretically, Rust offers fewer opportunities for the developer to shoot himself in the foot.
Rust also comes with some really cool tooling. Compiler errors usually point straight at the problem and say something like “Shouldn’t there be a colon here?” The build system, called Cargo, is really slick in a lot of ways, handling linking, compiling, even library package management in a very automatic fashion. It’s real slick to work with.
As with anything, fans of the language can be a bit much; they stereotypically suggest rewriting everything under the sun in Rust whether it makes sense or not, and this includes the Linux kernel, which has caused some friction in the community; Linux contributors are often very accustomed to C and some don’t want to deal with anything else.
That’s the way my dental surgeon used to do it, for me there’s a cap that stands proud of the gums that will be removed and the crown put in its place, that way there’s no “opening” of my gums, they just take the cap out, bolt the tooth on and fill in over it.
That’s my favorite cat joke.
“Himalayan? Nah, him a sittin, but give him a minute…NOW Himalayan.”
Dental rebar sounds unpleasant.
On the 2nd of June.
Think up every swear word you know, because you’re gonna need them all.
I could see doing up a van like the hot rod in the music video.
The hospital? What is it?
Every girl’s crazy bout a souped up van.
“I should probably buy another box of nitrile gloves.” excellent decision.
I was teaching flight school by the time I was 23. I started studying the books at 14 and started flight school in earnest at 16. It’s called teaching adolescents to do shit.
I’m reaching back a little before my time but I believe some Sinclair microcomputers were imported to the US under the Timex brand, but between the popularity of Japanese video game consoles and the domestic market of Atari, Commodore, Apple, Tandy and IBM, European microcomputers weren’t that popular.
Yeah you gotta go get the huh duh six hungeos from old mate Senny.
If I understand correctly, Intel attempted to trademark “586” and AMD objected because it would prevent them from using a consistent part numbering scheme. The courts agreed foring Intel to make up a brand name. They wanted something that sounded sciencey and technological, like the name of an element, hence the -ium suffix, and it was the fifth major version of the x86 platform, fiveium? No…penta…Pentium!
Which Candy Kong though? The one from DKC, the one from DK64, or the one from the animated series above?