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/
-
๐จ๐ฟCzech Republic https://lemmings.world/
-
๐ฉ๐ฐ 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/
-
๐ฎ๐น Italy: https://feddit.it/
-
๐ฑ๐น Lithuania: https://group.lt/
-
๐ฑ๐บ Luxembourg https://lemmy.dbzer0.com/
-
๐ณ๐ฑ 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, 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
I'm afraid I'm not sure what you mean here. Both markdown and LaTeX are plain text. They're easily read by a screen reader. Though unless the screen reader is specially-designed for LaTeX support, it may be difficult to comprehend. That's on the screen reader though, not the document format.
I assume they mean stuff like image descriptions that you can add in Microslop Word (don't know about LibreOffice). It's quite a neat feature that wouldn't work with markdown (might work with LaTeX), because these image descriptions are not visible to someone reading a document.
Image descriptions are a thing in markdown. Images are inserted into markdown documents with this syntax:
Cool, didn't know that one yet!
Both Lemmy and Piefed support it, though weirdly unlike the alt text field when submitting an image post, this syntax only adds alt text, so only screen readers will see itโusers can't view the text on hover.
Correct, accessibility also differentiates between titles and content, to better assist readers who use a screen reader.
I replied to the other user showing how markdown image descriptions work. Titles are added with hashes.
Screen reader should pick that up.
It's a bit trickier in LaTeX (depending on layout), given they convert to an untagged pdf by default using pdftex. For defaults such as section/subsection etc I think some auto-tagging has been added, but my memory is not great.
Issues crop up when you need to hack something (e.g. indenting parts of a proof using the quote environment to aid readability, creating more complex tables, or just using coloured text to indicate element relations), and here manual tagging is a must!