The Buddhist Geeks Conference 2011

“You are totally double rainbowing my world.”
Nikki Chau (@dragonc)

Read More »

Mounting Rackspace Cloud Files locally

Since writing this I’ve discovered Cloudfuse, which, seeing as it’s designed specifically for the task at hand, might be more suitable.

Read More »

How I elasticised my web app

By ‘elasticising’ I mean, separating the heavy application logic from the lighter website logic in such a way that under high demand it is a simple matter of firing up new application server clones to cater for the increased load. The other significant benefit of this is that by placing the most significant application load onto a separate server, the web server is dedicated to the sole task of serving web pages.

Read More »

The Point of Meditation

“At first, I saw mountains as mountains and rivers as rivers. Then, I saw mountains were not mountains and rivers were not rivers. Finally, I see mountains again as mountains, and rivers again as rivers.”

Read More »

ChromePHP setup for all your local sites

As you may kow you can output your PHP debugging into the Chrome console using ChromePHP. Hallelujah!

Read More »

Underscore Skillswap

At 7pm, on Tuesday, November 30th in The Pervasive Media Studios, Bristol there’ll be a traditional Underscore skillswap on the subject of Social Network Application Development.

Read More »

It’s Big Banging

What if the Big Bang wasn’t just something that happened millions of years ago but is something that is happening right now? Perhaps the Big Bang can be thought of as less of a noun and more of a verb, so that just as the river is flowing, existence is Big Banging. This would certainly alter our relationship to life. Though it would seem problematic to constantly find oneself in an entirely new universe as each moment passes, instead, such a perspective might actually help us to cultivate a profoundly beneficial looseness and openness. Read More »

Integrity

Sandalwood is considered the epitome of excellence, imparting fragrance even to the axe that cuts it.

Read More »

Frintr

A week ago today I launched Frintr. It’s a project, of my own inception, that I’ve been working on for 10 months. The basic gist is that you create a mosaic of your own profile picture from all the smaller profile pictures of your friends from Facebook, Twitter and Myspace, which you can then have printed and sent to you as a poster. So not only has the project been technically difficult in terms of web development, but it’s also been a huge learning curve in terms of setting up my own business and cultivating an authentic brand. What’s more, even though the site is now live, there is still plenty more work to be done.

Read More »

MySpaceID SDK and PHP 5.3

If you’re trying to get the MyspaceID SDK working in PHP 5.3 then you’re going to need the updated version of the Janrain OpenID library instead of the version that it ships with as default.

Read More »