• 0 Posts
  • 23 Comments
Joined 2 years 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.






  • Depends a lot on the budget and needs… If I was starting over again the first lens I’d get would be Olympus 12-40 f2.8. It’s really versatile. It goes from pretty wide to moderate tele, it’s decently bright at f2.8 for the whole zoom range, it’s sharp and even focuses close you get a pseudo-macro as well (good enough for flowers and bigger insects). Then, if I needed more range I’d get 40-150 f2.8 or if I needed a portrait lens I’d get 45mm f1.8 or 75mm f1.8, if I needed a macro I’d get 60mm f2.8.


  • 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.