Last night I built this top hat, umbrella and hat stand out of paper.
I’m quite enjoying the Victorian theme at the moment, I think I’ll make more of this type of thing in the future.
Last night I built this top hat, umbrella and hat stand out of paper.
I’m quite enjoying the Victorian theme at the moment, I think I’ll make more of this type of thing in the future.
The Internet is awesome, no doubt, but it can be a challenge to keep track of all the information that’s flapping about these days. I’ve tried various techniques and technologies to help me manage the various streams of information that I like to keep an eye on. I thought I’d share how I go about it. (more…)
When I open up a new document in Inkscape, the first thing I usually do is set up the grids and page layout in mm for printing. This gets pretty boring having to do this with every new document.
Fortunately it’s pretty easy to configure the default template so you don’t have to do this.
/home/username/.config/inkscape/templates/default.svgThat’s it!
Given this puzzle from Matt Parker, I wrote a swift little shell script to find the solution.
for i in {1..100}; do
I=$[i*i]
for j in {1..100}; do
J=$[(j*(j-1))/2]
if [[ $I == $J ]]; then
echo $I
fi
done
done
Not the most efficient solution, but still a fun exercise.
I have just this minute heard about a company, Xtify, which produces a communication framework for sending messages to mobile users based upon their location. This could be seriously amazing!

You know when you hear something and it sends ideas pinging off in different directions like a particle collision? Reading about this gave me one of those moments.
Think about any scenario where you’d want real-time location specific information pushed to you. There’s the obvious stuff, like retailers notifying customers of up-to-the minute promotions and offers. Imagine getting a message from the Deli round the corner, telling you that there’s only two peri-peri chicken baguettes left?
This could really take off for events organisers. Wouldn’t it be great getting info about bands in the signing tent right now? But more importantly not getting the info if you’re on the other side of the site?
But what about calling for help when you need it? In disaster situations, spreading information is essential. You can be told, not where all the heath centres are, but the nearest one to you, right now. This could make managing resources much easier. Messages directing people to the better equipped centres can be sent out over a larger area than the less equipped ones.
These are a few thoughts from a few minutes thinking. My brain’s going to be chewing on this for a while…