this post was submitted on 07 May 2026
182 points (100.0% liked)

Buy European

10561 readers
134 users here now

Overview:

The community to discuss buying European goods and services.


Matrix Chat of this community


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.

Useful Websites

Benefits of Buying Local:

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

European Instances

Lemmy:

Friendica:

Matrix:


Related Communities:

Buy Local:

Continents:

European:

Buying and Selling:

Boycott:

Countries:

Companies:

Stop Publisher Kill Switch in Games Practice:


Banner credits: BYTEAlliance


founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.nz/post/37348943

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jabjoe@feddit.uk 0 points 1 month ago (1 children)

I don't like GC languages. Things written in them often seam to be written like they are the only thing that matter on a system. Thus don't play well with each other in regards to memory consumption. Memory is not an all you can eat and clean up later. Yes there are environment variables you can use to enforce better behaviour, but that's a fail. Rewrites into Rust seam to solve this, but I know reason is really that Rust is the new cool thing and programmers like rewrite things, but I'll take the win.

Also, I don't like static linking. It doesn't scale. When a library has a vulnerability, it means everything needs rebuilding. It also means you have lots of duplicates of those libs at different versions. It's a mess I hoped had died of decades ago.

Also, I don't like languages each having their own half maintained package manager that is their language only. Just put in the work and get into root distros like Debian, Fedora, etc. Maintain a stable version you back port security fixes to. Only trustworthy packages get in. All languages under one roof.

Also, I don't like languages that orbit an American tech monopoly.

Also, I think Go is failure and in legacy mode and largely replaced by Rust.

Basically, Go often makes me grumpy. ForgeJo is an exception. I also like a lot of what Codeberg say and do.

It triggers me with things I also didn't like in other things of the past.

[โ€“] pressanykeynow@lemmy.world 1 points 1 month ago

Interesting opinion. Thank you.