Earlier quoted context omitted.
This. Is the bootloader locked? So far I have mixed feelings about tablets. I like the "tablet" part but not the "it is cryptographically sercured from doing anything that might upset a government, corporation, or business model" part.
The Surface Pro 3 you could. Just had to disable Secure Boot for setup, boot from a USB stick, and after installation you could re-enable it (assuming you had a Linux distribution that supports Secure Boot signing). Obviously nobody outside of Microsoft will know if that remains true with the Surface Pro 4.
New Windows 10 Devices From Microsoft
541–550 of 989 posts
Re: New Windows 10 Devices From Microsoft
#542But I fail to see how this is helping Microsoft move forward. Capturing a chunk of the developer notebook market doesn't exactly move the needle for them, and they don't have the brand that allows Apple to sell MBPr as glorified Facebook machines to people that would otherwise balk at the price.
Re: New Windows 10 Devices From Microsoft
#543tell 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?!?!
Probably referring to the windowing system that makes it easy to snap two apps side by side, each on half the screen, while in Metro mode. You can probably still go to the "desktop" and multitask however you're used to.
I'd like it to be the case, but they may allow only metro apps, can't they?
Re: New Windows 10 Devices From Microsoft
#544Earlier quoted context omitted.
Exactly this ... outside of ThinkPad, many Windows hardware options have been pretty embarrassing.
Yes, and while Thinkpad is excellent, it's not really a 'cool' option. The Surface Book's design (and price point) places it solidly as a competitor to Macs.
Re: New Windows 10 Devices From Microsoft
#545Earlier quoted context omitted.
ThinkPad is pretty embarrassing; you're supporting a company that decided to MITM all its users traffic to inject advertising using factory-installed malware by trusting the same certificate, whose private key can be extracted from any Lenovo product and trivially used to MITM all the others. Lenovo needs to fail hard and fast. I recognize we'll probably never get those responsible into prison, but at least we can ma…
I support the company that makes the closest thing to a product I want. Reimaging the computer is a lot easier than installing your own pointing stick.
Imagine if you bought a car that detected when you were driving to a particular business, locked out steering, and instead drove you to a competitor that had "partnered" with the manufacturer. You totally own the car, and no one ever told you it had this "feature."
Imagine if you bought a gun that would refuse to fire when pointed at people who had purchased protection from the manufacturer. You don't find out about this feature until the guy invading your home has it.
Lenovo lied to your face. It sold laptops that claimed to navigate to the websites you entered in the URL bar, but instead displayed a version edited by Lenovo on behalf of its partners.
Normalizing this sort of thing is not okay and anyone buying Lenovo post-Superfish shares the moral responsibility when this is our future.
Re: New Windows 10 Devices From Microsoft
#546The site is screwed up on MAC chrome: http://imgur.com/1hHpSiy How can you not check one of the most popular browsers on the internet.
I found that the glitches somehow corrected themselves; try resizing or reloading the page.
Re: New Windows 10 Devices From Microsoft
#547Earlier quoted context omitted.
(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
#548Earlier quoted context omitted.
Exactly this ... outside of ThinkPad, many Windows hardware options have been pretty embarrassing.
ThinkPad is pretty embarrassing; you're supporting a company that decided to MITM all its users traffic to inject advertising using factory-installed malware by trusting the same certificate, whose private key can be extracted from any Lenovo product and trivially used to MITM all the others. Lenovo needs to fail hard and fast. I recognize we'll probably never get those responsible into prison, but at least we can ma…
Re: New Windows 10 Devices From Microsoft
#549Earlier quoted context omitted.
Well the keyboard is in the stand, part of the battery is probably in the stand, all of the ports are in the stand, the dedicated GPU is in the stand, plus the stand actually lays flat while the screen is mostly upright so in any normal position the stand could only be a fraction of the screen and still not cause it to topple right? I guess the combination of all of that and perhaps a little extra counterweight if ne…
Very disingenuous of them to not include the full weight spec with the keyboard. my big worry with the MS hardware is its flimsy plasticky nature.
Re: New Windows 10 Devices From Microsoft
#550Earlier quoted context omitted.
What does that even do? Sorry, I’m not familiar with Windows, but would love to provide a unix equivalent.
Fetches http://Slashdot.org (`iwr ...`), parses it as an HTML page and extracts all the anchor tags (`.Links`), and selects the href of each anchor tag (`select href`). Since this is the end of the command, the hrefs are returned and printed as an array of strings (so one href on each line).