Re: I have a bad feeling about this
"This is pure, unadulterated feature creep"
Creep? Headlong gallop. To be followed, if it happens, by belated closing of stable doors.
42402 publicly visible posts • joined 16 Jun 2014
"That argument is largely analogous to arguing you aren't responsible for drunkenly driving your car through the front of someone's house because they didn't install an armco barrier at the end of their front garden."
The situation here seems to be that of a self-driving car going through the front of the house.
"There's the problem right there."
It is, but maybe not in the way you're thinking.
The problem is in assuming that the customers would have their data backed up.
There is no excuse whatsoever - not even "you should have backed up" - for releasing an update that loses data in this way.
I've said several times here that the first requirement for a DBA is paranoia. Extend that to developers and release managers. Irrespective of whether the customer has backed up or not they should recognise that they themselves have a duty of care for that data.
There are many potential disasters which justify backup as a protection. A buggy release from a major software corporation should not need to be one of them.
"No doubt the EULA requires accepting arbitration rather than a lawsuit, and limits potential damages to the purchase price of the application like everyone else's does."
Whether it does or not, statutory rights will prevail, at least for consumers and in jurisdictions with reasonably good consumer protection legislation.
It's another of those tings we keep having to explain. Along with things like 5G does not cause coronavirus.
"After careful consideration, the university decided to work with its cyber insurance provider"
I hope the insurers in these cases are adjusting the claimants' future premiums to levels that will encourage them to be a bit more careful and impose conditions that, if not met, could result in claims being refused in future.
"It looks to me that when one works for IBM one should save up for a lawyer instead of pension."
It looks to me that when one works in sales at IBM once one reckons that the entirely non-existent cap on commissions has been reached the best thing to do is go on holiday for the rest of the period or take on a side-hustle and concentrate on that.
That Paypal window that comes up when you go to pay through Paypal to enter your password has a pre-ticked option to leave it permanently logged in.
Don't take it. This guy must have done that and this is the consequence.
Annoyingly the only other option is something to the effect of not now. The option to never show it again isn't presented. I wonder if having a default which leaves the account exposed gives him some slight leverage.
"These are essential for light persuasion when a bolt doesn’t go through a hole due to a burr, up to full force when loosening rusted bolts."
A long time ago I worked with a technician who used to work at Shorts (the plane makers). One of his stories was being given a design which required him to make a square hole in a timber component to take fitting a square-shafted fitting. Once he was left to get on with it he drilled an ordinary round hole, then got the fitting and a suitable hammer...
They still don't have the universal plug I had at one time. It had all the historic round pins and the now-standard square pins which retracted into the plug body and a selector to mask all the holes except those for the pins you wanted. A work of genius except that it didn't have a captive cable clamp. There was a sort of floating clamp inside held together by a self-tapper what could quite easily float between line and neutral. After --->
I abandoned it.
I'm currently trying to find a "Hare Lane" (it isn't any of those StreetMap knows about). It's on a modern hand-drawn copy of a supposedly medieval map. I suspect it's just a misreading of one of the listed landmarks at the bottom of the map but it would be nice to be certain.
the same state of disrepair as the signalling and points on the Metropolitan Line (over which Chiltern runs), and what should have been a 30-min trip home stretched to three times the usual scheduled amount of time
FTFY.
It was quite usual for the Chiltern line in my day and it looks like nothing much has changed from 30 years ago.
Primary counter was, IIRC, 1.5 litre Cu cylinder surrounded by a longer toroidal counter with multiple wires (at this remove in time I can't remember whether they were anodes or cathodes) in anti-coincidence. I think there might have been a shield between them possibly a mercury-filled lining for the anti-coincidence .
All several feet down in a brick-lined pit covered with a few sheets of old steel (have to avoid cobalt) and then concrete floor slabs to walk on. You can tell how long ago this was - they eventually also used the pit as a fire safe to hold backups of the punched cards.
The sample was converted to methane and was the actual counter filling, geologically old methane for the anti-coincidence ring filling.
And thanks for the extra info on solid state PMs.
"At least in this case people know how bad Coronoavirus can be."
I don't think we do - which adds more weight to your argument of course.
Research is just starting on the extent to which there can be long term damage to people who think they had it lightly. It's going to make assessing the overall consequence more difficult. HMG have just revised their death toll estimates by putting a 28 day limit in place having realised that under the previous methodology someone previously diagnosed but dying from a road accident would have been counted. But now it's looking possible that damage to various organs could contribute to death some years down the line.
When they're using unit tests a good approach would be if it's an aspect of behaviour that's not covered by a unit test don't rely on it*. So did the early unit tests specifically check for nulls being allowed in primaries?
* A consequence is that future unit tests shouldn't specifically contradict the specific expectation of an earlier test.