this post was submitted on 28 Aug 2024
878 points (97.4% liked)

memes

9680 readers
2928 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 80 points 3 weeks ago (12 children)
load more comments (12 replies)
[–] [email protected] 48 points 3 weeks ago (2 children)

> downloads desktop app

> looks inside

> it's a webpage with a dedicated browser

(Web 2.0 and it's consequences...)

[–] [email protected] 9 points 3 weeks ago (3 children)

Why even make a desktop app at this point? I get doing that if it has some inherent advantage over the web version, but why go through the trouble of making another program if it's just gonna be the same but in electron?

[–] [email protected] 23 points 3 weeks ago

Think of all that lovely data and tracking you can slurp up when unconstrained by the browser sandbox.

[–] [email protected] 11 points 3 weeks ago

A few advantages.

  1. You can make app specific notifications.

  2. You can stop worrying about security since you just lock the electron version

  3. The user thinks it is an actual app and that this is better.

[–] MP3Martin 7 points 3 weeks ago

Example with Discord (a website and an electron app): You have to download the desktop app to have stuff like: game activity (show others what game you are playing), global hotkeys for stuff like muting microphone, local Krisp noise cancellation

[–] [email protected] 8 points 3 weeks ago

Why I dislike web apps. They make the devs lazy enough to not bother making a native app

[–] [email protected] 43 points 3 weeks ago

I switched to Firefox because of Googlea plans to stop adblockers.

[–] [email protected] 35 points 3 weeks ago (13 children)

I still prefer FF or Vivaldi over Google Chrome. Yes Vivaldi is Open Source Chromium, but at least it doesn't have the Chrome crap in it.

[–] [email protected] 29 points 3 weeks ago

Vivaldi contains Chromium, but it isn't itself open-source, by the way.

They say of themselves that "for all practical purposes the Vivaldi source code is available for audit". I would not fully agree with that either, but I guess, at that point the open-source purists have already lost interest anyways.

https://help.vivaldi.com/desktop/privacy/is-vivaldi-open-source/

[–] [email protected] 9 points 3 weeks ago (5 children)

It's still the same rendering engine. There are two browsers.

load more comments (5 replies)
load more comments (11 replies)
[–] [email protected] 34 points 3 weeks ago* (last edited 3 weeks ago)

download Librewolf

Look inside

It's Firefox but with good defaults and configs

:3

[–] [email protected] 29 points 3 weeks ago* (last edited 3 weeks ago)

My opinion I'd say lose chrome if you absolutely need a chromium browser use thorium any other time use Firefox or a fork of it like Librewolf.

The reason I say Thorium is because this is in the readme.

Manifest V2 support force enabled (Starting in M128 they are experimenting with disabling MV2). It will be completely removed in M136 (10 months from now), and when they finally do remove the actual code for loading MV2 extensions, it will be restored, because F**k Google! Even if it takes a crapload of work, I am determined to restore it, because without UBlock Origin working properly in Thorium, I wouldn't even want to use my own browser!

[–] [email protected] 15 points 3 weeks ago* (last edited 3 weeks ago)

Mozilla Corp's Gecko Engine has allowed several non-corporate flavored browsers into existence, such as various forks on their github or Waterfox.

Then if you dont mind slow speeds you can try Tor Browser.

[–] [email protected] 14 points 3 weeks ago

"guys ios is bad try android"

looks inside android: its literally bad

"guys try this fork of android"

looks inside: it's better, i guess.

technology fucking sucks, remember when you could just buy software and that shit worked? Yeah me neither i use linux shits free over here.

[–] [email protected] 10 points 3 weeks ago

Firefox and Forks, or perish.

[–] [email protected] 9 points 3 weeks ago (10 children)

What's preventing me, a private user, from just creating my own web browser? it's a program like any other that just needs to be able to access each websites' server and display its files right? You can't tell me that nobody else has ever wanted to make their own alternative, so why do we never hear about them?

[–] [email protected] 23 points 3 weeks ago (5 children)

It's possible. But it's a huge undertaking. If you just wanted to fully understand all of the specifications for HTTP, JavaScript and CSS, it'd take you days before having written a single line of code.

Then you need to write all that in a performant way.

Then you need to keep up with all the new features.

Then you need to keep up with all the new security threats.

Browsers nowadays are practically little operating systems. So the question is not that far off from asking what prevents you from writing an alternative to Windows.

You can. But it'll cost millions, or maybe billions, to build something good.

[–] [email protected] 5 points 3 weeks ago (2 children)

Reject modernity, embrace Gopher.

load more comments (2 replies)
load more comments (4 replies)
[–] [email protected] 22 points 3 weeks ago (1 children)

Probably the fact that you could work for the rest of your life and never catch up to the current spec. It's enormous, and they're adding more things faster than you could ever keep up with.

Even MS couldn't be bothered any more, and that's a $3 trillion business.

Which is why there's only three browser engines in any kind of use.

load more comments (1 replies)
[–] [email protected] 18 points 3 weeks ago

Because they're giant applications that do a lot under the hood that you don't see. Of course you can write your own, we did that during my degree but it was extremely basic.

[–] [email protected] 9 points 3 weeks ago

a program like any other that just needs to be able to access each websites’ server and display its files right?

In software engineering "just" is often considered a dirty word.

Rendering HTML and CSS correctly is not trivial.

Doing JavaScript to spec also is not trivial.

Doing all your http verb network request stuff is also not trivial.

Plus the interface (probably graphical) is a lot of work.

There's also probably a thousand other things that would eat up time. Displaying all the different image formats, for example.

[–] [email protected] 5 points 3 weeks ago

The main thing is technical nuances, and a never ending list of them.

But you could start with something like lynx or elinks, but at that point you may as well just use lynx or elinks.

[–] [email protected] 5 points 3 weeks ago* (last edited 3 weeks ago)

Time and knowledge. Browsers are basically almost an OS nowadays in capabilities. Yes you can build a basic HTML renderer quickly. But anything beyond that just takes a enormous amount of effort and time especially if you want to make it performant and secure. Like it’s very easy to accidentally introduce a vulnerability that can be exploited by someone. Like the last few generations of Nintendo consoles were hacked and jailbroken trough the browser. And that’s a browser build with WebKit by a team of engineers. Good luck doing it on your own, especially without Chromium or WebKit.

load more comments (4 replies)
[–] [email protected] 7 points 3 weeks ago* (last edited 3 weeks ago) (7 children)

thorium/vivaldi and firefox are cool

[–] [email protected] 9 points 3 weeks ago (1 children)
[–] [email protected] 4 points 3 weeks ago
load more comments (6 replies)
load more comments
view more: next ›