Wow this administration is f**ing batshit insane. I thought the tariffs would be on raw metals, not anything at all that happens to contain them.
First of all, if you want to use tariffs to boost domestic manufacturing, you must also tax the steel/al content of finished (or intermediate) goods. Otherwise, you put your local producers at a disadvantage, making the tariffs worse.
If you only tariff raw materials, then an american manufacturer has to pay either US steel prices or imported steel + tariff to manufacture, but a company overseas can use the cheaper foreign steel.
So if you want to tax raw materials, then you also want to tax those goods where raw materials are an important part of the cost.
The US has a catalog called the "Harmonized Tariff Schedule" (HTS) which is a catalog of basically everything under the sun [0]. When the steel & AL tariffs were announced, they also published a list of all the HTS codes where the steel/al content would also be taxed.
Last week the US published a revised list of HTS codes to which these tariffs apply, and they added about 400 items to them. For example, the aluminum content of cans is now taxed when it wasn't before.
Flexport has a very cool (and useful!) tariff simulator where you can look up any item and it will tell you if the steel/al content will be subject to these tariffs: https://tariffs.flexport.com
It’s impossible for anyone to say this convincingly about their own experience. If it were easy to tell whether an effect was due to placebo, we wouldn’t need blinded trials!
Like...nobody could ever take a macro dose of LSD or mushrooms and not know it.
Other benefits:
- Vastly improved mood
- Renewed interest in creative endeavors, specifically writing
- A sense of well-being
- A "the scales have fallen from my eyes" realization/epiphany/gnosis around the nature of reality and the effect "weaponized language delivery mechanisms" (ie, social media) have on our perception of it.
Pretty fucking worth it, if you asked me. And yet I fell off the wagon and have a smartphone again.
- Navigation (can be solved with a dedicated device, but it's a lot less convenient) - A good camera at all times (I used to not care about this, but it's become more important now I have kids) - Mobile payments (pretty essential in my country, not all places accept cards or cash)
In every other aspect, it was a net positive in my life to get rid of my phone.
- Uber
- Banking
- Google Maps
For a camera, I suggest buying a real, standalone camera (I have a fuji x100). The photos it takes are VASTLY better than an iphone. For something smaller that fits in a pocket, people say great things about the Ricoh GR III.
Unfortunately, I found that being out without a smartphone did cause certain anxieties for me: What if I forgot about an appointment? What if I get an urgent email or whatsapp?
The answer would be having an actual assistant (ie, a secretary). Someone I could call to order me an uber or look up a restaurant, and someone who could call me to say "hey, X just sent you a whatsapp message that seems pretty urgent."
I that an AI powered assistant that communicates via phone or text could be a great use for AI and something I hope to code up whenever I have some spare time.
I noticed a huge number of benefits, but one of the most surprising was that it forced me to confront a number of difficult decisions.
There were a few times in which I was bored (waiting at the passport office, sitting on a plane) in which I started to think about decisions I had to make that were very difficult in ways that caused me anxiety: firing a person I'm good friends with, shutting down a company, stuff like that.
I realized that ordinarily I would simply refuse to engage with the decision: I'd get on my phone or "get busy" somehow and so simply postpone thinking about the issue indefinitely.
But when you're stuck at the passport office for 2 hours with nothing to do, you can't but help think about the thing that is top of mind, anxiety be damned.
For someone that is prone to anxiety around certain topics (conflict avoidance, "disappointing" people, etc) having times in which I was forced to engage with the topic had truly enormous benefits.
The media doesn't seem to be doing a good job articulating what the (likely) real world impact is going to be. I keep hearing how other countries are negotiating but when you look into the details, there is nothing of substance actually happening.
> Almost guaranteed.
> There are some categories (toys, pet stuff,computer accessories) where HUGE percentages of goods are made in china. Those shelves will be empty as soon as inventory runs out, which will be soon.
> Shelves would get re-stocked once tariffs are removed and the ships start sailing again.
> If it takes longer than 60 days from now, we're looking at 10s of thousands of bankruptcies. This will make covid look like a weekend at the ritz carlton. Biggest financial crisis since the great depression.
My takeaway: People are not taking this NEARLY seriously enough.
My tinfoil hat interpretation: The US govt knows how serious this is, and they know that if people panic (which honestly, they fucking should) it increases China's leverage substantially.
``` params.get("user") |> create_user |> notify_admin ```
Even more concise and it doesn't even require a special language feature, it's just regular syntax of the language ( |> is a method like .get(...) so you could even write `params.get("user").|>(create_user) if you wanted to)