Live data from Hacker News

New Windows 10 Devices From Microsoft

blogs.windows.com

531–540 of 989 posts

Re: New Windows 10 Devices From Microsoft

#531

Earlier quoted context omitted.

Wow. I've used a SP3 hard for about a year now. I charge nightly, throw it in my bag daily, and cart it from meeting to meeting all day long. It's been great. I find the touchpad is excellent, I've not had problems with overheating (I mostly use Chrome and Office applications), and I'm happy with the power cord. My only critique is that the keyboard is a little louder than I'd like, and for that reason I'm considerin…

Coming from a rMBP 15", I found the SP3 touchpad was too small for me to use comfortably. But it was still usable. Now that they have increased the size of the touchpad and made the keyboard better, I actually have a bit of a dilemma. You can customize the SP4 preorder with an i7 and 16GB of memory for cheaper than the Surface Book i7 with 8GB memory. I'm not sure how necessary the Nvidia card is for my purposes.

I loathe touchpads... I only mouse so I've never had any issue with the SP3s KB

Re: New Windows 10 Devices From Microsoft

#532
post #444

Earlier quoted context omitted.

Hence "I can think of". That was copypasta from an internal wiki. I don't appreciate being accused of "disingenousness" from an off the cuff example. By the way, your example is precisely 12 characters longer than mine and still multiple times shorter than the equivalent PS, so if your goal was to somehow disprove PowerShell's annoying verboseness rather than snark at me, you failed.

(iwr "http://Slashdot.org").Links | select href Nearest Unix equivalent please.

What does that even do? Sorry, I’m not familiar with Windows, but would love to provide a unix equivalent.

Re: New Windows 10 Devices From Microsoft

#533
post #387

Earlier quoted context omitted.

I'd also wager Select-String is an order of magnitude slower than grep or ag.

You'd be wrong (at least for grep) http://www.jwgoerlich.us/blogengine/post/2013/01/21/Grep-ver...

Except, GNU grep is even faster than Select-String, if you run it on a better filesystem.

Re: New Windows 10 Devices From Microsoft

#534

Earlier quoted context omitted.

I had a long discussion a few weeks ago with some friends about how in the short term, Apple messed up with iOS/OS X while Microsoft took the hard, long, correct route and made the OS work in both places. This was after the launch of the iPad Pro which is xbox-huge. I was imagining a product which was a MacBook "Base" which you could connect an iPad to as the 'screen' - except you'd have two different OSes that you'd…

Exactly right! The dual operationg system approach was a good short term decision, but I also think that Apple made a mistake, taking a long term view.

I remember when the iPhone was announced (when the OS was still called "iPhone OS") Apple actually made a point to say it was OSX, and a non-compromise kind of OS. I still remember people drooling over the fact that Apple had managed to put the Macintosh OS on a phone.

The OS was way ahead compared to what else existed out there, and I do think it got some stuff from OSX, but now it's clearly on a very different state rather than merging/

Re: New Windows 10 Devices From Microsoft

#535

Earlier quoted context omitted.

Those two lines do different things. They're not analogous. The equivalent to the UNIX line above in Powershell is: ls "C:\app\*.log" -R | sls "Error" | sort You cannot just tack on a bunch of extra requirements for Powershell (grouping, sorting by certain things and in a certain order) and then not include them in the UNIX example, that's disingenuous/misleading. The only big difference between PS and UNIX in an act…

Hence "I can think of". That was copypasta from an internal wiki. I don't appreciate being accused of "disingenousness" from an off the cuff example. By the way, your example is precisely 12 characters longer than mine and still multiple times shorter than the equivalent PS, so if your goal was to somehow disprove PowerShell's annoying verboseness rather than snark at me, you failed.

>By the way, your example is precisely 12 characters longer than mine and still multiple times shorter than the equivalent PS

I think you didn't realize, but what Someone1234 has there is the equivalent PS, not UNIX shell.

Re: New Windows 10 Devices From Microsoft

#536

Earlier quoted context omitted.

What, a copy of a MacBook with a touch screen, pen operation, a serious GPU, and a detachable screen that works as a tablet running iPad-style apps? Still waiting for a MacBook that does any of that ;-)

While I agree with the rest, what do you mean by "serious GPU"? GPUs seem exactly the same as MBP offers.

13-inch MacBook Pro has Intel Iris 6100 Graphics, no?

Re: New Windows 10 Devices From Microsoft

#539

Earlier quoted context omitted.

At the risk of sounding overly snarky: Top-notch does not mean putting the Goddamned Metro UI, a thing for users on touch screens , on a Goddamned SERVER OS like they did with 2012. It's insanity. Every time I have to RDP into a 2012 machine, I cringe a bit. Whoever was responsible for that decision should be shot, and the corpse fired. For all Microsoft has been doing to improve their standing lately, they still mak…

Yeah, the UI is shit, though in the next server release they're adding native PowerShell over SSH, so hopefully you should never have to log in to one again.

There's been remoting in powershell since V2 the only cool thing about SSH is linux gets to join the party. And that is very cool

Re: New Windows 10 Devices From Microsoft

#540
post #438

Earlier quoted context omitted.

It's more about muscle memory and not having to retrain your brain. After using Mac for such a long time, it's nice to not have to recondition yourself to having to use backslashes or using commands like `dir` instead of `ls`.

Powershell supports both dir and ls

PowerShell calls its directory listing `ls`. Its "support" is limited to little more than the command name.
Post reply on HN