The type cover seems like a good thing in theory, but in practice feels very "tacked on." Especially in that you have to find a level surface (no pun intended) to rest the device on.
Announcing the Surface 3
221–230 of 345 posts
Re: Announcing the Surface 3
#222Re: Announcing the Surface 3
#223Earlier quoted context omitted.
[deleted]
Did you consider that, instead of a hive mind or something silly like that, your post was just overreaching and insulting in its phrasing? I mean, you might recall that I jumped in on that Amazon thread when somebody was calling you a liar. And I downvoted you here, because you were extrapolating your personal feelings to the market at large and kind of being a dink about it. (And, seriously, Steve Jobs on styluses c…
> Steve Jobs on styluses can get bent
Steve Jobs also sought alternative medicine for his cancer, so it's not as if he is some repository of universal truths.
And I think locking iPad into media appliance role has to do with them not wanting to kill half of Mac sales, it doesn't make sense to me to artificially limit what is from HW standpoint essentially a keyboardless laptop otherwise. That's why I'll take (transformer) W8 over iPad any day - I only have to take around one device.
Re: Announcing the Surface 3
#224It's just sleazy that all of their advertising is centered on how the keyboard differentiates the device from other tablets and then the keyboard isn't included in the base price.
I strongly agree with this. The keyboard is great. Having a choice of keyboards is also great. However Microsoft makes the keyboard a core part of this device (both literally, and in adverts) so to me there should be no scenario where it doesn't ship with one. They should just set the price at $599 and include the keyboard. At least it is an "out the door" price then, not $500 with a hidden $100 tack-on.
Re: Announcing the Surface 3
#225Wow, at that price point and feature set, I think Microsoft finally has something that can plausibly be considered an iPad-killer.
I don't know about iPad-killer, but finally something worth checking out.
Re: Announcing the Surface 3
#226Earlier quoted context omitted.
LOL at using Windows on a high DPI screen. Windows 8 improved a lot, but using any Desktop apps (Photoshop, IE, Chrome, etc.) is horrible, everything is super tiny. They haven't really given much though to scaling yet, even in Windows 10 scaling is still being figured out.
This is so patently false I'm not sure if you aren't just trolling. I use windows 8 on a 150 DPI screen (28" 4k) on my work desktop and a 220 DPI screen on my laptop (rMBP). Both have no problems, and most commercial apps already support it (chrome, IE no problem, I've heard phtoshop is ok as well).
Photoshop (since it was also mentioned) has very limited support for real scaling (beyond the OS's default of render as if on a low-dpi screen and then bitmap scale the UI up, which looks horrible, especially when combined with an app you are using to do precise bitmap editing) -- the only meaningful option it gives you is to scale everything in the UI up 200%, which is better than nothing (and what I have to do on my 3840x2160 Toshiba laptop to get a usable UI), but not a really flexible solution and even this is considered an "expirmental feature" in the very latest version.
Adobe Lightroom, on the other hand, has effortless scaling and just works great on screens at any DPI.
The point being there is plenty of support in the OS for apps that effectively scale, it is just that there are a lot of Win32 legacy apps out there which would require a near rewrite of the UI layer to scale well, it is by no means something the OS handles for you automatically (beyond the clumsy bitmap scaling default) if your code targets the older UI APIs, and there are (still) plenty of gotchas you do actually run into when running Windows apps on high DPI screens, though things are certainly improving in this regard.
Re: Announcing the Surface 3
#227Re: Announcing the Surface 3
#228Re: Announcing the Surface 3
#229But does it run linux?
Re: Announcing the Surface 3
#230Earlier quoted context omitted.
It feels like the Surface 3 is coming out a few months too early in some respects, as the disk space improvements in Windows 10 are going to make it a lot more palatable on the $499 model: http://blogs.windows.com/bloggingwindows/2015/03/16/how-wind...
This is my feeling as well. I just don't want a Windows 8 machine. Its clear it was a transition OS full of compromise, half cooked ideas, and a "lets just ship" mentality, which MS had to embrace considering it was practically a non-player in the mobile space in 2012. I'm hoping 10 comes out with a more refined understanding of modern OS expectations, especially when your OS is both a desktop and mobile OS. I find i…
On Windows, every allocation gets reserved by actual memory, so it's easier to run into a situation where you would start failing malloc. So having swap is more important.
Also, I think that anonymous mmap is backed by the pagefile. So anything using mmap without specifying a file is going to increase your pagefile needs.