Live data from Hacker News

Htop 3.0

github.com

21–30 of 112 posts

Re: Htop 3.0

#21
post #16

Earlier quoted context omitted.

Using the old Reddit site as the default: https://www.reddit.com/r/help/comments/8f2n7d/how_do_i_perma...

I don't know if things have changed, but preferences settings weren't enough, reddit would randomly switch to the new theme. After that I changed all my bookmarks to old reddit.

You can use a browser extension to always load old reddit.

Re: Htop 3.0

#22
post #21
post #16

Earlier quoted context omitted.

I don't know if things have changed, but preferences settings weren't enough, reddit would randomly switch to the new theme. After that I changed all my bookmarks to old reddit.

You can use a browser extension to always load old reddit.

Unless you're on mobile

Re: Htop 3.0

#23
There are few things more satisfying programming than firing up htop on a high core count machine and watching cpu usage light up.

Re: Htop 3.0

#25
post #18
post #5

I learned more about htop, and frankly even Linux I’m general, from this amazing in-depth explanation of what htop is displaying. https://peteris.rocks/blog/htop/

The ads are substantial, invasive (hard to follow the text) and for me were borderline NSFW. Definitely a situation for reader mode.

On Android, I don't see any ads with Firefox, but I do with Chrome.

Edit: No, actually that is because I have uBlock Origin enabled on Firefox.

Re: Htop 3.0

#26
post #15

I can’t express how many times htop has made my life easy by giving me this nice interactive UX. There is a reason it’s part of every docker image I create.

> There is a reason it’s part of every docker image I create.

You really shouldn't put troubleshooting tools in your container images. You can join a "toolbox" container to a running container's namespace to get your tools there when you need them. That avoids unnecessarily large images, extra build time, and extra dependencies in your image.

Re: Htop 3.0

#27
post #8

Earlier quoted context omitted.

Old-Reddit link: https://old.reddit.com/r/linux/comments/iiowpn/htop_forked_t...

Using the old Reddit site as the default: https://www.reddit.com/r/help/comments/8f2n7d/how_do_i_perma...

I don't have a reddit account and I have no interest in creating one.

Re: Htop 3.0

#28
How does it handle many CPUs? In 2.2 it has a line for each CPU, as that number grows it will take over the screen.

Re: Htop 3.0

#29
post #26
post #15

I can’t express how many times htop has made my life easy by giving me this nice interactive UX. There is a reason it’s part of every docker image I create.

> There is a reason it’s part of every docker image I create. You really shouldn't put troubleshooting tools in your container images. You can join a "toolbox" container to a running container's namespace to get your tools there when you need them. That avoids unnecessarily large images, extra build time, and extra dependencies in your image.

sorry for being ignorant to learn myself, but how do I do this?
Post reply on HN