Buy European
Overview:
The community to discuss buying European goods and services.
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:
-
Basque Country: https://lemmy.eus/
-
๐ง๐ช Belgium: https://0d.gs/
-
๐ง๐ฌ Bulgaria: https://feddit.bg/
-
Catalonia: https://lemmy.cat/
-
๐ฉ๐ฐ Denmark, including Greenland (for now): https://feddit.dk/
-
๐ช๐บ Europe: https://europe.pub/
-
๐ซ๐ท๐ง๐ช๐จ๐ญ France, Belgium, Switzerland: https://jlai.lu/
-
๐ฉ๐ช๐ฆ๐น๐จ๐ญ๐ฑ๐ฎ Germany, Austria, Switzerland, Lichtenstein: https://feddit.org/
-
๐ซ๐ฎ Finland: https://sopuli.xyz/ & https://suppo.fi/
-
๐ฎ๐ธ Iceland: https://feddit.is/
-
๐ฎ๐น Italy: https://feddit.it/
-
๐ฑ๐น Lithuania: https://group.lt/
-
๐ณ๐ฑ Netherlands: https://feddit.nl/
-
๐ต๐ฑ Poland: https://fedit.pl/ & https://szmer.info/
-
๐ต๐น Portugal: https://lemmy.pt/
-
๐ธ๐ฎ Slovenia: https://gregtech.eu/
-
๐ธ๐ช Sweden: https://feddit.nu/
-
๐น๐ท Turkey: https://lemmy.com.tr/
-
๐ฌ๐ง UK: https://feddit.uk/
Matrix:
-
๐ฌ๐ง UK: matrix.org & glasgow.social
-
๐ซ๐ท France: tendomium & imagisphe.re & hadoly.fr
-
๐ฉ๐ช Germany: tchncs.de, catgirl.cloud, pub.solar, yatrix.org, digitalprivacy.diy, oblak.be, nope.chat, envs.net, hot-chilli.im, synod.im & rollenspiel.chat
-
๐ณ๐ฑ Netherlands: bark.lgbt
-
๐ฆ๐น Austria: gemeinsam.jetzt & private.coffee
-
๐ซ๐ฎ Finland: pikaviestin.fi
Related Communities:
Buy Local:
Continents:
European:
Buying and Selling:
Boycott:
Countries:
Companies:
Stop Publisher Kill Switch in Games Practice:
Banner credits: BYTEAlliance
view the rest of the comments
what's wrong with C? if it's causing issues that it's written in C, it's the developers whom are being entrusted with projects that are out of their depth in a project they shouldn't be responsible for at fault rather than the time-tested language
It's not that C is bad, but that it's a bad language in this use case. Rust doesn't let developers shoot themselves in the foot as easily as C, not to say that it can't be done.
The comment regarding developers being responsible is true, but they could make their job much easier and thus more accessible to others by using Rust and not being required to learn all the tricks to make C safer in such a critical piece of software.
This isn't a paid product/gig, so it's not necessarily attracting top C developers either.
C is great for specific user cases such as code that needs to be exceedingly performant, needs to access low-level devices, or is used on embedded applications.
On a project that doesn't have these requirements, I believe it is more important to be understandable and has a lower skill floor.
while i can see the position of wishing to go with the language that offers more fundamental forms of safety built into it, a browser is something that i feel must be performant in today's age of pitifully optimised web pages, to have a browser for these which inefficiently handles the processing of this i feel would be a major issue. of course, the fault here isn't of the browser developers but of the people making the pages, but they don't seem to show any signs of changing so for now we must deal with javascript-laden purgatory which can only really be alleviated slightly by having a browser handle it well.
secondly is that i feel the sheer quantity of C developers as opposed to the numbers of rust developers at present would suggest that the contributor pool for a C based project would be greater, though of course this is subject to change, and if it were to change so greatly then i could see it taking a path similar to linux wherein rust becomes interspersed into the project.
at present, i see no other exclusively rust browser being worked on that is in any reasonable state, though it would be good to have one for the sake of having varied options of course, if memory serves me right, the ladybird team got the gmail web client running on their browser, so things are coming along well by technical terms. in my view, this project is one deserving of support primarily due to simply not being affiliated with either chromium or firefox's codebases, one new player in the browser market is another success for end user choice, and should a rust-based browser come along itself, then that'd make two new players both all the welcome.