Who’s Googling Your Genes?

March 28th, 2006

In their biannual Captain Hook Awards for Biopiracy, the Coalition Against Biopiracy has dubbed Google Inc. Biggest Threat to Genetic Privacy for teaming up with J. Craig Venter to create a searchable online database of all the genes on the planet so that individuals and pharmaceutical companies alike can ‘google’ our genes - one day bringing the tools of biopiracy online.

From the nomination:

Google’s motto, “Don’t be Evil,” may soon take a backseat to a new mission statement unveiled by CEO Eric Schmidt in early March 2006: “We want to be able to store everybody’s information all the time.” Already causing concern over the way it uses (or could use) the vast amount of Google-user information it has collected and stored over the years, the company has now set the sights of its all-seeing eyes even higher. Google’s massive computer power and cutting-edge data-mining capacity make it a logical partner for Craig Venter and his ever-expanding collection of DNA samples taken from humans, animals and microbes living in soil, sea and air.

We Won

March 24th, 2006

The governments assembled at the UN Convention on Biological Diversity meetings in Brazil today reached an agreed to stop the push towards commercialising so called ‘terminator’ (sterile) seeds - a huge victory for the safety of the world’s food supplies:

“This is a momentous day for the 1,4 billion poor people world wide, who depend on farmer saved seeds,” said Francisca Rodriguez of Via Campesina a world wide movement of peasant farmers, “Terminator seeds are a weapon of mass destruction and an assault on our food sovereignty.

Read the full article on banterminator.org

Alternative PHP Cache (APC) on Debian

February 2nd, 2006

[Update, March 9th: Be sure to read the comments!]

The Alternative PHP Cache is a great way to improve the performance of webservers. I just finished installing it on mokey the server that runs this site and a number of others, primarily because of our increased use of a content management system called eZpublish which is very powerful, but also very memory hungry. There is no Debian package at the moment, so here is how I installed APC:

  1. Download APC:

    cd /usr/local/src
    wget http://pecl.php.net/get/APC-3.0.8.tgz

  2. Extract the archive:

    tar -xvvzf APC-3.0.8.tgz

  3. Install php and apache development files:

    sudo apt-get install apache-dev php4-dev

    (if you have apache2 it’s apache2-dev)

  4. Run these commands:

    phpize
    export CPPFLAGS="-I/usr/include/apache-1.3 -DAPC_PHP4_STAT"
    ./configure --enable-apc --enable-apc-mmap --with-apxs --with-php-config=/usr/bin/php-config

    For apache2 the last line becomes:

    ./configure --enable-apc --enable-apc-mmap --with-apxs=/usr/bin/apxs2 --with-php-config=/usr/bin/php-config

  5. Build it!

    make
    sudo make install

  6. Finally, add this line to the bottom of your /etc/php4/apache/php.ini (or /etc/php/apache2/php.ini)

    extension=apc.so

Good luck, and leave a comment or contact me if you have any problems. If you don’t feel comforable installing apc yourself contact me and I may be able to help.

Montreal Photos

December 21st, 2005

I’m in the process of archiving the best of my photos from the Montreal climate change negotiation here on this site, but I am also making DVDs with all of the original high-resolution photos. I’m selling them for $20, see this page for more details.

Global Climate Negotiations

December 5th, 2005

I am currently in Montreal at the global climate change negotiations. Things are really starting to get intense here, with marches in major cities across the world this Saturday, there is a huge amount at stake and the scientists now telling us we have only 10-15 years left to make the deep cuts in emissions and avoid catastrophic climate change, the stakes couldn’t be higher. I’m working with a huge number of other amazing youth organisers and campaigners here, and we’re posting regular updates on the aptly named It’s Getting Hot In Here blog. Check it out, follow what’s going on, and if you are in the UK and have time to call London and try to get some key messages through to the UK government (who currently are head of the EU) then please do contact me.

We’ve also been doing creative (fluffy) actions within the UN conference, and putting out a daily youth bulletin called ‘Tip of the Iceburg’ which is online at beyondkyoto.org.

That’s all great and good, but what I really would like to do is try to mobilise some young people in the UK to push the UK government from at home. The EU’s position on this stuff is in principle OK, but they’re not taking the lead they need to and the UK is in a key position at the moment to drive the EU’s position.

Without wishing to get into too much detail, the debate that’s going on here is about what happens when the current commitment period under the Kyoto Protocol finishes in 2012. The environmental groups and youth have taken the position that we need a strong decision from Montreal that will lead to a second round of compulsory emissions cuts starting in 2012 in line with the science. The EU position at the moment is that they aren’t against that, but they won’t really promote it either, and that simply isn’t good enough.

If anyone has time over this week and could work with me to do some phoning in to the government in London, and maybe some press work to try to get the message through to the delegates here that young people are watching from back home in the UK, and demand strong action to cut emissions from the government for the sake our our future, that might *just* help turn things around here.

So give me a shout - email, msn, skype - I’m trying to be online as much as I can manage. Literally 20 phone calls from young people to key people back in London asking them to pass the message through to the UK government team here could make a big difference in giving them the courage to do the right thing. We simply can’t afford for these negotiations to fail, we are out of time on climate change.



  • Search carroll.org.uk
  • About the Author

    Photo of Matthew CarrollMatthew is an environmental and sustainability organiser and scientist currently living in Vancouver, Canada. He believes that climate change is the defining social justice issue of this generation. When he isn’t working to make the world a more sustainable place, Matthew builds online tools to help people working for a better future be more effective. He loves travel, rock climbing, singing and backcountry skiing.

    more about Matthew

  • Meta

  • Old Browser

    It seems you are using an old web browser (e.g. Internet Explorer 5 or below). This is a security risk to you, since Microsoft no longer releases updates for old versions of Internet Explorer. Also, note that this site is designed to modern internet standards, and the layout may appear strange or plain in older browsers. All the content is still accessible to you, but I strongly recommend you upgrade to a modern, safe, standards-complient browser, such as Firefox. For more information on getting the best experience surfing the web, see browsehappy.com.