this post was submitted on 25 Apr 2024
132 points (97.8% liked)

Linux

45457 readers
1409 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
 

Ive noticed its has been any activity in their github for a longtime. https://github.com/dylanaraps/neofetch

There are a few more info that could be added nowadays like Display Protocol (Wayland/X11) and Display size. FastFetch does this but Neofetch is globally recognized.

Fastfetch vs Neofetch

all 36 comments
sorted by: hot top controversial new old
[–] [email protected] 64 points 2 months ago

Yes, it's been long abandoned - no updates in over 3 years. Anyways, this is why alternatives like hyfetch, fastfetch (and others) exist.

[–] [email protected] 32 points 2 months ago (1 children)

What's wrong with no updates in 3 years? In my eyes, the software still does what it says in the box, meaning it is finished software. Games on the SNES are finished and haven't had updates in 20+ years, I feel like software should be the same

[–] [email protected] 17 points 2 months ago

There are some things that do change. In my case, it says my window manager is sway when it is actually river. So certain things will stop working as expected if it is not maintained. This is different from a game, because as systems change, it doesn't affect how the game works if the platform it runs on can be emulated. In a sense, the game is still being updated because the emulators required to use it are being updated.

[–] [email protected] 31 points 2 months ago (1 children)

It definitely seems abandoned. Here's an issue in the GH repo asking the same question https://github.com/dylanaraps/neofetch/issues/2453

There are 1.5k forks, seems like somebody could carry the torch forward if they were interested. Could be a good way to build experience and reputation.

[–] [email protected] 5 points 2 months ago (1 children)

How does it work, one requests the devs to take over the project or clones it?

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

Sure, reach out to the dev to ask to help maintain it if you want to keep the repo. If that doesn't work, clone it to your own repo.

[–] [email protected] 4 points 2 months ago (1 children)
[–] [email protected] 5 points 2 months ago

Yeah! Just... without the bullying and exploits.

[–] [email protected] 30 points 2 months ago (1 children)

i hate always having to find out years later some software i use has been unmantained for years.

there should at least be some sort of notification when this happens baked in to package managers

[–] [email protected] 14 points 2 months ago (1 children)

On the flip side, some packages just do something incredibly simple like print some info about your machine along with an ASCII image, and there's not really anything else to do once it's feature complete.

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago) (1 children)

Neofetch would need maintenance, because it cannot deal with new WMs and DEs that came out after abandonment.

Just use Fastfetc..

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

I actually did switch to fastfetch yesterday, but is it not just reading a string somewhere? Why would a new WM/DE break a glorified println?

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

That's not how it works. Otherwise it would correctly identify Hyprland, Labwc etc, but it tends to just print Sway for all WLR based.

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

Interesting. Do you know where it gets "sway"? Or is it just assuming Wayland implies sway, because at the time it kinda did?

[–] [email protected] 17 points 2 months ago* (last edited 2 months ago)

Yeah one of the Asahi guys was also confused about why people still use neofetch: https://social.treehouse.systems/@marcan/111018734178152229

[–] [email protected] 15 points 2 months ago (1 children)

Yes long ago, I use hyfetch now (although neofetch has been argued by some to be completed meaning never needing any more updates)

[–] [email protected] 13 points 2 months ago

I'd argue against Neofetch being completed. PRs to properly handle custom colors in the terminal properly for example have been open for years.

[–] [email protected] 15 points 2 months ago

it could display more info, but it doesn't need to. And as far as projects go, if you don't want a full diag, or have an ARM cpu (as someone else said), I'd argue it's done. You don't need to change a finished program.

[–] [email protected] 12 points 2 months ago

I switched to fastfetch because neofetch was abandoned as far as I know. Or it might be that development just slowed down. Also fastfetch is faster than neofetch, even if its only very slightly faster, its noticeable (and I personally find neofetch annoyingly slow). And as one can see in the comparison image from you, fastfetch provides more info by default.

Also the developers react and implement bug fixes or other features quickly (7 open, 403 closed issues): https://github.com/fastfetch-cli/fastfetch

[–] [email protected] 6 points 2 months ago

I've heard fastfetch is a lot better but I tend to have neofetch installed anyway because it's the known one

[–] [email protected] 5 points 2 months ago
[–] [email protected] 3 points 2 months ago* (last edited 2 months ago)

> Me, a fake Arch user who never installed both of them

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (1 children)

But neofetch tells you if wayland already:

WM: Wayfire (Wayland)

Actually while neofetch detects pretty well I'm using alacritty:

Terminal: alacritty

Probably they learned $TERM is really meaningless if using screen or tmux, but fastfetch totally misses this and mistakenly shows screen as the terminal:

Terminal: screen

The only thing I like of fastfetch over neofetch is that it's faster, :) And yes the display missing, but I've never considered that something of much interest for such output... To me neofetch is just fine, and on terminal it gives you a more accurate answer... In the end is a matter of taste... But what it does is well done, :)

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

Screen is the terminal though?

[–] [email protected] 4 points 2 months ago (1 children)

No, screen is a terminal multiplexer, like tmux. The terminal emulator I use is alacritty.

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

Terminal multiplexers are terminal emulators.

[–] [email protected] 4 points 2 months ago

They don't run by themselves, they need a terminal emulator, or a console, underneath, so they can work. You can actually call screen on a console without graphical environment, and it'll provide the console all benefits of multiplexing. That doesn't make the multiplexer a terminal emulator by itself.

So, in my mind no, screen is not a terminal emulator, alacritty is, like xterm is, and so on. The multiplexor just adds extra capabilities to the terminal emulator.

At any rate, it's not worth going any further. What I meant is that neofetch was able to find out and show I'm using alacritty, whereas fastfetch doesn't show alacritty. And we can argue about the virtue of one or the other, but it'll boil down to taste. I prefer how neofetch shows alacritty, hehe. Some might prefer fastfetch showing screen. And most importantly, this is not critical at all.

There's an issue on fastfetch filed about it, and one of the devs indicated when using the screen multiplexer, they could find out the terminal emulator underneath, however they couldn't do the same with tmux. And to be consistent among multiplexers, they decided not to expose the terminal emulator underneath when using multiplexers, just show the multiplexer. I don't agree with that argument, but it's the dev right to choose to do that.

Greetings !

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

Is FastFetch not? I have used it for quite some time now and afaik it is being updated.

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

There's a million alternatives that do the exact same thing. Fastfetch is just better, since it's still maintained, and not painfully slow. I used to think neofetch being slow was kind of cute. Then I switched to fastfetch, and now I can't bear the years neofetch takes to run.

[–] [email protected] 6 points 2 months ago (2 children)

It takes half a second. Would it help if it played a family guy or gtav clip for you while you wait?

[–] [email protected] 2 points 2 months ago

It takes much longer than half a second on older hardware.

It's a bash script, whereas fastfetch is written in C (I think). The speed increase is absolutely beneficial. Fastfetch finishes near instantly on my old Toshiba Satellite.

[–] [email protected] 0 points 2 months ago

Will you marry me?

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

Has the fastfetch dev ever mentioned why they use the infinity symbol? Don't want to find out later on that it's a dogwhistle.