this post was submitted on 12 Mar 2025
543 points (98.6% liked)

Buy European

6418 readers
935 users here now

Overview:

The community to discuss buying European goods and services.


Matrix Chat of this community


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

Benefits of Buying Local:

local investment, job creation, innovation, increased competition, more redundancy.

European Instances

Lemmy:

Friendica:

Matrix:


Related Communities:

Buy Local:

Continents:

European:

Buying and Selling:

Boycott:

Countries:

Companies:

Stop Publisher Kill Switch in Games Practice:


Banner credits: BYTEAlliance


founded 5 months ago
MODERATORS
 
all 38 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 35 points 3 months ago* (last edited 3 months ago)

Until the upper class gets worried, the US won't change. Thank you Europe, keep making the 1% sweat at their next board meeting.

[โ€“] [email protected] 31 points 3 months ago (5 children)

How can we be sure Philadelphia cream cheese is from America?

Also how is philly cream cheese cheaper in germany than at my local stores right next to philly god this country is shit.

[โ€“] [email protected] 12 points 3 months ago (1 children)

99% sure it's made in Germany when sold there. Would have to look on the backside.

As for the price, I am pretty sure US products tend to use larger sizes packing wise. These should be 250g - and the price is definitely one reason not to buy. The same product can be bought for half off-brand

[โ€“] [email protected] 3 points 3 months ago

The prices in the US are much higher in general.

[โ€“] [email protected] 10 points 3 months ago (3 children)

Because every food item in the US is crazy expensive? When I was there in January, there were Chip-Bags for 4-8$. In Germany, a potato-chip bag starts at 1.10 and the national brands at 1.99. I love potato chips. But I do not buy 5$ bags. Thats crazy.

[โ€“] [email protected] 5 points 3 months ago

I want to get off Uncle Sam's Wild Ride.

[โ€“] [email protected] 5 points 3 months ago

Yeah its nuts a bag of Doritos at stop and shop near me is $5.99 like its fucking dried corn with some spices and preservatives. The price gouging has reached snap on tools level which in reality is just tje standard model for corporations. Aim for 500-1000% profit margins or even higher if possible

[โ€“] [email protected] -4 points 3 months ago (1 children)

Though, German chips are generally terrible

[โ€“] [email protected] 2 points 3 months ago

They are the same Lays.

[โ€“] [email protected] 8 points 3 months ago

Really? 12โ‚ฌ/kg you could get some good cheese for that price. I rarely buy this as I considere it pricy.

[โ€“] [email protected] 2 points 3 months ago

It's probably produced in the EU, maybe not even by Mondelez itself but some license-taker, but it's still an American brand.

Also it's overpriced. Never came across any store-brand stuff that's worse in any way. The domestic name brand would be Exquisa.

[โ€“] [email protected] 1 points 3 months ago

Additionally to what others mentioned, Philadelphia 'cheese' is not from Philadelphia

[โ€“] [email protected] 21 points 3 months ago* (last edited 3 months ago) (3 children)

Which group of pixels am I meant to be focusing on?

Edit: Came back to look at this later and the picture seems to be loading like normal now. Looked like a Community Crib Sheet the first time I saw it.

[โ€“] [email protected] 20 points 3 months ago (1 children)
[โ€“] [email protected] 1 points 3 months ago

the cheese is in distress

[โ€“] [email protected] 14 points 3 months ago* (last edited 3 months ago) (3 children)

I investigated this. It seems that the image host does not play nicely with mobile clients.

Here is a dump of the post data

{
  "ap_id": "https://discuss.tchncs.de/post/32154397",
  "community_id": 1045737,
  "creator_id": 1804153,
  "deleted": false,
  "featured_community": false,
  "featured_local": false,
  "id": 26747103,
  "language_id": 37,
  "local": false,
  "locked": false,
  "name": "Berliners have also joined the movement and are working hard",
  "nsfw": false,
  "published": "2025-03-12T23:07:43.291180Z",
  "removed": false,
  "thumbnail_url": "https://lemmy.world/pictrs/image/6065a627-afc1-48a8-b29c-55e541f74bb5.jpeg",
  "url": "https://i.postimg.cc/Ytmkvx0r/xzecxxmrwboe1.jpg"
}

From this you can see there are two image URLs. The thumbnail (generated by the lemmy server):

And the original url:

It looks like loading the image from the original URL behaves differently based on the device, browser etc. On a Lemmy client it returns a tiny image which is why it's so pixelated for some users. It returns the same tiny image when loaded from mobile Chrome. However on desktop Firefox the image resolution is fine.

This is what it looks like on mobile:

[โ€“] [email protected] 1 points 3 months ago (1 children)

Hmmm I'm using Thunder and the image loads fine.

[โ€“] [email protected] 1 points 3 months ago

Thunder is probably loading the thumbnail link? Im not sure though.

[โ€“] [email protected] 1 points 3 months ago (1 children)

Voyager on iPhone gave no problem.

[โ€“] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

Update: Ignore the rest of the comment. I just tried to request the image with any User-Agent and it's now always serving the full resolution image. It definitely wasn't returning the full resolution images the last time I tried even with different User-Agents for Chrome/Firefox/etc. My leading theory is this image host just sucks.

Old

This is very interesting. The story continues.

I see that two uses have reported that the image loads fine on two different Lemmy clients. This told me this is unlikely to be a coincidence. So I double checked the image in Thunder and like you've both reported the image loads as expected.

Then I figured out that Voyager and Thunder share one thing in common: they are both built using Flutter.

From my previous test I knew that the image host (postimg.cc) is using the user agent and other clues to serve different content to different browsers/apps. So my next theory is that the image host serves raws to flutter clients.

To test this theory I looked up the default user agent of Flutter apps which is just Flutter-version, then I looked up the latest version of flutter which is 3.71. Then I tried making a request to the url with User-Agent Dart/3.7.1 and boom the website returned the full 3.71MB raw for the image solving the mystery.

As a fix for clients (and this is a terrible terrible fix) any app that wants to get raws off this host needs to send their request with a Flutter user agent.

[โ€“] [email protected] 2 points 3 months ago

Thank you so much for all the work you do for us.

[โ€“] [email protected] 11 points 3 months ago

I saw a different picture with Philadelphia cheese. And I'm guessing it's about putting the cheese upside down.

[โ€“] [email protected] 15 points 3 months ago (1 children)

Amerika Woche bei Lidl gecancelled

[โ€“] [email protected] 6 points 3 months ago

Ist das ein Wunch oder ein Fact?

[โ€“] [email protected] 13 points 3 months ago

Go Germany!

[โ€“] [email protected] 5 points 3 months ago

You're telling me that Philadelphia... is from the USA!?

Colour me shocked!

[โ€“] [email protected] 4 points 3 months ago

I wouldn't notice this at my local Penny. They're sometimes weird with their shelves.