<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Unruly Rambling - stlouis tag</title>
  <link>http://www.shoesobjects.com/blog/tags/stlouis/</link>
  <description>My thoughts on software, technology, and life in general</description>
  <language>en</language>
  <copyright>Mike Shoemaker</copyright>
  <lastBuildDate>Sun, 31 Jan 2010 17:47:37 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Speaking of Interviewing</title>
    <link>http://www.shoesobjects.com/blog/2006/03/11/speaking_of_interviewing.html</link>
    
      
        <description>
          &lt;p&gt;
I&#039;ve had a req open for weeks now and can&#039;t find hardly anyone qualified for basic java web development.  I guess &lt;a href=&#034;http://stuffthathappens.com/blog/2006/03/04/weekend-java-trivia-1/&#034;&gt;I&#039;m not alone&lt;/a&gt;.  Is the job market in St. Louis that hot right now or did all the talent leave and go elsewhere.  What gives?
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>java</category>
    
    <comments>http://www.shoesobjects.com/blog/2006/03/11/speaking_of_interviewing.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2006/03/11/speaking_of_interviewing.html</guid>
    <pubDate>Sat, 11 Mar 2006 15:52:58 GMT</pubDate>
  </item>
  
  <item>
    <title>Can you teach an old dog new tricks?</title>
    <link>http://www.shoesobjects.com/blog/2005/08/23/can_you_teach_an_old_dog_new_tricks.html</link>
    
      
        <description>
          &lt;p&gt; I sure hope so because I&#039;m back in class pursuing an MBA at &lt;a href=&#034;http://umsl.edu/&#034;&gt;University of Missouri - St Louis&lt;/a&gt;.  I attended my first class in &lt;a href=&#034;https://tomsawyer.umsl.edu/webapps/courseschedules/dsp_course_desc.cfm?currcode=3820&amp;amp;coursenum=5600&amp;amp;term=200543&amp;amp;catterm=999945&amp;amp;refnum=48504&#034;&gt;Organizational Behavior&lt;/a&gt; last night.  I am very intrigued by what the class brings to the table.  Keeping moral up and leading an organization in a unified direction is what separates the great leaders from the bad ones.  I&#039;ve worked in many different environments and have strong opinions on what works and what does not.  It remains to be seen if my ideas have any research to back them up.  Regardless, this class will be an interesting stepping stone.   &lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.shoesobjects.com/blog/2005/08/23/can_you_teach_an_old_dog_new_tricks.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2005/08/23/can_you_teach_an_old_dog_new_tricks.html</guid>
    <pubDate>Tue, 23 Aug 2005 17:49:31 GMT</pubDate>
  </item>
  
  <item>
    <title>Gateway Software Symposium - Day 2</title>
    <link>http://www.shoesobjects.com/blog/2005/03/20/gateway_software_symposium_day_2.html</link>
    
      
        <description>
          &lt;p&gt; &lt;strong&gt;Cryptography for Programmers&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;By: Stuart Halloway&lt;/strong&gt;&lt;br /&gt;
This talk focused on everything crypto and I would recommend that anyone not familiar with it attend this session.  All and all this session was par for the course for Stuart.  A fantastic presentation on good detailed content.  Topics covered included hashes, secret key cryptography, public key cryptography and digital signatures. OpenSSL and Java Code were both used in examples.   We also discussed how many products claim to have a 128 bit hash, or 256 bit encryption, or 64 bit block cipher, but the only number that really matters is the number of bits of security.  This becomes basically the lowest common denominator of your security.  In other words, your system is only as secure as it&#039;s weakest link.  In a nutshell this talk was everything programmers should know about security.        &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Test First Development&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;By: Venkat Subramaniam&lt;/strong&gt;&lt;br /&gt;
The best part of Venkat&#039;s presentation was that there was almost no presentation at all.  What I mean is that when I went to grab copies of the slides, there were only two pages.  This entire session was done within IDEA and coded based on user interaction.  While I appreciated the energy put forth, I think I would have better spent my time elsewhere.  I&#039;ve presented these kinds of things in the past to groups at work.  I kind of knew this ahead of time but there wasn&#039;t much else offered during this time-slot that caught my eye.  I hope to catch a more advanced session by Venkat tomorrow.  He is a really good speaker.       &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;The Fallacies of Enterprise Systems(Architecture)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;By: Ted Neward&lt;/strong&gt;&lt;br /&gt;
Ted&#039;s talk covered the ten fallacies of distributed computing.  Upon hitting each one, he shared personal experiences where he or his team may have fallen into this trap.  He also encouraged group participation around the topics.  All in all it was a good interactive session.    &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;1) The network is reliable&lt;/li&gt;
    &lt;li&gt;2) Latency is zero&lt;/li&gt;
    &lt;li&gt;3) Bandwidth is infinite&lt;/li&gt;
    &lt;li&gt;4) The network is secure&lt;/li&gt;
    &lt;li&gt;5) Topology doesn&#039;t change&lt;/li&gt;
    &lt;li&gt;6) There is one administrator&lt;/li&gt;
    &lt;li&gt;7) Transport cost is zero&lt;/li&gt;
    &lt;li&gt;8) The network is homogeneous&lt;/li&gt;
    &lt;li&gt;9) The system is monolithic&lt;/li&gt;
    &lt;li&gt;10) The system is finished&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>java</category>
    
    <comments>http://www.shoesobjects.com/blog/2005/03/20/gateway_software_symposium_day_2.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2005/03/20/gateway_software_symposium_day_2.html</guid>
    <pubDate>Sun, 20 Mar 2005 13:43:49 GMT</pubDate>
  </item>
  
  <item>
    <title>Gateway Software Symposium - Day 1</title>
    <link>http://www.shoesobjects.com/blog/2005/03/19/gateway_software_symposium_day_1.html</link>
    
      
        <description>
          &lt;p&gt; As with every other year, I started off the event with a predetermined list of which sessions that I would attend.  Only time will tell if this list will remain accurate.  Typically I tend to stray off and see other sessions, spur of the moment.   &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Classloading in Java - Building Dynamic Systems Without Pain Sessions 1 &amp;amp; 2&lt;br /&gt;
By: Stuart Halloway&lt;/strong&gt;&lt;br /&gt;
Part 1 of this presentation was the same one gave last year,  but since there wasn&#039;t much else at this timeslot, I ended up repeating part 1.  As always, Stuart&#039;s presentation was given with much energy and most importantly with &lt;a href=&#034;http://www.jetbrains.com/idea/&#034;&gt;IDEA&lt;/a&gt; on the screen half of the time.  I&#039;m not a big fan of the PowerPoint only presentations.  Most of what was covered was above the virtual machine layer but below the application layer.  The difference between explicit and implicit classloaders was expounded upon.  The way certain applications like JUnit, ANT, and just about every application server violate the classloader delegation rule was discussed in depth.  All in all it was a session all Java Programmers should see.    &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ruby for Java Programmers&lt;br /&gt;
By: Dave Thomas&lt;/strong&gt;&lt;br /&gt;
Since I&#039;ve been interested in Ruby lately, I figured I&#039;d give Dave Thomas&#039;s talk a shot.  I&#039;m glad I did and now I&#039;m even more eager for the Ruby group to get productive.  Dave was his usual entertaining self walking around in his socks and never running out of puns.  In this talk, Dave covered some basic syntax that probably seemed bizarre to most people, I know it was the first time I came across it.  Other things that were covered included, writing some code to pull web service data from Amazon to show book rankings.  He had to mock up the Amazon web service since there was no internet connectivity.  The final demonstration was storing this web service data into a mysql database using ActiveRecord.   &lt;/p&gt;
&lt;p&gt; Dinner was served around 6:30 and Dave Thomas&#039;s Keynote address followed.  As with last year, there were not many food choices that were Lent aware, so I stuck with potatoes and bread.  Oh well, no big deal.  At Dave&#039;s keynote, the topic was the Art of Programming.  Similarities between Art and Engineering were discussed.  Concepts such as modularity were discussed in the context of writing software and how Michael Angelo painted the &lt;a h=&#034;&#034; ref=&#034;http://www.christusrex.org/www1/sistine/0-Ceiling.html&#034;&gt;Ceiling of the Sistine Chapel&lt;/a&gt;.  Both are made attainable by a divide and conquer  mentality of breaking large tasks into small sub tasks.  Other trials and tribulations of his work experience were touched upon.  Several funny situations were discussed that i could not do justice for here so I won&#039;t even try.  All in all, the Keynote rocked!  &lt;/p&gt;
        </description>
      
      
    
    
    
    <category>java</category>
    
    <comments>http://www.shoesobjects.com/blog/2005/03/19/gateway_software_symposium_day_1.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2005/03/19/gateway_software_symposium_day_1.html</guid>
    <pubDate>Sat, 19 Mar 2005 14:01:21 GMT</pubDate>
  </item>
  
  <item>
    <title>St. Louis Ruby User Group</title>
    <link>http://www.shoesobjects.com/blog/2005/03/18/st_louis_ruby_user_group.html</link>
    
      
        <description>
          &lt;p&gt; Last night was the official kick off of the &lt;a href=&#034;http://ruby.meetup.com/39/&#034;&gt;St. Louis Ruby User Group&lt;/a&gt;.  The kickoff meeting was held at Regatta Bar and Grill on Maryville Centre Drive where our small group had dinner with &lt;a href=&#034;http://blogs.pragprog.com/cgi-bin/pragdave.cgi&#034;&gt;Pragmatic Dave Thomas&lt;/a&gt;.  The focus of the last nights meeting was to come up with an approach or plan for the group.  There were several ideas kicked around but nothing set in stone.  Our group ranges from zero Ruby experience to fairly proficient.  I&#039;m one of the zero guys :)     &lt;/p&gt;
&lt;p&gt; Thanks to Curt Hibbs for making this happen and to Dave Holsclaw for assuming the organizer role to see that the rubber meets the road. I look forward to participating in this group.    &lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.shoesobjects.com/blog/2005/03/18/st_louis_ruby_user_group.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2005/03/18/st_louis_ruby_user_group.html</guid>
    <pubDate>Fri, 18 Mar 2005 15:34:28 GMT</pubDate>
  </item>
  
  <item>
    <title>Tour De Dad</title>
    <link>http://www.shoesobjects.com/blog/2004/10/03/tour_de_dad.html</link>
    
      
        <description>
          &lt;p&gt;On Saturday, I attended the SemiAnnual Tour De Dad bike ride.  Actually bike ride is a bit strong, it was really a social event where bikes were used as the transportation means.  This event was hosted by a friend&#039;s(&lt;a href=&#034;http://www.phobia.com&#034;&gt;Hans&lt;/a&gt;) father, John Gerwitz.  Hans referred to this event as  a &amp;quot;pub crawl on wheels&amp;quot;.  I&#039;d have to agree.  The focus of this social outing was to expose St Louis County dwellers to the jewel&#039;s of St Louis city.  This particular gathering focused on &lt;a href=&#034;http://stlouis.missouri.org/citygov/parks/forestpark/&#034;&gt;Forest Park&lt;/a&gt; specifically.  Having grown up in the city near &lt;a href=&#034;http://www.teddrewes.com&#034;&gt;Ted Drewes&lt;/a&gt;, I am very familiar with many of it&#039;s attractions including Forest Park.  I had a great time, learned a bit of history about the park, and met some great people.  &lt;/p&gt;
        </description>
      
      
    
    
    
    <category>sports</category>
    
    <comments>http://www.shoesobjects.com/blog/2004/10/03/tour_de_dad.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2004/10/03/tour_de_dad.html</guid>
    <pubDate>Sun, 03 Oct 2004 23:22:36 GMT</pubDate>
  </item>
  
  </channel>
</rss>

