technology

A little project I'm working on called "changing global Deaf culture"

So, I’ve been spending a bit of time recently on a new project which is a hugely interesting one. It basically ties together all my interests.

I was contacted by the Japan Deaf Evangel Mission, (ViBi) who said “Hey, we hear you’re a missionary in Japan and you have an interest in sign language and you can program computers. We need you.” Read more about A little project I'm working on called "changing global Deaf culture"




Radiation in Tokyo - how to read a Geiger counter

Subject tags: 

Sorry to get all evidence-based on you but I’m hearing people panicking and fleeing Tokyo because of the oncoming radiation apocalypse. Now this is the sort of thing that could easily be overtaken by events but let’s have a look at how much radiation is hitting Tokyo right now. Read more about Radiation in Tokyo - how to read a Geiger counter



Typesetting with Perl, part ii

Subject tags: 
% cat cicero.cic 
[% fontsize = 24; bold; lead = 30 %]The Cicero document processing system

[% fontsize = 12; roman; color = "%00ff0044" %]Simon Cozens

[% color = "black"; lead = 14 %]This text is typeset by the Cicero
document processing system.

[% PERL %]
for (6..12) { 
    $stash->set("fontsize",$_); 
    Cicero::typeset("The square of $_ is ".$_*$_.".\n\n") 
}
[% END %]
% cicero cicero.cic
% open cicero.pdf

Read more about Typesetting with Perl, part ii



Typesetting with Perl

Subject tags: 

So recently I wrote a Perl script to automatically generate cover PDFs for a series of books I’m working on over at Wide Margin. This used the rather good PDF::API2 module to assemble the text and graphics onto the PDF. Now I’ve got the book in my hand, I’m a little bit disappointed by the typesetting of the blurb on the back cover.

This graphic shows the problem:

Guess how I solved it? Read more about Typesetting with Perl


What Wikileaks says about us as a species

So much digital ink has already been spilled on the subject of Wikileaks that I wasn’t sure there was any interesting contribution left to make. But yesterday I was helping to teach our MA course on leadership and organisational change, and we were looking at the idea of the third wave and what it means for organisations.

During the session, I mentioned that I thought Wikileaks was an incredibly important demonstration of what Manuel Castells calls decentered interconnectedness. At which point Rob said “and look for the rest on Simon’s blog in the next few days.” Which I took to be a challenge… Read more about What Wikileaks says about us as a species