<rss version="0.92">
  <channel>
    <title>the corner office tech blog</title>
    <link>http://www.thecorneroffice.org/tech</link>
    <description>a tech blog on the side</description>
    <copyright>Colin Pretorius</copyright>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2012/01/120130-1840.html</link>
      <title>Pngs to pdf using ImageMagick</title>
      <description><![CDATA[<p>
How nice to use a tool that just does the right thing with excellent results. I normally type up my assignments using LaTeX, but I needed to send a waaay overdue assignment to a lecturer pronto. Given the time constraints I scrawled out the solutions and scanned the pages to pngs.
</p><p>
I thought it was going to be a nightmare to get the pages converted and sized into a single pdf. Enter <a href="http://www.imagemagick.org/">ImageMagick</a>, which generated a perfect-resolution pdf using a simple
</p>
<pre>
convert q*.png myassignment.pdf
</pre>
<p>
Thank you ImageMagick, you rock.
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2012/01/120111-1051.html</link>
      <title>Thee 2011 Tech Review</title>
      <description><![CDATA[<p>
Each year I do a review of what I've done technically. <a href="http://www.thecorneroffice.org/tech/plink/2011/01/110121-1751.html">2010</a> wasn't that exciting, 2011 even less. I think my pet projects stagnated in March. Between studies and a busy year at work, I did next to nothing tech-wise at home. Mostly because of time, but partly just being all coded out from work.
</p><p>
Work is where the interesting stuff has been, as usual I don't talk too much about that. I've gotten my fingers a little dirtier with Python, though it's still largely a case of Google-on-one-screen-code-on-the-other when cranking out scripts. Python is great to get stuff done quickly, but I still prefer Java for heavy lifting.
</p><p>
I'm not going to bother about 2012 goals yet, that kinda depends on how exams go. If exams don't go well it's going to be more of the same. Even if they do go well, after the past year, there's a good chance 2012 will be spent playing computer games and little else. Then again, I'm sure I've said that before...
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/12/111212-2209.html</link>
      <title>0.0050</title>
      <description><![CDATA[<p>
I ran into the bug discussed in this Stack Overflow post: <a href="http://stackoverflow.com/questions/7564525/why-do-some-floating-point-numbers-appear-with-a-trailing-0">Why do some floating point numbers appear with a trailing 0?</a>
</p>
<p>
A ten year old bug only fixed in Java 7.
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/12/111205-2147.html</link>
      <title>Links 2011.12.05</title>
      <description><![CDATA[<p>
<a href="http://spectrum.ieee.org/computing/software/the-strange-birth-and-long-life-of-unix/0">The Strange Birth and Long Life of Unix</a>
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/12/111203-2017.html</link>
      <title>Unity</title>
      <description><![CDATA[<p>
I finally got around to upgrading to Ubuntu 11.04, and finally got to see why people got so worked up about Unity. Maybe it's great for new users but for me, no thanks. I like the idea of the menu bar at the top of the screen - that was a cool feature from the old Apple Macintosh world, but the big buttons and search box et al - not for me. Switched back to Gnome classic quick-spot.
</p><p>
Apparently <a href="http://linuxmint.com/">Linux Mint</a> is where it's at these days.
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/11/111125-2108.html</link>
      <title>The month of November</title>
      <description><![CDATA[<p>
It's been a decade and a half since I got my first login to a Linux box, so it's hardly a revelation, but Unix rocks. Every day I find new ways in which it rocks.
</p><p>
I'm enjoying Python.
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/10/111021-2151.html</link>
      <title>Familiar surroundings</title>
      <description><![CDATA[<p>
I switched to Windows on the laptop last year to play EVE Online, but even though I'm no longer playing EVE Online the laptop still stays in Windows. This is an old laptop, XP still feels zippy on it, and studying means I don't spend nearly as much time coding or doing heavy lifting at home as I used to. So I've had no impetus to switch back to Ubuntu.
</p><p>
At work, after a year of living predominantly on a Windows desktop (a dozen Putty and cygwin sessions notwithstanding), I'm again using Linux as a dev environment. How I've missed Ctrl-Alt-Left and Right!
</p>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/10/111013-2120.html</link>
      <title>RIP Dennis Ritchie</title>
      <description><![CDATA[We have much to <a href="http://www.zdnet.co.uk/news/business-of-it/2011/10/13/dennis-ritchie-father-of-unix-and-c-dies-40094176/">thank</a> him for.]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/09/110907-2321.html</link>
      <title>Links 2011.09.07</title>
      <description><![CDATA[<p>
Miguel de Icaza: <a href="http://tirania.org/blog/archive/2011/Sep-06.html">Learning Unix</a>. Best quote:
<blockquote>
Save yourself the embarrassment, and avoid posting on the comments section jwz's quote on regular expressions. You are not jwz. 
</blockquote>]]></description>
    </item>
    <item>
      <link>http://www.thecorneroffice.org/tech/plink/2011/08/110828-1516.html</link>
      <title>Links 2011.08.28</title>
      <description><![CDATA[<p>
<a href="http://herbsutter.com/2011/08/12/we-have-an-international-standard-c0x-is-unanimously-approved/">C++0x is now C++11</a>
</p>]]></description>
    </item>
  </channel>
</rss>


