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

help-circle




  • I’ve been developing stuff with .NET and F#. For the most part the experience with the compiler, libraries and IDEs + tools has been good. Haven’t had to touch visual studio or windows. Most devs run Linux or MacOS and the end product is deployed on servers running Linux and open source dotnet. I’m about as far as you can be from a Microsoft fanboy but you might want to get up to date with the ecosystem. Is it my favourite tech stack? No, but I’ve experienced much worse.


  • Sorry but your examples of the problems are pretty minor and solvable by other means (you can’t do much with my credit card details because they require strong authentication which uses one-time passwords). Also, you conveniently leave out all the problems with cryptocurrency. It’s not like you’re protected in any way. We also do not have any adopted implementation of cryptocurrency that’s not slow and super wasteful of resources. So far they’ve also had the ponzi-scheme problem… first adopters can become very rich but late-comers get crumbs or lose everything.


  • I’m a long time Linux user and a programmer. What I love about it (besides privacy, non-pushiness etc.) is that I can pull pretty much whatever program or tool I need from package manager and that command-line lets me integrate many command line tools with graphical apps.

    Just yesterday I made a little script that pulls weather data from a “non-official” weather station that is closer to me and stores it in a csv-file, then I could bind a key combination to fire another script that plots and shows me that data. It’s just a few command line tools mashed together. A few days ago I wrote little scripts that control lighting in my house and I can bind keys to those as well… maybe that’s “tinkering” too but they’re small things that make my life a little bit better :) Is that impossible to do in Windows? No, but Linux has much less friction.