this post was submitted on 08 May 2025
193 points (98.0% liked)

Buy European

5886 readers
523 users here now

Overview:

The community to discuss buying European goods and services.


Matrix Chat


Rules:

  • Be kind to each other, and argue in good faith. No direct insults nor disrespectful and condescending comments.

  • Do not use this community to promote Nationalism/Euronationalism. This community is for discussing European products/services and news related to that. For other topics the following might be of interest:

  • Include a disclaimer at the bottom of the post if you're affiliated with the recommendation.

  • No russian suggestions.

Feddit.uk's instance rules apply:

  • No racism, sexism, homophobia, transphobia or xenophobia
  • No incitement of violence or promotion of violent ideologies
  • No harassment, dogpiling or doxxing of other users
  • Do not share intentionally false or misleading information
  • Do not spam or abuse network features.
  • Alt accounts are permitted, but all accounts must list each other in their bios.
  • No generative AI content

Benefits of Buying Local:

local investment, job creation, innovation, increased competition, more redundancy.

European Instances

Lemmy:

Matrix:


Related Communities:

Buy Local:

Continents:

European:

Buying and Selling:

Boycott:

Countries:

Companies:

Stop Publisher Kill Switch in Games Practice:


Banner credits: BYTEAlliance


founded 4 months ago
MODERATORS
top 20 comments
sorted by: hot top controversial new old
[โ€“] henfredemars 58 points 2 weeks ago (2 children)

Ladybird faces an uphill website compatibility battle thanks to Chrome dominance. I wish them all the best.

[โ€“] Zetta@mander.xyz 18 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

They are writing the browser from the ground up following web specifications, specifications Google themselves often write and maintain. So it should just work once it's done, great talk by the lead Dev that goes into a lot more detail on that and just the project in general. https://youtu.be/9YM7pDMLvr4

As far as I understand most websites load so far (slowly) and will be aout 90% correct, but with visual issues

[โ€“] henfredemars 15 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Iโ€™m of the opinion that Google produces the specifications in bad faith, choosing features and constructions that are costly to implement to prevent others from entering the market. For example, see WebUSB. Itโ€™s a completely unnecessary standard at the very least and waste developer time. Other browsers have not bothered to implement it, generally calling it out for being a dumb specification.

With that said yes there are standards, but primarily pushed and controlled by one company that is not interested in others writing web browsers. Hopefully theyโ€™re forced to divest themselves from Chrome.

[โ€“] Zetta@mander.xyz 6 points 2 weeks ago

You seem to know more about it than I do, and I generally agree with your assessment. Either way ladybird has a talented team of paid engineers and tons of community contributors, so I'm choosing to believe in them even if Google is doing their best to stop them!

[โ€“] ArmoredThirteen@lemmy.zip 7 points 2 weeks ago

Yeah I already can't rely on just Firefox and keep chrome around as a last resort backup. I'll be trying Ladybird out for sure though always good to help test new browser options

[โ€“] Venus_Ziegenfalle@feddit.org 44 points 2 weeks ago (2 children)

Unlike other browsers, Ladybird is not based on Chromium or Gecko or Blink but on the new independent SerenityOS LibWeb engine with a Qt GUI.

noice

[โ€“] JustEnoughDucks@feddit.nl 4 points 2 weeks ago

Finally a QT browser because the stupid Firefox (and forks) always have disappearing GTK buttons randomly.

[โ€“] Pirata@lemm.ee 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Hope they can adapt that GUI to libadwaita also.

[โ€“] x00z@lemmy.world 1 points 2 weeks ago (1 children)

Why though? Qt is much easier for cross platform and cross DE development.

libadwaita might be a good sideproject, but I don't see much upside. And I even use Gnome.

[โ€“] Pirata@lemm.ee 1 points 1 week ago

Libadwaita just looks native on Gnome. I'm not saying its a necessity, but it would make the design feel more integrated on the system. I also run Gnome.

I'm waiting patiently for this.

[โ€“] gravitas_deficiency@sh.itjust.works 8 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Thatโ€™s an awesome project.

Question, though, from scanning the repo: why not rust? ~65% of the codebase is C++; strikes me that thisโ€™d be a FANTASTIC opportunity to show how incredibly efficient, effective, and safe rust can be for a wide-scale, consumer-oriented application.

[โ€“] feddup@feddit.uk 4 points 1 week ago (1 children)

I think there was an interview where that question was asked and after various languages being evaluated it came down to being the language everyone working on it was most familiar with.

I'm looking forward to using it in the future.

[โ€“] gravitas_deficiency@sh.itjust.works 1 points 1 week ago* (last edited 1 week ago) (1 children)

Well yeah, but be that as it may, greenfields are an opportunity for the contributors to dive headfirst into using a new language, and bring their expertise from other languages into that new one. Idk, thatโ€™s just how I look at it, given that this project doesnโ€™t really have the feel of something thatโ€™s under serious time pressure.

Edit: not to mention, I would be a little surprised if a lot of the js couldnโ€™t be also replaced with rust compiled to WASM

[โ€“] feddup@feddit.uk 1 points 1 week ago

I see your point and do agree greenfield projects can be great for learning new languages but only if the project is simple enough. Browsers are huge and complex, language choice is very important as well as who will be working on it.

I think one of the arguments as well was that building the DOM in rust would have extra challenges as it's fundamentally very object oriented so having a language suited to OOP would make it easier.

[โ€“] Pirata@lemm.ee 7 points 2 weeks ago* (last edited 2 weeks ago)

I really hope something amazing comes out of this. Expectations are building up across many communities and I hope they can deliver.

Still not sure how they will sustain themselves though. The donation model is obviously very ethical, but I doubt its sustainability in the long run.

[โ€“] lazynooblet@lazysoci.al 7 points 2 weeks ago

I can't find the original thread now but there was some drama surrounding the author of this project and his views on gender language.

https://github.com/SerenityOS/serenity/pull/6814

This was also his project at the time. Shame I can't find the Lemmy post.

[โ€“] uawarebrah@sh.itjust.works 6 points 2 weeks ago

Finally some good news in this space!

[โ€“] the_wiz@feddit.org 5 points 2 weeks ago

Just to promote:

There is also Dillo still around

https://dillo-browser.github.io/

[โ€“] nlgranger@lemmy.world 2 points 2 weeks ago

Shame they didn't join effort on servo. AFAIK there is nothing wrong with it except for the fact they are not familiar with rust.