Monthly Archives: April 2013

Cloud Storage

Gah, I really hate corporate firewalls. They block so many sites it’s sometimes impossible to do any work. I have Cloud Storage accounts with various sites, and can’t access:

However, I can access

My main cloud storage is with DropBox because they have a linux-native application for Fedora and Ubuntu. Whilst JustCloud also have a linux application, it’s Ubuntu only, so even though I have an account with JustCloud, I can’t effectively use it yet on my laptop. But, what I do like is that JustCloud tracks your mobile device once you install the app on it. Similar to the Cerberus app. So you can keep tabs on where it is. Although there’s nowhere to hide the app or make it a device administrator, it at least gives you an idea of where to start looking for your device if you can’t find it.

Behind my draconian corporate firewall the only one I can effectively use is Google Drive since they haven’t blocked Google, and I doubt they will since it’s probably the de facto search engine for most of the Internet users (although I prefer a metasearch engine like IXQuick.

Signalling

Can you please remember to signal in good time before turning. It gives other people notice of what you’re trying to do. Suddenly braking, signalling and turning all at the same time will only cause an accident. And if I catch you on camera, you’re going to be named and shamed.

Bitbucket Outage

Looks like it wasn’t just me that was having trouble with the BB service.

Report on Sunday’s Outage

They mention a webcrawler caused the problem. I wonder which one it was? ¬_¬

Half Marathon Goals

I have two Half-Marathons I’m setting my eyes on:

Ealing Half Marathon (29th September 2013)

Royal Parks Foundation Half Marathon (6th October 2013)

Concatenating Videos

I’ve been cracking my head trying to figure out how to concatenate my dashcam videos, which get chopped by my dashcam into 15 minutes chunks. The most obvious one is ffmpeg, where I would use this:

$ ffmpeg -i "concat:`ls -l | egrep -i "apr\ \ 2" | awk 'BEGIN {ORS="|"} { print $9 }'`" -c copy output.AVI

Continue reading

ZR track here

30-minute run. Surprisingly, burned out pretty quickly. But I guess that’s what happens when you don’t have a decent lunch…

My run was later than normal because of training at the office which delayed me, not to mention an accident at the Brent Cross junction with the North Circular Road….

Modular Modelling

Up until know, I’ve been following tutorials on modelling in Blender and they all use box modelling. However, I wonder if I could take a modular approach instead, and model parts of the character separately, then merge them together. The only reference images I have (short of drawing my own) are three-quarter views, which are a lot harder to model from a face or side view. So, if I model say the leg and foot independently, I can clone it and attach it to the torso.

Going to branch my Bitbucket repo and give this a go.