• 0 Posts
  • 51 Comments
Joined 2 months ago
cake
Cake day: June 6th, 2025

help-circle


  • My dude, the chips aren’t manufactured in the US. If the tariffs don’t apply to the chips that are inherently imported from outside the US since basically only TSMC and Samsung make them at this point, then there is no tariff at all. Companies in the US import the chips, then use the imported chips as part of their products. All the companies in the US do is assemble the imported parts (and sometimes not even that).

    EDIT: Ah, there was a miscommunication. I think we’re both saying the same thing at this point. Well, mostly the same, since this doesn’t really help US companies and just drives up prices for everything.






  • Looking into it, the US implementation goes down into the components, so yes. Except, I believe it’d be $50 chip @ 100%, other components at whatever tariff rates they may have, and then the 15% per-country/region tariff applies to all of it on top. So if the other components have no tariffs, it’d be $172.50. I’m now wondering how expensive everything would end up if you have tariffs on materials as well.

    In any case though, it becomes ludicrously expensive no matter what because you’re at most dodging the 15%.

    EDIT: You can also dodge some of the tariffs if some percentage of the product is made in the US. I wonder if you’d be able to dodge the chip tariff if the materials for it were partially sourced from the US. If possible, that’d probably be cheaper for companies than actually trying to manufacture chips here.

    EDIT 2: Actually your calculation may be right, I’m having a hard time finding how they’re actually meant to be calculated. Admittedly it seems a bit weird to me that the rate would override the country-specific rate and thus be the same for chips from the EU and China, but I suppose none of this makes sense in the first place.










  • There are select places where it’s usable, but generally speaking most merchants don’t accept it. You can sometimes buy giftcards or something like that with crypto and just use the giftcard to pay, but honestly that’s kind of a pain. Also I’m only talking about Bitcoin and Monero. Most of the other currencies I probably wouldn’t bother using.



  • I’m gonna be honest, I use NixOS, but the docs fucking suck, and a number of things are just broken in nixpkgs. For instance, I recently discovered the structuredExtraConfig option for patching the kernel straight up does not work. This means you cannot unset any kernel options, which means some kernel patches won’t work unless you manually supply the entire kernel config.

    EDIT: what’s even more annoying about it not working is that it fails to apply silently. In other words, your kernel tries to compile and then an hour later it fails because your config changes weren’t applied.