Productivity for 2013-05-30

Not a hugely productive day today, unfortunately. Although since I have been monitoring my productivity hourly, I have been way more productive than normal, which is interesting.

This morning I was planning to write a cron job to save my daily productivity totals to a database, but I realised that I actually have all the information in my Mac OS/X calendar anyway, and can just retrieve the data there.

pomodoro_daily_chart

Productivity for 29th May, 2013

I coded up a script to output a chart of what my productivity looks like for the day. It is based on my Pomodoro software that logs all the time-boxes to my calendar on Mac OS/X. My program extracts all the information and constructs a nice looking chart. The idea is that I track what things are making me more productive. You can find the script over in my GitHub repository Pomodoro Daily Chart 2013-05-29

Mnemonics for Maths

I have been studying maths for quite a few years now, but I still find it a struggle to remember various formulas/equations, especially when starting a new topic. I've been thinking about developing my own mnemonic system for math symbols to help me memorize equations easily.

I would need to relate various mathematical operators to something else that is easy to visualize. The bracketing of expressions is problematic, you would need to have a way of visualizing a collection of things that the operator acts on.

I think that having a mnemonic system for maths would help internalize the ideas and models within a domain. It's obviously still a work in progress!

Developers as Capital

I've just been reading this Forbes article called "The Rise of Developeronomics". The author argues that because increasingly software is the core value proposition that differentiates companies from each other, that software developers are more and more becoming the wealth creators in society. The author recommends investing in software developers as a way of leveraging your own capital. This article builds on an earlier article by David Kirpatick called "Now Every Company is a Software Company".

Continue reading “Developers as Capital”