• 12 Posts
  • 338 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle







  • there’s a youtube video from “smarter every day” that showed his attempt to make something 100% in the USA.

    The item was just a barbecue scrubber, with just a few components.

    He needed a simple screw… NOBODY made that in the US…

    He needed a simple plastic knob… NOBODY made that in the US (he bought 10k “american” knobs but once arrived there was a MADE IN COSTA RICA sign)

    He wanted to make injection molds in the US… NOBODY did that, he had to find some retired expert to help him.

    So, if you assemble stuff in US, you still need to import EVERYTHING, paying the same tariff and with more expensive labor. Tariffs need to be carefully considered and target a specific item in order to have some positive effect




  • He meant that this is a disincentive to manufacture a phone in the USA.

    Phone built in china: 30% tariff on the total assembled unit (this week is 30% or it changed again?)

    Phone built in USA: 30% tariff on all the components because they’re made in China, 100% tariff on the processor, AND spend 1000% more in assembling the device because finding, training and paying skilled workers is way more expensive

    Maybe there might be an incentive to move production to a country different from China, but the situation changes too wildly. The risk of spend millions to move production to Vietnam to get a lower rate, then a week later Trump gets diarrhea from eating a bahn mi and imposes an immediate 50% tariff as revenge




  • How can snopes mark that as fake? The reasons the founder listed are all clear BS.

    The cost for a single barcode scanner is so low that has a ROI of just weeks if not days. They never had a single customer swap a price label on a $100 item?

    And I don’t get the “huge effort” on sales. With barcodes in 100 milliseconds you can update the promotional discount rate of an item nationwide, simultaneously in 1000 stores, instead of paying 1000 man hours to send someone to physically update the price labels on everything







  • No, on aur there’s duckstation which is the old GPL3 version (stuck to one year ago) and duckstation-git which downloads that git with latest license and compiles on the end user machine. Both versions respect the dev intentions of “no packages” as it downloads the code and compiles it. The problem that it was about were probably two

    1. Documentation on how to compile is insufficient. It depends on many libraries but doesn’t say which exact version which causes issues at compile. Someone did the guesswork and wrote “instructions” (the pkgbuild file) for everyone but it’s not the main dev and it breaks often

    2. Because it downloads the code from git, it might be an issue if it’s not tagged correctly, users get the latest commit instead of latest release and that’s undesirable (didn’t check for this case, but it was an issue for other emulators where non devs could run buggy code and complain about non-issues)