Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:It's the OS, stupid (Score 1) 110

How do you get something to run at boot on Gentoo? On Redhat? On Ubuntu? Hint: it varies widely with distro. The combination of startup scripts, configuration files, home directories, and even binaries leaves your trojan hunting for all these things. Combined with the fact different distros have different libs, means if the distro doesn't have the exact libs needed, the trojan won't run in the first place. As someone who has written primarily C for the last 12 years, I find networking to be the easiest part of a program. Dealing with the unknowns (rc.d? init.d? rc.local? /home? /usr/home? /etc? /usr/local/etc? /etc/conf.d? /opt/bin? /usr/local/bin? kde 3? kde 4? xfce? fluxbox? etc) is infinitely more difficult.

Comment Re:It's the OS, stupid (Score 3, Insightful) 110

Most recent attacks have been via stupid users, not buggy OS. The reason Linux hasn't been targeted is threefold: 1) next to nobody uses it, thus a waste of effort to write malware for it; 2) its users aren't retarded; 3) each distro is completely different, unlike different Windows versions.

Comment Re:I welcome this. (Score 2, Informative) 148

With Cisco, you'll be on hold for 3 hours, until you read off your product serial number. Then they tell you you've reached EOL for the product in question, and offer to sell you an identical product whose only difference is the product number, at a vastly increased price. However, they won't tell you what the price is until you sign an NDA, because the gouge each customer differently.

Image

Developer Demands Pirate Bay Not Remove Torrent 203

An anonymous reader writes "This week TPB got a very unusual e-mail. It was a 'Notice of Ridiculous Activity' from a company that had found one of its apps cracked and listed as a torrent on TPB. The app in question is called Memoires, developed by Coding Robots. Memoires is marketed as the easiest way to keep a journal on your Mac. It costs $29.99 to buy after you've enjoyed a 30-day free trial. That, of course, didn't stop someone from cracking the software and making it available for free as a torrent. Dmitry Chestnykh, founder of Coding Robots, noticed the cracked torrent and decided to download it to see what had been done. After using it, he was upset — not because the cracked version was available, but because the cracker (named Minamoto) had done such a bad job of cracking it. The best section of the e-mail has to be this: 'I demand that you don't remove this torrent, so that people can laugh at Minamoto and CORE skills. However, I also demand the[sic] better crack to be made, so that it doesn't cripple the user experience of my beautiful program.'"

Comment Re:And... (Score 2, Insightful) 342

The real world is most users of MySQL don't care a damn about any of those. They care about which is easiest and cheapest to implement. So called MySQL experts are a dime a dozen. When you search Google for database software, you see MySQL on the first page of results, not Postgre, not MSSQL/SQL Server, and not Oracle. Lastly, other than standards zealots, who demands ACID compliance? In the real world, quality is often an afterthought.

Hardware Hacking

Mobile Medical Lab — the $10 Phone Microscope 54

kkleiner writes "Aydogan Ozcan of UCLA has developed a microscope attachment for a cell phone – turning the device into a sort of mobile medical lab. It's both lightweight (~38g or 1.5 oz) and cheap (parts cost around $10). The cellphone microscope can analyze blood and saliva samples for microparticles, red blood cells, white blood cells, platelets, and water borne parasites. Ozcan and his team have recently won three prestigious awards for the device: a Grand Challenges award from the Bill and Melinda Gates Foundation (worth $100,000), the National Geographic Emerging Explorer award (worth $10,000), and the CAREER award from the National Science Foundation ($400,000). With these funds, Ozcan plans on starting case studies in Africa to see how the microscope can help revolutionize global medicine."

Comment Re:The Bigger Picture. (Score 1) 345

I believe DLC is twofold. First, it means they can sell nearly empty games at full retail, and then charge you for "expansions" which just result in a full proper game (I'm looking at you Guitar Hero). Second, it means the game has virtually no resale value. It essentially guarantees a steady flow of income since you don't have to put any effort into a release product, and nobody will purchase said release product used. It's quite a clever con job, and it's legal and risk free. Cosa Nostra would be proud.

Comment Re:This is total horseshit (Score 3, Interesting) 363

What makes you so sure he wasn't a victim of spam or the like? In the US, you have to show that the person knowingly and willingly sought out to download the images. If there's just 3, that's gonna be impossible to prove. If there's half a billion, then intent is easy to show. This was recently changed because people were spamming the hell out of other people with sick porn to try and get them in trouble. Distribution, on the other hand, ignores intent completely.

Comment Re:Why? (Score 1) 271

MySQL does support multi master replication, and it even has auto increment offsets. Not sure if older versions support point in time recovery, but with periodic backups (peh), replication, and query logging, you can achieve the goal quite easily.

Image

Man Swallows USB Flash Drive Evidence 199

SlideRuleGuy writes "In a bold and bizarre attempt to destroy evidence seized during a federal raid, a New York City man grabbed a flash drive and swallowed the data storage device while in the custody of Secret Service agents. Records show Florin Necula ingested the Kingston flash drive shortly after his January 21 arrest outside a bank in Queens. A Kingston executive said it was unclear if stomach acid could damage one of their drives. 'As you might imagine, we have no actual experience with someone swallowing a USB.' I imagine that would be rather painful. But did he follow his mother's advice and chew thoroughly, first? Apparently not, as the drive was surgically recovered."
Games

8-Year Fan-Made Game Project Shut Down By Activision 265

An anonymous reader writes "Activision, after acquiring Vivendi, became the new copyright holder of the classic King's Quest series of adventure game. They have now issued a cease and desist order to a team which has worked for eight years on a fan-made project initially dubbed a sequel to the last official installment, King's Quest 8. This stands against the fact that Vivendi granted a non-commercial license to the team, subject to Vivendi's approval of the game after submission. After the acquisition, key team members had indicated on the game's forums (now stripped of their original content by order of Activision) that Activision had given the indication that it intended to keep its current fan-game licenses, but was not interested in issuing new ones."

Slashdot Top Deals

An adequate bootstrap is a contradiction in terms.

Working...