<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.andremolnar.com">
<channel>
 <title>Andre Molnar 2.0 - Geeky</title>
 <link>http://www.andremolnar.com/taxonomy/term/8/0</link>
 <description>Showing off my inner nerd.</description>
 <language>en</language>
<item>
 <title>Zend Core Fast CGI Crashes</title>
 <link>http://www.andremolnar.com/zend_core_fast_cgi_crashes</link>
 <description>&lt;p&gt;If you run into your newly installed zend core on windows crashing all over the place... it may have something to do with you forms.&lt;/p&gt;
&lt;p&gt;Make no mistake the bug is with zend core - but it can be fixed by fixing your forms.  Add&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;to forms that have a post meathod.&lt;/p&gt;
&lt;p&gt;This is particularly useful for phpMyAdmin.&lt;/p&gt;
&lt;p&gt;andre&lt;/p&gt;
&lt;p&gt;see: &lt;a href=&quot;http://www.zend.com/forums/index.php?t=msg&amp;amp;goto=11967&amp;amp;S=469e4856520425316f9bd03b1c79e502&quot;&gt;Zend forum topic&lt;/a&gt; where we find the bright guys that figured this out.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Wed, 22 Aug 2007 15:27:24 -0700</pubDate>
</item>
<item>
 <title>CHX oscms2007</title>
 <link>http://www.andremolnar.com/chxcannotbedistracted2007</link>
 <description>&lt;p&gt;&lt;img src=&quot;http://andremolnar.com/files/ckxoscms2007.jpg&quot; alt=&quot;chxcannotbedistracted2007&quot; /&gt;&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <enclosure url="http://www.andremolnar.com/files/ckxoscms2007.jpg" length="28897" type="image/jpeg" />
 <pubDate>Fri, 23 Mar 2007 23:22:53 -0700</pubDate>
</item>
<item>
 <title>New HD DRM cracked</title>
 <link>http://www.andremolnar.com/node/110</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://blogs.pcworld.com/staffblog/archives/003380.html&quot; title=&quot;New DRM Cracked&quot;&gt;In this article&lt;/a&gt; we hear that  a new DRM scheme has been cracked.&lt;/p&gt;
&lt;p&gt;&quot;Otto&quot; who makes a comment on the article says it best.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;There is no amount of protection they can ever add that will make this sort of thing impossible to do. They simply cannot prevent copying, and it&#039;s easy to explain why.&lt;/p&gt;
&lt;p&gt;All DRM measures, work on the notion that &quot;copying&quot; and &quot;viewing&quot; are different things. They want to allow people to view the content, but not to copy it. This is clearly ludicrous. It&#039;s as if somebody gave you a book and said that you were not allowed to take a pencil and write your own copy of the book elsewhere. They can say it, but it&#039;s wholly unenforceable.&lt;/p&gt;
&lt;p&gt;In order to display any content, your computer must read it. If it can read it, then it can write a copy somewhere. Period. This undeniable fact of reality makes all DRM pointless.&lt;/p&gt;
&lt;p&gt;In this particular case, the author did not even do anything particularly special.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/11">Computer Studies / Cultural Studies</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/7">Pop Culture</category>
 <pubDate>Thu, 28 Dec 2006 13:04:39 -0800</pubDate>
</item>
<item>
 <title>PokerStars hand history parser</title>
 <link>http://www.andremolnar.com/node/107</link>
 <description>&lt;p&gt;For some fun, I decided to write a &lt;a href=&quot;http://pokerstars.com&quot;&gt;pokerstars&lt;/a&gt; hand history parser.&lt;/p&gt;
&lt;p&gt;The purpose of the parser is to look at a hand history file and extract meaningful information for each hand it contains.  The information is collected in a structured way... i.e. one big honking $hands array.&lt;/p&gt;
&lt;p&gt;I collect the table name, game type, pokerstars hand number, tournament number and blind level (if a tournament), player names, seat locations and chip counts, and all action each player takes throughout the hand.  Essentially all useful information found in the hand history file for any given hand.&lt;/p&gt;
&lt;p&gt;I knew deep down that this would require regex work - but I first started parsing with some string functions.  And before I could even fully parse the first line of a hand history file I knew this approach would be far too slow.&lt;/p&gt;
&lt;p&gt;So, I was forced to re-instroduce myself to regular expressions.  I&#039;ve used them before, but not too often for tasks requiring complex multi-line processing.  For the most part the regex work went well. But, every so often I would bump up against a stupid problem where the pattern I was using &#039;should have&#039; worked but wasn&#039;t returning the results I expected.  Such is life in the world of regex debugging.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/9">Play</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/2">Programming</category>
 <pubDate>Sun, 29 Oct 2006 01:12:22 -0800</pubDate>
</item>
<item>
 <title>Comment Spammers are Stupid</title>
 <link>http://www.andremolnar.com/node/96</link>
 <description>&lt;p&gt;Its been about 1 year since I launched andremolnar 2.0.  Obviously with this sort of site I wanted to have comments enabled and not force people to register or pass some human validation test (captcha) just so they can have their say (not that anybody actually bothers to comment on here).  But, you don&#039;t also want to be swamped with comment spam.&lt;/p&gt;
&lt;p&gt;At the time there weren&#039;t any comment spam-bots that posted to drupal based sites, but there were still comment spam sweat shops doing the work manually.  So, as a precaution I installed the &lt;a href=&quot;http://www.kerneltrap.org/jeremy/drupal/spam/&quot; title=&quot;drupal spam module&quot;&gt;spam module&lt;/a&gt;.  Every once and a while I would get notified of some spammer trying to clog my site, but no action was needed.  Spam messages were quarantined.&lt;/p&gt;
&lt;p&gt;Well, in the past few weeks it turns out that the spam bots have finally been programmed to tackle drupals comment forms.  This is good news and bad news.  The good news is that Drupal has enough traction in the world that someone has taken the time to write a bot to post comments to Drupal sites.  The bad news of course is that someone has taken the time to write a bot to post comments to Drupal sites.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/6">Etc.</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/1">Site History</category>
 <pubDate>Wed, 05 Jul 2006 18:59:44 -0700</pubDate>
</item>
<item>
 <title>How to set up SSH keys: Frustration with &quot;Server refused our key&quot;</title>
 <link>http://www.andremolnar.com/how_to_set_up_ssh_keys_with_putty_and_not_get_server_refused_our_key</link>
 <description>&lt;p&gt;So you&#039;re trying to set up ssh keys on your windows box with putty and you keep getting &quot;Server refused our key&quot;.  Read on, I&#039;ve got your solution... but first lets take a look at what you&#039;ve done so far.&lt;/p&gt;
&lt;p&gt;Chances are you have done some/none/all of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;opened up puttygen.exe
&lt;li&gt;
&lt;li&gt;generated a key after wiggling your mouse&lt;/li&gt;
&lt;li&gt;entered a strong passphrase&lt;/li&gt;
&lt;li&gt;saved the public key to something like&lt;br /&gt;
&lt;pre&gt;pubkey&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;saved the private key to something like&lt;br /&gt;
&lt;pre&gt;privatekey.ppk&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;moved your public key up to the server&lt;/li&gt;
&lt;li&gt;(maybe even) converted the format of the key from putty to openssh with something like&lt;br /&gt;
&lt;pre&gt;ssh-keygen -if pubkey &gt; pubkey_openssh_format&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;changed some permissions like&lt;br /&gt;
&lt;pre&gt;chmod 700 .ssh&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;added your pubkey to the authorized_keys file with something like&lt;br /&gt;
&lt;pre&gt;cat pubkey &gt;&gt; .ssh/authorized_keys&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;changed some more permissions like&lt;br /&gt;
&lt;pre&gt;chmod 600 authorized_keys&lt;/pre&gt;&lt;/li&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Thu, 29 Jun 2006 22:34:00 -0700</pubDate>
</item>
<item>
 <title>Mars</title>
 <link>http://www.andremolnar.com/node/88</link>
 <description>&lt;p&gt;Everyone has seen &lt;a href=&quot;http://maps.google.ca&quot;&gt;Google Maps of the earth&lt;/a&gt;, but recently theive added &lt;a href=&quot;http://google.com/mars&quot;&gt;Google Maps of Mars&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;They only cover a tiny section of the red planet - and only a limited range of magnification - but its still pretty cool.&lt;/p&gt;
&lt;p&gt;I imagine the plan is to map the entire martian surface.  I can&#039;t wait to do a virtual flyby past the &lt;a href=&quot;http://www.csicop.org/si/8512/face-on-mars.jpg&quot;&gt;face on mars.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;andre&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Mon, 13 Mar 2006 05:50:03 -0800</pubDate>
</item>
<item>
 <title>Cheap hardware, case mods and SageTV</title>
 <link>http://www.andremolnar.com/node/87</link>
 <description>&lt;p&gt;So, for quite some time now I&#039;ve been wanting to build myself a PVR, or personal video recorder.  For an even longer time, i&#039;ve wanted to build myself a cheap PC with a fully custom case.&lt;/p&gt;
&lt;p&gt;Well, over the past month I have managed to do both.  Why not kill two birds with one stone.&lt;/p&gt;
&lt;p&gt;I picked up a mobo, processor, memory bundle from tigerdirect for $99.  Add a 300Gb hard drive for $99.  Add a power supply and cpu fan for another @$60 and I have myself a sub $300 computer with 5 times the horsepower of my last desktop (a PIII 600).&lt;/p&gt;
&lt;p&gt;But, I still needed a case.  Off to Homesense I went in search of a box of some sort that I could mod and turn into a decorative home for my machine.  After browsing for a while and looking at several wooden boxes and other home decor items that could possibly work, I settled on a mesh wire file storage device.  Price $17.&lt;/p&gt;
&lt;p&gt;So, after one weekend of ripping appart some ancient hardware for parts (something to mounth the mobo on with standoffs - power switches - LEDs etc.), measuring, snipping, and fitting, I had my custom computer case housing my PC.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Sat, 04 Mar 2006 23:23:21 -0800</pubDate>
</item>
<item>
 <title>Open-xchange kicking my ass</title>
 <link>http://www.andremolnar.com/node/84</link>
 <description>&lt;p&gt;Okay,&lt;/p&gt;
&lt;p&gt;So I&#039;m trying to install &lt;a href=&quot;http://open-xchange.org&quot; title=&quot;open-xchange&quot;&gt;open-xchange&lt;/a&gt;.  I&#039;m more or less a freeBSD newb, but I can follow instructions and type commands.  So, I figured this couldn&#039;t be too hard.&lt;/p&gt;
&lt;p&gt;Well - the install has gone pretty smooth, but I am having a hell of a time with some pre-flight configuration.&lt;/p&gt;
&lt;p&gt;Most of the problems deal with OpenLDAP.  Every time I went to configure things, I was getting a whole whack of errors tossed back in my face.  Well it turns out I should RTFM.  I was attempting to use a newer version of OpenLDAP with Open-xchange - and trust me - when the instructions say use 2.3.4 - you better goddamn well use that version or you&#039;ll spin your wheels for hours.&lt;/p&gt;
&lt;p&gt;So - after I figured that out I got a little further - but not much.  Now I keep getting a fucking invalid DN message everytime I try to add a user to the directory.  I swear everything is configured correctly - but its just not working.&lt;/p&gt;
&lt;p&gt;Andyway - i&#039;ve wasted many an hour working on this.  I hope its all worth it in the end.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/10">Professional</category>
 <pubDate>Sun, 19 Feb 2006 01:03:36 -0800</pubDate>
</item>
<item>
 <title>Tim Berners-Lee has a blog</title>
 <link>http://www.andremolnar.com/node/59</link>
 <description>&lt;p&gt;The father of the WWW has a &lt;a href=&quot;http://dig.csail.mit.edu/breadcrumbs/blog/4&quot; title=&quot;Tim Bernes-Lee&amp;#039;s Blog&quot;&gt;new web log&lt;/a&gt; and he&#039;s running &lt;a href=&quot;http://drupal.org&quot;&gt;Drupal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;andre&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/11">Computer Studies / Cultural Studies</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Fri, 16 Dec 2005 11:29:07 -0800</pubDate>
</item>
<item>
 <title>Animation</title>
 <link>http://www.andremolnar.com/node/53</link>
 <description>&lt;p&gt;Way back - some time ago - I was a student at Barton Secondary.  During my time there I took several arts courses including Animation with Steven Gal.&lt;/p&gt;
&lt;p&gt;While taking that course &lt;a href=&quot;http://bfroud.com&quot; title=&quot;Brian Froud (the actor)&quot;&gt;Brian Froud&lt;/a&gt; (the actor - See block on the left) and I created an animated short.    We wrote, directed and starred (well our voices starred) in roughly 30 seconds of silliness.&lt;/p&gt;
&lt;p&gt;We had filmed this masterpiece - but sometime between then and now the tape was lost forever.&lt;/p&gt;
&lt;p&gt;However, recently Brian unearthed the original drawings, and this past Friday he dropped them off at my place.  Today I had the chance to scan each and every one those drawings and stitch them together with Windows Movie Maker.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.andremolnar.com/images/animation.wmv&quot;&gt;&lt;img src=&quot;http://www.andremolnar.com/images/animation.jpg&quot; alt=&quot;Barton Secondary School Animation (2.69 Megs)&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can check it out by clicking on the image above.&lt;/p&gt;
&lt;p&gt;I haven&#039;t re-recorded the audio portion of the film and I haven&#039;t created titles or added any other affects - but you get the picture.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/9">Play</category>
 <pubDate>Sun, 30 Oct 2005 18:33:08 -0800</pubDate>
</item>
<item>
 <title>Welcome to the wireless world</title>
 <link>http://www.andremolnar.com/node/43</link>
 <description>&lt;p&gt;Man - has it really been forever since I&#039;ve posted anything?  Yup.  It has.&lt;/p&gt;
&lt;p&gt;Its been a somewhat busy summer of work and play and its kept me away from my blog.&lt;/p&gt;
&lt;p&gt;So what&#039;s new?&lt;/p&gt;
&lt;p&gt;I now have a laptop.  A pretty sweet machine too.  Intel mobile device with a gig of ram - a kickass 15.4 widescreen display at 1600x1000 - every immaginable device connection and of course wireless connectivity...&lt;/p&gt;
&lt;p&gt;Which of course inspired me to finally put the wireless router i purchased for &quot;free&quot; (after rebate) into use.  So I finally have a wireless network at home - Saa-weet!&lt;/p&gt;
&lt;p&gt;What have I been working on?&lt;/p&gt;
&lt;p&gt;I&#039;ve been developing a Druapl theme for a client.&lt;br /&gt;
I&#039;ve been training others in the use of Drupal.&lt;br /&gt;
I&#039;ve been working on a couple of programming jobs.&lt;br /&gt;
I&#039;ve been building a poker site.&lt;br /&gt;
I&#039;ve been building a simple google maps application to show the locations of all Toronto shootings of the summer.&lt;/p&gt;
&lt;p&gt;What have I been playing with?&lt;/p&gt;
&lt;p&gt;My laptop of course.&lt;br /&gt;
My work projects... its great that I consider work to be play.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/9">Play</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/10">Professional</category>
 <pubDate>Sun, 11 Sep 2005 21:20:18 -0700</pubDate>
</item>
<item>
 <title>Its that time again</title>
 <link>http://www.andremolnar.com/node/40</link>
 <description>&lt;p&gt;Yup, its that time again.&lt;/p&gt;
&lt;p&gt;No - not my period.  (men don&#039;t actually get those).&lt;/p&gt;
&lt;p&gt;Its the time of the month when I bitch about how stupid internet explorer is and how hopeless it is to design anything using stylesheets if IE is just not going to follow the rules.&lt;/p&gt;
&lt;p&gt;Let me rephrase that.  Its never hopeless to design using stylesheets - but it is hopeless to expect IE to render them correctly - especially not in &#039;strict&#039; mode.&lt;/p&gt;
&lt;p&gt;Thats all.&lt;/p&gt;
&lt;p&gt;But... apparently there is an IE7beta coming out this summer.  They had better hurry up.  Its already august.  Still, one of the microsoft bloggers has said &quot;standards compliance is not as important as backwards compatibility.&quot;  In other words - we&#039;d rather try and render poorly authored websites so they look nearly fine - rather than render perfectly authored websites  the way they should be.&lt;/p&gt;
&lt;p&gt;So - here it is my monthy fuck you IE.&lt;/p&gt;
&lt;p&gt;FUCK YOU IE&lt;/p&gt;
&lt;p&gt;andre&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/4">Politically Incorrect</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/10">Professional</category>
 <pubDate>Tue, 02 Aug 2005 18:47:30 -0700</pubDate>
</item>
<item>
 <title>Intel to buy Apple?</title>
 <link>http://www.andremolnar.com/node/27</link>
 <description>&lt;p&gt;I Cringely says that &lt;a href=&quot;http://www.pbs.org/cringely/rss/redir/cringely/pulpit/pulpit20050609.html&quot; title=&quot;Intel Apple Merger&quot;&gt;Intel is about to buy Apple.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hmmmm... that&#039;d be interesting.  The idea is that if the two merge than Intel would own the Mac OS... and could get OEMs to build machines with that OS pre-installed and then have apple develop more processor intensive apps that would drive future processor sales.  And what&#039;s Apples motivation?  Steve Jobs wouldn&#039;t mind kicking Bill Gates&#039; ass.&lt;/p&gt;
&lt;p&gt;Interesting theory.  But, who cares?  The desktop is dead non?  Didn&#039;t I even say that somewhere?  Well yeah, I did say the desktop is dead... or at least that developing software for the desktop wasn&#039;t were it was at.  But, I will admit that some things are better left to desktop apps.  There is always going to be a need for a solid desktop operating system to run some labour intensive apps like video, audio, and graphics editing.  And the desktop is a pretty good place for storing things you don&#039;t want to share with the world.&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/11">Computer Studies / Cultural Studies</category>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Sat, 11 Jun 2005 21:22:27 -0700</pubDate>
</item>
<item>
 <title>Revenge of the Sith</title>
 <link>http://www.andremolnar.com/node/18</link>
 <description>&lt;p&gt;My fourth geeky post in the last two weeks.  I&#039;m a nerd.&lt;/p&gt;
&lt;p&gt;Okay. I did get out to see revenge of the sith - and the movie is fine except for one scene.  George Lucas has got to re-shoot it... its almost comical.&lt;/p&gt;
&lt;p&gt;Frankenstein with Jazz hands.  That&#039;s all I will say.  If you&#039;ve seen the movie you know what I am talking about.&lt;/p&gt;
&lt;p&gt;But, besides that a fine film.  Particularly good if you watch episode II right before hand...&lt;/p&gt;
&lt;p&gt;andre&lt;/p&gt;
</description>
 <category domain="http://www.andremolnar.com/taxonomy/term/8">Geeky</category>
 <pubDate>Sat, 21 May 2005 21:04:35 -0700</pubDate>
</item>
</channel>
</rss>
