
My blog is worth $10,161.72.
How much is your blog worth?
Yeah, sure.

My blog is worth $10,161.72.
How much is your blog worth?
Yeah, sure.
Filed under: blogging
Blog*Spot/Blogger/whatever it is has a neat feature to specify your own domain name for your blog. Using this I have set up a new url for my moblog at http://moblog.petersblog.org in addition to http://petersmoblog.blogspot.com.
"Why bother" I hear you scream? Well, if I publish that url and it builds up any kind of readership (we live in hope) then I am free, should the whim take me, to change my hosting to some other platform without losing my audience.
I do care about you.
The big news could be the launch of Peter's Moblog. I got a new phone, a Sony Ericsson k800i as I wanted something with a better camera than my old K750i. This one is 3.2 megapixel and has a proper flash, albeit weedy. When I take pictures with the flash the background tends to be black. As a camera it is obviously not a patch on my Nikon D80 but the D80 doesn't fit in my pocket (I carry it in a backpack camera bag that I bought in Lidl). The k800i is a 'Cyberhot' i.e. branded as more camera focussed than a W series walkman phone.
The latest camera-phones are five megapixel but much more expensive and for me good lenses and low-noise electronics are more important than high resolution.
The flash pictures are a little noisy and the backgrounds are dark but they are ok, much better than the blurry efforts of the K750i. It has a feature that allows it to take nine shots at once, four before the shutter is pressed and four after so you can choose the best one. Problem is this doesn't work with the flash. It shares with the k750i an annoying long delay between pressing the trigger and getting a picture so a pose has to be held extra long. Thats something I love about the D80, photos are INSTANT.
The lens on the phone is very wide angle and one wonders why they bother with an autofocus mechanism. You have to get the phone quite close to the subject to fill the frame and it borders on fish-eye.
Anyway the phone has a built-in facilty to upload photo's as blog posts to blogger so I couldn't resist setting this up. I hate to think what my phone bill is going to be but I hope the moblog can be a non-techy slice of life, mainly watching my daughters grow. I really like the idea that I can update it anywhere there is a phone signal. The main problem with it is getting the portrait/landscape orientation right.
Sometime I may try to integrate the blogs by pulling the moblog posts into this blog.
UPDATE: if any blogspot veterans can let me know why some photos on the blog are disappearing then I'd be grateful.
UPDATE2: according to online billing, each picture post costs about 15p. Not too bad unless I do more than one a day when investing £6/month in a bundle may be better. It seems much faster for browsing so I may be using more data anyhow. Turns out phone is 3G and I could get Sky TV on it if only I didn't live in the back of beyond that is rural Kent. I think one of the G's get lost the other side of Maidstone.
UPDATE3: More notes:
If you are really bored, you might like to check out my new Archive Page.
I thought about putting it in the sidebar but I didn't for a few reasons:
On a more technical level, it uses the following route to give 'nice urls' for the year/month combinations:
map.connect 'post/on/:year/:month', :controller => 'post', :action => 'listbyyearmonth' map.connect 'post/on/:year', :controller => 'post', :action => 'listbyyearmonth'
so March 2005 would be '/post/on/2005/3' which is cool.
Filed under: blogging petersblogger rails
I've missed blogging while I've been working on PetersBlogger. My old drupal blog was limping along: while administering the site it kept logging me out. I can admit now that I was running an old version of drupal (4.7?) which I couldn't upgrade due to module dependencies (mainly awtags). The old code wasn't running that smoothly under php5 despite initial appearancies.
I'm happy with my new blog platform, it's running really nicely on my slicehost slice and I've learnt an awful lot about rails while developing it. I will try to do a braindump of rails experiencies in forthcoming posts (cross fingers).
Drupal is a fine CMS and I'm using Drupal 5 on my company intranet. My thoughts on a drupal vs ruby on rails debate would be:
Filed under: blogging drupal petersblogger rails ruby
This blog is now running on my new rails based blogging platform which I have called PetersBlogger (I'm not good at names).
It's mostly complete. Features:
strThis = "that"
Todo list:
Please let me know if you spot any sillies (that's if comment submission is working at all).
It's nice to use because the administration interface isn't split out into a seperate set of web pages, when I 'log in' I simply get extra buttons to press in the pages that you are seeing.
Filed under: blogging petersblogger rails
For the record I am still alive.
I'm busy working on a new blogging platform and I'm not quite ready to make it live yet. I decided to write it in Ruby on Rails directly rather than use an existing blogging application. I wanted something that ran under ruby on rails for the hackability and there were four candidates:
typo: Most popular rails blogging app but nobody seems to rate it as technically excellent. I tried the demo but was put off by the ajax: lots of complexity to go wrong there. mephisto: This seems to be highly regarded on a technical level but a few things put me off:
simplelog: a simple blogging platform but it didn't grab me. The link on the site to a wiki gives an access error.
radiant: Could be used for blogging but Radiant is primarily a cms. The author of Radiant uses Mephisto...
Development of my application has been quite rapid and it's very nearly ready for launch. However I have a problem with the Ruby on Rails testing framework: it's addictive and I can't bare the thought of putting up a live website without making sure it is thoroughly tested first. I'm in that testing/polishing phase that is hard to break out of if you have any kind of obsession with detail.
One thing is for sure: Rails is a joy to work with.
In the meantime, this old blog platform has lost it's lustre and I'm not so included to use it.
UPDATE: I forgot to mention hobix. I can't get past the website...
A google for "peter's blog" puts this site above the Blue Peter Blog!
Still top for 'Peter the wow noob'
I'm going to mention the phrase 'peter sublime hunter skillz' and see where it gets me.
UPDATE: it worked, no 1 google result next morning
It also works for 'sublime hunter skillz' which is even better
Cross me and my wrath will be top of the google search results next day. So there.
Filed under: blogging notbluepeter pagerank
I'm contemplating migrating this blog from drupal to Mephisto. The main reason is to put it on a more hackable platform. Drupal is theoretically hackable, being written in php, but the problem is that I find php a weak and ugly language, I'd rather play with Python or Ruby. I haven't been able to find a blogging platform written in Python, just a number of half finished projects (UPDATE: there is pybloxom but that uses files rather than a database which puts me off: SQL FTW). Ruby has at least two that I have found, both based on Ruby on Rails: typo and mephisto. Typo is a more popular application but from what I have read is leaning towards being a test bed for experimentation with Ajax. Mephisto seems cleaner and better designed so that is where I am aiming. Mephisto does seem a little cultish and doesn't have a large and active community. The principal developers seem very capable but are busy with something else.
Migrating the blog to Mephisto or any other platform has a number of problems which I am enumerating here as part of my planning:
This isn't a simple matter. And I really need to be sure in myself that I find the right target before going through this hassle.
I'm finding the new Daily News blog format easier to deal with. It's less formal, it's easier to write and I think more readable. Collecting a days worth of notes on one page makes it more lightweight: I don't have to think of a title for each bullet point. I can edit the page as I change my mind or think of new things to mention.
How long will it last?
Filed under: blogging