Slashdot Mirror


User: dogugotw

dogugotw's activity in the archive.

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

Comments · 86

  1. Re:But that makes sense anyway. on Hospital Wireless Networks May Be Regulated Medical Devices · · Score: 1

    The ability to share data across the world improves medical care. If a local physician can't quite read a scan, the scan can be shared to instantly which improves the overall care the patient receives. That's why you want this stuff on a network.

    I work in the medical device industry and none of this is all that new. It's clear that the FDA wants companies it regulates to THINK ABOUT RISK and then show that you've mitigated the relevant risks and can prove that's true. It's not rocket science, and doesn't have to be that expensive. When you build a network, you figure this stuff out anyway; all the FDA wants you to do is WRITE DOWN what you did.

    It can be a pain, but it doesn't have to be any more painful that good basic application control and change management.

  2. Re:The six-million-dollar car on Building the Zero-Fatality Car · · Score: 1

    So, I had this friend several years back, who looked at driving safety another way. The goal is to make the driver VERY careful. His recommendation was to remove all safety gear; no seat belts, no head rests, no radar, nothing. Now, put a big metal spike right in the middle of the steering wheel and point it at the driver's solar plexus. Oh yeah, I'm not gonna hit anything EVER with that setup.

  3. Re:Separate them on Web-Based Private File Storage? · · Score: 1

    Our work email is explicitly 'for work only' and we're alerted that nothing is private.
    Anything that enters or leaves our inbox, even if deleted immediately, is stored on a separate system for 10 years. It's available to us via a search plug-in to Outlook (email Xtender) so it means you don't have to keep every email you ever get, just search for it when you need it.
    All outbound mail is scanned before it's sent to see if it might include anything secret (we make stuff for the military) or if it's being sent out of the US and we have to answer a prompt box if anything looks hinky to the system.
    All files copied to any external drive are scanned to see if anything secret is on the way out. I haven't tried encrypting a file to see what happens.
    All http traffic is scanned and logged.
    Any call out of the building is logged (we have to punch in a personal code to dial out).
    I'm betting the printers store data as well.

    The hardware and software belongs to the company and they make sure we know it. If you're keeping anything personal on a work system, you're not using your head.

  4. Learn VBA on How Should a Non-Techie Learn Programming? · · Score: 1

    Here's the tip off... "for example marketers or small business owners"

    These folks LIVE in Excel and Word. VBA is a perfectly good language that integrates with what they use all day, every day. There are tons of examples available. They typically have real problems to solve where the data exists in Excel. For that matter, LEARN Excel. That app has enough bells and whistles to keep a person busy for a lifetime; do they know how to use pivot tables? How about the offset method for chart ranges? Stats? IRR and other financial computations? Connect to remote data sets including web pages? It's all in there.

    The main point, as others have mentioned, is that the key to getting into programming is to have a problem to solve, then pick a tool to solve it. Excel/Word/VBA provides an easy entry point for exactly this to happen.

    If they can do VBA, they can then branch out and learn other languages.

  5. Damn, shoulda read this before I did the upgrade on Ubuntu Linux 10.04 Review (Lucid Lynx) · · Score: 1

    Crap crap crap....should have read all the doom/gloom/you're gonna die if you update too soon stuff last night before I upgraded to 10.04 LTS...CRAP...

    Oh wait...it's working perfectly, no problems during or after the upgrade...I'm being set up, right? WHEN OH WHEN will it all fall in the crapper and my life be RUINED?

    I've found that the last couple of upgrades on both my desktop and laptop have gone swimmingly well. Hat's off to the release teams!

  6. Re:Dogs can fly too on New Phone Allows Bosses To Snoop On Staff · · Score: 2, Interesting

    A few years back, the Iditarod added GPS trackers to some of the top drivers sleds so their position and speed could be displayed to users who subscribed to the 'Iditarod Insider' service. One of the guys wasn't too happy about this and gave his tracker to one of the supply aircraft...Lookie... is now going 150 mph, in the wrong direction, at 3000' agl...awesome dog team!

    Actually, the experiment went over really well with those who follow the race so this year everyone got a tracker. It's pretty cool to be able to see how everyone is doing in real time. The mushers don't have access to the data so they're still going cross country using old school technology (eyes and brain).

  7. Re: FDA approval, etc. on Wii Balance Board Gives $18,000 Medical Device a Run For Its Money · · Score: 2

    So here's the rub. If 'the government' backs off and lets device and drug companies be less rigorous and more nimble in their work, whoo whoo...more change in less time, innovation, costs drop, new products stream onto the market...yeah.....happy day....
    Until someone gets hurt because the company didn't do the things you should do when designing products that are supposed to save lives. A couple of years back the FDA did exactly this to a company making...ohhh flu vaccine. Seems they cut the company a bit too much slack and the entire batch was crap, had to be recalled, and people didn't get flu shots. Guess who spent time sitting in front of a congressional committee explaining what happened? YOU want to explain the congress why companies are killing people?
    I work in the industry and as much as I chafe under the paperwork, I have to admit that the only thing the FDA is doing is making us do what we SHOULD be doing. Is it expensive? You betcha. But I, for one, don't want MY health damaged because someone wanted to get product x to market just a bit faster and for a lower cost.

  8. Not exactly on Wii Balance Board Gives $18,000 Medical Device a Run For Its Money · · Score: 1

    Medical devices, like drugs, cost money because the company has to prove to the FDA that their device does what it says it does and that the risk the device presents is less than the benefit derived from the device. It's not uncommon for a device to take up to 5 years to get through the design/validation process. If Nintendo decides to offer the Wii balance board as a medical device, you can bet your bippy it'll cost more than $100.

  9. REVOLUUUUUTION on Oracle To Sell Sun's Hardware Business To HP? · · Score: 1

    This must be part of the 'literacy revolution' posted elsewhere on /.
    http://science.slashdot.org/story/09/08/28/1147215/Were-In-the-Midst-of-a-Literacy-Revolution?from=rss

  10. Lotus Notes on How To Manage Hundreds of Thousands of Documents? · · Score: 1

    If you don't want to go the google appliance route, Notes works great, is cheap to set up, and simple to administer.
    One db.
    One form with a couple of fields
    One view
    Render to the web
    Write a simple agent that crawls your directory structure, snags the files and attach each one to a Notes doc. Stuff in the directory/file name if you care.
    Let Notes build an index (and it can index damn near any file).
    Poof - done.
    Remove user's rights to leave crap in file directories and make 'em put new stuff into Notes and you have something that's maintainable without a ton of work.
    If you then want to get fancy, you can make users enter some meta data before they can save new docs.
    You can set up access control, etc, etc, etc.

    Documentum costs about a quarter mil just to get it in the door and a boat load of cash to make it useful. (at least it did in the late '90s).
    Notes server license a couple grand. If you need user authentication, it's around $150/client (ask your rep for prices because IBM is working tons of price schemes). If you don't need authentication, all you need is the server license.

  11. Re:Excel. on Customer Resource Management For Non-Profits? · · Score: 1

    Notes really isn't all that expensive. The server software can be had for less than a couple of grand and the clients cost about $150. If you opt for an ongoing service agreement, you pay per year and get updates. If you opt to buy and hold, your initial cost is the total cost. It handles email, apps, security, your web presence, etc. There are any number of third party apps built on Notes so if you don't have a developer, just buy a package. If you're a fan of 'Getting Things Done', it's been done (nicely) in a Notes app.

  12. Man Dating? on Build an $800 Gaming PC · · Score: 1

    ...plus indian equivalent of FCC actually man dating net neutrality as per law...

    There is an Indian agency responsible for Man Dating? Pretty forward thinking country, that India it is...Now if I could just figure out how one dates a net neutrality.

  13. Re:Old Computers on Hospital Equipment Infected With Conficker · · Score: 1

    If you look at pretty much any 'big' software (Oracle for instance), it includes the same exclusion.

    In regulated environments, it's the responsibility of the system user to define the intended use of a system then validate to that intended use. Just because the vendor says 'do not use for important stuff' doesn't mean WE can't validate that the system works for us the way we want.
    The comments others make about the validation effort are spot on. If I patch one of my production servers, I'm supposed to do a risk assessment, determine what might be affected by the patch, develop a test plan to address the potential risk, get the test plan approved, execute the test plan, document the results, write a report, get that signed, then get signed authorization to implement the patch. Think 'Service Pack' which contains a hundred or more discrete patches...
    Toss hands in air, patch and pray...
    It's worse for medical devices because you CANNOT patch and pray.
    Oh, and while you're trying to figure out how to manage software that's not in your hands, you (the software engineer) are supposed to be creating the 'next big thing' for your company so you can keep making money.
    That's why we have a couple of systems on our production floor still using Win 98. Not stupid, but a practical choice.

  14. Re:Practice What You Preach on Software Quality In a Non-Software Company? · · Score: 1

    There are NO FDA 'Standards'. You're free to do whatever the hell you want as long as you can justify your practices. Start with a risk assessment, have a defined process that makes sense, follow the process and adapt per your risk.

    If you're doing something that's likely to hurt someone - do a ton. If you're doing something with little risk, do what makes sense.

    If anybody ever tells you 'the FDA says we MUST do This Way, read the regs and you'll discover they're blowing smoke.

    The problem is most large companies are so afraid to go out on a limb that they slavishly follow whatever it is the bazillion dollar consultant told them they had to do.

    Use your brain, read the reg, do what's right for your company.

  15. Well, I don't know of any animal religions. on Cooking Stimulated Big Leap In Human Cognition · · Score: 1

    HA. To my dogs, I am a GOD! At least as long as I bring treats...

  16. Re:Doesn't belong there. on Are There Any Smart E-mail Retention Policies? · · Score: 1

    Oh, and let's not forget that now we have records in a system that is easily searched so discovery suddenly isn't a huge issue like it is with Outlook/Exchange - save time, save money, work normal hours

  17. Re:Cheating is a bad idea on Are There Any Smart E-mail Retention Policies? · · Score: 1

    If 'twere my world, 'important stuff' would be logged via legally binding documentation - registered mail with a wet sig, contracts, or, if you insist on email, use a system that lets you segregate the stuff that's meaningful from all of the other crap that moves through the system. There are 3rd party systems that are smart enough to allow this kind of integration of mail into a legal framework.

  18. 'blind spot' = bad driver, get off my road on GM Researching Windshields For Old Drivers · · Score: 1

    As others point out, there is NO reason for anyone to even have a blind spot. If you're so incompetent that you have one, then you should loose your license...

    In fairness, I didn't learn this trick until about 10 years ago and it was when my senior father completed an AARP driving course.

    FWIW, I still do a head check before changing lanes, especially when I'm on my Ninja.

  19. Re:Vista on Why Do We Have To Restart Routers? · · Score: 1

    And yet, mine has worked like a charm. It would be interesting to understand why the difference. I've had two and both have worked fine (well, the first one worked fine until Vista that is).

  20. Re:Vista on Why Do We Have To Restart Routers? · · Score: 4, Informative

    Same here. The condition that tripped the problem went as follows:
    My laptop = Ubuntu (latest)
    Wife's laptop = Vista Home Premium.
    Both wireless.
    We're surfing, everything is running great. I'd hit a site that had lots of images all on one page (think Fark's 'Photoshop this pic' page')
    Bang, network goes dead.
    I'd restart the router and my box would come back online no problem. Vista would not re-establish a connection. Repair (or whatever it's called in Vista) failed. We'd need to reboot her computer.
    Searched the web and found that this same problem happens and seems to be related to the router.
    Switched to a Netgear VPN824V3 and the problem has pretty much disappeared.

  21. Re:Fine idea. on Why Your e-Books Are No Longer Yours · · Score: 1

    Books = chairs
    eBooks chairs

    If I print a book or make a chair, it's A physical object and I can extract money from the sale of physical item. If someone buys 10 chairs or 10 books, I get paid 10 times.

    If, on the other hand, I release a book in eFormat and someone else chooses to copy and distribute it for free, I get squat. I may or may not get follow on sales but the fundamental issue is that I've lost control of my distribution channel.

    I agree that restrictive DRM methods are stupid. I understand creative content and give due (ie $$) for eContent I use. I follow the author's copyright (or left or CC or...) requests.

    This is not an easy nut to crack. For creators who believe that sharing for free leads to extra cash, that's fine. For those who feel they should control the distribution, that's fine too but almost impossible to do since electronic content is made for distribution.

  22. Re:Homo solus on Communities of Mutants Form as DNA Testing Grows · · Score: 1

    Good point; I missed the directed breeding bit (it all turned into blah blah after a few paragraphs) but I'm not sure I agree.

    We have many breeds of dogs and all of them can still interbreed so we have not seen speciation.

    Granted, breeding dogs has not been directed at creating new species and dogs have only been around for 15,000 years or so (http://en.wikipedia.org/wiki/Dog#Ancestry_and_history_of_domestication) so we may just be looking at an issue of improper focus and lack of time. It would be interesting to see how long it would take to create a new species of canid using only selective breeding.

  23. Re:Homo solus on Communities of Mutants Form as DNA Testing Grows · · Score: 1

    Evolution requires that breeding populations exist in isolation for a long enough period of time that the groups diverge. A new species exists when individuals from the separated populations either cannot breed (cats and dogs) or, if they breed, produce only sterile offspring (horses and donkeys).

    Just because a group is genetically different, does NOT mean they can or will form a new species.

    What you suggest requires that individuals with autism breed ONLY with others having autism for, ohhhhh, a few million years.

    Sorry but your theory as described is, in fact, a quack concept.

  24. Federal regs don't provide the expected benefits on Sarbanes-Oxley Costs Exceed Benefits · · Score: 1

    I work with a couple of regs on a daily basis; SOX and 820 (FDA). The ideas behind these regs are great - protect the public from evil companies. The reality is that a 'good' company will do the right thing more often than not just because that's how they work and a 'bad' company will find a way to work around the regs. Good companies will incur extra overhead while bad companies will not.

    I guess the upside is that these regs do help the economy (at least one part of it) by keeping consultants alive. As I recall, SOX has totally revitalized the small and medium size accountant space and the bigger firms are rolling in dough now. Sweet!

    I'm from the government and I'm here to help - still true today.

  25. Evolution is not constant on Human Genes Still Evolving · · Score: 1

    IANAEB, but my understanding from some who are is that evolution is not a constant process. If there is nothing driving change, stuff stays the same except for the random gene mutation. If an organism is adapted to its environment, why change? Introduce some kind of driver (new virus that kills 90% of the population but leaves 10% alone), and you get a change in the gene pool that can be considered an evolutionary change.

    Speciation requires both environmental changes that modify populations and isolation. If genes flow freely between populations, you won't get new species, just new variations on the prevailing gene and not a new species.