nuko147@lemm.ee to BuyFromEU@feddit.orgEnglish · edit-21 day ago"Liberation Day" Trump’s Tariffs on Europei.postimg.ccimagemessage-square72fedilinkarrow-up1356arrow-down14file-text
arrow-up1352arrow-down1image"Liberation Day" Trump’s Tariffs on Europei.postimg.ccnuko147@lemm.ee to BuyFromEU@feddit.orgEnglish · edit-21 day agomessage-square72fedilinkfile-text
minus-squareAniki@feddit.orglinkfedilinkEnglisharrow-up23arrow-down1·1 day ago for (c in countries) { c.tariffs = Math.random(); }
minus-squareElvith Ma'for@feddit.orglinkfedilinkEnglisharrow-up20·edit-21 day agoSadly 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)) }
minus-squarenuko147@lemm.eeOPlinkfedilinkEnglisharrow-up3·17 hours agoThat might be the chatGPT answer to Trump asking how tariffs can make America great again lmao
minus-squareMatch!!@pawb.sociallinkfedilinkEnglisharrow-up4·19 hours agowhen will the snarky code comments start using functional programming
minus-squareKornblumenratte@feddit.orglinkfedilinkEnglisharrow-up2·14 hours agoSomething like tariff export import = max(10, (100 * (1 - import/export)) map countries tariff ?
minus-squareKornblumenratte@feddit.orglinkfedilinkEnglisharrow-up2·9 hours agoBut all the C-style addicts would suffer from brace withdrawal!
for (c in countries) { c.tariffs = Math.random(); }
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)) }
That might be the chatGPT answer to Trump asking how tariffs can make America great again lmao
when will the snarky code comments start using functional programming
Something like
tariff export import = max(10, (100 * (1 - import/export)) map countries tariff
?
so much cleaner 💕
But all the C-style addicts would suffer from brace withdrawal!