←back to thread

1725 points taubek | 1 comments | | HN request time: 0.326s | source
Show context
bioemerl ◴[] No.35326159[source]
Every last update is adding just a little bit more intrusion, from the news articles, the required user accounts, the updates without asking any form of permission from the user, and more.

The only reason, and I mean the only reason, that I continue running it on any of my machines is that software often won't support Linux for edge case situations like VR games.

Also performance is just trash. If you've tried to run windows on a non ssd in the last decade, it's an absolute slog.

I'm slowly but surely trying to cut this windows software out of my life.

This is also making me strongly consider moving off of .net and looking into any alternative I can find for it, which the only real option at this point is probably Kotlin.

replies(3): >>35326377 #>>35326471 #>>35326542 #
weberer ◴[] No.35326542[source]
>This is also making me strongly consider moving off of .net and looking into any alternative I can find for it, which the only real option at this point is probably Kotlin.

Even MS themselves moved from their proprietary .NET implementation to .NET Core, which works just fine in Linux. But I'd give a +1 to Kotlin anyway, its a great language. I'm also fond of using Python with Pydantic to enforce type checking.

replies(1): >>35326627 #
1. bioemerl ◴[] No.35326627[source]
I am not crazy prone to trust the open source dotnet core. Even if it's open source, it's still Microsoft.

I feel like people give open source way too much credit in general when it comes to how it can be abused. There is still a very very large barrier to control over the ecosystem when it comes to core, so if Microsoft decides to start getting to 4E the project I fully believe they'll succeed.

I will 100 percent look into that python option though. The main reason I've ruled it out is performance. JVM and Core just thrash python in terms of out of the box speed.