• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • I want to understand your point. What do you mean by “capitalists allow” and “leaving the capitalist in power” in the assumption of socializing an industry?

    Do you refer to the fact that in a direct or indirect way, capitalists influence the governement, so even if something socialized it’s still under capitalist control?

    Or something more like the case of Uber and taxis? Where capitalism can provide unfair competition.

    Those points are what it comes to my mind with what you say, but I feel like I’m missing something about what you mean, and I’m intrigued.





  • Curiosity. It began while trying to play around with programming, and finding a lot of talk and resources about Linux, and then trying it. 3 broken Debian installations just for messing around, then Ubuntu as a more permanent install, all of this alongside Windows.

    Then I began using less and less Windows until I just deleted the Windows partition because I needed more space.


  • The behaviour you mention is from npm install, which will put the same exact version from the package-lock.json, if present. If not it will act as an npm update.

    npm update will always update, and rewrite the package-lock.json file with the latest version available that complies with the restrictions defined on the package.json.

    I may be wrong but, I think the difference may be that python only has the behaviour that package-lock.json offer, but not the package.json, which allows the developer to put constraints on which is the max/min version allowed to install.


  • Dead Cells is a game I always have installed just to pick it up in bursts of 30 minutes or an hour.

    It’s a roguelike, it’s challenging and it’s easy to pick up any time.

    Even though it has levels, the intended way to play it is in runs. You start the game, start a new run, and try to go as far as you can, you die and repeat.

    Multiple paths to choose, so it never becomes boring, and the levels are generated, so you can’t memorize everything.