Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
It's slowly turning, too. Start looking for something else.
It's almost like this not-for-profit, for-profit subsidiary thing is a cancer (or at least, my selection bias of late thinks so).
Can someone ELI5 why a foundation can't develop these products directly, with a for-profit subsidiary? Is there something forbidden about rasing revenue for a not-for-profit via product sales? Would this even fix anything?
We need a truly FOSS browser that developed and maintained by the community. Librewolf isn't it unless it fully forks away from Mozilla. We need a new engine and we just don't have one yet.
Ladybird Browser is coming, but could be a couple years still
From scratch, BSD licensed, non-profit managed
BSD licensed
Ew. It ought to be AGPLv3.
(I almost just said "copyleft," but as Chromium proves, even LGPL is insufficient protection from corporate usurpation.)
Huh? The goal of the chromium project was to facilitate a corporate browser in the first place. It's why they don't have a more permissive license. They want to be able to use everyone else's work if anyone forks it.
Permissive license doesn't mean that corporations suddenly get the ability to completely change existing work for the worse, or change its' license. They can bloody well do that with GPL too if they own the project including contributions, so it doesn't matter if it's BSD or GPL, the only protection that the open source users have, in any case, is that licenses can't be changed retroactively, so if Firefox, Chromium or Ladybird went completely closed source and proprietary today, we'd still have the right to use the code as it was yesterday. Permissive licenses just mean that someone somewhere can create a closed source build without the permission of the person or company who owns the project and that doesn't particularly matter for anyone using Ladybird or any future open source derivatives. Permissive licenses are useful for libraries, but also for software that could be bundled as part of a bigger solution. Maybe you want to embed a web browser in your proprietary application and don't want to use webview because its' usability differs platform to platform.
Also why AGPLv3 and not GPLv3? I don't think the "A" part is even necessary here, that's needed more for server side applications, I.e if the end user is using online without the code running on their own computer, AGPL is the one to use.
Anyway, in the modern age, (A)GPL is used by a shit ton of corporate software. Oftentimes with an (A)GPL open core and a bunch of proprietary functionality not included in the core. I should know, I work with one example on a near daily basis. This way, nobody can just take their core functionality and develop a closed source alternative, while they can sell you an enterprise license for full functionality on their "open source" software.
Perfect time to check out AdGuard Home. Trivial to install locally. Probably took less than 3 minutes to install and get it operating. Hardest part was updating my router config. (Goddamn Google WiFi!)
Then you can focus on getting a better browser. Support libre software and check out LibreWolf.
Amarok? That was my favorite media player way back when
Amarok is the other wolf. I know it looks deceptively similar.
itsthesamepicture.bmp
Librewolf on desktop Mull on Android
I don't suggest Librewolf for the plebians though.
It comes with very aggressive anti-fingerprinting and privacy features.
For people in [email protected] that's less of a problem but I wouldn't suggest it to my family members.
Mull is not maintained anymore. However there is a fork called IronFox.
Regular Android Firefox has Ublock origins as well.
Just in case you needed another reason not to use Edge.
Chrome* or Chromium based browsers*
People actually use that thing?
It's the number one browser to download other browsers, so yeah, sure!
Who fucking uses edge?
90% of people and corporations are either using Edge or Chrome and since there's essentially no difference between the two they are equally bad. We're back to a browser mono-culture, just like in the bad old days of Internet Explorer.
Fancy firefox-based browser along the lines of Arc?
Worth a look if you're a web power-user / developer sort of person
Zen's glance feature allows you to view links without actually opening them.
I do not like the wording of this because you are opening it
I've looked it up and apparently there's a problem where if you open a new window with any amount of tabs and close it last, you will lose all your tabs on the first window. It's a big no for me, because I already had to restore last opened windows in Firefox many times, and I am pretty sure you previously could just press CTRL+SHIFT+T
and it did reopen them, although I might misremember things.
Ok maybe off topic, why does a web browser have to be one of the most complicated software artifacts on earth? So expensive to write and maintain that only a few orgs with huge developer resources can do it?
What would it look like to start from scratch with a massively simplified standard for specifying UIs, based on all we've learned since html/css was invented? A standard that a few developers could implement in a few weeks using off the shelf libraries. Rather than reimplement every bizarre historical detail in html/css, have a new UI layout system that's simple and consistent, and perhaps more powerful.
Basically browsers are big because they are operating systems for web hosted applications with huge attack surfaces and lots of legacy compatibility requirements amassed over 3 decades.
A rewrite isn't the answer. Putting limits on browser functionality is. JavaScript was the turning point IMHO.
I think it could be sensible to come out with a subset of modern web tech stack, and just use that. There could be even a lightweight web browser just for this subset. The problem is of course on agreeing with what would be included.