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

 



Forgot your password?
typodupeerror
×

Comment Re:Users disagree with him (Score 1) 980

To add a worksheet in Excel 2007, I go to the bottom of the document (where the worksheet tabs are listed). The one on the far right has a tooltip which says "Insert Worksheet (Shift+F11)". That seems much more efficient than the "home/cells/format" thingy you described.

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

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

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:About time. (Score 1) 306

Trigger started services were introduced in Windows 7, this isn't new. I just wish people were taking advantage of them (I'm looking at you Google chrome and Adobe with your long running processes that do nothing but check to see if there's an update).

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

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

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.

Comment Re:telemtry data (Score 1) 951

From TFA:

As a reminder, the telemetry data is opt-in, anonymous, and private, but it does represent hundreds of millions of sessions from all customer types.

You have to opt into reporting telemetry. So if you don't want your data being uploaded to MSFT, when Windows asks you if you want to opt in, don't.

Comment Re:Awful (Score 1) 951

One of Microsoft's big problems in Office 97-2003 was that people were not noticing features that Microsoft wanted them to use

One of the other motivations about the ribbon: When Microsoft asked users about what features they would like to see in Office, it turns out they asked for features that were already there. But the menu system was so complicated that nobody figured that out.

Jensen Harris (architect of the Ribbon) has an awesome talk about the history of the Office UI that led to the creation of the ribbon on his blog. Search for "why the ui". He also did a video of the story

Comment Re:And The Rest Of What Makes Windows Garbage (Score 2) 456

Actually the \ character was chosen because the "/" character was used in DOS 1.0 for command line switches. And / was used in DOS 1.0 for command line switches because that's what they used in the DEC operating systems (VMS, DECSystem 10, DECSystem 20) from the 1970s. Remember that DOS 1.0 didn't support directories (all files were located at the root of the drive). They added directory support in DOS 2.0. Once / was used as a command line switch delimiter, it couldn't be used as a path separator, so they chose \ instead.

If you're going to blame the "/" character on anyone, it's not MSFT, it's DEC.

Oh and here's a little known fact: DOS (and Windows) allows the user to use either \ or / as a path separator.

Comment Re:Here We Go Again ... (Score 1) 210

To be fair, Lockheed-Martin was hacked because they depended on a 3rd party (RSA) for a critical part of their security infrastructure.

When RSA subsequently had a massive data compromise, instead of letting their customers know what happened, they downplayed the ramifications of the breach. And RSA just won a pwnie for their efforts.

Not that that changes your response in any significant way.

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...