Slashdot Mirror


User: lrichardson

lrichardson's activity in the archive.

Stories
0
Comments
182
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 182

  1. Re:I have options on Movie Ticket Sales Hit A 22-Year Low in 2017 (msn.com) · · Score: 3, Interesting

    Uh ... no. Just no.

    I recalculated it recently - a giant tub of popcorn runs me about $0.83 (CDN) at home, mostly for the butter. We can pause movies at any point, for washroom breaks, or to get more drinks/munchies. The seats are more comfortable at home. The field of view is much, much, much better at home. Only thing missing is other people being annoying - bumping the back of your seat; talking, texting, moving around in front of you, distracting you from the movie.

    Actually, one thing is missing from the theaters - the 3D effect ... thank Gord!!!

    The industry won't reveal the numbers, but a substantial percentage of viewers develop nausea and/or headaches. Per one study, mentioned in Wikipedia, that number is 55%.

  2. Re:Rotate on Should Developers Do All Their Own QA? (itnews.com.au) · · Score: 1

    "The reason for a QA department isn't that they've better at finding bugs in new features, they aren't. Rather the QA department gets to focus on the testing that developers have no incentive to do."

    The real reason for a QA department is that developers are rarely allocated enough time to get something working, let alone working bug-free. By having a separate group, whose sole function is testing, then that guarantees - *mostly* - that the testing gets done.

    Yeah, there are issues with developers not being capable of fully testing their own work, especially if they've mis-interpreted some spec. But, hands-down, the two biggest issues always seem to be lack of time for the dev team, and an assumption of intelligence on the end user that is not supported by reality.

  3. Re:Security is always last on Why Do Web Developers Keep Making The Same Mistakes? (hpe.com) · · Score: 1

    The traditional life-cycle of a company has it being taken over by accountants just before it dies. Because accountants have real problems putting numbers to intangibles - like security. The developer hours required to implement security? *That* they can put a number to ... in the expense column. So, basically, as an expense with no immediate benefit, security gets the short end of the stick ... if it even gets that much. The situation gets worse when 'security' becomes another department. Then the group doing the development has zero incentive to do anything to make their work more secure - that falls on the 'security group' responsibility.

    Worse, most security groups have taken the same approach, and use third-party software for nearly all their needs. Without modification. Since, if/when something goes wrong, they can point their fingers at the third party, and claim that the third-party is responsible. This covers everything from McAfee on PCs (generally installed by people with close to zero technical ability), to the people running ZAP/Vega/AppScan who can barely spell SQL, let alone read it.

  4. Re: Why not? on Should Banks Let Ancient Programming Language COBOL Die? (thenextweb.com) · · Score: 1
    Fragile? When I work with 'older' systems, I tend to see a level of 'robustness' that is missing in the newer stuff.

    That said, poor development - regardless of language - leads to exactly what you described.

    And OO doesn't overly complicate stuff ... it just seems to simply not work for overly complicated systems :) It has real, solid benefits, allows for faster development, more modular programming ... and, once you get beyond the point where one individual can keep everything straight, seems to devolve into a mess faster than any older language.

    I like automation. Don't really want to be coding record lengths and block sizes and alignments in some combination of JCL and COBOL. But ... I also like having the option to dive into that level, when necessary.

    I am in the over 50 crowd. That said, I'm using SAS (all-time favourite cross-platform language, with a nod to Java for trying to take that title :) , Unix, Netezza, to put together nice databases for people to play with, mostly using Tableau (the current glossiest of the BI set). Doesn't hurt that I know Essbase ... which officially became Oracle BI, but half the developers ended up at Tableau.

    I have a pet theory, that new languages are developed when some n00b starts in one language, curses it for not being able to easily do what they want, and creates their own ... without learning the subtleties of the first.

    I remember the first time I hit VB ... which was immediately after working on a large CICS project. Don't have to code every !@#$ing location for every field? Don't have to ensure all your calls (and returns) are valid? Drag and drop development? Code that automatically executes, without the user needing to hit the enter key? Awesome! And then ... the downsides slowly became apparent. Debugging was a nightmare compared to mainframes, as the code was scattered/buried all over the place; performance was !@#$. (Speaking off, decades later, a rather large company I worked for replaced their CICS system with a 'Visual' system ... and were frantically adding servers to get it running. Final analysis showed that the new system - regardless of other benefits - required 50 X more processing power).

    Who here has played with Panvalet? Yeah, originally designed before mainframes even had 'PDS's (folders) - so it offered a pseudo-PDS, and VSAM files couldn't be over 4 Gb - which it had a work-around for. Eventually, the underlying technolgy (IBM) incorporated those items. By which point Panvalet had a spectacular version control. Who here is using a *separate* version control tool? Currently playing with Tortoise SVN ... and cursing the lack of some functionality Panvalet had decades back ....

    There's this idea that technology can replace the need for skills. Seems to be prevalent in upper management, and in any company pushing their technology. And ... pretty much BS. I've seen (and done) systems designed by two or three people, running on near antiquated hardware, leave the 'official' projects (meaning $100M+ budgets, teams of developers, hardware that you have to show ID before seeing) in the dust.

    Currently dealing with a large push to HADOOP. Woo! New buzzwords! How's that line go? "All groups develop their own language of obfuscation, to show who is, and isn't, in their group." Minor details like database design are completely alien to the group putting it together. Normalization? Huh, what's that? Slight problem in that at least two of the data feeds are both huge, and contain massive duplication. One system (M$ SQL Server) is already dying, because the same group didn't bother with any of those pesky considerations ... and are a) running out of space and b) users are a little upset that a million dollars of hardw

  5. Re:SAS get sued so often it boggles my mind on SAS Mocked For Recommending 60% Proprietary Software, 40% Open Source (infoworld.com) · · Score: 2
    Worked at a number of companies that use SAS ... and none had sued them. Part of the love users have for SAS is the user survey: what the users want determines what SAS works on for the next year.

    And ... MBAs? WTF? Seriously, SAS is one of the most comprehensive, technically oriented languages out there. It doesn't support the 'McDonald's Burger-Flipping Developer' approach like many other languages - it requires someone with more than a one-or-two year college course to work effectively in it.

    It is also, hands down, the best language for cross-platform work. It doesn't promote the 'lock-the-suckers-in-to-our-proprietary-model', promoted by so many others.

    There are some 'weaknesses'. It doesn't do maps well, it is pretty poor at graphical stuff, and it's OLAP attempt, while nice to work in, isn't that powerful ... but that is also where adding another software product comes in. As an example pulling data together from multiple sources/platforms, creating a database, then dropping something like Tableau on top of that. You *could* do something like this with OBI ... but the back-end part would be significantly harder than in SAS

    Finally ... backwards compatibility. SAS has not screwed its users, with an upgrade that breaks previous code.

    I like higher level languages ... the more automation, the better. SAS continues to improve in that direction. At the same time, I like a language that allows one to do things at a lower level, when necessary. SAS has kept that too ... which puts it waaaay above certain other languages/packages in that regard.

  6. Re:Leave. on Ask Slashdot: How Would You Deal With A 'Gaslighting' Colleague? · · Score: 1

    I had a situation where someone went out of their way to backstab me, from outright lies in the HR 'Peer Review' system, to attacking me in a large meeting for a program of mine that crashed, claiming she had told me to fix it months ago.

    Took all of about three minutes to hack the HR system. Discovered other people had complained about this individual - repeatedly - for lying.

    The version control system showed the fix I *had* implemented had been removed ... while I was on vacation, by this individual.

    End result? After showing all this to my boss ... nothing. I lasted one year at this place. My health suffered. Evidence didn't matter. And the individual is still there, 26 years. Toxic as heck. I've spoken to others who left because of her. Again, emails, evidence ... nothing happens. Don't know why HR goes out of their way to continually dump 'the troublemakers', when they all are having trouble with the same individual.

    Not to say documenting things isn't a great idea - it is - but, often, HR simply doesn't want to do anything, because that would be an admission there *was* a problem ... and that alone can come back and be used against them in court.

    One addition - put down in email anything that is done over the phone ... 'just to confirm my understanding of our conversation'. I've dealt with a few individuals who use the phone, almost exclusively, as a means to prevent their own accountability.

  7. Re:Encrypt! on The UK Is About to Legalize Mass Surveillance [Update] (vice.com) · · Score: 1

    Two thoughts/questions:

    What's to stop people from going full on proxy/Tor ? The only IP addresses recorded are worthless.

    Is there any limit to how much information each ISP must record? The articles talk about 'A Year'. Can someone write a small app to simply run through a list of a couple of dozen websites - all with extremely long URLs - for a couple of hours after you finish browsing, racking up a Gig or two of storage? Just a thought for something that would make this technically unfeasible.

  8. Re:could just be the beginning on MongoDB CEO Claims They're Luring Customers From Oracle (diginomica.com) · · Score: 1

    Yeah, I kinda threw that in as a complaint, but you're absolutely right: it doesn't support concurrent processing very well at all. Then again, I've seen one installation where it was used only to pull info during the day, and updated (batch) at night. They simply created a couple dozen copies of the database itself. Which isn't all that different than one of the Oracle options. Although, in this case, the developer put a tricky little bit in, so each DB had one user at a time. Insane, and not particularly scalable, but it worked just fine for this instance.

  9. Re:could just be the beginning on MongoDB CEO Claims They're Luring Customers From Oracle (diginomica.com) · · Score: 2

    From my experience, I'd guess that about 90% of Oracle installations do not need Oracle.

    I'll go one step beyond that: in my experience, 99% of Oracle installations could be replaced with SQLite, MySQL, Firebird, even Derby. (Possibly Excel, in some cases)

    Virtually every Oracle DB I have encountered has used the POWER of Oracle (TM) as an excuse to skip putting together a decent schema. Massive duplication of data. Joining dozens of tables to get commonly needed data. Tables with far too many fields.

    I'm currently dealing with one that works ... just. Minor issues, like virtually every table can be dropped by at least two orders of magnitude in size, the actual Oracle DB supporting the application uses ~140 tables, when it needs ten, and there is a ton of data stored that is inaccessible using keys.

    If management would spend a fraction of the amount they spend on hardware on a decent DBA, then they wouldn't need to spend millions on monstrosities (in terms of overkill) like Oracle ... and the hardware needed to run it on. Have similar feelings towards Hadoop ... yay, it's great, sooo scalable! Whadya mean I can't get the data out in a usable form?

    I do have a grudging respect for OLAP, in one regard: put together a decent schema, and new elements can generally be added by inserting one row in the description table, not by changing the schema itself. That really lends itself to ease of maintenance. But, again, it does require *some* up-front design work.

  10. Re:If confirmed, does this make it realistic? on Final NASA Eagleworks Paper Confirms Promising EM Drive Results (hacked.com) · · Score: 1

    that should be ±6 micro Newton, apparently /. doesn't display the (micro) symbol consistently.

  11. Re:If confirmed, does this make it realistic? on Final NASA Eagleworks Paper Confirms Promising EM Drive Results (hacked.com) · · Score: 2
    "The 1.2mN/kW1.2mN/kW performance parameter is over two orders of magnitude higher than other forms of “zero-propellant” propulsion, such as light sails,"

    I have a question: What the smurf does this mean? Seriously?

    Are we talking about a ground-based laser pushing it? In which case, the idiocy of comparing a system that you have to lift into space, in which every gram is critical, versus something here that can be hooked up to the power grid, is beyond belief.

    Are we talking about a solar sail that is simply power by the sun? In which case, given the power source is external, and unending (well, good for the next 5 billion years or so), how do you make a claim that something is 'two orders of magnitude higher' in 'performance parameters' than the solar sail? Calculations?

    When the paper is 'proof of concept', but a) they don't actually do any experimentation to see what would change performance, b) have lots of explanations for all the possible sources of error ... but, again, don't actually monkey around with said sources, to see if their hand-wavium is correct (apart from the torsion pendulum), .... and c) finish with a unsupported statement claiming superiority over 'other' zero-propellant system ... honestly, they did some great science is some respects, and utterly abysmal in others.

    To be fair, they could easily be using previously published numbers on solar-sail efficiency. And their numbers could all be spot on, not to mention their conclusions. But failing to have a paper proof-read by someone NOT familiar with the subject is bad (and all too common).

    And they could have made the paper better, but some decent editing. OK, so you start with a thrust-to-power ratio of 1.2 mN/kW. The error margin, ±6 N, is buried way, way down. Seriously, putting the two together would give some real validation to the idea the thrust they got was far more than the (calculated) error margin.

  12. One thing that is missing from the comments is that the counter to anti-ship missiles - decoys, phalanx defense and anti-missile-missiles - are currently looking pretty good, and with the advent of some defensive lasers, improving a lot. The improvements in the anti-ship missiles is mostly a matter of guidance; the basic tech has ben stagnant for a while. In military terms, something is 'obsolete' for just as long until someone comes up with a counter. Air-to-air missiles were initially touted as ending the dogfight era ... then somebody came up with decoys.

    Currently, there is no defense against cannons. So if a ship were equipped with only cannons for offense, and all the defensive toys, it would realistically be able to go tot-to-toe with a conventional ASM armed opponent ... for a fraction of the cost. It sucks, but most ASMs are in the millions to tens-of-millions dollar range, while AASMs are in the tens to hundred thou range ... decoys, chaff are hundreds to a couple of thou ... both the phalanx CIWS and laser defense system (e.g. HELLADS) have a pretty large cost for the weapon itself, but the cost per shot is pretty minimal (a few second burst from a phalanx system is a few hundred dollars; the laser defense costs less than a dollar per shot).

    Which is how the pendulum swings. Once the defenses get good enough, someone comes up with a better nut-cracker

  13. I think the MCU deal - read: DISNEY - is a good thing for Netflix. One of the golden rules of Hollywood: Don't fuck with the mouse.

    Netflix got strong-armed by Comcast a while back. With Disney on their side, Comcast is going to think twice before pulling such crap (illegal, but no charges laid) again.

    On top of which, Disney has a long history of using independent subsidiaries to produce their 'riskier' content, thus keeping the 'Disney' name pristine and family friendly. Netflix is truly 'independent' :)

    And, of course, Disney owns ABC. While the old networks are struggling to stay relevant, and slowly crawling into the 21st century, Netflix is there. *Any* partnership gives Disney/ABC an edge over the others. There were rumours that ABC shows would be streamed on Netflix, too, similar to how the network sites release them after they air (usually either a day or week delay). That hasn't happened - yet - but I wouldn't be surprised if it does.

  14. Re:State sponsored corporate spies on US Department of Labor Is Suing Peter Thiel's Startup 'Palantir' For Discriminating Against Asians (reuters.com) · · Score: 4, Interesting

    We had an ugly situation locally, where a supremely over-qualified graduate, from a top-tier university, was passed over for even an interview, and sued. Born Chinese. The company in question does sensitive work, and had run an extensive program to detect leaks/spies ... and every person they identified was Chinese. They started running the same process on new hires ... and, over a five year period, every Chinese hire turned out to be a spy. So the company simply stopped hiring Chinese. At some point, you can sympathize with their position: why the eff are they spending huge amounts on this aspect of security, when simply saying 'No Chinese hires' solves most of the problem?

    It sucks, but unless the governments start treating corporate espionage seriously, and make the penalties serious enough that people won't engage in this behaviour, it is going to continue.

    The other issue is that even second - and sometimes third - generation Chinese are leaned on, because they still have family back in China. Again, really sucks, but companies are just protecting themselves.

    The question becomes, at what point does 'Not hiring Chinese' go from discrimination to simply safe practice? There isn't a clear answer :(

  15. Technically, there are no human 'races', as we can all interbreed. However, I'll forgive your lapse :) That said, there is one ethnic group - identifiable by both genetics and culture - that actually does have a statistically significant higher IQ: the Askenazi Jews. And yes, there have been several studies, so that qualifies as 'reproducible'.

  16. Re: Dey tek er jebs! on How the H-1B Visa Program Impacts America's Tech Workers (computerworld.com) · · Score: 4, Insightful

    Absolutely!

    In part, it's all about how things look on the budget sheet. Replacing one North American worker for two Indian workers - and paying less - looks good. And the numbers can be shown to management. The downside - inferior code, taking longer to produce - isn't captured as neatly. And the numbers can't be shown to management anywhere near as easily.

    And one other fun fun fun detail ... managers get promoted based on the number of people they manage, not the total salary of their underlings. So replacing your home-grown, competent North American worker with multiple lesser-skilled, lesser-paid foreigners means the managers get bumped up a pay-grade.

    So ... while the outsourcing (or, in the case of H1-Bs, in-country outsourcing) means that companies pay much, much more for the same software, the people making the decisions don't care about that - they care about promoting themselves.

    And one final candle on the cake: the stock market punishes companies that deviate from the pack. If one company were to stand up and say "Hey, this outsourcing is costing us more! Let's stop doing it!" then their stock would take a hit. And corporations are run by the board, for the board: the largest part of their remuneration is stock options.

  17. Re:Denormalize on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    Gotta say, one interesting benefit of working on a Netezza machine (massively multi-parallel) is that tables can be normalized to BCNF ... and joined (as views) so the users never realize they aren't looking at anything but a nice, fat, logical, (business) understandable table.

    Not to mention, gets rid of all those pesky nulls. Netezza, of course, being one of *those* systems that recognizes true/false/null ...

  18. Re:The balance of value.. on Almost Half Of All TSA Employees Have Been Cited For Misconduct (mercurynews.com) · · Score: 1

    IIRC, the requirements for a frontline TSA grunt are a high school certificate ... or a few months in a 'related' occupation: read security guard. This means any high-school drop-out, with a few months as a mall guard, or night watchman, is qualified. And, the TSA refused, repeatedly, to fulfil their legal obligations, under FOIA, to disclose what the breakdown (graduates/drop-outs), citing 'SECURITY!!!'.

    Pathetic. Then again, un-tested x-ray machines, and you are forbidden to carry any radiation monitoring device. Passengers caught with such things can expect to miss their flight, at a minimum.

    A group so under-qualified for what they are supposed to do it is staggering. And, when their failure rate is over 98% on any tests, their solution is "We need to hire more people!".

    Seriously?

  19. Re:Some thoughts on Feds Seize KickassTorrents Domains and Arrest Owner In Poland (arstechnica.com) · · Score: 2

    "Dual criminality" used to be pretty important ... of course, that got thrown out the window in the EU when they introduced the EAW (European Arrest Warrant).

    Since its introduction, abuses of the EAW have been well documented. Poland and Greece have been using them as means of simply extorting money from tourists. e.g. You claim you didn't steal that five euro towel when you visited their country, but the staff swore the towel was missing. A criminal charge was lodged, and an EAW granted. You can either fork over a few hundred Euro, or head back to the country, and try and fight the charge in the (obviously corrupt) courts there.

    Evidence? What, some countries require more than "An unnamed informant told us the suspect was seen near the crime"? Among other things, this is why the US kind of has a low percentage of extradition requests honoured. Other countries tend to view forced confessions and anonymous sources - and, increasingly, sworn US LE Officer testimony - as insufficient grounds.

    Yep, the US does its best to game the system, to the benefit of the corporations running the place. That's also why it should properly be referred to as 'The Legal System', NOT 'The Justice System'

  20. Re:Guns, freedom and all the rest on Ask Slashdot: Can Technology Prevent Shootings? · · Score: 1

    I agree with nearly everything you said, except the part about what the American Constitution says. "...the right of the people to keep and bear arms shall not be infringed." As 'arms' is a rather broad term, and 'militia' is in the first part of this amendment, and militias often use "high-powered semi-automatic weaponry", it would be a reasonable conclusion to claim that the second amendment DOES support the carrying of such weapons.

    The US v Miller (1939) case was interesting, in that the judge ruled a sawn-off shotgun was not protected by the second amendment, because it was not a gun used by militias. This, of course, leads to two questions: since then, the US military has deployed shotguns that qualify as 'sawn-off', so does that invalidate Miller? And does the decision imply that any weapon used by the military - or militia - is thus covered?

    If the latter is true, can someone legitimately carry an M-29 Davy Crockett? (Man portable tactical nuclear bazooka, deployed with the US military 1961-1971)

  21. Re:You do the world a favor.... on Who's Downloading Pirated Scientifc Papers? Everyone (sciencemag.org) · · Score: 2
    "Scientific publication charges are a huge, multi-level scam"

    Even with access, you don't get a copy of the papers on your system: you get the right to access a copy on *their* system. Which means, if, for example, your University goes "OMFG, we can't afford this journal anymore!", after several years of insane price increases, and fails to renew their subscription .... *poof*, you have nada, no stored papers, nothing.

  22. Re:Burning coffee machines? on The Internet of Things Is a Surveillance Nightmare (dailydot.com) · · Score: 1

    Insurance companies want access. Ya know, make sure you are in your house, with no more than a 3 day absence which would invalidate your household insurance. Or to make sure the temperature doesn't go down too low so they can a) call you to notify you of the problem, and b) if no-one home, remotely crank up the heat. There's also remote cut-offs for water, in case they detect the flow continuing for hours on end (thanks to the smart meter). Smoke detectors, so they can notify the fire department, again, if no-one calls. On one hand, all good intentions. (And probably good *overall*)

    OTOH, so much for home firewalls. Or in-home privacy. Your NEST and smart-TV (and bluetooth phone, if hooked in) all provide audio surveillance; your X-Box and smart-TV provide video surveillance; not to mention the nightmare of a big-brother your home-security system becomes. There have already been thefts where hackers have been able to determine no-one is home. Including one case where the fingerprint-scanner on the door allowed the hacker entry without any need for a key or crowbar. SWATting has become a real nightmare, and turning someone's heat or water or electricity off would appeal to the same trolls.

    It will take some high profile incidents - like cars or homes being hacked, possibly with loss of life - before the security side becomes important to the people pushing these technologies.

  23. Re:There are good reasons for gvt bureaucracy, rem on Oakland Changes License Plate Reader Policy After Filling 80GB Hard Drive · · Score: 1
    Which group? Both!

    Of the second group, the Koch Brothers are responsible - through corporate means - of plenty of deaths: to be fair, not in the same league as Stalin, though.

    Of particular note are the many oil-related 'deaths' in Africa: you try and organize a union, or oppose Koch (or Koch-Glitsch), and a bad case of lead poisoning seems to occur with great regularity.

    That's not mentioning the increase in deaths in the good ol' US or A, caused by lung problems ... attributable to fossil fuel emissions, and sustained gutting of EPA laws, and enforcement of those they can't get repealed.

    Also wonder how many deaths can be attributed to the John Birch Society? Their father was a co-founder, and both brothers were members. A group that has had laid at its door, over the years, lynchings, preaching hatred (and the resulting violence), and funding of many other Patriotic, Anti-government, Anti-Immigrant groups (e.g. KKK, White Patriot).

    Stalin was an abomination: Ché was a direct response to the de facto slavery situation in Cuba, including immunity to any criminal charges by 'The Masters', perpetuated by American capitalists run rampant; the Koch Brothers are a near-perfect example of American capitalists run rampant, merely with years of evolution of how to give themselves plausible deniability, and hordes of corporate lawyers to prevent anything ever being pinned on them.

    Gotta love tricks like funding the anti-anti-XL-pipeline group, in Canada. Supplying transport and signs. And taking a page from another "By whatever means necessary" paragon, Roger Stone, regarding mounting protest signs being mounted on a solid piece of wood. Oddly, most of the Koch funding of groups that support their goals use Structuring (a.k.a. Smurfing), which is a technique primarily used by larger criminal groups to hide where money is coming from and going to. Really, a corporate entity using the same strategy as criminal entities? You can draw your own conclusions about that.

  24. Re:I have a fun time with these calls on 65,000 Complaints Later, Microsoft Files Suit Against Tech Support Scammers · · Score: 2

    Used #5 myself - another 'The New Age' fan.

    My wife has used the "But, we don't have any computers in the house. Phones? Yes, we've got one of those, with the dial that spins around."

    I've also used the "There's a pop-up window. It says "Navigation to this site has been blocked. This site contains malicious software. What does that mean?"

  25. Re:Change Jobs on Ask Slashdot: How To Avoid Becoming a Complacent Software Developer? · · Score: 1

    I take the opposite view - when I see version control, bug tracking, and automated testing, it sets off alarm bells that a company is in the compartmentalization downslide. An IT group that is stretched too thin, asked to do too many things, or held accountable for things beyond its control, and has therefore devised methods to insulate itself from complaints ... and accountability.

    "Thank goodness for quality control; without it, who knows what heights quality could soar to!"

    Take HPQC (please!) ... the overwhelming majority of people who use it are challenged by anything more than drag-n-drop. Worse, management of these groups goes for the easy metrics it can provide (e.g. # of typos), rather than anything meaningful. One project I was part of had nearly thirty testers checking on such important things as 'Did Field A make it from Database 1 to Database 2?'. Checking the financial totals matched? 1.5 people, not using HPQC, which simply couldn't do that testing. Needless to say, the HPQC team put out lots of reports showing how the number of defects was rapidly decreasing ... and the entire project went down in flames.

    (I have a theory that Mercury, the company that originally devised this product, simply hit upon something that appealed to management; the reality was that it did more to destroy quality than improve it was part of their scam. And the company, and subsequently HP, ended up paying tens of millions in fines when all their other scam-like behaviour came out. It's hard to imagine something useful ever evolving out of a criminal origin)

    "When people start to value process over product, it's time to kick them to the curb."

    The use of these tools _can_ have value. But, more often, it results in people who take refuge in the cry "But I did what was required of me!" Yep, 'The patient died, but the operation was a success!' mentality.