linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Static_Rocket, in I'm ditching htop for btop, look how cool it is
@Static_Rocket@lemmy.world avatar

Bottom for life (or at least until something with more stats comes out)

Rin,

it’s actually really pretty

dino,

Just found this too, through the rust post some days ago…but its quite obvious that from a usability context that btop is easier to use. With bottom you have to memorize all hotkeys wheres btop is showing them right in the interface.

tatterdemalion,
@tatterdemalion@programming.dev avatar

Yea. I was using bottom until I saw this and did a quick side-by-side comparison (nix-shell -p btop, I use NixOS BTW). btop’s UI is just so much better.

clot27,
@clot27@lemm.ee avatar

Bro literally every second software is written in rust nowadays 😭

Rin,

it’s a good language

clot27,
@clot27@lemm.ee avatar

Ik, I am also a rustacean

MonkCanatella,

I’m really loving bottom

caseyweederman,

Switch is that perfect sweet spot right in the middle. Very versatile.

257m,

The graphs look way better than btop.

dino,

I agree here, although I have no clue why it looks so different.

Shrexios,
@Shrexios@mastodon.social avatar

@Static_Rocket @zShxck for a second there I thought he was revealing his favored sexual positions

JoMiran, in I'm ditching htop for btop, look how cool it is
@JoMiran@lemmy.ml avatar

One I started using Bpytop, I couldn’t go back.

Melco,

What is the difference between bytop and btop?

JoMiran, (edited )
@JoMiran@lemmy.ml avatar

It’s written in Python.

EDIT: My original comment refers to going to Bpytop from just plain top. I believe btop is a C++ rewrite of bpytop.

nyan, in Package format wars daydream

Linux mostly follows POSIX standards, even though it’s never been certified as compliant, so much code targeting POSIX systems runs on Linux too. In other words, it didn’t establish any standards so much as adopt one that already existed.

There is no POSIX standard for package managers, however.

ransomwarelettuce,

Yeah that’s my daydream, imagine if there was one from the start.

Moobythegoldensock, in Fedora or Mint for noob?

I’d say Mint.

Mint is planning to add experimental support for Wayland this winter, so he’s probably only 1-2 years away from full Wayland support in the DE.

entropicdrift,
@entropicdrift@lemmy.sdf.org avatar

They said they’re targeting 2026 in the post where they announced Wayland.

nous, in Package format wars daydream

Damn how does Linux have standards !?

Linux has standards where interoperability is important. The more things needs to talk to each other the more they need a common standard to talk over. Things like X11/Wayland don’t have many alternatives as so many things need to talk over them. The only reason there are two standards here is because X11 has massive limitations that cannot easily be worked around.

For package managers applications don’t care about them. Interoperability only matters within a single distro. So people are more free to create what ever standards they want for their own distros. And when people can choose people have opinions and these opinions evolve over time. Which results in multiple competing products that effectively do the same thing.

And here is my hipotesis if the GNU project came up with a good and easy to work package manager in the early days of Linux

Probably, but creating a good, easy to work, fast and reliable package manager that meets everyones needs when you are discovering how you want it to work for the first time is extremely hard. And even if you created a perfect one at the start, requirements can change. This happened with X11, and even with package managers seeing the rise of things like flatpack, snap and appimage that all work fundamentally different from the traditional ones.

ransomwarelettuce,

OK maybe what I meant was a packaging format and not a package manager, above there was a user that mentioned that all distros have their quirks and kinks, if GNU created a package manager that worked perfectly at first time maybe it’s adoption would go across the distros but as u said to make it perfect the first time is something hard and even harder on early days where nothing was set on stone and there would be always the odd one that would make their package manager.

But if we all agreed early on, one one packaging format (which of course would have to go through many iterations to reach a stable state ) all package format wars would be over and in well implemented ecosystem of package managers of each distro, it would be also an somewhat interoperable one.

nous,

The package format is almost irrelevant TBH. Most packages are not interoperable between distros due to the versions and names of dependencies. That is not something that gets fixed by a standard package format. Packages don’t even work well between different versions of the same distro. largely due to libc - anything that depends on that is built against a specific version and when you upgrade it you need to rebuild and install everything that depends on it. Similar problems exist for all compiled dependencies on a distro.

And while some packages of the same format can be installed on multiple distros (mostly those based of the same foundation) most cannot. This is what the newer package formats (like flatpack) are trying to solve - by including all dependencies inside the package.

So a standard format does not really solve those issues, so there is little advantage for one. At least not one of the old school formats. And the wars are not really over the format, they are over the tooling required for that format. At the end of the day RPMs, DEBs, and arch packages are just tarballs of files and some meta data (and there is even a tool that can convert between them - though anything with dependencies quickly becomes a complete mess). It is the build and install tooling that makes all the difference.

ransomwarelettuce,

Oh … thx for the insight, it was a daydream anyways looks like the only solution is cloud native if one wants uniformity, still a bit hesitant to have a system so stable I can’t change it’s core filesystem.

AProfessional, in Package format wars daydream

It would change nothing, my comment there still applies: lemmy.world/comment/4941072

The format really isn’t interesting at all. It is the policies and choices for the software in them that matters and will never be agreed upon.

ransomwarelettuce,

Yeah of course I get your argument although we have rpm (or deb in debain based distros) across redHat and OpenSUSE it does not mean that the same rpm package would work on both systems due to distro specific aspects (like different root structures, init systems etc . . .), but that’s something for the package manager to solve, the package format could be agreed upon, which would ease the workload of developers and maintainers since the moment you know the target distros of a package they could see the base differences of said distros and add symlinks, dependencies, environment variables, services … as needed for the package.

This seems like it could lead to a whole lotta of conflicts, but I think if the daddy distros were designed all with one package format in mind, such format could be somewhat interoperable.

art, in 3rd party discord client?
@art@lemmy.world avatar

I use Discordo for work. It’s pure CLI/TUI and it doesn’t have all the features of Discord but I think that’s the point.

mintycactus, in Fedora or Mint for noob?
@mintycactus@lemmy.world avatar

deleted_by_author

  • Loading...
  • Shrexios,
    @Shrexios@mastodon.social avatar

    @mintycactus @jack silverblue is not more user friendly than mint, not by any metric. A system with an immutable file system simply cannot be so. The immutability of the system often adds levels of complexity that an average person would have trouble understanding

    mintycactus,
    @mintycactus@lemmy.world avatar

    deleted_by_author

  • Loading...
  • Shrexios,
    @Shrexios@mastodon.social avatar

    @mintycactus to you and me that’s true, but to a person just starting with Linux, it could be complex. I think systems like Silverblue, Vanilla OS, and NixOS are great, but I would not suggest them to a new user of Linux.

    mintycactus,
    @mintycactus@lemmy.world avatar

    deleted_by_author

  • Loading...
  • Shrexios,
    @Shrexios@mastodon.social avatar

    @mintycactus NixOS can install to your hard drive. I have it on my laptop and it runs beautifully. I have issues with Gnome and their insistence on removing things like remembering window size and positions, and recently making it so hard to theme, but I am sure these will iron out with time.

    My plasma desktop, however, is my favorite. Once I got it where I wanted it, it just worked so well and looked so good that I recommend it to everyone (BigLinux with KDE)

    el_gringo_loco, in I'm ditching htop for btop, look how cool it is

    Yeah, that looks very cool. Wish I could use it as my wallpaper or a widget in gnome

    zShxck,

    Open btop in the terminal, then (note the terminal window must not be in fullscreen) right click with the mouse on the top bar of the terminal window and select “Always on top”.

    joyjoy, in I'm ditching htop for btop, look how cool it is

    Ooh, it looks even better than gtop.

    Edit: Why does the menu look like this?

    https://i.imgur.com/vR2uvQH.png

    beejjorgensen,
    @beejjorgensen@lemmy.sdf.org avatar

    Nostalgia city…

    zShxck,

    Jeez, never saw that, mine just open the program

    AbidanYre,

    Press ‘m’

    TheButtonJustSpins,

    50/50 on if it starts listing processes or launches a new game of Zelda.

    nuke,

    Say no more, I’m sold

    Rikj000,
    @Rikj000@discuss.tchncs.de avatar

    Btop has been rewritten in C++, hence the ++

    aport,

    Uh oh, time to rewrite it in rust

    gbin,

    The rust one is called bottom (btm) see the other thread :). When you already have a rust environment it is just at a cargo install away which is convenient.

    teawrecks,
    HamBrick, in Fedora or Mint for noob?

    I can’t really give a super useful opinion given that I haven’t really touched fedora, but I’ve been using mint for school for almost a year, highly recommend

    Taleya, in Fedora or Mint for noob?

    Mint.

    You’re working to his requirements, not yours.

    Yerbouti, in Fwupd 1.9.7 Adds Support for More Synaptics Prometheus Fingerprint Readers

    Personnally, I will never enter my fingerprints on any device. Call me paranoid, I dont trust that system.

    beta_tester, in Fedora or Mint for noob?

    Even if Mint (Cinnamon) doesn’t look as good as GNOME, you can always install another desktop environment.

    I’d recommend fedora silverblue. You’ll install all graphical packages via a Software store and you won’t brick your system. Even if, you may just recover an old state. I installed media codecs via the software store, not command line.

    Fedora is very beginner friendly too

    RandoCalrandian, in 25 years since The Halloween Documents, the Microsoft vs. Linux and Open Source memos
    @RandoCalrandian@kbin.social avatar

    And bringing the cycle full circle, Microsoft is barreling headstrong into “embrace” to build up leverage and goodwill before fucking everyone over again

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #