Archive for the 'Misc' Category

facebook terms of service updated - and not for the better

Tuesday, February 17th, 2009

The consumerist is reporting that facebook has changed their terms of service, and not for the better.

They have changed their stance from we own all of your photos to we own all of your photos for ever.

I shall still be using flickr, as I reported before, and I have decided that my details are worth more than the usefullness that facebook gives me, so I shall be deleting my facebook account in the next week. Now all I need to do is find an alternative that values my ownership of my own details.

My first post

Thursday, June 26th, 2008

Not here obviously, but on the guardian website.  My first blog post has gone live.  That should make Mr Brunning fairly jealous :)

Deleting tracks on a Creative Zen or Nomad

Sunday, June 15th, 2008

So I’ve had a problem under ubuntu that maintaining my creative Zen’s music has been hard.  I decided to copy my entire music collection onto my laptop, use Amarok to organise it and re-tag everything correctly, and then re-upload my music.

However, to do that I had to delete all of the music tracks on my nomad.  Now Amarok and Gnomad seem fine for uploading music, and even downloading music, but deleting files seemed to continuously throw segmentation faults, and cause errors.  I’m guessing this is a problem with the underlying libnjb library.

However the libnjb package has a libnjb-examples package, which includes an njb-deltr program, which deletes a single track.  Combined with the njb-tracks client to get a list of all of the track id’s on the system, the following bit of Bash magic worked a treat:

./njb-tracks | grep "ID:" | cut -d' ' -f2 | while read track; do
  echo "Deleting track $track"; ./njb-deltr $track;
done

Blogging using BloGTK and wordpress

Thursday, May 29th, 2008

Just because it was non-simple to setup.

Do apt-get install blogtk or your alternate equivalent.
In the settings you want your xmlrpc.php file. so http://www.mysite.com/xmlrpc.php
Add your username and password as normal.
Click save, then from File, click connect.

Go!

(Written using BloGTK while on the 8:31 train from Royston to Kings Cross. Damn this bluetooth GPRS mobile phone stuff is cool)

Becoming a father

Monday, April 28th, 2008

So I don’t think I’ve blgged about this, so if you hadn’t heard, My wife is now 6 months pregnant, and I’m due to become a father for the first time.

This is pretty scary for me.  I’m totally not ready for this, but as my wife wisely noted (with some bias I imagine) “You’re never going to feel ready”.

The desire to start a family is something that I ahven;t personally felt, but I knew my wife has wanted one for basically forever.  That is one of the reasons that I decided to go back to actually earning money, and has affected a lot of our life decisions since.

I’m not really intending to blog about becoming a father a lot, but I figure that as a major part of my life it will be something that I will have opinions on and will probably blog about.