Slashdot Mirror


User: ebbe11

ebbe11's activity in the archive.

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

Comments · 253

  1. Re:kill or reboot on What Does Your Dead Man's Switch Do? · · Score: 1

    That's commonly called a "watchdog" and is used quite a lot in embedded systems. I've even implemented one on a PC. It interfaces with a bit of custom hardware that can reset the PC in case the watchdog software also goes astray.

  2. Re:It's design not development on What Makes Software Development So Hard? · · Score: 1

    It is creating a good accurate design, capturing all the requirements accurately and ensuring the end user's expectations are correct

    ...all of which are impossible to do until after the project has finished. For further enlightenment, please see A Rational Design Process: How and why to fake it (PDF) by David L. Parnas, especially section II.

  3. Re:Not unique to pharmaceuticals. on Report Says Patents Prevent New Drugs · · Score: 1
    You wouldn't have to patent before testing, just keep your information incredible secret

    "Incredible" indeed.

    Clinical tests need to be made on thousands of patients so it would very easy for a competitor to get hold of a sample. A bit of reverse engineering (now, where did put that gas chromatograph?) and they will have a pretty good idea of what the active component is. The competitor can then initiate their own testing program. Depending on how much they changed things, they can block original developer's patent either by taking out their own patent or through prior art.

  4. Re:It is not that simple on Report Says Patents Prevent New Drugs · · Score: 1
    wouldn't be nicer if all that money would be spent on R&D?

    The $200 million, I mentioned are R&D costs. And no, there is no such thing as a free market when it comes to drugs. If a drug gets nixed by the authorities (FDA in the US), it cannot be sold. And since FDA has a very good reputation, many countries base their decisions on what FDA says so essentially that means $200 million down the drain. And those money must come from somewhere. If the drug companies aren't allowed to make a profit, either the tax-payers must pay or we don't get any new drugs. Is that what you want? I think not.

  5. Re:Not unique to pharmaceuticals. on Report Says Patents Prevent New Drugs · · Score: 1

    No one can get a drug to market in 3 years. There is nowhere near enough time to determine whether it actually works let alone find out if it has any harmful side effects.

  6. It is not that simple on Report Says Patents Prevent New Drugs · · Score: 1
    Many moons ago I worked for a drug company for ten months. So let me explain how the process works:
    • A drug company gets an idea for a new drug. They do some initial tests and take out the patent. They have to patent early because it is impossible to keep things secret once the drug goes into trials.
    • At first the drug is tested on animals. However, as was discovered in Great Britain, that is no insurance that it will work properly in humans.
    • So the tests on humans are absolutely necessary. They also have to be performed for long enough to see if there are any side effects.
    • Another problem is how to produce the drug in large quantities. Scaling up production of complex chemicals is not a trivial problem.
    • All this testing etc. etc. takes somewhere between 10 and 15 years and may take longer if the tests do not give a conclusive result. Since a patent only lasts 25 years, that leaves not that much time to recap the expense let alone make a profit.
    • All together this means that developing a new drug, from idea to market costs roughly $200 million. And if a drug fails late in the test cycle, the drug company can just wave goodbye to the money spent on it.
    So to me it is perfectly understandable that a drug company wants to recap its expenses.
  7. Re:Cars != Software on Are More Choices Really Better? · · Score: 1
    Every word-processor does pretty much the same thing. Just like every car pretty much does the same thing.

    Yes and no. Both do the same thing - but only cars always do it in the same way.

  8. Re:It's not the voters on Is An Uninformed Vote Better Than No Vote? · · Score: 1
    The very nature of our plurality system ("one man, one vote," winner take all) will inevitably lead to a two-party system

    Please explain why this has not happened in Western Europe. The only Western European country, that has anything resembling a two-party system is Great Britain (they have two big parties and a much smaller third party). All other Western European countries have multi-party systems with no signs of them going away.

  9. Speak their language on Information Security and Ignorant Management? · · Score: 1
    The language of business people ine general and CPAs in particular is money.

    Calculate how much a a security breach will cost them, both in direct costs (e.g. work needed to get back on track) and derived costs (e.g. lost business because customers leave) for several scenarios of different severity and present these numbers to management.

  10. Re:How About 9/11 Morning Idiots? on Your Favorite Support Anecdote · · Score: 1
    If a homeless person gets a bank account, the terrorists win?

    No, but the banks fear they will lose money and to them that's worse than any kind of terrorism you can imagine.

  11. That's easy: Turn it off! on How to Avoid Mobile Phone Interference w/ Speakers · · Score: 1
    Everyone has been sitting at their desk rockin, jamming, or groovin to their favorite tunes. You are in a trance, getting work done

    Unless this state is something that happens to you unexpectedly, it should be a simple thing to turn your mobile phone off. That's what I do. If people calling really want to talk to me, they will leave a message such that I can call them back.

  12. Re:Koss Porta-Pro. on Headphones in Corporate Culture? · · Score: 1
    No need to buy new headphones when the foampads crumble to dust, get them here or at your well-stocked hi-fi dealer's

    I live in Denmark so the former option is unfortunately not viable. But yesterday I finally got around to going to the one dealer in Copenhagen that sells new foampads. For about a tenth of the price of a new set of PortaPros I now have a set that is as good as new. Joy! :-)

  13. Proper design helps a lot on Debugging Asynchronous Applications? · · Score: 1
    Event driven probably also means multithreaded, right? If so, here are a few pieces of advice for what to do when designing your program:
    • Protect shared data. Make sure that data shared between threads is protected such that only one thread at a time has access.
    • ... and make the time this access occurs as short as possible.
    • Protect shared resources.
    • ... but know thy deadlocks. Be absolutely sure that two threads do not get in a state where each thread waits for a resource that the other thread holds.
    • Use state machines.
  14. Re:Koss Porta-Pro. on Headphones in Corporate Culture? · · Score: 1

    I second that. The only downside is that the foampads wear out. I'm on my second set of Portapros because I couldn't get a new set of foampads for the first set when they wore out.

  15. Re:Safecrackers on Getting Fingerprint Readers to Read Your Prints? · · Score: 1
    First...

    (for a concealed weapon permit, if you're curious)

    ...and then...

    To ensure perfect aim, shoot first and call whatever you hit the target

    No further comments...

  16. Re:Why not run Firefox? on Safe Options for Surfing While on the Road? · · Score: 1
    If IE is only needed for the log-in process then he could close it and run Firefox after logging in.

    Or you could get him the IE Tab extension for Firefox.

  17. Re:The Most Dangerous Idea of All on Share Your Most Dangerous Idea · · Score: 1
    Being religious is to be dogmatic. Knowing God, on the other hand, is having a relationship.

    Unfortunately, there is a staggering number of people who think they know their chosen deity but in fact are religious.

  18. Re:Question for all the coders out there.. on How to Write Comments · · Score: 1
    You have to indent the code anyway and since the indentation change already says "new block", the brace is redundant, and therefore should not be emphasized

    No, you don't. In C and languages derived from it, the compiler couldn't care less about indentation. It cares only about braces. The following code snippets will yield the exact same result even though the indentation is wildly different (underscores added to get at least some form indentation (damn you, Slashcode)):

    // Snippet A
    if( test )
    {
    _ ExecuteThis( something );
    _ ExecuteThat( something_else );
    }

    // Snippet B
    if( test ){
    ExecuteThis( something );
    ExecuteThat( something_else );
    }

    // Snippet C
    if( test ){ ExecuteThis( something ); ExecuteThat( something_else ); }
    whereas these two snippets will produce different results even though the indentation is the same:
    // Snippet D
    if( test ){
    _ ExecuteThis( something );
    _ ExecuteThat( something_else ); }

    // Snippet E
    if( test )
    _ ExecuteThis( something );
    _ ExecuteThat( something_else );
    Using indentation to look for code blocks is courting disaster - unless you use Python, of course :-)
  19. Rick Cook's Wizard series on Top 20 Geek Novels · · Score: 1

    Okay, high-brow litterature it isn't but I still enjoy Rick Cook's Wizard series. The main character is a geek that gets transported to a parallel world where magic works and computers don't. He is like a fish on land until he figures out how to program magic. From there the fun begins. Also, the references to programming and computers are mostly correct.

  20. Re:NAND chip on Smallest IP Target Device? · · Score: 3, Funny
    I once got Linux to run on a 74x00 quad-NAND chip

    Did you use the other two gates for anything?

  21. Re:What works for me ... on Programming and Dieting? · · Score: 1
    I've been following Atkins diet for a while and it worked until I reached a line that my body refuses to cross

    This is a known phenomenon and is usually called a plateau. It happens with any kind of diet if you keep at it long enough. Simply keep going and eventually you will start losing weight again.

    I've lost 19 kilos using Atkins so I'd like to add a few comments:

    • Not all fruits are equally good when it comes to Atkins. Generally any kind of berries are OK, melon too if you don't overdo it but be careful with the rest.
    • For snacks, I find that nuts or a bit of hard cheese suits me best. No, I too couldn't eat butter :-)
    • Add potatoes and carrots to the list of bad carbohydrates.
    • My wife, who is a doctor, tells me that the latest research indicates that you don't need to drink up to 3 liters a day.
    • Yep, persistence is the key. If you start eating like you did before you went on a diet, you will put on weight again. Been there, done that.
    • Some people (including me) experience leg cramps when on an Atkins diet. I find that an extra intake of magnesium helps.
  22. Re:Robomaid on Java Urban Performance Legends · · Score: 1
    The fact that people can write entire operating systems in C without having these problems indicates that the problems are with people, not C.

    The solution to that problem is to remove people from the process. Now, if we could get the program to de-allocate memory automatically.

    Oh, wait...

  23. Likstash... on Suggestions for Browser Bookmark Management? · · Score: 1
    From XRayz works very well for me.

    Pros:

    • Integrates nicely with the browser
    • All bookmarks are kept in a single file that is easily transferred between PCs
    • Keeps track of logins and and associated passwords. Not terribly secure but very convenient.
    Cons:
    • Payware.
    • Runs on Windows only.
  24. Re:For PIMs on Uses and Software for a Modern PocketPC PDA? · · Score: 1
    It should be mandatory for all PocketPC's

    I'll second that. Luckily it was bundled with my Pocket PC (a Fujitsu-Siemens Pocket LOOX 600) but if/when I buy another PPC, I will gladly shell out the money for a copy of PI.

  25. A couple of additions on Uses and Software for a Modern PocketPC PDA? · · Score: 2, Informative
    Great list, a few of which are on my "A Pocket PC is useless without them"-list (Pocket Informant and WisBar Advance to be specific). I do have a couple of additions:
    • TimeTTracker - keeps track of how much time I use on my clients. This program pays not only for itself but also for the PDA, the GPS'es and all other software and hardware I've bought for use with my PDA.
    • nPOPw - freeware email-client that can delete mail from the POP3 server without going through ActiveSync. Essential for reading mail on the road.
    • TomTom Navigator 3 - GPS navigation with voice prompts and automatic re-routing if you take a wrong turn.
    • ev41 - HP 41-CX calculator clone. Greatest calculator ever :-)
    • Pocket Plan - Microsoft Project compatible planning if you don't use the fancy stuff