Author jasonmcdermott

Instant Oil Spill

Schweinsteiger looks on in concern..

See instantoilspill for more

Honk if you hate vuvuzelas

My buddy Steve wasn’t feeling so great, so I made this poster for him.
Maybe you’re also in need of a good cheering up, in which case..

enjoy!

noisy

Click here to see more

/**
* Noise1D.
*
* Using 1D Perlin Noise to assign location.
*/

float xoff = 0.0;
float xincrement = 0.01;

void setup() {
size(200,200);
background(255);
frameRate(30);
smooth();
noStroke();
}

void draw()
{
// Create an alpha blended background
fill(255, 10);
rect(0,0,width,height);

[...]

animation

Here’s another mini sketch, using the tester from the wordpress processingjs plugin. Bear with me, folks..

//Info: http://processingjs.org/reference
void setup() {
size(200, 200);
frameRate(10);
}
void draw() {
background(#ffffff);
ellipse(100, 100, random(50), random(50));
}

processingjs

Here is the latest in a small series of tests, embedding processing sketches on this blog. This one uses the wonders of processingjs, John Resig’s fantastic port of processing to javascript. This animation is nicked directly from the processingjs website, so please don’t hold that against me. Some oddities notices so far [...]

pachube coffee and gps

Below is a small experiment I’m currently running; very informally I’m updating a pachube feed (’cups of coffee today’) with the current location data. It’s a bit of an odd experiment – I’m not really always drinking coffee, but once I set it up (using the pachube iphone app, which is pretty simple to [...]

Tweets for 2010-04-11

The #heat, #noise and #pollution from the #buses in #sydney is so #disgusting. Why do I reinforce these #baddecisions by using the service? #
Obesity is now more deadly than smoking (prim this one's for you..) http://flic.kr/p/7S44T1 #
#ipad #iphone #imac #macbook #macbookpro #apple #os4 #experimentingwithhashtags #donthatemepeeps #
just where did my rufus wainwright cd end up? [...]

Tweets for 2010-04-04

#inmelbs #cloudslooming #taxistandqueue early morning starts! #
RT @flinklabs: The skybus from the AP into town is great if the cab queue is huge. That's what I said this morning, standing in the queue #
Think I need a physio… #sportinginjury #lingeringpain #
Talking climate change and carbon reduction with the #CityofMelbourne #
Oh yes, [...]

Batch Convert Images in OS X

This post is more for my benefit than others, but you may in the end find it useful anyway. I’ve recently come across a handy batch conversion technique for switching image formats in a snap;
1. Put a load of images in a folder
2. Open the Terminal
3. cd to the current directory
4. type in
mkdir jpgs; [...]

Tweets for 2010-03-28

thank you interwebs.. #
I just got snobbed by someone I wasn't that keen on talking to anyway! #jobdoneforme and #avoidinglongbusrideswithawkwardconversations #
#Whichmakesmethinkweneed aspellcheckerfortheselonghashtags #
RT @dictionarycom: Word of the Day – defenestrate: to throw out of a window. http://dlvr.it/LbfL doesn't that sound odd to you? #
I think FML is my most hated acronym. it just puts [...]

Tweets for 2010-03-21

What am I gona do when I run outta shirts to fold? #
Listening to fleet foxes, 'your protector' gave me chills this morning..! #
Eggs Benedict, archie comics and Johnny cash.. What a way to spend a Saturday afternoon #
tonight's appearance will be brought to you by Adidas #

Tweets for 2010-03-14

Back in civilisation! The tow truck took 3 hours to go the same distance we did in 2 days our way was more scenic anyway #greatoceanrd #
phrase of the day – "militant data wanker" #
Met a guy last night, who laughs like a tickle me Elmo #

The week that was

Certainly feeling the urban heat island effect today.. #
Where are you #rta? Not at your advertised address, that's for sure. 280 Elizabeth st, building c, for now anyway. #
Just you try and stop me obsessively listening to band of horses. Go on. #
Guess who's getting his ear drawn by @tonycurran tonight.. #
I cycled 11km today [...]

The week that was

Melbourne's looking beautiful today! #
Can anybody explain why the maps and SMS apps have different contact lists compared to the contacts app? #
Jetstar: because plans were meant to be broken. #
emergenturbanism.com #
If I am lost, it's only for a little while.. #
I'm just about to head out to tropfest, anybody coming with me? #
i just [...]