Forgot your password?

typodupeerror

Comment: Re:Is there at least some kind of vault storage (Score 1) 197

by Dribbitz (#33049830) Attached to: Free Software, a Matter of Life and Death

The FDA and other regulating bodies have meticulous requirements for the archival of all medical device records, software, design history files, test reports, etc. Compliance with these requirements is one of their favorite things to audit, and medical firms typically have an entire document control department on hand to look after these things. Implantables have archiving requirements which can exceed 100 years.

Comment: Re:The code is going to do you a whole lot of good (Score 2, Insightful) 197

by Dribbitz (#33049468) Attached to: Free Software, a Matter of Life and Death

^THIS

Implantable pacing devices, cardioverters, and pumps (life-sustaining devices) depend on complex custom hardware designs as their platform, and that hardware is *highly* interactive with the software. Many of these devices can only achieve their miraculous longevities on a primary cell by deferring functions to hardware. If you don't have access to the information re: the hardware, the code itself might as well be inscriptions in Atlantean glyphs. You'd have to bust trade-secret protection to get a public viewing of everything needed to review the code, because you'd have to see, *everything*.

Comment: Just having the source wouldn't help you much (Score 1) 247

by Dribbitz (#33001884) Attached to: SFLC Wants To Avoid Death by Code

Implantable pulse generator firmware isn't written for a standardized platform. These devices all contain highly customized hardware, very complex ASIC's with lots of hardware-assisted power savings functions, sleep timers, bidirectional control registers, etc. and the designs vary greatly from model to model, company to company. Without at least a working understanding of this hardware you will only have a cursory and likely somewhat inaccurate view of what's really going on inside an IPG just from looking at the source code. I'm quite familiar with this, I design automated test systems and test code to validate and perform quality test on IPG's!

Some men are heterosexual, and some are bisexual, and some men don't think about sex at all... they become lawyers. -- Woody Allen

Working...