this post was submitted on 25 Mar 2024
135 points (95.3% liked)

Unixporn

15163 readers
208 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

Took a few days writing this. Inspired by Rosettea/bunnyfetch and elenapan's bunnyfetch script.

GitHub repository can be found here.

you are viewing a single comment's thread
view the rest of the comments
[–] jelloeater85@lemmy.world 1 points 5 months ago (1 children)

Does everything have to be rewritten in Rust? 🤣

[–] devraza@lemmy.ml 1 points 5 months ago (1 children)

Absolutely.

Well, in all seriousness, I don’t think so. But I do think that Rust rewrites are generally good since they usually end up producing a higher-quality program which is significantly faster (this is pretty important to me).

Of course, there’s no point rewriting everything in Rust, since Rust’s benefits obviously don’t apply to anything.

I think one of the best things about Rust is that it can be used to write basically anything (at least, this is what the extent of the Rust ecosystem leads me to believe), from web apps and CLI tools to, I don’t know, kernels. That’s probably why there are so many Rust rewrites. People actually do write a variety of programs in Rust, and from what I can tell said variety is way bigger than in most other languages.

[–] jelloeater85@lemmy.world 1 points 5 months ago

Eh, I think a lot of it is right tool for the right job. I see Rust being used in a lot of places it doesn't make sense. As a C replacement sure, go for it. CLi apps... Okay I guess? I've just seen folks build stuff just as good with GoLang or much faster with Python. I think there is a very vocal group of Rust devs in the FOSS space, which I think makes a lot of folks think it's more popular then it really is, especially in a professional setting.