• 0 Posts
  • 48 Comments
Joined 6 months ago
cake
Cake day: March 21st, 2024

help-circle


  • It’s extremely unconvincing to say “Sure it was horrible last time, but next time it’ll be different.” Trotskyists and ultraleftists compensate by prettying up their picture of socialism and picking more obscure (usually short-lived) experiments to uphold as the real deal. But this just gives ammunition to those who say “Socialism doesn’t work” or “Socialism is a utopian fantasy.” And lurking behind the whole conversation is Stalin, who for the average Westerner represents the unadvisability of trying to radically change the world at all. No matter how much you insist that your thing isn’t Stalinist, the specter of Stalin is still going to affect how people think about (any form of) socialism — tankies have decided that there is no getting around the problem of addressing Stalin’s legacy. That legacy, as it stands, at least in Western public opinion (they feel differently about him in other parts of the world), is largely the product of Cold War propaganda.

    That’s the gist. Then he goes on with another paragraph of whataboutism but of course not a single mention of the tens of millions of dead both, Stalin and Mao, were responsible for.

    Of course he’s also an western armchair socialist. People that actually lived in the Sowjet Union (and not in today’s Russia) draw quite a different picture.












  • But it can also be a matter of (inexperienced) devs just deciding, fuck it, I won’t try to merge it, I’ll just copy my changes elsewhere and throw away the repo.

    Pretty sure that’s actually it. Git has a learning curve and, for example, some naive rebase not working out as intended can be scary if you don’t know what you’re doing.


  • It works well - for a Windows subsystem. It is well-integrated but also separate which can be annoying sometimes.

    For example, you might code in Python in VSC against a WSL folder but make a script to eventually run in Windows. You need to install and update Python twice then - a Linux and a Windows version (obvious, but can be annoying).

    WSL is also really slow, especially for filesystem heavy stuff. You know how on Linux programs sometimes run faster via Wine/Proton than on Windows itself? Yeah, this is the other way around.