I think the Surface Book is finally something that can give the MacBook Pro line a run for its money, this should be interesting.
I spent about 1 hour in the Microsoft Store playing with the SP3. I loved toying with it, but I knew that if I wanted to use it for serious software development I would probably dock it with a real keyboard. The Surface Book seems to be the answer. Truly amazing.
New Windows 10 Devices From Microsoft
431–440 of 989 posts
Re: New Windows 10 Devices From Microsoft
#432tell me the didn't remove true multitasking from windows (pro no less) faq got me very worried: """ Can I run multiple programs at the same time? A: Your Surface Book allows you to run up to two apps side by side on a screen at a time. You can schedule meetings on your calendar while you respond to email, or edit your PowerPoint deck while you listen to music. """ up to two ...what?!?!
Re: New Windows 10 Devices From Microsoft
#433Earlier quoted context omitted.
Page on a full sized browser on a 13" screen with ublock: https://www.dropbox.com/s/gmyi3jjwq25w0d1/surface_book.png?d...
Similarly, on a 13" 1080p chromebook, I get this: http://i.imgur.com/pGhjAwQ.png Turning uBlock off didn't seem to help at all. Edit: after letting it load for 3+ minutes, the page does load successfully, giving this: http://i.imgur.com/qnNlvYj.png So maybe it does work! Eventually.
Re: New Windows 10 Devices From Microsoft
#434Wow, this page is a mess - here's an element based breakdown of the switching elements in their presentation: MSFT: - nav 1 - nav 2 - header with what sounds like a call to action, but no button to buy? - hero image with text overlaid that has terrible contrast nobody will read - inter-page menus with some insane zooming function that scared my browser - another hero image - 3 columns - maybe buttons? no not clickabl…
Re: New Windows 10 Devices From Microsoft
#435Earlier quoted context omitted.
Which is fine when you're starting out, but infinitely frustrating after you have an idea of what you're doing. A recent example, looking for errors in windows logs: Get-Childitem "C:\Windows\" -recurse -Include *.log ` | Select-String "Error" -ErrorAction SilentlyContinue ` | Group-Object filename | Sort-Object count -descending Closest *NIX analogue I can think of would be grep -r Error /var/log/ | sort English is…
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…
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.
Re: New Windows 10 Devices From Microsoft
#436Earlier quoted context omitted.
I don't know about that, I think you should give the tablet mode a try before you speculate about what it can and can't do. I use my SP2 a lot with the Pen and OneNote, which provides automatically digitized handwriting that is viewable and searchable from any computer. It's a pretty killer app but I would probably still be using pen and paper notebooks before someone integrated a screen and highly accurate pen in on…
Can OneNote data be exported to some open, editable format? I like the idea of OneNote's functionality, but I worry about having my data trapped in that application.
https://msdn.microsoft.com/en-us/library/dd924743(v=office.1...
Re: New Windows 10 Devices From Microsoft
#437The keyboard we discussed yesterday https://news.ycombinator.com/item?id=10334026 is less than an inch bigger in each direction -- I am wondering whether I could replace a laptop with that keyboard and the Surface Pro 4. Previously I wouldn't even consider because of the 8GB limitation but it's possible now with 16GB.
Re: New Windows 10 Devices From Microsoft
#438Earlier quoted context omitted.
> I use Cmder as my terminal and it works a lot like Mac's terminal What advantages does this provide over the Windows 10 terminal? Windows 10 fixed all of my biggest gripes with cmd.exe
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`.
Re: New Windows 10 Devices From Microsoft
#439We merged https://news.ycombinator.com/item?id=10340117 and https://news.ycombinator.com/item?id=10340022 hither, since there shouldn't be three stories about this on the front page. Since the live event looks done now, we've picked (what I think is?) the most significant product URL to change to from http://www.microsoft.com/october2015event/en-us/live-event . If anyone suggests a better URL we can change it again.
Re: New Windows 10 Devices From Microsoft
#440Earlier quoted context omitted.
I don't know about that, I think you should give the tablet mode a try before you speculate about what it can and can't do. I use my SP2 a lot with the Pen and OneNote, which provides automatically digitized handwriting that is viewable and searchable from any computer. It's a pretty killer app but I would probably still be using pen and paper notebooks before someone integrated a screen and highly accurate pen in on…
Can OneNote data be exported to some open, editable format? I like the idea of OneNote's functionality, but I worry about having my data trapped in that application.