• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • Sorry, but ASML is actually proof of the opposite and here’s why:

    The EU has been a place for a long time where tech is expensive to produce. The high wages and cost of living is mainly why.

    Cutting edge tech can flourish here. IMEC, ASML, medical device companies, robotics and industrial equipment (abb, Schneider, etc…) Because these industries have waaay more margin and are B2B sales, not B2C.

    Consumer electronics have much more competition and are competing with the wages and working conditions of workers in China and India, along with the sheer local tech supply chains, proximity to Taiwan, and manufacturing scale.

    ASML is a titan specifically because they are an almost complete monopoly and closely guards their trade secrets. Their margins are absolutely massive because they can be. The price of labor isn’t a dealbreaker for them because each machine sells for multiple millions of euros.

    If phones and smart watches were actually produced in the EU, they would be double the cost and absolutely nobody would buy them as there is no technical benefit besides being made in the EU.

    Just look at fairphone. It costs about 50% more than its spec competitors because it uses European engineering and software development and a little better material sourcing while still being produced in China.


  • You absolutely can fail. I daily drive bazzite but many things have been pretty rough:

    Any coding apps that will use an external device -> you can’t use flatpak. You have to use distrobox that constantly freezes your entire mouse for 3-5 seconds upon any sort of dialog, settings, saving, anything where it has to access the filesystem. Then you have to add udev rules to directories that in the documentation says not to write to, and reloading the rules doesn’t work for testing, you have to fully restart with every minor change or it will seem like the change didn’t work.

    Luckily most device drivers seem to work in the provided arch distrobox but holy dependency hell. Things will fail to install because they need a package that exists on the host but not the container so you get an unsolvable “file exists” conflict. When installing a package, it will sometimes just try to grab an old version of a dependency specifically that will 404 out instead of just grabbing the most recent version (never happened on arch itself to me)

    Setting up a plasma vault with gocryptfs was not fun figuring out how. Also ran into tons of dependency problems and the fact that fedora just abandoned it specifically. Ended up just having to stick the binary in a random folder and point to it.

    Any sort of document authentication/signing -> doesn’t work and will not work in the future for a long time.

    You absolutely have to install rpms still for corectrl, any external devices, like drawing tablets, etc…

    Some games inexplicably use <50% GPU and <40% CPU with terrible framerates and will not go any higher (or lower) no matter what, switching between low and high settings and resolution results in 0fps change.

    When I have my config set and don’t have to change anything, it is super super nice to never have to manually update, but anything outside of very basic usage is weaving through nonstandard undocumented territory.

    Bazzite trades maintenance headaches for configuration and installation headaches. For me, that is worth it.