this post was submitted on 24 Apr 2025
212 points (93.4% liked)

Buy European

5569 readers
862 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 3 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] univers3man@lemmy.world -1 points 1 day ago (1 children)

I can't get behind a browser built from scratch with C, not Rust, considering how integral browsers are to security these days. Plus there's the whole controversy around their pronouns and politics in coding stances.

[โ€“] realconor@feddit.uk 1 points 3 hours ago (1 children)

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

[โ€“] univers3man@lemmy.world 0 points 3 hours ago

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.