Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:EU bans most GMOs & labels all (Score 1) 509

Many of the EU bans were put in place before the crops were available and there was data to work from. It was what we call a knee-jerk reaction. Most of the studies have found no issues with GMO foods.

Requiring labeling and/or outright banning genetically modified (think about what that means...) food products for which we had no good human safety data or studies seems prudent, not "knee-jerk".

Comment ideas *are* worthless... (Score 1) 735

...without the will and courage to do something about it. It's not the idea guy who is creating the real value - it's the guy who took the idea and had the courage to try and do something with it. Probably everyone on /. has had an original idea at some point - how many of us have taken the step off the curb to actually quit our job (or sacrifice personal time) and try and bring it to fruition? Moreover, how many of us have had the belief in ourselves and our idea to seek out the best and brightest in their field (or anyone at all for that matter) and ask them to follow our lead?

Comment Re:Hard to say, but... (Score 2, Interesting) 171

Keeping commented out code around is not only distracting to developers but harmful. Code in comments isn't syntax checked, isn't compiled, and isn't tested and therefor quickly begins to suffer from bit rot. It would be better to refactor the surrounding code to work with different plugin-able implementations and to fully support both the "old" and the "new and improved" implementation if the intent is to be able to reliably revert that part of the system to a different implementation.

Comment from personal experience... (Score 1) 264

...I know this is doable for a reasonably experienced and skilled developer. I've worked in the logistics industry for several years and I've seen numerous home-grown barcode scanning systems designed and implemented by small teams (1-3 developers). Look at PointeWare (http://www.pointeware.com) as a starting point for a reasonably priced hardware + java api solution. It works with existing Motolora hardware which is easy to use, well supported, and cheap.

Still, unless you see an opportunity to do something that hasn't been done and you think there is a market to sell your system to additional customers OR your client is /very/ patient or taking this project on as a semi-charitable engagement then seriously think twice about doing this on your own. I've learned that barcoding, while a nice idea, is one of the finickiest and error prone technologies out there. Remember that barcodes are printed on paper and usually involve some degree of human intervention to match the right barcode on the right product. Barcodes are physical objects and are prone to damage and wear. The data capture mechanism is semi-manual which is also error prone. While your product may work well in the lab it is almost certain that you will run into unforseen problems dealing with things like:
  1. symbologies - not all barcodes are encoded in the same format
  2. encoded data - not all information on all barcodes are the same - some are EIN numbers, others are SKU's, and on and on
  3. hardware incompatibilities - barcode scanners are NOTORIOUSLY unreliable and the manufacturers are notoriously bad at fulfilling orders
  4. programming quirks on limited memory devices - forget about indexed databases - even commercial products like M$ PocketSQL quickly become major bottlenecks in performance
  5. concurrent use locking nightmares - your system will require either real-time wireless communication with an in-store server or a sophisticated offline locking strategy to ensure data integrity when dealing with concurrent users. Yes, it's likely that there will be more than one user scanning data at one time
It is very likely that this system will be a huge time sink and financial loss for you.
Biotech

New Drug Helps to Dampen Bad Memories 255

wile_e_wonka writes to tell us Researchers at Harvard and the Montreal-based McGill University are working on a drug that would allow psychiatrists to dampen painful memories in their patients when combined with therapy. "They treated 19 accident or rape victims for ten days, during which the patients were asked to describe their memories of the traumatic event that had happened 10 years earlier. Some patients were given the drug, which is also used to treat amnesia, while others were given a placebo. A week later, they found that patients given the drug showed fewer signs of stress when recalling their trauma."

Comment Off topic on stem cell veto (Score 1) 6

Our dialectic discussion was archived, but I want to continue with it.

I thought that car accidents were quite common, and head injuries causing brain death while on life support were one of the most if not the most frequent source of donor organs. Do you know what happens to organs after autonomic nervous system death? They fill up with a bunch of really bad stuff that isn't usually in the blood stream. All kinds of sphincters in glands and ducts go haywire. Ask your doctor about the difference in organ transplant success before and after autonomic nervous system death.

As for the tangental relation, I disagree. Both organ harvesting and fertility assistance destroys human lives without working brains. On the other hand, "collateral damage" or "casualties" (doesn't that sound laid-back?) or whatever other euphimism we have these days to describe dead bystanders in our celebrated recent forays into nation building destroy human lives with memories of other people, unique knowledge, often family who depend on them, and other things which God probably would prefer to keep around.

Unless, of course, "God" is merely a convienient fiction used to rationalize contradictions, whip the less charismatic in to line, take part in some fables for the kids, and justify knee-jerk political reactions.

Extortion Virus Code Cracked 371

Billosaur writes "BBC News is reporting that the password to the dreaded Archiveus virus has been discovered and is now available to anyone who needs it. Archiveus is a 'ransomware' virus, which combines files from the My Documents folder on Windows machines and exchanges them for a single, password-protected file, which it will not unlock unless a password is given. The user would normally be required to pay the extortionist money in order to receive the password, but apparently the virus writer made one small, critical error in coding: placing the password in the code. BTW, the 30-digit password locking the files is mf2lro8sw03ufvnsq034jfowr18f3cszc20vmw."

Slashdot Top Deals

The IBM 2250 is impressive ... if you compare it with a system selling for a tenth its price. -- D. Cohen

Working...