browsers-are-doing-too-much.html
HTML document, Unicode text, UTF-8 text
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4<meta charset="UTF-8"> 5<title> 6Browsers are doing way too much nowadays 7</title> 8<link rel="stylesheet" href="/static/style.css"> 9<meta name="viewport" content="width=device-width, initial-scale=1.0"> 10</head> 11<body> 12<header> 13<nav> 14<ul> 15<li><a href="/">Home</a></li> 16<li><a href="/projects">Projects</a></li> 17<li><a href="/index">Index</a></li> 18<li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li> 19</ul> 20<ul> 21<li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li> 22</ul> 23</nav> 24</header> 25<main> 26 27<h1>Browsers are doing way too much nowadays</h1> 28<div id="article-date">2024-05-07, 11:48:22</div> 29 30<figure> 31<img src="/static/photos/browsers-bad.png" alt="The Pocket integration in Mozilla Firefox" id="article-image-header"> 32<figcaption>Pictured: The Pocket integration in Mozilla Firefox</figcaption> 33</figure> 34 35<article class="content-area"> 36<p>Ooh, shiny! Chrome is now forcing me to view my bookmarks in a ✨side panel✨! It's not like 37we have windowing environments for that, right? Doesn't matter, it's modern, new so it's cool 38and automatically better even though it sucks! 39</p><p>Sorry for the TikTok comment-like intro (no, I don't have social media), but I feel this is 40what many people think about obviously poorly designed features in browsers. I'm not saying 41that browsers should do very little. Many features that are directly web-related are useful 42and enhance the user experience, like bookmarking, history, extensions, search engine management, 43and so on. 44</p><p>However, there's been a new wave of features that I believe don't belong in a browser. Opera 45is probably the biggest offender. 46</p><ul><li><p>Opera is going big on AI, and they made a chatbot called Aria. You press Control+/ and it brings 47up the stupid robot. Yes, it can browse the web, but there are already chatbots that can execute 48web searches. Yes, it can view what you have open, but you can already download the page and 49send it to a chatbot, or use one that can scrape and give it the document's URL. Or, someone 50could make a browser extension that does that. Having a chatbot in a browser is just a gimmick 51that also leads to privacy concerns and provider lock-in. And the fact that it's in a side panel? 52Just open a window! 53</p></li><li><p>Firefox bought an app called Pocket, which allows users to save a list of articles they want to 54read later on a server. Firefox's implementation of it is very messy. It behaves like a browser 55extension, but it's not. It's a service that's integrated into the browser and impossible to 56replace. Also, it's not free software. Chromium has a similar feature, the reading list, but 57it's local, an extension of bookmarks that shows if you read the page or you still have to 58read it. It can be synced, but that's optional and unrelated to the feature itself. 59</p></li><li><p>Opera also now has a built-in VPN. It's a trap for provider lock-in, because you can't swap 60it out for another VPN. A real VPN is a separate application that manages your network connection 61directly. Also, I'd say to not trust Opera with your data; it doesn't matter they're Norwegian 62and say they don't log, they can still do it. If you want a VPN, I'd recommend 63<a href="https://protonvpn.com/">Proton VPN</a>, it has a good track record and works decently fast, for 64free, and their clients are free software. This is not a sponsored message, and I think that 65for privacy, Tor is more effective than a VPN, but it's slower and not good to manage 66geographical restrictions. 67</p></li><li><p>Opera, Brave, Vivaldi, and possibly others have a built-in ad blocker. This is not as bad, 68but it'd be better if it was a preinstalled extension, since it's very extension-like, or it 69could also be a separate application, because it's network-level in many cases. Dedicated 70ad blockers can provide more customisation, block cookie banners and other annoyances, and 71have element hiding, font blocking and other privacy and convenience features. Privacy Badger 72is also an excellent extension as it dynamically adjusts to block trackers, even though it's 73not an ad blocker. However, it blocks many ads too, and you can still use an ad blocker with it. 74(However, don't forget about Brave's new way of doing ads, see below.) 75</p></li><li><p>Brave has built-in video calls, which is probably very shady, even though the Brave browser 76is free software. For really private video calls, I'd recommend <a href="https://matrix.org/">some Matrix client</a>, 77<a href="https://jitsi.org/">Jitsi</a>, <a href="https://jami.net/">Jami</a>, or other programs that support distributed, 78free protocols. 79</p></li><li><p>DuckDuckGo made their own browser that works only with their own search engine. I think it's 80self-explanatory why this is bad. And yes, I still use Google, because my life requires me to 81use Google services, so why not also use their search? If I find another search engine that 82has decent results and respects privacy, I'll switch to it. If not, I'll just use Google until 83they destroy it. Also, don't get fooled, there are very few free software search engines, and 84the ones that are free have very small indexes and are slow. Out of these free ones, 85<a href="https://stract.com/">Stract</a> looks promising, but the ranking is strange: searching for 86Wikipedia gives me a page about "Wikipedia Anomalies", and the actual Wikipedia is not listed 87on the first page. Still, you should check it out. 88</p></li><li><p>Opera now has sidebar apps: various messengers (no, not the ones worthy of your time), music, 89social media, and so on, that run as web apps in a side panel. You know that any browser can 90do this, and more flexibly? Almost all window managers can tile windows, and you can tile 91a browser window to the side of the screen. 92</p></li><li><p>Opera and Brave have a crypto wallet. I'd rather not trust a browser company with my crypto. 93There are dedicated wallets that are more secure and have more features. And it doesn't even do 94anything related to WWW, it's a payment method! 95</p></li><li><p>Brave does block ads, but they place ads inside the browser itself, which is even worse! It would 96be like the television receiver overlaying ads that pay the cable company. They say you can earn 97"Brave Attention Tokens" by viewing ads, and you can exchange them for gift cards, cryptocurrencies, 98real currencies, or contribute to websites. I don't think they'd give you crypto for free if there 99wasn't a catch. So better stay away from them. 100</p></li><li><p>Opera made a gaming browser that can limit resources. But this feature is unrelated to the WWW. 101All OSes can limit resources for a specific process. 102</p></li><li><p>Chromium now forces you to view bookmarks in a side panel, as mentioned in the intro. It's 103not that bad, but a poor design choice, since everyone and their mother has a window manager 104that can tile windows. If it were my choice, I'd open chrome://bookmarks in a new window, but 105that page is not responsive, so it won't work well. 106</p></li><li><p>Chrome also has a password manager. I'd rather use a free software password manager that provides 107a browser extension, like <a href="https://bitwarden.com/">Bitwarden</a> which is free software; although 108I don't use any password manager, maybe I need to change that, however trusting ANY entity 109with your plaintext passwords is a major risk. Maybe the best password manager is pen and paper. 110Then no one can hack it. But you can lose it, so it's a trade-off. 111</p></li></ul><p><strong class="emphasis-2">I don't, however, oppose all extras</strong>. For example, PDF viewing is good, because it's another type 112of web documents that may be served as opposed to HTML. I also don't oppose "internet suites" 113that have a browser, email, IRC, usenet, FTP and more because they acknowledge the focus is not 114just the web. I also don't oppose extensions, because there are legitimate ways to enhance the 115browsing experience. 116</p><p>The best browser, in my opinion, is a <strong class="emphasis-2">"no-name" browser</strong> from an <strong class="emphasis-2">independent developer</strong> with a 117good track record and no funding from a big tech company. It should be free software, and it should 118not have many gimmicky features other than the ones that are from upstream. 119</p><ul><li><p><a href="https://github.com/ungoogled-software/ungoogled-chromium">Ungoogled Chromium</a> (this is what I use on GNU/Linux desktop) 120</p></li><li><p><a href="https://librewolf-community.gitlab.io/">Librewolf</a> 121</p></li><li><p><a href="https://www.torproject.org/">Tor Browser</a> 122</p></li><li><p><a href="https://www.palemoon.org/">Pale Moon</a> 123</p></li><li><p><a href="https://www.gnu.org/software/gnuzilla/">IceCat</a> 124</p></li><li><p><a href="https://github.com/uazo/cromite">Cromite</a> (this is what I use on my Android phone) 125</p></li><li><p><a href="https://iridiumbrowser.de/">Iridium</a> 126</p></li></ul> 127</article> 128 129</main> 130<footer> 131<p>Page generated on Tuesday, 15 October 2024 at 17:00:35</p> 132<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p> 133<a href="#">Back to top</a> 134</footer> 135</body> 136</html>