this post was submitted on 04 Nov 2023
732 points (99.3% liked)

Selfhosted

39151 readers
968 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

"the company looked at the history of social media over the past decade and didn’t like what it saw.... existing companies that are only model motivated by profit and just insane user growth, and are willing to tolerate and amplify really toxic content because it looks like engagement... "

you are viewing a single comment's thread
view the rest of the comments
[–] phoneymouse@lemmy.world 105 points 10 months ago* (last edited 10 months ago) (29 children)

I like Mozilla, I respect their mission and their good nature. I can’t help but feel the billions they receive from Google make it too easy for them to be, at best, unfocused and, at worst, lazy. They offer a lot of random services like this. I fear this play is just chasing another possible mediocre revenue generator for them. Like pocket, like Mozilla vpn and private relay, etc.

[–] deweydecibel@lemmy.world 83 points 10 months ago* (last edited 10 months ago) (20 children)

Maintaining a web browser is an intensely cost and time prohibitive endeavor, especially nowadays. The FOSS community can maintain a lot of things but the sheer scale of Firefox, the need for expertise, the necessary labor, it just can't be done by volunteers and donations, at least not without using Chromium. They have to get a cash infusion from somewhere.

I don't like it anymore than you do but ultimately the issue isn't Mozilla, it's the state of the technology market. Silicon Valley is no place for a non-profit organization right now, no matter how much we need it.

What we need is regulations and anti-trust, but even that may not truly save us.

They need money. That's it. That's the long and short of it.

[–] chicken@lemmy.dbzer0.com 5 points 10 months ago (5 children)

What's stopping web standards from being made simple or unchanging enough for a smaller project to maintain a functional web browser?

[–] SpaceScotsman@startrek.website 21 points 10 months ago (1 children)

At this point the web is about as complex as an operating system in terms of complexity. That needs really strong specific standards in order for it to work, and in turn projects like web browsers are huge and complex.

If someone wanted to build a web browser that only followed the simpler parts of the specifications, it wouldn't work for many websites* and people would not use that browser.

*Whether or not sites need to be so complex is another question entirely, but the reality right now is that they are

[–] chicken@lemmy.dbzer0.com 9 points 10 months ago* (last edited 10 months ago) (2 children)

Occasionally when I do web stuff I look into the big frameworks but quickly get overwhelmed and go back to simple html/css/js, so yeah I kind of just don't get what the point is or why anyone needs or wants complexity there. Large websites always do most stuff serverside anyway it seems, so where is this complexity even getting used? It is very mysterious to me. Suspect Google etc. are pushing stuff no one needs in this regard as well to move the web towards something only they can handle.

[–] dan@upvote.au 3 points 10 months ago* (last edited 10 months ago) (1 children)

simple html/css/js,

There's a very large number of DOM and browser APIs now though... Even with basic JS without libraries or frameworks, you can still build fancy 2D and 3D graphics (WebGL), interact with USB devices, allow input via game controllers, stream H264 video, implement custom caching, use push notifications, and a bunch of other things. The web browser has to implement all of that complexity. They're all useful in different scenarios.

[–] chicken@lemmy.dbzer0.com 2 points 10 months ago

That's a good point, I guess I haven't been too aware of all that stuff.

load more comments (3 replies)
load more comments (17 replies)
load more comments (25 replies)