Unification : BootDown

I’m working on a series of small “unifications”. Attempts to bring several of my different projects closer together. This is to share more code between them, or allow them to work more closely together. Today, I’ve been updating BootDown, my quick and dirty static site generator so that it now uses the same library (txlib.py) …

What's wrong with C++?

Another Quora answer : Phil Jones’s answer to Why is C++ considered a bad language? This is one of those rare occasions I disagree with Simon Kinahan; although his answer sets the scene for this one. [Simon says that C++ isn’t a bad language. It’s the right choice if you need low-level memory control and …

What do you think computers will be like in 10 years?

My Quora answer that’s pretty popular : (1) Phil Jones’s answer to What do you think computers will be like in 10 years? Related to my previous story of trying to use the CHIP for work. This is a $9 CHIP (Get C.H.I.P. and C.H.I.P. Prto) It runs Debian. A couple of weeks ago, I …

Travelling without a laptop

Why, yes. This is, indeed, OWL running on the PocketCHIP. Here’s the story. I spent 12 days recently, travelling in the south of Brazil and Uruguay border. And I decided, as an experiment, to see if I could live without my laptop. I wasn’t meant to be working, but I always like to keep some …

Project ThoughtStorms Update

Been working quite a lot on Project ThoughtStorms, the new Python / Bottle based wiki engine behind ThoughtStorms in the last few days. I can’t believe that I’ve spent 15 years building a wiki without creating my own software. That error is going to be rectified from now on. Sure, most of what I’m doing …

Where I’m At, March 2017

A quick update (for me, as much as anyone else) of where I’m at and what I’m currently thinking about … March 2017: ClojureScript and Reagent I want to get up to speed on this as my standard way of writing browser based software. React seems to have conquered the world as browser based, reactive …