Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Evolution not revolution (Score 1) 36

A sufficiently fast evolution can easily be called a revolution. The industrial revolution was actually just an evolution of industry, yet everyone does know it as a revolution. Why? Because it happened really fast.

The title does say it *could* revolutionize. It may just be a small improvement, or fail completely, but it could be a revolution if it suddenly brings fast, cheap, high-density memory in a scale much greater than Flash memory is able to provide.

Comment Re:So what's Metro? (Score 1) 545

The only hardware-accelerated operations of the GDI are color filling, blitting, alpha-blending, and stretching (with or without alpha). Everything related to drawing shapes (polygons, curves, ...), text, and any UI operation using alternate merging operators (such as XOR, anything but copy and blend), is done in the CPU. It is still partially hardware-accelerated since Windows 7 and up support drawing directly into GPU memory, where Vista had to synchronize the RAM copy with the VRAM copy.

If anything feels snappier in older OSes, it would be because before XP, Microsoft still supported old hardware blitters, such as what was used by DirectDraw. Support for hardware blitting was lost with the switch away from the Win9X architecture and embracing NT. I may be remembering wrong on this, but I believe XP was missing the faster blitting, but didn't support the same level of hardware-acceleration as newer versions of Windows, so in theory, it should have been the least snappy of all...

As to the % of applications using GDI, I'd make it more like >95%, and I'm being conservative. The only application I know for certain uses Direct2D or Direct3D for the interface drawing would be Visual Studio 2010 or newer. And XUL-based applications such as Firefox, where d2d/d3d is supported and available. As far as I know even Java applications which custom-draw the GUI end up doing so with GDI functions.

Comment Re:So what's Metro? (Score 1) 545

Yes. WinRT is where COM meets Silverlight. It's a .NET-like API based on something that looks quite a lot like COM, but isn't exactly COM (IIRC), and uses a GUI toolkit based around the XAML language, like Silverlight. And like Silverlight, applications run in a walled garden, unlike proper WPF programs which also use the XAML language. Note that XAML has different dialects, and you can't do exactly the same in them. Sadly.

Comment Re:So what's Metro? (Score 3, Informative) 545

Modern UI apps use the WinRT libraries to draw hardware-accelerated GUIs, using a dialect of the XAML language already present in the WPF and Silverlight libs. Standard desktop apps use the old win32 windowing system so they miss that hardware-acceleration -- unless they are made in .NET with WPF or Silverlight, in which case they will draw using Direct3D9 even in XP.

Comment Re:my list is not long (Score 1) 545

They made a new start menu, for desktop users. Modern-ui apps will show windowed, for desktop users. The charms bar will be gone in desktop installs. No idea about hot corners, but the rest are all things that have been confirmed in the leaks ;P

Comment Re:Bring back windows XP. (Score 1) 545

XP was complete bloat by 2001's standards. Windows 7 was made lighter than Vista, after people complained about Vista the same way people complained about XP.

The only reason XP doesn't feel bloated right now, is because it's 13 years old and 10 years obsolete -- since it can't do a lot of things OSes are expected to do (not by you obviously). The biggest mistake Microsoft made wasn't Vista's expectation of a decent computer, nor windows 8's oversimplification. It was letting people grow used to XP for way too long.

Comment Re:no price? (Score 2) 88

It's a MIPS board. I have been waiting for this for SO long that I'd consider anything with less than 4 digits. And probably decide not to get it if it turns out to be > $200. I don't apply for the free ones since I just want to toy around with it, not do some specific project with it. ;P

Comment Re:Microsoft is wasting people's time (Score 4, Insightful) 346

Both my desktop computer AND my laptop have one thing in common: neither of them is a tablet. And Windows 8 as is is ONLY oriented towards tablets.

A lightweight OS oriented in low power usage and touch-based controls, which just happens to still maintain some sort of classic experience because they couldn't be arsed to remove it the way they removed other perfectly functional features, is not the OS I want to use.

Windows 9 may or may not be good enough to get into my computers. We'll see.

Slashdot Top Deals

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...