Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Hire Americans, and they can afford things (Score 2, Interesting) 510

Some apps are quite expensive. The sling player on android is $30, not *that* bad, and a garmin app for over $100. But, if you're unlucky enough to have an iProduct, there's a $1000 bar exam study guide. You also have to consider the return on investment. A $50 stick of ram will last you years. A $20 android game? A few days, maybe.

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.

Slashdot Top Deals

"Intelligence without character is a dangerous thing." -- G. Steinem

Working...