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.
Useful Websites
-
General BuyEuropean product database: https://buy-european.net/ (relevant post with background info)
-
Switching your tech to European TLDR: https://better-tech.eu/tldr/ (relevant post)
-
Buy European meta website with useful links: https://gohug.eu/ (relevant post)
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/
Friendica:
-
๐ฆ๐น Austria: https://friendica.io/
-
๐ฎ๐น Italy: https://poliverso.org/
-
๐ฉ๐ช Germany: https://piratenpartei.social/ & https://anonsys.net/
-
๐ซ๐ท Significant French speaking userbase: https://social.trom.tf/
-
๐ต๐ฑ Poland: soc.citizen4.eu
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 & chat.blahaj.zone
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
Can anyone with a deeper understanding of the history of the metric system explain why a gram is the base unit of weight, and a litre the base unit of volume?
I thought the foundation of the system was that a kilogram is the weight of a litre of water. But then why not name them 1 thing = 1 thing rather than 1000x a thing = 1 thing.
And yes I've had four cups of coffee and no sleep today.
The kilogram is mass, not weight. Weight is force. Force is measured in Newtons.
4 cups, you have had a quart of coffee, sir ;)
First they defined the meter and then one litre was defined as one dm^3.
Thatโs an interesting question that Iโd never thought about before.
I asked chatGPT, which predictably bullshitted me and said theyโd decided grams made more sense than kilograms for scientific lab work.
But then I searched and found this from the user tomalator on Reddit:
โWhen the French were developing the metric system, they suggested the unit be called a grave (pronounced grav) being the mass of 1L of water (1000 cm3)
The French at this time being in the middle of a revolution against the rich notice that it sounded a lot like the word Graf, being a word for Duke or Earl, and they wanted to avoid affiliating with the nobility, so they changed the measurement to be the mass of 1mL of water (1 cm3) and called it the gramme
They then noticed that it was inconvenient to use a mass unit so small, so they changed back to the 1L of water definition, but kept the name gramme for the base, and threw out the word grave in favor of the kilogramme.
And that's why the kilogram is the base SI unit and not the gram. I had the exact same question when I learned the SI unites.โ
A gram is not the base unit, it started with one meter (hence, metric).
Kilo means thousand in Latin, so 1000 meters became one kilometer (aka, one thousand meters), and when they need smaller units, they took to Latin again, simply because the language was en vogue for science:
Deca (ten): Decimeter (dm, nowadays hardly used, but it exists) = 0.1m
Centum (hundred): Centimeter (cm) = 0.01m
Mille (thousand): milimiter (mm) 0.001m
Weights were then adopted from the dimensions based on practicality, i.e. one liter was a common enough volume that people could use it in a household, and it's defined by 1dm height x 1dm length x 1dm width. Or 10cm10cm10cm (same thing, but the base notation was units of one).
Just FYI - Lemmy uses Markdown for formatting. In Markdown, if you surround some text in asterisks, it italicises whatever's in between.
So if you write:
*this is italicised*
, you get this:this is italicised
To write
10cm*10cm*10cm
you have three options:Use in-line code (what I did twice here) - surround the text in backticks (usually the ones on the left of the number 1 on the keyboard).
Use "x" instead of "*".
"Escape" the asterisks by adding "\" before them. You'd write it like this:
10cm\*10cm\*10cm
, and you'd get: 10cm*10cm*10cm.The big prefixes (kilo, mega, etc) are actually Greek and the small ones Latin.
The only use of the decimetre I've seen in real life, is that the standard school rulers, being 20 cm long are commonly called "double dรฉcimรจtres" (in France). Maybe other places use them more.
Sub-units are a bit like regionalisms, France likes cl for liquids, many places like adding zeroes and using ml, maybe some use dl...