<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tiger Ops - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-4675c6a8" type="application/json"/><link>http://tigerops.disqus.com/</link><description>Ferocious Open Source</description><language>en</language><lastBuildDate>Wed, 04 Nov 2009 01:04:08 -0000</lastBuildDate><item><title>Re: XML+CSS: The future of Web Design?</title><link>http://tigerops.org/?p=80#comment-21834005</link><description>Excellent blog, thanks for the post!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">revitmedia</dc:creator><pubDate>Wed, 04 Nov 2009 01:04:08 -0000</pubDate></item><item><title>Re: An Alley-OOP for If</title><link>http://tigerops.org/?p=3#comment-21209774</link><description>Your blog post is too nice of football. If you want good entertainment and want to get enjoyment of live matches of pool then get &lt;a href=http://www.footballclubtickets.bz rel="nofollow"&gt;Arsenal Tickets&lt;/a&gt; in online market for more enjoyment of holidays.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">footballworldcuptickets</dc:creator><pubDate>Wed, 28 Oct 2009 16:51:28 -0000</pubDate></item><item><title>Re: wxRuby for the Lazy</title><link>http://tigerops.org/?p=116#comment-20235523</link><description>Now if only this code actually worked, it would be an even better article:&lt;br&gt;&lt;br&gt;C:\Dev\Ruby&amp;gt;ruby wxTest.rb&lt;br&gt;wxTest.rb:145:in `on_init': uninitialized constant Controller::Service (NameError)&lt;br&gt;        from wxTest2.rb:165:in `main_loop'&lt;br&gt;        from wxTest2.rb:165</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave</dc:creator><pubDate>Fri, 16 Oct 2009 18:20:29 -0000</pubDate></item><item><title>Re: wxRuby for the Lazy</title><link>http://tigerops.org/?p=116#comment-19732965</link><description>Thanks for the article! It helps a lot! YOu are great!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Grany</dc:creator><pubDate>Sat, 10 Oct 2009 05:56:07 -0000</pubDate></item><item><title>Re: wxRuby for the Lazy</title><link>http://tigerops.org/?p=116#comment-19727118</link><description>whoa this is really a nice article, this software will help the lazy one LOL</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shinobisword</dc:creator><pubDate>Sat, 10 Oct 2009 02:15:23 -0000</pubDate></item><item><title>Re: Facets Associations</title><link>http://tigerops.org/?p=69#comment-19726878</link><description>thanks for providing this code, i appreciated this a lot. i will always look forward for your useful post.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shinobisword</dc:creator><pubDate>Sat, 10 Oct 2009 02:13:16 -0000</pubDate></item><item><title>Re: The YADSL Rule</title><link>http://tigerops.org/?p=15#comment-19726403</link><description>with the highspeed of technology we need to keep ourselves in track in order to be in tact in a place where you are now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shinobisword</dc:creator><pubDate>Sat, 10 Oct 2009 02:07:14 -0000</pubDate></item><item><title>Re: GUtopIa Revisted</title><link>http://tigerops.org/?p=113#comment-11642638</link><description>I wish there were a GUI that were simple, elegant, yet powerful, and also cross platform [oh and very ruby-y].  Oh and not buggy.  Sigh.&lt;br&gt;-=r</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rogerdpack</dc:creator><pubDate>Tue, 23 Jun 2009 16:55:17 -0000</pubDate></item><item><title>Re: The YADSL Rule</title><link>http://tigerops.org/?p=15#comment-6170319</link><description>Good idea! Make it 20%, then maybe we can prove that the YADSL rule is just a corollary of the 80/20 rule. Though I'm not sure how that would work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">trans</dc:creator><pubDate>Wed, 11 Feb 2009 00:41:51 -0000</pubDate></item><item><title>Re: The YADSL Rule</title><link>http://tigerops.org/?p=15#comment-6051327</link><description>We talked about this very idea at #ostatli yesterday. &lt;br&gt;&lt;br&gt;New rule:&lt;br&gt;&lt;br&gt;Your new DSL/library/framework has to be at least 10% better than the old one or I am not going to even consider it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kevlaw</dc:creator><pubDate>Fri, 06 Feb 2009 14:19:33 -0000</pubDate></item><item><title>Re: Tiger Ops - This Old Hash</title><link>http://tigerops.org/blog/2008/10/hash.html#comment-3997930</link><description>I agree with your  perspective on this, but there's a hitch. The reason Rails uses HashWithIndifferentAccess is to prevent resource exhaustion attacks via query param fuzzing. Strings are garbage collected, symbols are not. It's not an ideal solution, but it beats letting some script-kiddie take down your web app.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">josh</dc:creator><pubDate>Mon, 24 Nov 2008 21:18:25 -0000</pubDate></item><item><title>Re: Tiger Ops - This Old Hash</title><link>http://tigerops.org/blog/2008/10/hash.html#comment-3980958</link><description>Nice writing Tom&lt;br&gt;Indeed simplicity might be the key here ;). What about having a SymbolTable in Facets?&lt;br&gt;&lt;br&gt;x = SymbolTable::new&lt;br&gt;&lt;br&gt;x[:a] = 42&lt;br&gt;x["a"'] # --&amp;gt; 42&lt;br&gt;&lt;br&gt;s = Object::new&lt;br&gt;class &amp;lt;&amp;lt; s; def to_sym; :a end end&lt;br&gt;x[s] # --&amp;gt; 42&lt;br&gt;&lt;br&gt;x[3] = 19&lt;br&gt;&lt;br&gt;x.symbols -&amp;gt; [ :a, :"3"]&lt;br&gt;&lt;br&gt;##################################&lt;br&gt;&lt;br&gt;y = SymbolTable::new :strict&lt;br&gt;y[3] = 17 # Error 3 not allowed as a key in a strict StymbolTable&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;Robert</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dober</dc:creator><pubDate>Mon, 24 Nov 2008 04:28:10 -0000</pubDate></item><item><title>Re: Tiger Ops - Facets Hash#rekey</title><link>http://tigerops.org/blog/2008/11/facets-rekey.html#comment-3974653</link><description>I'm looking forward to this series.  I'm a huge fan of facets.  I don't know how I'd live without each_slice...  &lt;br&gt;&lt;br&gt;You should also update your blog template as your embedded rss feed doesn't resolve.  I found the feedburner link, but you might want to fix that path.&lt;br&gt;&lt;br&gt;Cheers</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">semanticart</dc:creator><pubDate>Sun, 23 Nov 2008 18:07:00 -0000</pubDate></item><item><title>Re: Tiger Ops - Taskable</title><link>http://tigerops.org/blog/2008/9/taskable.html#comment-3399898</link><description>Pardon the noise. I just added Disqus comments to my blog and I wanted to test them out.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">trans</dc:creator><pubDate>Thu, 30 Oct 2008 18:48:35 -0000</pubDate></item></channel></rss>