• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle
  • Game development is a very specific use case, and NOT what most people think of when talking about devs vs ops.

    I’m talking enterprise software and SaaS companies, which would be a MUCH larger part of the tech industry then games.

    There are a large number of devs who think public cloud as infrastructure is ALWAYS the right choice for cost and availability for example… Which in my experience is actually backwards, because legacy software and bad developers fail to understand the limitations of this platforms, that it’s untrustworthy by design, and outages insue.

    In these scenarios understanding how the code interacts with actual hardware (network, server and storage or their IaaS counterparts) is like black magic to most devs… They don’t get why their designs are going to fall over and sink into the swamp because of their nievete. It works fine on their laptop, but when you deploy to prod and let customer traffic in it becomes a smoking hole.














  • And your not taking into account the money the Chinese government is dumping into the industry to produce those low cost products.

    The goal is to dominate the industry world wide, and you just want to allow that.

    This isn’t ‘fear mongering’ this is realism.

    Your last sentence is just hilarious. You believe we can’t do it because capitalism is bad, and so you want to cede the entire future of the industry to a forign power run by a dictator who would 100% use it as a weapon against us.

    The world isn’t black or white, and in this case protectionism for local industry is the best of the many bad choices.

    Frankly we should be dumping public money into the same industry, but we have a strong majority who are fighting it tooth & nail. If you want to be angry about the expensive EVs here, get upset about the lack of government subsidies compared to China.





  • Because it’s shit.

    If I apt install an app, I expect it NOT to be a snap. I want it to use shared libraries, not bring its own along. They hide from you that they are installing the snap not deb package.

    Then you run into all sorts of permissions issues accessing the filesystem from the snap app… Because snap is rather broken in this regard.

    Functionally snap is a worse solution then deb, but I guess it’s easier on the developer/maintainer as you don’t get lost in shared dependincy hell.

    I feel snaps should be an option if you need cutting edge version of a software that can’t use your shared libs, but never the default install method.