Category Archives: Thoughts

Recursive directory creation with nodejs

I’m doing some code in nodejs and I found the need to create directories recursively. Basically I need to have the same functionality offered by mkdir -p. The fs lib doesn’t offer this functionality so I looked around but couldn’t … Continue reading

Posted in Thoughts | Comments Off

Developing a Sales Model

Very interesting thoughts about developing a repeatable sales model: Start with one or two salespeople and restrict them to a local geography. Make sure they’re selling effectively before hiring others. It’s far harder to change messaging and direction in a … Continue reading

Posted in Thoughts | Comments Off

It’s demo time

I’m doing a demo of the new tarpipe WordPress plugin on the WP Portugal meeting.

Posted in Thoughts | Comments Off

Testing a new tarpipe plugin

This is just a test of a new tarpipe WordPress plugin that I’ve just created.

Posted in Thoughts | Comments Off

DecentralizedAddresses Chrome extension

After much discussion around the @replies subject I started thinking about a system that could automatically resolve social network addresses no matter where they appear. I then decided to try the approach of writing a Chrome extension that could do … Continue reading

Posted in Software, Thoughts | Tagged , , , , , , , , , | 2 Comments