It’s been along time …
inc | February 23, 2010 | 12:28 pmWell Open University studies have started already with the first TMA for T224 due in a couple of weeks. Things have been pretty busy of late …
—
Well Open University studies have started already with the first TMA for T224 due in a couple of weeks. Things have been pretty busy of late …
—
Finally received my ECA result this morning, did better than I had expected (call me a pessimist if you like). Moving on towards T224 – Computers and Processors starting in February 2010. I wish all fellow T209ers all the best with their results and further studies.

TMA01 (Module 1 – In touch and informed) = 90%
TMA02 (Module 2 – Talking with computers) = 84%
TMA03 (Module 3 – Network management) = 96%
TMA04 (Module 4 – Cyborg) = 93%
TMA05 (Module 5 – Security) = 0% (Did not have sufficient time to complete this module)
CMA41 (Module 1) = 81%
CMA42 (Module 3) = 85%
CMA43 (Module 5) = 0% (Did not have sufficient time to complete this module)
ECA = 77% – Grade 2 PASS.
—
Found some of my old Linux discs tonight … thought they deserved a mention… dating from 1997 & 1998.



—
Had a good day Friday, after failing to get relevant information from the manufacturer (been requesting for what seems to be a lifetime). Finally manged to get the 2D barcode imager functional under Linux, what a feeling of accomplishment.
All other significant hardware is supported by the 2.6.30 Gentoo Kernel. However the finger print reader, camera and HSDPA modem have not been tested as they are not required for the application the unit is going to be used for.
—-
Just a quick post to save some time when updating your Gentoo system (Portage 2.2_rc51) , please note this is just a starting point, feel free to extend these.
nano ~/.bashrc
if [ -e /etc/bashrc ] ; then source /etc/bashrc fi alias esync='emerge --sync' alias eupdate='emerge -uavDN --nospinner --quiet --keep-going --with-bdeps=y world'
To update your system just call the following two commands:
esync eupdate
—
Just a quick note to inform you that the Hosting Provider for this Web Site changed last night. You may have experienced some outage of the site during this time, please accept our apologies for this.
I have been quite busy over the last couple of months and this is set to continue until Christmas. Hopefully I will get some spare time to post some articles soon.
—
Usually when I need to merge avi files I use avimerge (part of the transcode package), however recently the output of this suffered some serious audio sync issues. So along comes mencoder (part of the mplayer package):
mencoder -oac copy -ovc copy input_1.avi input_2.avi -o output.avi
—
Just started reading an excellent book (well its good so far), Coders at Work: Reflections on the Craft of Programming. It is very interesting reading about other coders experiences and how they think.
—