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

Unixporn

15157 readers
141 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.

top 10 comments
sorted by: hot top controversial new old
[–] PrivateNoob@sopuli.xyz 14 points 5 months ago (2 children)

That looks like a bunny is twerking it's rear end. Someone, please cleanse my wretched mind.

[–] getoffthedrugsdude@lemmy.ml 34 points 5 months ago

Those are the bottom of its feet, straight to horny jail with you.

[–] governorkeagan@lemdro.id 2 points 5 months ago

I can’t unseen that now lol

[–] nfsu2@feddit.cl 5 points 5 months ago

chubby bunny :)

[–] abrahambelch@programming.dev 3 points 5 months ago* (last edited 5 months ago) (1 children)

I wrote a quick formula to install bunbun via homebrew on macOS: https://github.com/haukesomm/homebrew-repo/blob/main/Formula/devraza/bunbun.rb :-)

Feel free to submit it to the official homebrew tap if you want to!

brew install haukesomm/repo/bunbun
[–] devraza@lemmy.ml 2 points 5 months ago

That's great, thanks! I'll look into submitting it to the official homebrew tap sometime, and get back to you.

[–] MalReynolds 2 points 5 months ago* (last edited 5 months ago)

Bunbun is not that adorable

[–] 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.