> The arguments that some put forward against the eu are as educated as the people declaring fiat money a scam back in the Bitcoin hype phase.
>
> While there are reasons not to join, most commenters against it have no clue what they are talking about.
Indeed! As I just learned in this comment, the EU is about to collapse and Iceland would be stupid to board an already sinking.
Makes me wonder where these commenters get their information about Europe/EU from, and whether these comments are a projection of either ignorant or ideologically motivated animosity towards the EU.
There are obscene amounts of money involved in financing anti-EU marketing. The European unity is a thorn in the eyes of Russia, the US and China. A (reasonably) united Europe is the fourth major player on the global scene. 27 individual states aren't influential by themselves and are much easier to be influenced.
Currently, the EU is in a de facto war with Russia, in a trade war with the USA and China, and previous colonies don't seem to care too much for the West either.
The USA would like to see nothing more than an explosive end to the EU and the Russians have been trying to kill any united front against their invasion plans for longer than the EU has been around.
Every major world power has the money and motive to spread misinformation about the EU. They're influencing extremist European parties to repeat their talking points so they can point at a source on the "inside" as well.
The more people think the EU is some kind of awful oppressive regime, the more power the other world powers will gain over Europeans.
Why do you think you're not biased towards the EU? The EU's share of the global economy has fallen from something like 30% to around 13% (PPP). Not all that long ago they even had a larger economy than the US. They've already had the third largest economy within the EU leave, approved overthrowing the results of an election that would have viably set another [strategically critical] country on its way out, and now the EU's largest economy is having an anti-EU party gradually come to be the top party in the country.
Here's another interesting datum. In 2004, 3 of the top 5 economies in the world were part of the EU. [1] Today? 0. [2] So you have sharp decreases in global relevance paired with significant increases in internal issues and pressures. Perhaps you think the EU will overcome this, but to me at least - that's the view that doesn't align, at least not in an 'obvious' fashion, with the data.
The thing is I don’t see you asking that same question to the other Americans in the comment section here making stupid claims, with clearly zero clue on how the EU actually functions.
So my question is: why? Why does this comment in particular deserves your attention as a “source your claims” flag, but the other one below about the eu commission being a dictatorship does not?
> The thing is I don’t see you asking that same question to the other Americans in the comment section here making stupid claims, with clearly zero clue on how the EU actually functions.
Well it’s just because I bumped into that comment first, really.
While I agree on the fact that sometimes comments aimed to the EU are overblown and inaccurate it’s also true that lazy answers like “people don’t know what they’re talking about” are not proving anything wrong
I see a lot of questions here that can be googled or asked with AI chat. Good question, but I also think, why didn’t that person just find out themselves? It’s so easy..
I think I could have done that. Just like you and I could have received this news on Twitter or on Google News. Maybe Reddit? Or we could have asked an AI chat/agent, "Give me news for today." But here we are, aren't we?
And I learned an interesting tidbit from one of the commenters here.
Yeah, that was the first one my eyes went to. The only scenarios I can think of where it is acceptable to hide scrollbars are infinite canvases where you’ll draw your own non-linear ones (and even then be disappointed because they can’t look or behave natively), and things like maps where you remap scrolling to zoom and might want to use a backing invisible scroll area for that rather than consuming scroll events (which are somewhat more limited).
In short: unless the native scroll bar will be wrong, do not under any circumstances hide it.
Sure. I was thinking of fairly narrow cases, not ordinary page scrolling:
- A swipe/drag carousel with visible arrows or dots, especially a looping carousel where the native scrollbar does not represent a meaningful start and end
- An accordion or expanding panel that animates to reveal all of its content. During the transition, its intermediate height may briefly produce a scrollbar (and a visual flash), even though the fully expanded state does not need one
- Highly visual or experimental interfaces where scrolling is communicated through another control, or where the scrollable area is decorative and scrolling is not required to access the content
Only time I've seen that work is when making a carousel. Once you're using scroll snap it's already not going to behave the way you'd expect a scrollable container to, so having a different indicator doesn't feel so egregious to me.
reply