New Windows 10 Devices From Microsoft
181–190 of 989 posts
Re: New Windows 10 Devices From Microsoft
#182Could be a MBP replacement for developers. The only thing is those of us running on OS X, how is Windows 10? I love my command line and linux like commands and tools. - Homebrew - Bash scripts - Docker (Windows 10 currently not supported) - Vagrant I just feel the tooling for MS isn't in the direction I am. I still have a Windows 7 desktop and it's just not the same.
Indeed windows for development is not always as streamlined as a unix-based system like OS X. I use a surface pro 3 with windows 8.1 and wrote a python script that opens a cygwin terminal at the top of my screen to provide Guake-like functionality for windows. Most development work I do however is done within a Ubuntu virtual machine, but then again I've usually been doing web development over the past couple years.
Re: New Windows 10 Devices From Microsoft
#183how does their website not work on Chrome? http://imgur.com/a/egqSU
Terrible first experience.
Re: New Windows 10 Devices From Microsoft
#184how does their website not work on Chrome? http://imgur.com/a/egqSU
Re: New Windows 10 Devices From Microsoft
#185Could be a MBP replacement for developers. The only thing is those of us running on OS X, how is Windows 10? I love my command line and linux like commands and tools. - Homebrew - Bash scripts - Docker (Windows 10 currently not supported) - Vagrant I just feel the tooling for MS isn't in the direction I am. I still have a Windows 7 desktop and it's just not the same.
>> I love my command line and linux like commands and tools. - Homebrew - Bash scripts - Docker (Windows 10 currently not supported) - Vagrant
I switched from OSX to Windows last year. I thought I'd miss stuff, but you don't.
There are package managers like chocolatey to replace homebrew.
I use Cmder as my terminal and it works a lot like Mac's terminal. It was probably the key app that made my transition easy.
I use Vagrant on Windows and it works fine.
Can't say much about bash scripts or Docker though, since I rarely run those locally.
Re: New Windows 10 Devices From Microsoft
#186Could be a MBP replacement for developers. The only thing is those of us running on OS X, how is Windows 10? I love my command line and linux like commands and tools. - Homebrew - Bash scripts - Docker (Windows 10 currently not supported) - Vagrant I just feel the tooling for MS isn't in the direction I am. I still have a Windows 7 desktop and it's just not the same.
I would just install Linux on it.
Re: New Windows 10 Devices From Microsoft
#187Earlier quoted context omitted.
It's all there, just different. PowerShell = bash, Chocolatey = homebrew, Windows Server Containers = docker, Hyper-V+powershell = vagrant, DSC = ansible etc etc. I don't use Windows 10 for reference though. Still on 8.1 until they fix a few things and release a version-matched server platform.
Vagrant works on Windows. You can use Hyper-V or VirtualBox for the virtual machine environment.
Re: New Windows 10 Devices From Microsoft
#188Could be a MBP replacement for developers. The only thing is those of us running on OS X, how is Windows 10? I love my command line and linux like commands and tools. - Homebrew - Bash scripts - Docker (Windows 10 currently not supported) - Vagrant I just feel the tooling for MS isn't in the direction I am. I still have a Windows 7 desktop and it's just not the same.
I have a powershell console open on Win10 just as often as I have the terminal open on OS X. It's just a different dialect of command line than what some folks are used to
Re: New Windows 10 Devices From Microsoft
#189Re: New Windows 10 Devices From Microsoft
#190Could be a MBP replacement for developers. The only thing is those of us running on OS X, how is Windows 10? I love my command line and linux like commands and tools. - Homebrew - Bash scripts - Docker (Windows 10 currently not supported) - Vagrant I just feel the tooling for MS isn't in the direction I am. I still have a Windows 7 desktop and it's just not the same.