<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

    <title>markwalling.org Blog Posts</title>
    <link href="http://markwalling.org/feed/posts/" rel="self"/>
    <link href="http://markwalling.org/"/>
    <updated>2010-02-14T22:45:48-05:00</updated>
    <id>http://markwalling.org/</id>
    <author>
        <name>Mark Walling</name>
        <email>mark@markwalling.org</email>
    </author>

    
    <entry>
        <title>Updated redacted_ignore</title>
        <link href="http://markwalling.org/blog/2010/02/updated-redacted"/>
        <updated>2010-02-14T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/02/updated-redacted</id>
        <content type="html">&lt;p&gt;I&amp;#8217;ve updated &lt;code&gt;redacted_ignore.pl&lt;/code&gt; to print messages as &lt;code&gt;MSGLEVEL_CLIENTCRAP&lt;/code&gt;, and pushed it to Github. &lt;a href='http://www.selfishman.net/'&gt;SelfishMan&lt;/a&gt; has also updated the script to print with a dark grey color. Combined with the &lt;code&gt;CLIENTCRAP&lt;/code&gt; change, this script is becoming awesome.&lt;/p&gt;

&lt;p&gt;View the commit &lt;a href='http://github.com/mwalling/redacted_ignore/commit/c8772a197a3a9348cc13ef446714b6b9ca4e3a77'&gt;here&lt;/a&gt;, and the project is &lt;a href='http://github.com/mwalling/redacted_ignore'&gt;here&lt;/a&gt;.&lt;/p&gt;</content>
    </entry>
    
    <entry>
        <title>Coffee Shipment Came</title>
        <link href="http://markwalling.org/blog/2010/02/coffee-shipment-came"/>
        <updated>2010-02-06T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/02/coffee-shipment-came</id>
        <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/mwalling/4336447850/&quot;
	title=&quot;Coffee shipment came by markwwalling, on Flickr&quot;&gt;&lt;img
	src=&quot;http://farm5.static.flickr.com/4039/4336447850_b7c7ab8f3e.jpg&quot;
	width=&quot;500&quot; height=&quot;400&quot; alt=&quot;Coffee shipment came&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Who doesn't love cat pictures?&lt;/p&gt;</content>
    </entry>
    
    <entry>
        <title>You could survive for 38 seconds chained to a bunk bed with a velociraptor!</title>
        <link href="http://markwalling.org/blog/2010/01/velociraptors"/>
        <updated>2010-01-31T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/01/velociraptors</id>
        <content type="html">&lt;p&gt;Sorry, but this was awesome.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://theoatmeal.com/quiz/velociraptor_bed&quot;&gt;
    &lt;img src=&quot;http://theoatmeal.com/img/quizzes/generated/14_38_seconds.jpg&quot; alt=&quot;How long could you survive chained to a bunk bed with a velociraptor?&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Created by &lt;a href=&quot;http://theoatmeal.com&quot;&gt;Oatmeal&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
        <title>How to view someones IP address and connection speed!</title>
        <link href="http://markwalling.org/blog/2010/01/how-to-view-someones-ip"/>
        <updated>2010-01-31T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/01/how-to-view-someones-ip</id>
        <content type="html">&lt;p&gt;Classic.&lt;/p&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;
    &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/SXmv8quf_xM&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;
    &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
    &lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
    &lt;embed src=&quot;http://www.youtube.com/v/SXmv8quf_xM&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</content>
    </entry>
    
    <entry>
        <title>Auto-Translation FTW</title>
        <link href="http://markwalling.org/blog/2010/01/auto-translation-ftw"/>
        <updated>2010-01-28T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/01/auto-translation-ftw</id>
        <content type="html">&lt;p&gt;Hehe&amp;#8230; our code now has leet speak!&lt;/p&gt;
&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='perl'&gt;&lt;span class='c1'&gt;# vim:ft=perl&lt;/span&gt;
&lt;span class='k'&gt;use&lt;/span&gt; &lt;span class='n'&gt;strict&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
&lt;span class='k'&gt;use&lt;/span&gt; &lt;span class='n'&gt;warnings&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
&lt;span class='k'&gt;use&lt;/span&gt; &lt;span class='nn'&gt;Acme::&lt;/span&gt;&lt;span class='n'&gt;LeetSpeak&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;

&lt;span class='nb'&gt;open&lt;/span&gt; &lt;span class='n'&gt;INFILE&lt;/span&gt;&lt;span class='p'&gt;,&lt;/span&gt; &lt;span class='s'&gt;&amp;quot;messages.properties&amp;quot;&lt;/span&gt; &lt;span class='ow'&gt;or&lt;/span&gt; &lt;span class='nb'&gt;die&lt;/span&gt; &lt;span class='vg'&gt;$!&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
&lt;span class='nb'&gt;open&lt;/span&gt; &lt;span class='n'&gt;OUTFILE&lt;/span&gt;&lt;span class='p'&gt;,&lt;/span&gt; &lt;span class='s'&gt;&amp;quot;&amp;gt;messages_leet.properties&amp;quot;&lt;/span&gt; &lt;span class='ow'&gt;or&lt;/span&gt; &lt;span class='nb'&gt;die&lt;/span&gt; &lt;span class='vg'&gt;$!&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;

&lt;span class='k'&gt;while&lt;/span&gt;&lt;span class='p'&gt;(&lt;/span&gt;&lt;span class='o'&gt;&amp;lt;&lt;/span&gt;&lt;span class='n'&gt;INFILE&lt;/span&gt;&lt;span class='o'&gt;&amp;gt;&lt;/span&gt;&lt;span class='p'&gt;)&lt;/span&gt; &lt;span class='p'&gt;{&lt;/span&gt;
    &lt;span class='k'&gt;my&lt;/span&gt; &lt;span class='nv'&gt;$line&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='nv'&gt;$_&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
    &lt;span class='k'&gt;my&lt;/span&gt; &lt;span class='p'&gt;(&lt;/span&gt;&lt;span class='nv'&gt;$key&lt;/span&gt;&lt;span class='p'&gt;,&lt;/span&gt; &lt;span class='nv'&gt;$eng_val&lt;/span&gt;&lt;span class='p'&gt;)&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='nb'&gt;split&lt;/span&gt; &lt;span class='sr'&gt;/=/&lt;/span&gt;&lt;span class='p'&gt;,&lt;/span&gt; &lt;span class='nv'&gt;$line&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
    &lt;span class='k'&gt;my&lt;/span&gt; &lt;span class='nv'&gt;$leet_val&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='n'&gt;leet&lt;/span&gt;&lt;span class='p'&gt;(&lt;/span&gt;&lt;span class='nv'&gt;$eng_val&lt;/span&gt;&lt;span class='p'&gt;);&lt;/span&gt;
    &lt;span class='k'&gt;print&lt;/span&gt; &lt;span class='n'&gt;OUTFILE&lt;/span&gt; &lt;span class='nv'&gt;$key&lt;/span&gt; &lt;span class='o'&gt;.&lt;/span&gt; &lt;span class='s'&gt;&amp;quot;=&amp;quot;&lt;/span&gt; &lt;span class='o'&gt;.&lt;/span&gt; &lt;span class='nv'&gt;$leet_val&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
&lt;span class='p'&gt;}&lt;/span&gt;
&lt;span class='nb'&gt;close&lt;/span&gt; &lt;span class='n'&gt;INFILE&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
&lt;span class='nb'&gt;close&lt;/span&gt; &lt;span class='n'&gt;OUTFILE&lt;/span&gt;&lt;span class='p'&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;</content>
    </entry>
    
    <entry>
        <title>High time for an update (Kindle, Blog software, and Websites)</title>
        <link href="http://markwalling.org/blog/2010/01/high-time-for-an-update-kindle-blog-software-and-w"/>
        <updated>2010-01-24T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/01/high-time-for-an-update-kindle-blog-software-and-w</id>
        <content type="html">&lt;p&gt;So much to talk about&amp;#8230;&lt;/p&gt;

&lt;h2 id='kindle_update'&gt;Kindle Update&lt;/h2&gt;

&lt;p&gt;For Christmas, Catherine gave me a &lt;a href='http://www.amazon.com/gp/product/B00154JDAI?ie=UTF8&amp;amp;tag=markwallingor-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00154JDAI'&gt;Kindle&lt;/a&gt;. I love it. The first book I purchased on Christmas Day was &lt;a href='http://www.amazon.com/gp/product/0470294191?ie=UTF8&amp;amp;tag=markwallingor-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470294191'&gt;The Best of 2600&lt;/a&gt;. It seemed to take forever to get through that book, but when you consider that the hard cover is 888 pages, I think it went pretty well. Since I do most of my reading in bed (without my contacts in), I love the fact that I can make the text size huge, but then use a normal size when I can see again.&lt;/p&gt;

&lt;p&gt;Once I finished 2600, I purchased &lt;a href='http://www.amazon.com/gp/product/1430219483?ie=UTF8&amp;amp;tag=markwallingor-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1430219483'&gt;Coders at Work&lt;/a&gt; and &lt;a href='http://www.amazon.com/gp/product/1893115941?ie=UTF8&amp;amp;tag=markwallingor-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1893115941'&gt;User Interface Design for Programmers&lt;/a&gt;. I read a few chapters of the former, and am flying through the latter. It is really making me want to go though my UI&amp;#8217;s I make for work and think about them a little more.&lt;/p&gt;

&lt;h2 id='blog_software'&gt;Blog Software&lt;/h2&gt;

&lt;p&gt;I was catching up on my RSS feeds, and saw &lt;a href='http://stevelosh.com/blog/2010/01/moving-from-django-to-hyde/'&gt;this post&lt;/a&gt; about using &lt;a href='http://github.com/lakshmivyas/hyde'&gt;hyde&lt;/a&gt; to generate a blog, in the spirit of &lt;a href='http://wiki.github.com/mojombo/jekyll/'&gt;Jekyll&lt;/a&gt;. An excuse to not use memory is always a good idea. I played with it a bit yesterday, but couldn&amp;#8217;t get it to generate a blog the way I wanted. Oh well, I&amp;#8217;ll keep running this on &lt;a href='http://www.djangoproject.com/'&gt;Django&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id='new_projects'&gt;New Projects&lt;/h2&gt;

&lt;p&gt;My fire department&amp;#8217;s website is done! I purchased the domain a couple months ago, and we decided to go live for our banquet a couple weeks ago. Its written on top of Django (surprised?), and has a bunch of cool features, like tracking OSHA hours, attendance, event calendars, and a member portal.&lt;/p&gt;

&lt;p&gt;Its available at &lt;a href='http://rexfordfire.org/'&gt;http://rexfordfire.org/&lt;/a&gt;&lt;/p&gt;

&lt;h2 id='agile_development_at_work'&gt;Agile Development at Work&lt;/h2&gt;

&lt;p&gt;At work, a group that we have a relationship with is using &lt;a href='http://en.wikipedia.org/wiki/Agile_software_development'&gt;Agile&lt;/a&gt;, and told us a bit about their operations. We&amp;#8217;re in the progress of starting a new project, and decided to try and apply Agile to it.&lt;/p&gt;

&lt;p&gt;We started with 2 week iterations, and a 15 minute &lt;a href='http://en.wikipedia.org/wiki/Scrum_(development)'&gt;Scrum&lt;/a&gt; at the end of each day. We successfully finished our first iteration on Friday, and there was a general consensus that all went well.&lt;/p&gt;

&lt;h3 id='support_software'&gt;Support Software&lt;/h3&gt;

&lt;p&gt;This other group uses &lt;a href='http://www.rallydev.com/agile_products/lifecycle_management/'&gt;Rally&lt;/a&gt;, which is licensed, and our company has notoriously slow purchasing procedures, so we decided against this. I already had an underused &lt;a href='http://trac.edgewall.org/'&gt;Trac&lt;/a&gt; instance running on our development support server. I combined it with the &lt;a href='http://trac-hacks.org/wiki/TimingAndEstimationPlugin'&gt;Timing and Estimation Plugin&lt;/a&gt; and &lt;a href='http://trac-hacks.org/wiki/ScrumBurndownPlugin'&gt;Scrum Burndown Plugin&lt;/a&gt;.&lt;/p&gt;</content>
    </entry>
    
    <entry>
        <title>mmm cake</title>
        <link href="http://markwalling.org/blog/2010/01/mmm-cake"/>
        <updated>2010-01-01T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2010/01/mmm-cake</id>
        <content type="html">&lt;div style=&quot;text-align: left; padding: 3px;&quot;&gt;
&lt;a href=&quot;http://www.flickr.com/photos/mwalling/4234726879/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2521/4234726879_df435c0545.jpg&quot; style=&quot;border: solid 2px #000000;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 0.8em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/mwalling/4234726879/&quot;&gt;mmm cake&lt;/a&gt;, originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/mwalling/&quot;&gt;markwwalling&lt;/a&gt;.&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;
Its vegan too! (not that I really care)
&lt;/p&gt;</content>
    </entry>
    
    <entry>
        <title>Now that's how you play beer pong</title>
        <link href="http://markwalling.org/blog/2009/12/now-thats-how-you-play-beer-pong"/>
        <updated>2009-12-11T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2009/12/now-thats-how-you-play-beer-pong</id>
        <content type="html">&lt;div style=&quot;text-align: left; padding: 3px;&quot;&gt;
&lt;a href=&quot;http://www.flickr.com/photos/mwalling/4178180182/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2639/4178180182_fd1113b9bb.jpg&quot; style=&quot;border: solid 2px #000000;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 0.8em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/mwalling/4178180182/&quot;&gt;Now that's how you play beer pong&lt;/a&gt;, originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/mwalling/&quot;&gt;markwwalling&lt;/a&gt;.&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;

&lt;/p&gt;</content>
    </entry>
    
    <entry>
        <title>Yeah, I jinxed it. (More Haystack Woes)</title>
        <link href="http://markwalling.org/blog/2009/12/yeah-i-jinxed-it-more-haystack-woes"/>
        <updated>2009-12-05T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2009/12/yeah-i-jinxed-it-more-haystack-woes</id>
        <content type="html">&lt;p&gt;I can now build the index, but when I try to search from the view, the runfcgi process flies towards 400MB+ RES. I think I&amp;#8217;m going to shelve this for now, and move on to other pending projects.&lt;/p&gt;

&lt;p&gt;I still want to make this work, just not this weekend.&lt;/p&gt;</content>
    </entry>
    
    <entry>
        <title>I don't want to jinx it... (Haystack works!)</title>
        <link href="http://markwalling.org/blog/2009/12/i-dont-want-to-jinx-it-haystack-works"/>
        <updated>2009-12-05T00:00:00-05:00</updated>
        <id>http://markwalling.org/blog/2009/12/i-dont-want-to-jinx-it-haystack-works</id>
        <content type="html">&lt;p&gt;I don&amp;#8217;t want to jinx it, but as I type this, &lt;a href='http://haystacksearch.org/'&gt;Haystack&lt;/a&gt; is successfully indexing with &lt;a href='http://lucene.apache.org/solr/'&gt;Solr&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My issues with Solr were my fault. I forgot to tell Solr about my schema. I&amp;#8217;m still not sure what I broke with Woosh though.&lt;/p&gt;

&lt;p&gt;I owe &lt;a href='http://toastdriven.com/'&gt;Daniel&lt;/a&gt; a big thanks for finding my last ramble and encouraging me to keep trying.&lt;/p&gt;</content>
    </entry>
    

</feed>
                                         
