
We pay for our streams, and we actively negotiate with virtually every single content owner. We’ve taken down over 1.76 million files and suspended upload privileges to 22,274 users. These are not the characteristics of a company “dedicated to copyright infringement”. As we work with artists and labels to make more content available to our users, Grooveshark becomes more competitive as an alternative to piracy.
via Get Ready: Grooveshark Promises a Fight to the Finish… – Digital Music News.
Music
“In terms of chip design and software in general, we’re still the leaders,” Allen said. “But you have to ask yourself about 20 years from now and 50 years from now. It would be great if we could focus more effort on the competition, because it’s coming in spades.”
Source – Wired Interview: Microsoft Co-Founder Paul Allen Talks Tech, Bill Gates, Chemo and Guitars.
Tech
I just had to convert a big SQL Server DB 2005/2008 into a MySQL DB 5+, and decided to share my (successful) experience.
Ultimately you’ll want to use some tool to automate the process, specially because you don’t want to deal with data-type conversions (i.e. SQL Server’s varchar is not the same as MySQL varchar, etc), foreign key constraints, etc.. I used SQLyog, which is a great (Windows) application. The trial version allows for the import of two tables (schema and data) at a time. I had to create a File DSN (ODBC) to connect to my remote MS SQL Server.
Essential information:
MySQL: Migrating from Microsoft’s SQL Server
SQLyog
Creating a (File) DSN ODBC Connection
DBMS, SQL, Tech