←back to thread

535 points raddad | 2 comments | | HN request time: 0.018s | 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 #
1. ygra ◴[] No.11390120[source]
PowerShell isn't a console or terminal emulator. It's a shell that uses conhost just like any other console application on Windows.
replies(1): >>11392470 #
2. dogma1138 ◴[] No.11392470[source]
Powershell ISE is quite a good terminal emulator (even tho it wasn't intended as one), it's also extensible via addons and there are quite a few nifty ones like git integration and the likes.

This is the ISE in a default configuration https://imgur.com/xz9Kfpt On the left just an open terminal, in the middle a script which can be edited and executed at any time with F5, and on the right all the powershell commands which could be either immediately executed or inserted into your script with ease.

Unless you need tab browsing that much, which you can get via addons, the ISE is one of the best "terminals" out there imho.