I begrudgingly watch these games, and I hate all the ooohhhs and aahhhs at stupid Microsoft integrations with Linux. But this too shall pass. If Microsoft was to put out a free version of Windows say Windows Developer Edition, I would happily dual boot to it. That's my #1 gripe with Windows their shit licensing schemes and activations.
Other than that, this does not make me happy. All this embrace extend extinguish is not going to play with me. But I know a lot of younger developers, just starting out, will be taken away by it rather than properly switching to Linux or other *nix as they should. But what can you do about that.
Frankenstein OS (Linux + Windows) is going to break every dev tool chain you can think of. I don't see how anyone in their right mind would think Frankenstein OS is a good dev platform.
I guess if you don't mind having an unstable system and enjoy searching google for "how to get xyz to work in bash windows linux" and finding absolutely no answers on stackoverflow then Frankenstein OS is good for you. If you want to find and squash completely new types of bugs that you aren't use to dealing with, then use Frankenstein OS.
For those of us who just want a system that works and is reliable then we should stay away from Frankenstein OS.
>Frankenstein OS (Linux + Windows) is going to break every dev tool chain you can think of. I don't see how anyone in their right mind would think Frankenstein OS is a good dev platform.
It's a binary-identical linux userspace, and it (appears as if it) has the same linux kernel. There will be some rare edge cases (see: mounting a case-sensitive POSIX filesystem on top of the case-preserving NTFS) but aside from that i envisage lxcore.sys being extremely compatible. Certainly a better dev platform than my current cygwin/windows/samba/debian-in-hyper-v setup for mixed OS development.
> >Frankenstein OS (Linux + Windows) is going to break every dev tool chain you can think of. I don't see how anyone in their right mind would think Frankenstein OS is a good dev platform.
> It's a binary-identical linux userspace, and it (appears as if it) has the same linux kernel.
I don't think so (GPL is the main reason why I doubt it because everyone would consider that to be a derivative work of Linux). It looks like they're doing something FreeBSD has had for 10+ years and SmartOS has had for 5+ years. You emulate the syscalls. It's a very simple idea and devilishly hard to get right.
Other than that, this does not make me happy. All this embrace extend extinguish is not going to play with me. But I know a lot of younger developers, just starting out, will be taken away by it rather than properly switching to Linux or other *nix as they should. But what can you do about that.