←back to thread

535 points raddad | 1 comments | | HN request time: 0.206s | source
Show context
typon ◴[] No.11389194[source]
This might be the most exciting news I've heard in a long time. Being able to use Visual Studio and .NET for web development while using zsh and all the other Linux tools? Dreamland.
replies(3): >>11389261 #>>11389399 #>>11389628 #
sfilipov ◴[] No.11389628[source]
The only reason I can't really use Windows as development OS are the inferior terminal emulators. As good as ConEmu is, it is still worse than Terminator etc. Unless I can run a native Linux terminal emulator, it doesn't make much of a difference to me. Also, the filesystem differences don't help.

I was also running into Haskell compilation problems that were fixed by running Ubuntu in a Vagrant environment but speed was slow. There isn't good NFS support on Windows either (there is some).

replies(2): >>11389712 #>>11390512 #
dogma1138 ◴[] No.11389712[source]
I would call powershell anything but inferior.
replies(2): >>11390030 #>>11390120 #
ljani ◴[] No.11390030[source]
I'm always put off by the ~five second startup time when I open PS to start learning it. Any tips for speeding it up?
replies(4): >>11390112 #>>11390258 #>>11390819 #>>11392608 #
1. dogma1138 ◴[] No.11392608[source]
Depending what you open, powershell.exe should open as fast as cmd.exe pretty much, the ISE can take a few seconds to load based on the addons you have and how many PS cmdlets you have registered on your system.

As people have mentioned the biggest factor here is probably your hard drive since you are loading maybe couple of 100's of small files when you load the ISE.