Forgot your password?

typodupeerror

Comment: Re: Obligatory (Score 1) 426

by LO0G (#40057673) Attached to: Aero Glass UI No More On Windows 8

Push the power button, it shuts down quite nicely. Or close your laptop's lid.

If you want, you can use Control-Alt-Delete, Alt-S then up and down to pick which of the 3 menu items pops up on the power button.

If you'd rather use the command line, the "shutdown" command still works just fine.

Almost the mechanisms to shut down windows over the past decade or so are still there. The only thing that's missing is the "shutdown" button on the start menu. The one that spawned all those "You have to use Start to shut down windows" jokes?

Comment: Re:Do no evil indeed (Score 1) 383

by LO0G (#38732266) Attached to: Google Caught Misbehaving By Kenyan Startup

Check the dreamwidth.org post I cited - mjg calls out (in the comments) that there IS a challenge that the OEM needs to include the distro's cert in the box, but that doesn't mean that Linux is locked out - the Linux distro just needs to work with the OEM to ensure that the cert for the distro is included in one of the set of certs that is included in the box:

"Re: Is there any way for the end-user to load their own keys?
Date: 2011-09-24 02:10 am (UTC)
From: mjg59
Not inherently. It's actually reasonably hard to do - inserting new keys requires that those keys themselves be signed by the private half of one of the keys in the KEK database, so you'd need to give your key to someone who *does* have an entry there (either the OEM or Microsoft), have them sign it and then pass that into the variable database"

I'm not saying that there aren't challenges, but it's NOT impossible. "Requires that the Linux distribution owner work with the OEM" is far from "locked out".

Comment: Re:Do no evil indeed (Score 1) 383

by LO0G (#38708630) Attached to: Google Caught Misbehaving By Kenyan Startup

Where did they say that? What I read in all the excerpts was that the competing OS needed to built according to the rules that Intel defined when they defined UEFI secure boot.

That's not "impossible" - According to this, it should be possible. And this says it should take about a week's worth of work for any distro to support it.

That's FAR from "impossible".

Comment: Re:About friggin' time... (Score 1) 306

by LO0G (#37651502) Attached to: Windows 8 To Reduce Memory Footprint

You've just described the memory allocator used in Windows 1.0 back in 1984 (no, that's not a typo). For an OS designed for a machine without any form of virtual memory, and one which needed to run on machines with 256K of RAM (again, not a typo) it was a pretty good solution. But the memory management solutions used by modern operating systems are many orders of magnitude better (demand paging trumps lock/unlock for overall resource allocation). Plus you'd have to deal with the apps that call "give me the real memory" and never release it back to the OS.

And of course apps would do this routinely because they don't care what their bad behavior does to the other apps on the system, as long as their app works just fine.

Comment: Re:About time. (Score 2) 306

by LO0G (#37648116) Attached to: Windows 8 To Reduce Memory Footprint

The Black Viper list is pretty good, but the reality is that from Win7 on, the list of OS services that's enabled is the set which won't break something (if you read Black Viper's list they point out what breaks with each service disabled).

And I've not yet figured out how to convince Google Chrome to stop auto-updating (and I don't want to stop flash from auto-updating, flash and pdf are the two biggest vectors for malware out there). I just wish their auto-updaters respected the user and recognized that they should. Larry Osterman wrote an article about this a couple of years ago: http://blogs.msdn.com/b/larryosterman/archive/2007/08/20/applet-mitigations-updaters.aspx

Comment: Re:Sounds good - but so did Cairo (Score 2) 306

by LO0G (#37647564) Attached to: Windows 8 To Reduce Memory Footprint

Longhorn (and more specifically WinFS) was one of the very few times MSFT's ever talked about features that weren't delivered. For Windows 7, I can only think of one feature which was announced that wasn't actually delivered (bluetooth audio).

Except for Longhorn features, what Windows features were promoted but not delivered?

Comment: Re:I'm sure the malware authors will love it! (Score 1) 213

by LO0G (#37506564) Attached to: Windows 8 Introduces a New Cross-App Data-Sharing System

I think he's referring to "Shatter attacks", which is standard terminology. But shatter attacks only work when window messages are passed between a user mode process and a system process. And ever since Windows Vista, they've been completely neutered (desktop apps can't interact with service processes).

The sharing stuff looks to be very similar to the clipboard - you select some stuff in one app, select the "share" system control, it presents a list of apps which can share the thing you selected and you pick the one you want to share with. All of these interactions are user initiated, so I don't see how malware gets involved.

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...