Incredible slow motion footage of lightning striking
Judging by the time displayed at the bottom of the screen this seems to only be filmed over 1/3 of a second!
From http://scienceblogs.com/isisthescientist/2010/07/the_formation_of_a_lightning_b.php
On the South West Coast Path – Golden Cap
I took the bus down the road yesterday morning to Morecombelake and walked back over the top of Golden Cap, the highest point on Dorset’s coast, through Seatown and Eype and back via West Bay.
Pole lathe bowl turning at the Bodger’s Barn
Just spent the day with my friend Mace, who runs green wood working courses. We set a pole lathe (a traditional foot powered lathe) up for turning bowls. Here’s the results, an 8 inch bowl in ash (you can clearly see the long spiral tool marks which are found on medieval bowls):
I burnished it (polishing it with a handful of shaving while still on the pole lathe) which even slightly burnt the edge of the bowl:
The bowl is so thin (about 7-8mm) and it’s still green so the sun shines through it quite easily (but not easy to photograph!):
Amazing free 3D modelling software
This is the coolest piece of modelling software I’ve ever seen. If you’ve ever struggled to even resize a cube in Blender then you’ll love this:
http://www.sculptris.com/index.html
Here’s a demo on youtube:
http://www.youtube.com/watch?v=6DNRg6pdNeE
Better still, it runs beautifully under Wine on Linux.
Cory Doctorow on giving away his books for free
Cory Doctorow is an unusual writer. His “Down and out in the Magic Kingdom” is an absolute classic and gave us the word “whuffie”.
He also gives his books away for free. He’s just been interviewed by New Scientist.
He talks about priracy and DRM and comes out with some beautiful quotes:
Obscurity, not piracy, is the biggest problem writers face. In the 21st century, if you are not making art with the intention of it being copied, you are not making contemporary art.
That’s how we are, we are descendents of molecules formed a million years ago because they figured out how to replicate themselves. We have a name for things that don’t copy themselves: dead.
His new book, For The Win, is out now:
http://craphound.com/ftw/
and amazingly is available for free download:
http://craphound.com/ftw/download/
I can’t vouch for it since I haven’t read it but Down and out in the Magic Kingdom is brilliant:
http://craphound.com/down/download.php
Enjoy. And welcome to the strange world of 21st century publishing.
BP – unintentional irony from evil polluting corporate bastards

Motives and incentives (animation)
These RSA (Royal Society for the encouragement of Arts, Manufactures and Commerce) animations are excellent. Ever wondered how to be happy in your work?
I’ve spent the last 48 hours working on a crazy Open Source project (a web-based webpage designer using natural language!). I’m not getting paid for it but it’s great fun. I can relate to this video. I spent years working in software companies where I had to follow a particular course (which was often chosen by marketing or management and I knew would be a disaster). At times I had amazing ideas which management failed to grasp and which I never got to explore.
Now I do things for myself and I love it.
New Phishing Attack and How To Read The Domain In A URL
Aza Raskin from Mozilla Labs has come up with a new type of phishing attack based on tab browsing. When the user clicks away from an innocent looking page on the phishing site to a different tab the malicious code waits a few seconds and then changes the page to a phishing page – his example is a googlemail login screen.
It’s worth noting here that’s it’s always worth checking the URL in the browser. Before clicking a link it’s worh checking the acual URL of the link. It’s very easy to make a link look like it goes one place but sends you somewhere else (for example: http://www.youtube.com/). In my browser (firefox) the URL is previewed in the status bar at the bottom.
So which bit is the domain? It should be after “http://” and before the next “/”. If the URL looks messy or uses a numeric IP address instead of a text domain name then you might want to not trust it.
Here are some examples of evil code and I’ll explain how to read a domain from a URL. Suppose we bank with mybank.com:
http://www.mybank.evilcode.com/
http://www.mybank.com@evilcode.com/
http://www.my.bank.com/
http://www.my-bank.com/
What’s wrong with these?
First of all, it’s best to read a URL from right to left and break up the domain at the dots. The most important stuff is on the right.
So, in the first example we have the “.com” top-level domain, next we have “evilcode.com”, then we have “mybank.evilcode.com” – that’s a sub-domain of “evilcode.com”.
In the second example, again reading from right to left you’ll realise that it’s an evil site. The part of the URL before the “@” will be passed as a username to the site. Most modern browsers have protection against this (you are using a secure modern browser aren’t you, ps Internet Explorer=fail).
Number three and four are simply miss-spelt but are totally different domains and so not to be trusted.
Go Volvo!
Blimey, I cycle everywhere. I really don’t want to share the roads with people who have automated braking systems. Even if they did work:
New version of Ubuntu out tomorrow!!!
I had a crisis of confidence in Windows recently after reading about people having their stored passwords stolen after their computer had been compromised. Since I’m responsible for a few other people’s websites I just can’t take any risks like that. On top of that I had a problem with my mobile broadband connection and decided to test in Linux in case there was a driver problem in Windows and since it’s easier to work out what’s going on in Linux since it has a great command line interface where you can really find out what’s going on.
So I downloaded the Ubuntu 10.4 Beta (eventually, using Azureus to download from a torrent since my connection died repeatedly) in the hope it had decent support for mobile broadband (it did).
You can run Ubuntu without installing, so I did. It recognised my USB mobile broadband device and I was up on the web in no time (unfortunately the connection kept dropping – it turned out that the local mobile phone mast was dodgy). I’ve used previous versions of Ubuntu (8.4 to 9.10) but this is a massive improvement. It’s just so nice and friendly. I loved it so much that I hit the install.
And there I was, browsing the web and writing emails and I realised that this is how operating systems should be – they should let us get on with our life. Let me make it clear in case you missed it – I was installing a new OS and was happily writing an email at the same time (this is equivalent to upgrading from Windows XP->Windows 7 and still being able to use your PC)
Since I installed I’ve done several updates of the OS and applications (oh yeah, one single button click to update all the applications installed and the OS! No more stupid application update programs eating all your bandwidth/processor when you don’t want them).
And if you want to install a new application? – just search by name under the package manager and hit the install. I had all the applications I needed to install up and running in less than an hour when I’d expected to be at it all day. I even realised that some of the apps I’d need to install after a Windows re-install I wouldn’t have to do (such as music/video players and CD burners) since Linux doesn’t cripple all it’s software with DRM.
Even though it’s a Beta version it’s been really stable. So far it’s only locked once during shutdown (oh by the way, shutdown time is about 5 seconds – versus about 30s in Windows) and I powered off with no ill effects but considering I use it as a development machine that’s not bad. This is only about the 5th time I’ve EVER seen Linux crash and I couldn’t begin to estimate the number of times I’ve seen Windows crash, certainly hundreds (I’ve used Linux and Windows for probably an equal number of hours). Using Windows 95 as a development we’d see it crash about once an hour. Windows has got much more stable since then I’ll admit (but you would have to admit it’s not much more secure).
I’ve only had to kill one application which locked up. You know what a hassle that it on Windows? Pressing Ctrl-Alt-Del for ages and waiting for it to respond. None of that on Linux! Misbehaving apps are closed immediately. Linux is obviously in control all the time (after all it was designed to work with multiple users and as a server too), responds straight away and has full control over the applications.
I’ve got a few grumbles – I record music and I haven’t figured out the audio side of it all. The HTML validator plugin for Firefox doesn’t work on Linux. There have been far more happy moments – I love the Music Player. It’s the only music app I’ve ever got on with. Chrome on Linux is gorgeous! The user interface is fab (multiple desktops – so handy!). And since I’m always buzzing around looking at and editing files all over my machine – a directory structure that makes sense!!! What the hell is going on with the Windows directory structure?
But overall I’m chuffed and I’ve rediscovered my love of the command line (equivalent to the DOS prompt to Windows but infinitely superior). It’s so useful. I’m doing web development. I can check the titles of all the html files in one directory:
# grep title *.html
Or check my webserver log files for how many mp3s were downloaded on the 22nd April:
# grep 22/Apr access-log | grep -c .mp3
(you can send the output of one command into another command [or the same command] using the pipe “|” – this strips out lines without “22/Apr” in them and then the second command counts the lines containing the string “.mp3″)
Or check my IP address and other network setup with “ipconfig”. Or restart my web server “/etc/init.d/apache2 restart”
Or a million other things. If you want a backup at 6pm every day you can do it.
The command line should have been embraced by Windows. It’s so useful. But instead they’ve tried to bury it under a graphical user interface which looks like it was made by Fisher Price with big friendly looking buttons and made it harder and harder to use (it used to have a built in help system but they ditched it years ago). You’ve seen the power of the command line yourself in those examples. And that’s very simple stuff.
I recently found Neal Stephenson’s excellent “In The Beginning Was The Command Line” online. It’s well worth a read.
I got sick of the Windows user interface changing every couple of years. Well, remember those commands I gave earlier? I was using grep for various tasks? I’ve been trying to find out how long that command has been around and I failed. My guess why is that the command has been around on Unix systems since before the Internet came along. It was even added to the Oxford English Dictionary in 2003. Those commands would look familiar (if not just run completely unchanged) on Unix systems in the 1970s. I expect to be using those same commands in at least 10 years time. How much Windows knowledge will still be relevant then?
Anyway, the new Ubuntu is due out tomorrow. Secure, stable, far better at networking than Windows and not prone to completely changing the user interface – like Windows does since they seem to rewrite the whole thing every few years because they haven’t got it right yet.
If you liked Firefox you’ll love Linux.





