A couple of apps I'm testing in Linux appear to be winners. Time will tell.
I prefer a lightweight audio player over a media player (I don't normally bother with video, etc.). I've gone with Audacious for the past few years, and I think it's generally considered to be the better of the two music players.
Today I'm taking my first look at the Brave web browser (https://brave.com/). Although I've used a few different web browsers in Linux, most of my time's been spent with Firefox. I can't see myself giving up Firefox anytime soon. But Brave brings an interesting approach, and it seems fine here so far. I added it in Debian Buster, using these commands found at https://brave.com/linux/:
sudo apt install apt-transport-https curlsudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpgecho "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.listsudo apt updatesudo apt install brave-browser
This adds the file /etc/apt/sources.list.d/brave-browser-release.list and installs the browser.
Brave does seem to be faster than Firefox, but scrolling web pages is slow and clunky. I found something that helped somewhat: I brought up the Flags menu by typing brave://flags/ in the search bar, and then enabled "Smooth Scrolling". Better, but still not quite as quick and smooth as scrolling in Firefox.
I haven't had any issues yet with Brave doing what I think of as "normal" stuff. Happy with it so far.
No comments:
Post a Comment