# HG changeset patch # User Dirk Olmes # Date 1414576515 -3600 # Node ID b07c085797ff33d599e9242a2d117a8e8439b421 # Parent ef688010ddb515c8e56370f649f57901ead1207d add an info page about my blog diff -r ef688010ddb5 -r b07c085797ff content/pages/about.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/pages/about.md Wed Oct 29 10:55:15 2014 +0100 @@ -0,0 +1,16 @@ +Title: About this blog +Date: 2014-10-28 +Author: Dirk Olmes +Summary: About this blog + +I've had interest in computers ever since I turned 15 or so. My first machine was a [Commodore 64](https://en.wikipedia.org/wiki/Commodore_64), mostly for playing computer games. But I did a bit of BASIC programming, too. + +The second machine I owned was a [Sharp MZ 3500](https://en.wikipedia.org/wiki/Sharp_MZ) which I was abandoned at my dad's workplace. Since there were no games available for that machine, I turned to programming - more BASIC [dBASE](https://en.wikipedia.org/wiki/DBase), and [Turbo Pascal](https://en.wikipedia.org/wiki/Turbo_Pascal). + +Later, I got in touch with [NeXTSTEP](https://en.wikipedia.org/wiki/NeXTSTEP) but I never owned one of these stylish black boxes. However, hacking [Objective-C](https://en.wikipedia.org/wiki/Objective-C) really opened my mind to object oritented programming. + +After the death of NeXT I had a short episode on Macs (even owning a blue and white [Power Mac G3](http://www.everymac.com/systems/apple/powermac_g3/specs/powermac_g3_350_bl.html)) but I did not like the evolution of OSX into a consumer os so I turned to Linux on the desktop. + +Programming-wise I did what almost everybody did back in 1997 ... I tried [Java](https://en.wikipedia.org/wiki/Java_%28programming_language%29) and although I did not like the language much, I stuck because the day job required Java. + +Today I'm still in the Java business but I also hack a bit in [Python](https://www.python.org/) and JavaScript.