this post was submitted on 03 Apr 2025
378 points (99.0% liked)

BuyFromEU

3084 readers
110 users here now

Welcome to BuyFromEU - A community dedicated to supporting European-made goods and services!

We also invite you to subscribe to:

Logo generated with mistral le chat Banner by Christian Lue on unsplash.com

founded 1 month ago
MODERATORS
 

kudos to s h i k o r a

edit: complete list is here (4 pages long)

you are viewing a single comment's thread
view the rest of the comments
[–] gandalf_der_12te@feddit.org 23 points 2 days ago (1 children)

for (c in countries) {
  c.tariffs = Math.random();
}

[–] elvith@feddit.org 23 points 2 days ago* (last edited 2 days ago) (2 children)

Sadly there are many reports, that it's just


for (c in countries) { 
    c.tariffs = math.max(10,
        (c.exportsTo(us) - c.importFrom(us)) /
        (c.exportsTo(us)*2))
}

[–] match@pawb.social 4 points 1 day ago (1 children)

when will the snarky code comments start using functional programming

[–] Kornblumenratte@feddit.org 2 points 1 day ago (1 children)

Something like

tariff export import  = max(10, (100 * (1 - import/export))
map countries tariff

?

[–] match@pawb.social 1 points 1 day ago (1 children)
[–] Kornblumenratte@feddit.org 2 points 1 day ago

But all the C-style addicts would suffer from brace withdrawal!

[–] nuko147@lemm.ee 3 points 1 day ago

That might be the chatGPT answer to Trump asking how tariffs can make America great again lmao