Favourite Lesser Known Programs

Byobu a terminal that supports tmux, multiple windows, split windows etc

1 Like

I want to add one more program to this list. A program that I rediscovered today. I have used it a long time ago and it was still installed. The tool is called dysk. Very nice tool to check filesystem usage resp. consumption

Roc Toolkit - Low latency, high quality audio streaming in your local network.

Let’s say you have a desktop with all your audio-equipment connected and you want to listen to something from your laptop. Instead of fumbling around with physical connectors or pairing you just select the other device like any other audio output and it plays all audio through that connected device.

It’s amazing tech, but alas like many aspects linux it requires some dirty work setting it up in conf files (pipewire and pulseaudio modules are available).

3 Likes

With the whole Web Environment Integrity controversy happening on the Chromium side, there’s been a push by Firefox fans on Lemmy (and probably Reddit too) to promote the Firefox browser. However, Mozilla has been criticised for its management issues lately, and with the acquisition of Fakespot that doesn’t seem to be stopping.

Thankfully, with Firefox being open source there’s some forks from the community that pick up the slack. Everyone knows about Waterfox and Librewolf, but there are some other forks that are worth pointing out. I’ve been using Pulse, which aims to have a minimalistic UI for focus. I have vertical tabs enabled and the sidebar on the right side and it creates a minimalistic UI that doesn’t sacrifice usability, especially with Simple Tab Groups to replace Vivaldi’s Tab Workspaces. For those who want something even more like Vivaldi, Floorp is run by a Japanese community that’s trying to fill that gap.

Pulse has an AUR binary package but Floorp’s PKGBUILD might change due to it not being labelled as a binary package even though it is, so I’d download the tar archive from their GitHub for now.

2 Likes

https://www.gnu.org/licenses/identify-licenses-clearly.en.html/.

Also, it would be funny if people started using WEI to block Chrome.

In the same vein, there is duf .

2 Likes

New kid on the block for a GTK version of KDE Connect called Valent. Versions to run stand alone or as a Gnome extension. Currently using it on both Gnome and Hyprland sessions and, while still alpha, seems to be working quite well; at least as well as GSConnect so far.

1 Like

Has anyone tried Floorp browser yet?

Floorp

1 Like

Yes, had a play - some interesting aspects.

Half of it’s features are badly hashed userChrome hacks (like the autohide addressbar, which will render your website menus forever inaccessible - as they slide down as you mouse over them, then slide up when you mouse back down to them as the URL bar slides in and out of view).

It caters for folks who prefer horizontal tabs 'n stuff with some variable layouts, but it falls far short of it’s claim to fame of being the ā€˜vivaldi of firefox’… it’s a bit of a cheap shot IMO.

Interestingly, there’s also epiphany-bin which you might find slightly familiar (but the rest of us won’t recognise it any more, as they now use Blink).

It’s basically a pimped up old (ESR) Firefox…

Also, it is a FORK of a FORK of Firefox - oh, and the Home page is pig ugly.

I played with it and tweaked it for a day, until it ended up lookingi almost exactly the way Firefox did, so I just dumped it and stuck with Firefox…

2 Likes

Probably never will after reading this line on their github
You may advertise if you continuously sponsor a minimum of $100 per month.
(Not 100% sure what it means but feels off)

2 Likes

Yeah, what did this even mean ? :thinking:

2 Likes

Probably that people can put advertisements on their browser front page.

Contributors who generously donate $100 or more each month for a period of two or more consecutive months are granted the privilege to advertise on Floorp.

For organizations and businesses, Floorp will automatically feature your advertisement in a new tab. However, this service is not extended to individual contributors.

Individual contributors, or those who wish to explore alternative advertising options, are kindly requested to reach out to Ablaze Support for further assistance.

3 Likes

Yer I wouldn’t use it myself after reading this, I don’t mind some ads but without it being clearly defined how they’re going to advertise…
I don’t want to end up with a screen like this
Untitled

1 Like

Typhoon is a weather app based on Stormcloud. It stopped working about 9 years ago due to change in weather API, and was rewritten recently.

yay -S typhoon


Image source: OMG Ubuntu

2 Likes

Git identity manager: https://github.com/samrocketman/git-identity-manager

Little extension for git to manage multiple identities. Makes it really easy to handle different names, emails, ssh and gpg keys. Easy to use with git idm <command>, has a good cli. MIT license.