• 2 Posts
  • 974 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • Things that reduce consumption are frequently successful in capitalism. Generally, using less, costs less. There are always those selling a thing who are trying to increase the consumption of that thing, but often at expensive of those selling a competing thing. One successful way of doing that is to be cheaper to buy or run or both, by doing more with less.

    However, sometimes we want something to be made with more a bit more to last longer and be repairable.

    Raw capitalist won’t do all this on its own. The invisible hand isn’t very good at planning long term. Governments need to structure markets for outcomes they want, and keep measuring and correcting.






  • The whole point of docker is to solve the “work on my computer” by providing the developer hacked up OS with the app. (Rather than fixing it and dealing dependencies like a grown up)

    Bit special for it to still be broken. If it flat out doesn’t work, at all, then it may well be “sunk cost fallacy” to keep working on it. There is no universal answer, but there is a developer tendency to rewrite.



  • Programmers love to rewrite things, but it’s often not a good idea, let alone good for a business. Old code can be ugly because it is covered with horrible leasons and compromises. A rewrite can be the right thing, but it’s not to be taken lightly. It needs to be budgeted for, signed off on and carefully planned. The old system needs to stable enough to continue until the new system can replace it.