<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>david koblas's Comments</title>
		<language>en-us</language>
		<link>http://www.intensedebate.com/users/127</link>
		<description>Comments by david koblas</description>
<item>
<title>Skis / Toys / Fun : Web 2.0 development - C   vs. Java vs. PHP vs. Python</title>
<link>http://www.skitoy.com/p/web-20-development-c-vs-java-vs-php-vs-python/141#IDComment8734963</link>
<description>I think I was hinting that XML processing in PHP is easy... the SimpleXML additions to PHP 5 are a breeze to use (similar to the lxml library for Python).  Those languages at least deal with a lot of the memory management issues, etc. </description>
<pubDate>Thu, 16 Oct 2008 20:18:05 +0000</pubDate>
<guid>http://www.skitoy.com/p/web-20-development-c-vs-java-vs-php-vs-python/141#IDComment8734963</guid>
</item><item>
<title>Skis / Toys / Fun : Alternative to OpenID </title>
<link>http://www.skitoy.com/p/alternative-to-openid/189#IDComment8659693</link>
<description>Simple proposal:   * Input Email address   * lookup hostname in DNS for &amp;quot;v=eaut1 url=&lt;a href=&quot;http://auth.example.com/?u={user}&amp;amp;d={domain}&amp;quot; &quot; target=&quot;_blank&quot;&gt;http://auth.example.com/?u={user}&amp;amp;d={domain}&amp;...&lt;/a&gt;[making up some formatting string] -- similar to SPF &lt;a href=&quot;http://www.openspf.org/SPF_Record_Syntax &quot; target=&quot;_blank&quot;&gt;http://www.openspf.org/SPF_Record_Syntax &lt;/a&gt;  * Use that URL to to then do an OpenID transaction to   * Now you have a fully authenticated user, using DNS &amp;amp; Email </description>
<pubDate>Wed, 15 Oct 2008 16:57:39 +0000</pubDate>
<guid>http://www.skitoy.com/p/alternative-to-openid/189#IDComment8659693</guid>
</item><item>
<title>Skis / Toys / Fun : Alternative to OpenID </title>
<link>http://www.skitoy.com/p/alternative-to-openid/189#IDComment8652403</link>
<description>That does look interesting and nice to see I&amp;#039;m not the only one thinking this way.  Though fundamentally, it should be built into the resolution layer (aka DNS).  Not through a 3rd party service like EAUT. </description>
<pubDate>Wed, 15 Oct 2008 13:44:01 +0000</pubDate>
<guid>http://www.skitoy.com/p/alternative-to-openid/189#IDComment8652403</guid>
</item><item>
<title>Skis / Toys / Fun : Python Documentation -- Fail!</title>
<link>http://www.skitoy.com/p/python-documentation-fail/185#IDComment5724123</link>
<description>Nice to see it&amp;#039;s documented...    But, which is the source of truth?  You&amp;#039;ve now illustrated that they&amp;#039;re different... There are advantages to javadoc systems.  Where the documentation (online/offline/codeline) are all integrated... </description>
<pubDate>Fri, 5 Sep 2008 16:29:49 +0000</pubDate>
<guid>http://www.skitoy.com/p/python-documentation-fail/185#IDComment5724123</guid>
</item><item>
<title>Skis / Toys / Fun : Python vs. Ruby Performance</title>
<link>http://www.skitoy.com/p/python-vs-ruby-performance/172#IDComment3525483</link>
<description>Not that I track it...  But, as I understand Python 2.6 is the end of the road for 2.X and the launching point for Python 3K migrations.  Since the performance is consumed by the random package, it illustrates the problem in benchmarks more than languages. </description>
<pubDate>Tue, 29 Jul 2008 21:42:29 +0000</pubDate>
<guid>http://www.skitoy.com/p/python-vs-ruby-performance/172#IDComment3525483</guid>
</item><item>
<title>Skis / Toys / Fun : Performance of Python, PHP and Perl</title>
<link>http://www.skitoy.com/p/performance-of-python-php-and-perl/160#IDComment1890051</link>
<description>I am aware of the &amp;quot;intention&amp;quot; of the language, but there are times that succinctness is useful.  The biggest issue is that if the code ended up being something akin to this bit of perl.. (assuming that you need to extract the match group in each case) &lt;br /&gt; &lt;br /&gt;   if (/regex_one/) { &lt;br /&gt;   } elsif (/regex_two/) {  &lt;br /&gt;   } elsif (/regex_three/) {  &lt;br /&gt;   } elsif (/regex_four/) {  &lt;br /&gt;   } elsif (/regex_five/) {  &lt;br /&gt;   } elsif (/regex_six/) {  &lt;br /&gt;   } else { &lt;br /&gt;   } &lt;br /&gt; &lt;br /&gt;That the Python code would have indented half way across the screen, while the PHP or Perl code would have kept things a bit neater. </description>
<pubDate>Wed, 11 Jun 2008 14:58:33 +0000</pubDate>
<guid>http://www.skitoy.com/p/performance-of-python-php-and-perl/160#IDComment1890051</guid>
</item><item>
<title>Skis / Toys / Fun : Performance of Python, PHP and Perl</title>
<link>http://www.skitoy.com/p/performance-of-python-php-and-perl/160#IDComment1890061</link>
<description>I am aware of the &amp;quot;intention&amp;quot; of the language, but there are times that succinctness is useful.  The biggest issue is that if the code ended up being something akin to this bit of perl.. (assuming that you need to extract the match group in each case) &lt;br /&gt; &lt;br /&gt;   if (/regex_one/) { &lt;br /&gt;   } elsif (/regex_two/) {  &lt;br /&gt;   } elsif (/regex_three/) {  &lt;br /&gt;   } elsif (/regex_four/) {  &lt;br /&gt;   } elsif (/regex_five/) {  &lt;br /&gt;   } elsif (/regex_six/) {  &lt;br /&gt;   } else { &lt;br /&gt;   } &lt;br /&gt; &lt;br /&gt;That the Python code would have indented half way across the screen, while the PHP or Perl code would have kept things a bit neater. </description>
<pubDate>Wed, 11 Jun 2008 14:58:33 +0000</pubDate>
<guid>http://www.skitoy.com/p/performance-of-python-php-and-perl/160#IDComment1890061</guid>
</item><item>
<title>Skis / Toys / Fun : Front-end vs. back-end developers (my take)</title>
<link>http://www.skitoy.com/p/front-end-vs-back-end-developers-my-take/157#IDComment1737291</link>
<description>I spend most of my days being front end and back end, working with a variety of technologies...  Kinda fun, but find my life is &amp;quot;best&amp;quot; when I take a day to focus on one section of the problem space.  Yesterday it was all about getting everything scripted under a single server framework (mail delivery, application server and queue management).  Rather than intermix the box model and HTML issues in the the brain cells simultaniously. &lt;br /&gt; &lt;br /&gt;Start-ups are fun. </description>
<pubDate>Thu, 5 Jun 2008 12:02:28 +0000</pubDate>
<guid>http://www.skitoy.com/p/front-end-vs-back-end-developers-my-take/157#IDComment1737291</guid>
</item><item>
<title>Skis / Toys / Fun : Python is not Java</title>
<link>http://www.skitoy.com/p/python-is-not-java/145#IDComment532091</link>
<description>Rails is a single stack... I could always do PHP &amp;lt;-&amp;gt; MySQL ... but that is counter to the basic premise. </description>
<pubDate>Wed, 30 Apr 2008 09:25:42 +0000</pubDate>
<guid>http://www.skitoy.com/p/python-is-not-java/145#IDComment532091</guid>
</item><item>
<title>Skis / Toys / Fun : Web 2.0 development - C   vs. Java vs. PHP vs. Python</title>
<link>http://www.skitoy.com/p/web-20-development-c-vs-java-vs-php-vs-python/141#IDComment227078</link>
<description>All of my work is done on my Linux box...  I&amp;#039;m very old school: &lt;br /&gt;  * Unix (Linux) &lt;br /&gt;  * Vi (vim) &lt;br /&gt;  * g++ via Makefiles &lt;br /&gt;The one nod to modern development is that I&amp;#039;m now using syntax highlighting. &lt;br /&gt; &lt;br /&gt;That said, when I worked at MailFrontier doing cross platform server development between Windows and Unix, it didn&amp;#039;t take long to really enjoy using Visual Studio for development (and debugging) -- though I still used VI for most of my code editing (though I&amp;#039;m fair with the VS code editor -- auto complete is handy). &lt;br /&gt; &lt;br /&gt;C++ libraries, STL and Boost are the standards in this day and age [string, list, etc.]  When it starts drifting off to XML processing, is where I want to pull out Python/PHP/etc. as the glue layer since most of those languages have better integration -- plus odds are your reading/writing configuration not performance focused. </description>
<pubDate>Mon, 14 Apr 2008 09:15:04 +0000</pubDate>
<guid>http://www.skitoy.com/p/web-20-development-c-vs-java-vs-php-vs-python/141#IDComment227078</guid>
</item><item>
<title>McInblog : Are You Experienced?</title>
<link>http://www.ryanmcintyre.com//blog/archives/2008/02/are-you-experie.php#IDComment126259</link>
<description>Kinda quirky ... at some level it&amp;#039;s reminiscing about two lost eras. &lt;br /&gt; &lt;br /&gt;The 60&amp;#039;s via Hendrix and the 90&amp;#039;s and excite... &lt;br /&gt; &lt;br /&gt;Ah, well there has only been three companies that I&amp;#039;ve truely enjoyed working for: &lt;br /&gt;  MIPS, SGI and Excite </description>
<pubDate>Fri, 22 Feb 2008 18:17:31 +0000</pubDate>
<guid>http://www.ryanmcintyre.com//blog/archives/2008/02/are-you-experie.php#IDComment126259</guid>
</item><item>
<title>Online Aspect : Startups and Risk Assessment</title>
<link>http://onlineaspect.com/2007/12/05/startups-and-risk-assessment/#IDComment68106</link>
<description>Totally resonants...  I&amp;#039;m always amazed at people who spend months of time working on software that isn&amp;#039;t core to the mission of a startup...  then wonder why they&amp;#039;re not getting anywhere. &lt;br /&gt; &lt;br /&gt;You need to be able to build a prototype, use it to validate the idea, then if it works make it &amp;quot;worthy&amp;quot;. </description>
<pubDate>Fri, 11 Jan 2008 10:02:27 +0000</pubDate>
<guid>http://onlineaspect.com/2007/12/05/startups-and-risk-assessment/#IDComment68106</guid>
</item><item>
<title>Skis / Toys / Fun : Programming for kids?</title>
<link>http://www.skitoy.com/p/programming-for-kids/125#IDComment51402</link>
<description>Here&amp;#039;s a thought .. &lt;br /&gt; &lt;br /&gt;RobotWars in flash. &lt;br /&gt; &lt;br /&gt;I&amp;#039;ve found a few robot programming language sites, but I&amp;#039;m now wondering about using them as the basis of a flash based arena. &lt;br /&gt; &lt;br /&gt;Simple premise: &lt;br /&gt;   Flash Based Arena &lt;br /&gt;   Robots coded in JavaScript (action script) ... or ... a simple curly brace language (ducktyped) &lt;br /&gt;   Directory of peoples robots &lt;br /&gt;   The ability to have multiple robots in an arena of your choosing &lt;br /&gt;   Stats kept &lt;br /&gt; &lt;br /&gt;Feels like a good web2.0 (community) driven site </description>
<pubDate>Tue, 11 Dec 2007 12:47:23 +0000</pubDate>
<guid>http://www.skitoy.com/p/programming-for-kids/125#IDComment51402</guid>
</item><item>
<title>Skis / Toys / Fun : Programming for kids?</title>
<link>http://www.skitoy.com/p/programming-for-kids/125#IDComment51398</link>
<description>wrong reply line.  Ment to say: &lt;br /&gt; &lt;br /&gt;I&amp;#039;m not clear how Rebol helps kids grow their inspiration of programming.  It looks like another UI oriented language. </description>
<pubDate>Tue, 11 Dec 2007 12:43:00 +0000</pubDate>
<guid>http://www.skitoy.com/p/programming-for-kids/125#IDComment51398</guid>
</item><item>
<title>Skis / Toys / Fun : Programming for kids?</title>
<link>http://www.skitoy.com/p/programming-for-kids/125#IDComment51395</link>
<description>looks interesting, another block programming model.  But has the visuals. </description>
<pubDate>Tue, 11 Dec 2007 12:40:27 +0000</pubDate>
<guid>http://www.skitoy.com/p/programming-for-kids/125#IDComment51395</guid>
</item><item>
<title>Skis / Toys / Fun : Programming for kids?</title>
<link>http://www.skitoy.com/p/programming-for-kids/125#IDComment51394</link>
<description>looks interesting, another block programming model.  But has the visuals. </description>
<pubDate>Tue, 11 Dec 2007 12:40:02 +0000</pubDate>
<guid>http://www.skitoy.com/p/programming-for-kids/125#IDComment51394</guid>
</item><item>
<title>Skis / Toys / Fun : Programming for kids?</title>
<link>http://www.skitoy.com/p/programming-for-kids/125#IDComment51393</link>
<description>tutorial is good, but kids are motivated either externally (friends) or internally (discovery).  I&amp;#039;m not sure that ruby is going to initiate that discovery. </description>
<pubDate>Tue, 11 Dec 2007 12:38:56 +0000</pubDate>
<guid>http://www.skitoy.com/p/programming-for-kids/125#IDComment51393</guid>
</item><item>
<title>Skis / Toys / Fun : Getting attention via Facebook</title>
<link>http://www.skitoy.com/p/getting-attention-via-facebook/117#IDComment45015</link>
<description>We&amp;#039;ve tried with sitemaps and without sitemaps.  Nothing changed, we&amp;#039;ve tried back channel communications... Alas, not much...   &lt;br /&gt; &lt;br /&gt;The funny part is a while ago there was this NY TImes article &lt;a href=&quot;http://www.nytimes.com/2007/06/03/business/yourmoney/03google.html &quot;&gt;http://www.nytimes.com/2007/06/03/business/yourmo...&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Describing the Teak Patio problem...  all the parts are there, just somebody needs to use it (on our behalf) </description>
<pubDate>Fri, 30 Nov 2007 06:07:43 +0000</pubDate>
<guid>http://www.skitoy.com/p/getting-attention-via-facebook/117#IDComment45015</guid>
</item><item>
<title>Skis / Toys / Fun : Getting attention via Facebook</title>
<link>http://www.skitoy.com/p/getting-attention-via-facebook/117#IDComment40798</link>
<description>I did submit something about 6 months ago and got dead silence.  Since we were in the process of doing a large re-write didn&amp;#039;t put any more attention into it.  We were running into two problems: &lt;br /&gt;  * Spammers &lt;br /&gt;  * Pages that had a header that was a little large -- making the possibility of duplicate content a risk... &lt;br /&gt;But, now that we&amp;#039;re past that, I&amp;#039;m re-doubling efforts to get some attention. </description>
<pubDate>Wed, 21 Nov 2007 12:49:24 +0000</pubDate>
<guid>http://www.skitoy.com/p/getting-attention-via-facebook/117#IDComment40798</guid>
</item><item>
<title>Skis / Toys / Fun : Punked</title>
<link>http://www.skitoy.com/p/punked/109#IDComment30864</link>
<description>Virenque ... not even close.  The best alternate suggestion is Spike or Mark (roving Scottish MLS coach). </description>
<pubDate>Thu, 1 Nov 2007 22:10:49 +0000</pubDate>
<guid>http://www.skitoy.com/p/punked/109#IDComment30864</guid>
</item>	</channel>
</rss>