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

help-circle
  • I may not be well informed, so feel free to cite sources that prove me wrong, but I’m not 100% convinced about the co-ops being equally competitive or that they’ll be just as profit-seeking.

    Yes, individuals outside of sociopathic executives are also driven by profit, but they’re also more influenced by other factors. For example, most non-executives might opt for a more ethical solution over a more profitable solution. This may also carry over to efficiency: maybe a co-op could opt for a more efficient, if less profitable, solution in order to keep prices low. There are several incentives for this: long-term growth, social good of making things more affordable, personal pride in being the lowest price, general lack of desire to optimize for a single metric (profit). Now, these are all guesses. I don’t know of any good studies about co-op behaviors in aggregate versus traditional corporations, but this sounds feasible to me.

    All that said, it sounds like you’re better read on this than I am, so I’d love to learn if you can throw some sources at me



  • I’ll give a more detailed answer.

    Docker doesn’t help you in the development of the website. Docker helps you with the deployment of the website.

    The purpose of Docker is to give you a consistent environment. When you create a Docker “image,” that image includes all of the files and software required to run the website. Then on some computer accessible by the public internet, you can just download that “image” and run your website using a “container” created from the image.

    You can think of the image as the blueprint of all the bits and pieces needed to run your website. The container is basically all those pieces put into action to actually run the website.

    Now, depending on your website, you may not even need Docker. If it’s frontend-only, you could use some service like Vercel, where you don’t even need Docker.

    Can you share more info about your current level of knowledge and the website you want to make?


  • I’m not convinced of this. One could argue that profit is waste. It’s an overhead of wealth delivered for value provided. If co-ops are less incentives towards profit, e.g. by not having a tradeable stock to manage, then the pursuit of profit is a lesser priority. This means the overhead is less, which could mean lower prices.

    To put it bluntly, if you don’t need to pay dividends to shareholders who deliver no value or huge bonuses to executives at the top, maybe the operating costs could be lower. Yes, the cooperative members would take some of that money as profit sharing among the members, but the working class tends to be less sociopathically greedy than those in power.

    Definitely open to feedback. This kind of thinking is newer to me