Earlier quoted context omitted.
He's sort of running open source desktops on a Windows 10 kernel. But not really, there's an abstraction layer called WSL in between. There are some interesting effects though: you can touch test.txt in Bash and then open that file in Notepad without setting up any network shares, virtual machines, etc. In my mind, Microsoft developed WSL to try to keep developers: if you grew up on Linux but are now employed maintai…
> if you grew up on Linux but are now employed maintaining Windows servers I think it's the other way around. It's useful for people who develop for Linux, but their company issues Windows notebooks to employees because their internal IT infrastructure is AD+Exchange+etc.
Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
41–50 of 108 posts
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#42Earlier quoted context omitted.
He's sort of running open source desktops on a Windows 10 kernel. But not really, there's an abstraction layer called WSL in between. There are some interesting effects though: you can touch test.txt in Bash and then open that file in Notepad without setting up any network shares, virtual machines, etc. In my mind, Microsoft developed WSL to try to keep developers: if you grew up on Linux but are now employed maintai…
> In my mind, Microsoft developed WSL to try to keep developers: if you grew up on Linux but are now employed maintaining Windows servers, WSL gives you a way to get to your shell of choice IMO Cygwin did that well enough before WSL. I "grew up on Linux" (starting back in the day when it came on a stack of floppies and nobody knew what it was) and I've always installed Cygwin on all Windows systems where I had admin…
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#43Earlier quoted context omitted.
Its a bit of a mixed bag. Just getting them set up tends to be pretty iffy; they tend to rely on lots of sockets, which I gather aren't actually implemented by WSL. In terms of performance once they are up and running, things are actually pretty decent. The biggest bottleneck appears to be I/O, which is kind of a problem for everything WSL. That part makes installing a gig+ desktop package frustrating as it takes way…
If sockets are not available how do programs access the network?
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#44Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#45Earlier quoted context omitted.
Linux gaming has been improving rapidly lately, in another year I doubt windows will be necessary.
Biggest overstatement. Linux gaming, though becoming more possible, is nowhere near gaming on windows. Forget game availability, even most GPUs are not properly supported on most Linuxes.
This situation is rapidly changing too with ATI and intels OSS GPU drivers.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#46Earlier quoted context omitted.
FYI, for PyCharm a remote interpreter is probably an easier solution as long as you aren't needing your app to draw anything on an X11 window.
I kind of want to have a development environment in Linux. I also like to game, so for that Windows (in non-vm) is better. So that's why I tried to go with WSL in the first place. But Virtualbox seamless is a nice middle ground between the two OS and I don't have to worry about things that haven't been implemented in WSL.
99% of the time I'm working natively in Fedora when I'm working on code these days (unless I have to do .Net or other MS stuff, Windows goes in a VM for that) - but before I could make that switch I ran PyCharm/IntelliJ/etc. on Windows and just had a headless Fedora or CentOS VM that PyCharm ran my code in.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#47Cool experiment, but holy Tour de France coding style Batman: https://github.com/NathanCastle/BootShellCredentialProvider/...
Likewise I prefer to structure cyclomatic complexity like this by doing something like
if not
return
else if not
return
Rather than if
if
if
...Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#48Earlier quoted context omitted.
He's sort of running open source desktops on a Windows 10 kernel. But not really, there's an abstraction layer called WSL in between. There are some interesting effects though: you can touch test.txt in Bash and then open that file in Notepad without setting up any network shares, virtual machines, etc. In my mind, Microsoft developed WSL to try to keep developers: if you grew up on Linux but are now employed maintai…
> if you grew up on Linux but are now employed maintaining Windows servers I think it's the other way around. It's useful for people who develop for Linux, but their company issues Windows notebooks to employees because their internal IT infrastructure is AD+Exchange+etc.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#49Run your Tesla on a petrol engine. Whatever is the bleedin' point?
Its just a fun little project. The idea is to make you question what it means to be a Linux desktop. Here we have very convincing (running authentic binaries!) Linux DEs, but there's no Linux.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#50Earlier quoted context omitted.
He's sort of running open source desktops on a Windows 10 kernel. But not really, there's an abstraction layer called WSL in between. There are some interesting effects though: you can touch test.txt in Bash and then open that file in Notepad without setting up any network shares, virtual machines, etc. In my mind, Microsoft developed WSL to try to keep developers: if you grew up on Linux but are now employed maintai…
> In my mind, Microsoft developed WSL to try to keep developers: if you grew up on Linux but are now employed maintaining Windows servers, WSL gives you a way to get to your shell of choice IMO Cygwin did that well enough before WSL. I "grew up on Linux" (starting back in the day when it came on a stack of floppies and nobody knew what it was) and I've always installed Cygwin on all Windows systems where I had admin…