Forgot your password?

typodupeerror

Comment: Re:3 types of data: Log, Account and ??? (Score 1) 57

by emddudley (#41560031) Attached to: FTC Releases Google Privacy Audit, Blacks Out the Details

Interesting, the report specifies that user data is 1 of 3 types:

  • Log data (user activity)
  • Account data (Users emails, settings, etc)
  • Third type is redacted.. Wonder what it is

I wonder if it could be something like "derived" or "deduced" data, which is information about the user obtained from other sources.

Comment: Re:Requirements do change (Score 1) 491

If the requirements really are constantly changing, Agile poses a very real risk of never producing a working product. At some point, you have to step back and say, "Okay, we're never going to have a working building if we can't decide whether we're building a house or an office building."

This is true. In After the Gold Rush Steve McConnell makes the point that "Software Isn't Soft" (p. 19):

As software systems have become more complex ... [the] notion that software is easy to change has become on of the most pernicious ideas in software development. Several studies have found that requirements changes—attempts to take advantage of software's supposed softness—are among the most common sources of cost and schedule overruns.

Flexibility costs money up front. Limiting flexibility saves money up front, but typically costs disproportionately more money later. The difficult engineering judgement is weighing the known present need against the possible future need.

Comment: Re:Once again proving they are idiots (Score 1) 382

by emddudley (#39462533) Attached to: Windows 8 and Screen Resolution: WXGA Still Most Popular

They could have selected any resolution after basing icons and other graphical bits on SVG and it would ALWAYS look as sharp as it needs to look.

It's true that SVG can scale, but you need tailor them for the intended pixel size. SVG images designed for 256x256 look horrible when scaled to 16x16 or 32x32. The smaller ones need less detail, so you can't just assume that an SVG graphic will work at any resolution.

Comment: Re:Video?! (Score 1) 206

by emddudley (#38473016) Attached to: The Problem With Windows 8's Picture Password

Just look at the greasy finger marks

The question of smudges was addressed by Zach Pace in the Building Windows 8 blog entry on picture passwords. He emphasizes that Microsoft's goal was to design a password mechanism that was easier to use than PINs on touch devices, with equal or better security.

The picture password system is certainly vulnerable to the smudge factor, but it's no worse than existing PIN systems today.

Comment: Re:Sounds about right. (Score 1) 204

by emddudley (#36872452) Attached to: 675k Stolen Credit Cards = Ten Years In Jail

If I pay for something with a card, my creditor provides additional protections in case what I bought is not as advertised, or if there is some other dispute with the merchant.

Anecdotal evidence: The local symphony orchestra went bankrupt this past May and cancelled the season, no refunds. I would have been out of luck except for the fact that I had purchased the tickets on my credit card. I contacted my credit issuer and it refunded my money as "service not delivered."

I had also contacted my local attorney general's office, so I received a letter when the bankruptcy proceedings were complete stating that I would not have received any money from the liquidation of the symphony's assets since I was not a primary creditor.

The only cultural advantage LA has over NY is that you can make a right turn on a red light. -- Woody Allen

Working...