• 1 Post
  • 26 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle
  • It is a reactionary response to Capitalism’s decay

    Interesting theory, need to think about that. Though I don’t think Fascism and Capitalism are necessarily exclusive. (As example China, which is I’d say fascist and against the usual theory of “communism” quite state-capitalistic)

    If you understand that the rate of profit trends towards zero, why would you think Capitalism is stable?

    Because the trend is clearly not to zero currently, there’s a lot of rich people (and the number is growing), profit is still growing, it’s just that the gap between poor and rich is also growing. But Capitalism doesn’t care about a lot of poor people. How that will be long-term is another story (as said ecosystems are the limiting factor).


  • I mean we’re seeing it in the USA already don’t we (as one of the more capitalistic examples)? Capitalism is still pretty stable, a lot of are mentally ill (otherwise I can’t explain why someone like Trump is so popular). (And physically too). Opiate crisis. Richest country, yet the poorest are living in similar conditions as those in the poorer countries in Africa. I can name more examples of society falling apart, but yet capitalism still being strong (even in the democratic party). I mean I agree with your points (which are undermined by mine), yet that doesn’t mean that capitalism is falling apart - and that means IMO that a major part of the people agree (and especially those with power, be it financial/political or military), that the system is is inherently flawed, and needs to be changed. But exactly that is something I’m not seeing anytime soon.




  • It is, but I fear it will break apart much later than we hope it is. And likely violently, as worse ecosystems also mean less base on which capitalism can grow which in the past lead to conflicts. I mean the whole stuff gets already unstable when it isn’t growing (and I don’t mean capitalism as whole, more like everything connected to it)


  • Believe me I’m doing all parts of things towards this, but I’m being realistic, I’m just 1 of 8 billion people… And Capitalism as much as I would like it to be different seems to be a rather stable system (destabilising all sorts of other things, don’t get me wrong). I expect other things to collapse first (and foremost ecological systems).


  • Yeah I don’t know. Just see how the modern world is shaping society to the negative. Generation Instagram/TikTok all want to be influencers, there’s growing mental illnesses. Fertility rapidly declining (and it isn’t unfortunately all because of education). Capitalism is almost perfected abusing the dopamine system in an unhealthy way. I don’t want to be a doomer. I just don’t see where we are close to utopia. Which for me would be more sociali(sm) more community, less narcissism/egoism and more solarpunk. But right now we are on a different path. I’m happy to be proven wrong though…







  • Yep tinkering with the system is probably the main issue (for that NixOS is awesome btw.). But even when you’re not constantly tinkering. System-State accumulates over time, bugs are also apparent in (upgrading of) distros, and the maintainers of a distro cannot realistically handle every upgrade time-point x -> y, so stuff will likely break after some time.

    But even when I have fixed all the issues in my previous at some time broken distros, at some point it just feels good to have a freshly installed system without all that dirty accumulated state (NixOS + impermanence and you’ll have that every reboot :P, see also this)


  • You probably don’t have much on that system and/or you have a lot of discipline…

    I did reinstall it after max 1 1/2 years (Arch btw.), either because of breakage, or weird behavior, or it was a chaotic dumpster fire.

    At some point I discovered NixOS and was sold (and am still sold after 3 1/2 years using it). But it has a steep learning curve, though it certainly got better over that time.




  • It’s not for everyone. I think it’s almost a requirement to be a programmer, and to be familiar with functional programming. It also has quite a few (necessary?) quirks/magic (module system, overlays, typing, config overrides etc.).

    Actually one of my colleagues just switched from Pop OS! since System76 put all focus into their new desktop environment (while the current distro is barely maintained), which will be available on NixOS too, when it’s ready (which is his plan to use, and mine too).





  • Rust has exactly the same problems with depreciation as many Frameworks rely on experimental features which are subject to change.

    Rust has actually quite a good record with depreciation and backwards-compatibilty etc. They are changing the language in non-backwards compatible way over editions, but the changes are mostly very manageable.

    But to not end up being another C++ (syntax-wise it’s a disaster IMHO), a few non-backwards-compatible changes every few years are the way to go, when it’s manageable.