>The Politiken article has been corrected. They're dropping Microsoft Office but not Windows. They might in the future, that seems to be the general trend, but in this case the minister said they're dropping Microsoft services and interviewer misinterpreted that as including Windows.
In fact, if there was a better, more direct way than publishing on GitHub to feed my open source code directly into future training runs, I would probably do that.
> It'll migrate about half of the Ministry of Digital Affairs away from Windows this summer
California, 40yo fwiw
There's never been an issue. It's a better experience than W10 was. I don't really understand why everybody is upset.
I don't play video games so maybe that's part of it?
Personally, I quite like Kotlin, but I haven't been able to convince most of my greybeard colleagues to make the leap.
I like to avoid mixing Java/Kotlin within the same module when I can, but it still works, and parts of our codebase are mixed this way. (by module I mean e.g. the same Maven or Gradle module, i.e. try to avoid a situation where you have a `src/main/java` and `src/main/kotlin` next to each other)