this post was submitted on 23 Sep 2023
26 points (78.3% liked)

Linux

47237 readers
3343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

For a good month, it was nearly impossible to avoid hearing about it. Now, I can't find any news.

top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 70 points 1 year ago (3 children)

Just got a call from Rust HQ; they cancelled the project and are deleting all the articles talking about it

[–] [email protected] 12 points 1 year ago

Yeah, got that memo too. Apparently Biden didn't like the name, too bad.

[–] [email protected] 7 points 1 year ago

Or it's a quiet news cycle. It could be either.

[–] [email protected] 6 points 1 year ago

Alec Baldwin killed it

[–] [email protected] 35 points 1 year ago

For those who’re interested: https://this-week-in-rust.org/

[–] [email protected] 31 points 1 year ago

Probably now that support is in the kernel anyone who wants to use it is busy actually writing code.

[–] [email protected] 29 points 1 year ago (2 children)

what do you mean? it's still being used in many many projects and is as great as ever

[–] [email protected] 7 points 1 year ago (1 children)

But are you able to find any news?

[–] [email protected] 13 points 1 year ago (1 children)

Are there any news you're expecting to find?

[–] [email protected] 15 points 1 year ago

I don't know, but the OP is concerned.

[–] [email protected] 6 points 1 year ago (1 children)

I think it's especially about Rust in the Linux kernel. There was a lot of fuss as the "foundation" for writing Rust drivers was merged, but since then there has been cvery few news about it going forward and being used to develop new drivers.

The language itself is obviously still going very strong.

[–] [email protected] 3 points 1 year ago (1 children)

Now that you mention it, there really has been like a year since rust has first been introduced the the kernel officially. I don't know if any parts of it have been written in rust as of now or whether new drivers have been made, but I suppose it's most likely still experimental in a way.

[–] [email protected] 6 points 1 year ago

I know that Asahi Linux uses Rust for its graphics driver but I don't think it has been upstream yet.

[–] [email protected] 23 points 1 year ago (1 children)

Where is Rust? Is she safe? Is she alright?

[–] [email protected] 26 points 1 year ago
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Because now you can't write "rust" without written consent from rust foundation. Btw, prepare to getting sued.

Edit: /s of course, what's wrong with you people. It's a reference to recent rust trademark policy drama

[–] [email protected] -4 points 1 year ago (1 children)

All I know is cargo takes forever to compile when installing something so I don't like it

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

If you want to install CLI tools using cargo install you should try cargo-binstall to avoid compiling them from source.

[–] [email protected] 2 points 1 year ago

That's awesome I'll take a look at it