Blogs

Mar 28 13:19

Help pleas

I am in desperate need of advice

 

 read more »


Mar 25 09:21

Sheer stupidity

I stumbled on a post by a creationist on another website.

http://www.sciforums.com/showthread.php?t=64512

I thought to myself "Ah, I'm not going to change this fellow's mind, but at least I can put forth a coherent argument, which is more than the others on the site are doing". Hey, it's Sunday and I'm procrastinating - I'm entitled to think like that Winking

I registered an account and wrote a nice bit about Siccar Point:

 read more »


Mar 24 23:43

World's Longest Tunnel - My Contribution


The BBC are reporting details of the
World's longest tunnel
being constructed underneath the Alps. I probably had a (very small) part in its construction.

 read more »


Mar 22 15:58

Recursive grep

Not really blog material, but it's my website, so what the hell! The command below will search for all XML files below the current directory and search for a # symbol:

find . -name "*.xml" -print0 | xargs -r0 grep -i -n '#' > /home/jon/file.txt

Useful for searching within files. It also correctly deals with spaces in filenames, prints the line number affected and a snippet of the line. Handy!

 


Mar 20 20:49

Who visits geologyrocks?

I thought I'd answer a few questions that no-one has asked (apart form me). How many people visit geologyrocks? How do they arrive? How long do they stay? Where are they from? I use two tools to tell me this inormation: google analytics and webalizer. The data I'll use here is from February, a short, but otherwise typical month.

 read more »


Mar 17 00:09

Arrrgggh! I hate Chemistry.

I can't emphasise enough how extremely peeved I am at present. I've been carrying out daily nitrite tests on my new fish tank and the results are uninterpretable!

 read more »


Mar 12 18:22

The Really Inconvenient Truth


The really inconvenient truth about CO2 levels and global warming is that the temperature change occurs about 800 years before the change in CO2 levels. The simple interpretation of this is that CO2 levels are an effect, not the cause of climate change.

 read more »


Mar 08 22:24

The Great Global Warming Swindle


Just watching The Great Global Warming Swindle on Channel 4. I have to say that I agree with most of what they say, and have agreed with the background for quite along time.

 read more »


Mar 04 16:44

Development Environment for Drupal Sites

As you may know, GeologyRocks uses drupal, a rather excellent CMS. This brings about a few headaches when trying to develop your own code for it as the content (i.e. the stuff you need to test out your new code) is in the database, not as a series of HTML files as for a static websites. To help me develop new features for GeologyRocks, I've set up a development environment for drupal-based sites. This is how I did it...

Method

The aim is to create three versions of the website:

 read more »


Mar 04 09:56

Lunar Eclipse



Syndicate content