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.
New Windows 10 Devices From Microsoft
531–540 of 989 posts
Re: New Windows 10 Devices From Microsoft
#532Earlier 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.
Re: New Windows 10 Devices From Microsoft
#533Earlier 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...
Re: New Windows 10 Devices From Microsoft
#534Earlier 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.
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
#535Earlier 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.
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
#536Earlier 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.
Re: New Windows 10 Devices From Microsoft
#537Does anyone know why the fingerprint reader on the Surface Pro 4 keyboard is only available in the US? http://i.imgur.com/0GfZtzz.png
Re: New Windows 10 Devices From Microsoft
#538How can you not check one of the most popular browsers on the internet.
Re: New Windows 10 Devices From Microsoft
#539Earlier 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.
Re: New Windows 10 Devices From Microsoft
#540Earlier 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