Archive for the ‘BrnDmp’ Category
Sunday, November 1st, 2009
Hans de Zwart and I write a monthly series titled: Parallax. We both agree on a title for the post and on some other arbitrary restrictions to induce our creative process. For this post we agreed to write about the 6 books that had the most influence on who we ...
Posted in BrnDmp, Parallax | 1 Comment »
Friday, October 23rd, 2009
For one of my projects (bikes-r-us.nl) I'll be producing instructional videos on bike repair. That's all nice but I didn't have camera. Browsing the net for viable options I really liked the Flip. I Especially like the idea of producing a cheap good enough product, like Intel and Asus did ...
Posted in BrnDmp, Gadget | 1 Comment »
Wednesday, October 21st, 2009
So here we go: I finally stepped into the twentyfirst century and bought a new phone: the HTC Hero with Google Android OS. My previous set was a nokia from 1837 which allowed to make and receive calls and send the occasional SMS. I was never really interested in all ...
Posted in BrnDmp, Gadget | No Comments »
Monday, October 19th, 2009
I recently bought a pen tablet because I was always struggling with the mouse while doing graphical editing stuff in the Gimp or Inkscape. After some research I found the Wacom Bamboo a reasonable and cheap option.
When I returned from the shop I figured I'd be the whole evening editing ...
Posted in BrnDmp, Gadget | No Comments »
Thursday, October 15th, 2009
Since I wrote my post about the boundary between your private and professional life I reflected on my own life and work and how that post applied to it. I had to admit that, while I was enjoying my life and work, I didn't really put all the potential productivity, ...
Posted in BrnDmp, Collaboration | No Comments »
Sunday, June 28th, 2009
Upon changing jobs you're usually confronted with choices for new hardware and, subsequently, what software to put on. Here's what I choose for my new employer Water Insight.
Hardware:
Dell Studio XPS 13
I like to keep my laptops small and portable. This one does just that while having plenty of computing ...
Posted in BrnDmp | No Comments »
Monday, January 19th, 2009
Since we have team blog now, it's no use posting some stuff I used to post here. So, why not change the style of this blog then?
Great idea Arjen!
Thanks.
From now on I will use this blog to reflect on my work as an open source consultant. Expect everything from business ...
Posted in BrnDmp | No Comments »
Friday, November 14th, 2008
Hacked Moodle theme, instead of echoing $menu I now echo user_login_string(). Then the navigation is never shown and users are not able to access other topics 'via the backdoor'.
Posted in BrnDmp | No Comments »
Friday, November 14th, 2008
updated some reporting routines:
created sql scripts in /path/to/transfermood/clientreport so I can run:
[bash]
mysql -u moodleuser -p moodle_help > course_month.sql | sed -e "s/\t/:/g" > output.txt
[/bash]
to list and sort files to creation time:
[bash]
ll -Rt --time-style=long-iso | grep -v ^d | grep - | awk '{print $6 , $8}'
[/bash]
Posted in BrnDmp | No Comments »
Thursday, November 13th, 2008
screen
ctrl-a d : detach
screen -r: retach
Posted in BrnDmp | No Comments »