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.
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/
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
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
Okay, is there any debugger with a GUI, that isn't just the command line interface in either a separate window or just a tab in VSCode?
You mean like a code debugger not in VS Code? I mean... IntelliJ offers pretty amazing built-in debugging functionality. And as a bonus, they're located in Prague, so you're supporting a EU company by using IntelliJ.
No, I meant something like this, but for Linux. Not a command line tool, not some janky wrapper around the command line tool, not another IDE that would force me to abandon my current setup (Kate + Language Servers).
And no, I don't care about "scripts", my usecase (game development) isn't about creating software with minimal interaction. I also don't care about Mortal Kombat Fatality-tier key combinations a la Vim.
I don't know what to tell you, but a debugger is usually shipped with an IDE. If your IDE doesn't ship with a debugger then that's an issue completely independent from any OS that you're using. When I write C# programs in Visual Studio, I use the Visual Studio debugger. When I write games in Godot, I use the Godot debugger. When I write games in Unreal, I use the Unreal debugger. When I write Web Applications in IntelliJ, I use the IntelliJ Debugger. Your use case just seems extremely strange.
That being said, I'm sure there is a tool out there that does what you're looking for. I'm just not sure you should be looking for it.
What's wrong with command line?
I divide my work between 3 things: code IDE, browser, and command line. I have a pop down console that has some 20-30 tabs, each with some 2-4 command line consoles each. It's awesome, fasr, and efficient. I pretty much never use GUI tools for anything at all.
I'll do almost any task you do in 30 minutes on GUI in at most half that time on the command line.
I know that the command line isn't for everyone, but if you're a developer, or DevOps or anything alike, get the command like and get twice the work done