this post was submitted on 26 Mar 2025
185 points (98.4% liked)

Buy European

4908 readers
1087 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.

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 2 months ago
MODERATORS
 

I was under the assumption that Raspberry Pi was a US based company, but I just found out they are European and almost all made in Wales.

Itโ€™s probably the most European computer you can buy, with a massive following of enthusiastic developers creating alternatives for all the cloud services we are trying to stop using.

This has confirmed my choice to try and replace the US based cloud services my family and I are currently using.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 9point6@lemmy.world 9 points 1 week ago (4 children)

x86 is only licensed to be made by Intel, AMD and whoever owns the Cyrix and VIA licenses these days. Intel has not issued new licenses since the 90s and doesn't intend to ever again.

Due to this, there is basically no chance there will ever be an x86 CPU manufactured in the EU, I'm afraid.

If you accept the CPU won't be European though, I'm fairly sure there are a decent number of European industrial PC manufacturers to choose from, which are half the time basically SBCs with a heatsink attached.

I'm curious what you're doing on an SBC that explicitly requires x86, though? I can't really think of anything you'd use an SBC for that wouldn't be workable on ARM unless you need some specific piece of compute-intensive (and therefore not practical to run via QEMU or something), proprietary softwareโ€”perhaps full fat virtualization of something maybe preventing a docker-like alternative?

[โ€“] TheMightyCat@lemm.ee 5 points 1 week ago (1 children)

It is part convience and part necessity. My entire infrastructure is currently x86 and introducing ARM into it seems like a hassle, if i develop and test software on my x86 based workstation i expect it to just work then, not having to deal with either compiling to ARM or using emulation. Also part of this that currently everything I use runs Arch, which only officially supports x86.

Which brings us to necessity, my software currently runs with manually written simd instructions. Ofcourse I can write ARM NEON polyfills for these, but again that takes a lot of work.

So while not impossible to use ARM it currently is a lot of work to use. I'm gonna save that time for when the big riscv migration comes.

[โ€“] grue@lemmy.world 1 points 1 week ago

Which brings us to necessity, my software currently runs with manually written simd instructions. Ofcourse I can write ARM NEON polyfills for these, but again that takes a lot of work.

Using the word "polyfill" to describe that is making my eye twitch, so thanks for that!

[โ€“] 0x0@programming.dev 2 points 1 week ago (1 children)

Due to this, there is basically no chance there will ever be an x86 CPU manufactured in the EU, Iโ€™m afraid.

They're mostly manufactured in Taiwan anyway...

[โ€“] captain_aggravated@sh.itjust.works 3 points 1 week ago (1 children)

American components, Russian components, All made in Taiwan!!!

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

China has entered the chat.

[โ€“] exchange12rocks@lemm.ee 2 points 1 week ago* (last edited 1 week ago)

There IS a European (as in designed in geographical Europe) CPU that's binary compatible with x86 and even can run Windows: https://en.m.wikipedia.org/wiki/Elbrus-8S

I'm curious what you're doing on an SBC that explicitly requires x86, though?

Not parent, but I used ARM SBCs for a bit, and while it was nice, my x86 experience with a nuc has been much, much better. HW acceleration works on some RPIs, and sort of worked on my Orange Pi 5+, but only when using an ancient kernel which had some hacks (like, kernel debug messages saying "DISABLE THIS FOR RELEASE!"). And afaik RPI 5 doesn't support hw encoding (not to mention no SSD support).

Basically, my experience was that the hardware was neat if sometimes limited, the energy consumption was great, but the software/kernel support...ugh. YMMV of course.