<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Kumar McMillan</title><link>http://disqus.com/people/3e7e975f0fa432f4ae6604f72c132309/</link><description></description><language>en</language><lastBuildDate>Wed, 11 Mar 2009 15:42:45 -0000</lastBuildDate><item><title>Re: Alex Martelli on the differences between Python and Ruby</title><link>http://pyjesse.disqus.com/alex_martelli_on_the_differences_between_python_and_ruby/#comment-41189</link><description>I agree, Erlang is pretty ugly but I'd love to see some of the OTP (open telecom platform) goodness ported to Python.  There are a few comparable packages already but nothing as rock solid as OTP.  &lt;br&gt;&lt;br&gt;And I agree about the perlness of Ruby.  This may actually be the one thing holding me back from using the language.  Oh what perl scars I've endured! :)  Future versions of Ruby seem to be moving past deprecation of the perlness into flatout dropping it completely.  I will be much more keen on using Ruby when that day comes.&lt;br&gt;&lt;br&gt;Now that my memory is jogged ... beyond the perlness, it was the slowness of Ruby 1.8 that turned me off of it.  This seems to be changing too:&lt;br&gt;&lt;a href="http://antoniocangiano.com/2007/11/28/holy-shmoly-ruby-19-smokes-python-away/" rel="nofollow"&gt;http://antoniocangiano.com/2007/11/28/holy-shmo...&lt;/a&gt;&lt;br&gt;&lt;br&gt;...which also makes the future of Ruby appealing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Wed, 19 Dec 2007 13:45:37 -0000</pubDate></item><item><title>Re: What are your favorite nose plugins? How do you run Nose?</title><link>http://pyjesse.disqus.com/what_are_your_favorite_nose_plugins_how_do_you_run_nose/#comment-456768</link><description>I recently discovered the builtin plugin --with-id and can't believe I ever lived without it.  When it's enabled you get numbered tests so you can re-run individual ones by saying `nosetests 23 45` instead of typing out long path names.&lt;br&gt;&lt;br&gt;I also miss nosetty, a plugin I wrote a while ago for 0.9 but have yet to port it to 0.10.  Quite a lot has changed in stream handling and I started the migration but didn't finish.  It was nice because it let you launch an editor at the exact spot in a traceback, especially nice if you need to apply a quick, experimental patch to a system egg.&lt;br&gt;&lt;br&gt;I also use NoseGAE for testing Google App Engine webapps in-process: &lt;a href="http://code.google.com/p/nose-gae/" rel="nofollow"&gt;http://code.google.com/p/nose-gae/&lt;/a&gt;&lt;br&gt;&lt;br&gt;btw, the official (unofficial?) list of all nose plugins is here: &lt;a href="http://nose-plugins.jottit.com/" rel="nofollow"&gt;http://nose-plugins.jottit.com/&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Tue, 13 May 2008 12:40:09 -0000</pubDate></item><item><title>Re: Steve Yegge hit&amp;#8217;s a homer: Your requirements are stupid.</title><link>http://pyjesse.disqus.com/steve_yegge_hit8217s_a_homer_your_requirements_are_stupid/#comment-1208945</link><description>Although I agree that "requirements gathering" usually smells of overpaid balding contractors, I've noticed that a software project will quickly fail if there is not a clear specification for how a user should use it.  Rather than use the word specification, my company has adopted the phrase User Story.  Specifically, we pull a lot of operational theory from the Scrum methodology (&lt;a href="http://en.wikipedia.org/wiki/Scrum_%2528development%2529" rel="nofollow"&gt;http://en.wikipedia.org/wiki/Scrum_%28developme...&lt;/a&gt;).  Scrum goes so far as to say all User Stories must look like this: "As a &amp;lt;specific user&amp;gt; I want to &amp;lt;perform some action&amp;gt; so that &amp;lt;some value is achieved&amp;gt;."  While it is sometimes hard to get these stories right the structure is genius.  It forces the development team AND the business to prioritize features better, cut out unnecessary features, and focus on delivering software solutions to the user for business value.  If the stories aren't in this structure then they start to look more like "requirements."  &lt;br&gt;&lt;br&gt;I heard recently about a team that had a story, something like "Migrate to new database."  This never got prioritized in a work sprint.  The business and developers just kept pushing it back putting other stories in front of it.  Then, finally someone rewrote the story better: "As a developer I want to migrate the database from Oracle to Postgres so that the business can save hundreds of thousands of dollars per year."  Well, guess what, that revised story took precedence over all others ;)&lt;br&gt;&lt;br&gt;It's also true about having one single visionary.  There's another interesting methodology called DSDM (&lt;a href="http://en.wikipedia.org/wiki/DSDM" rel="nofollow"&gt;http://en.wikipedia.org/wiki/DSDM&lt;/a&gt;).  They actually define a role in software development called the "Visionary," a person who is responsible for the direction of the product.  This always reminds of the Mac OS X desktop.  I read somewhere that there is *one* single person who approves UI decisions.  I personally think OS X has a great user interface and if this is true then it certainly proves the importance of making one person (not a committee) in charge of the really hard decisions.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Wed, 13 Aug 2008 11:17:52 -0000</pubDate></item><item><title>Re: DjangoKit</title><link>http://jerakeen.disqus.com/djangokit/#comment-4124631</link><description>hey, this is great!  My grandfather asked me to point him at software he could use to manage a database (for research he was doing).  Of course, a day later I gave him a django app to use on my server.  But since he is on AOL dial-up he had originally wanted something he could use offline.  This would be a perfect solution.  Looking forward to it.&lt;br&gt;&lt;br&gt;(this comment imported into Disqus by Tom Insam on 2008/12/02)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Thu, 29 Mar 2007 12:31:00 -0000</pubDate></item><item><title>Re: Pythonic Javascript, it&amp;#39;s Python with braces! - gumuz.nl</title><link>http://gumuz.disqus.com/pythonic_javascript_it39s_python_with_braces_gumuznl/#comment-5557929</link><description>I agree, JavaScript is great.  However, you won't be able to use these new features in a website that needs to support all major browsers for, say, 10 years or so :)  By that time, Python might even be supported by IE!  riiiiight.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Mon, 26 Jan 2009 17:31:32 -0000</pubDate></item><item><title>Re: Help improve my PyOhio talk</title><link>http://tplus1.disqus.com/help_improve_my_pyohio_talk_77/#comment-844819</link><description>Hi Matt.  As an alternative to Bruce you may want to check out &lt;a href="http://code.google.com/p/starscream-slideshow/" rel="nofollow"&gt;http://code.google.com/p/starscream-slideshow/&lt;/a&gt; (starscream).  It's a set of extensions to s5 to do extra stuff.  The best of course is source code highlighting which IMO makes for nice code in a presentation.  I think s5 actually does a good job at working with screen resolutions.  I did this with rst2s5.py and a custom rst directive for the code highlighting (more or less the same as how starscream does it) : &lt;a href="http://farmdev.com/talks/unicode/" rel="nofollow"&gt;http://farmdev.com/talks/unicode/&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Wed, 09 Jul 2008 11:41:40 -0000</pubDate></item><item><title>Re: I need to write faster tests</title><link>http://tplus1.disqus.com/i_need_to_write_faster_tests_89/#comment-934933</link><description>I've found that two things you mentioned here tend to be problematic for functional testing.  &lt;br&gt;&lt;br&gt;First is using an actual interface to setup the data you need to test with.  Although this hides the implementation of how your data gets stored, which is nice, it is often slower than necessary.  You just need data in the db, right?  I actually created a module called fixture to load up just the data for such a test: &lt;a href="http://farmdev.com/projects/fixture/" rel="nofollow"&gt;http://farmdev.com/projects/fixture/&lt;/a&gt; :)&lt;br&gt;&lt;br&gt;Second, it's not a good idea to insert data in one test that a later test depends on.  This is because your tests are no longer modular so you couldn't, for example, re-run only one test that is failing or use a grid solution (like &lt;a href="http://selenium-grid.openqa.org/" rel="nofollow"&gt;http://selenium-grid.openqa.org/&lt;/a&gt; or like &lt;a href="http://code.google.com/p/python-nose/source/browse/branches/ticket-93/nose/plugins/multiprocess.py" rel="nofollow"&gt;http://code.google.com/p/python-nose/source/bro...&lt;/a&gt; -- running tests in parallel with nose).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Fri, 18 Jul 2008 14:12:42 -0000</pubDate></item><item><title>Re: Convert rst files to wiki markup used by Google Code Hosting</title><link>http://jannisleidel.disqus.com/convert_rst_files_to_wiki_markup_used_by_google_code_hosting/#comment-13856225</link><description>I was inspired by Jason's script and also some work in docutils that Ian Bicking and Matthew Gilbert did to make an actual module for this.&lt;br&gt;&lt;br&gt;It's called wikir and lives here: &lt;a href="http://code.google.com/p/wikir/" rel="nofollow"&gt;http://code.google.com/p/wikir/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'm hoping to add soon the feature that nose uses which is to automatically commit the wiki files (and thus publish to Google Code).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Tue, 22 Jan 2008 12:13:00 -0000</pubDate></item><item><title>Re: Easy Automated Web Application Testing with Hudson and Selenium</title><link>http://thinkvitamin.disqus.com/easy_automated_web_application_testing_with_hudson_and_selenium/#comment-7109047</link><description>Hi.  I have had a lot of luck using Hudson with Selenium.  However, it was a little tricky to get servers to run Firefox headless and set up X Window frame buffers for the screen capturing.&lt;br&gt;&lt;br&gt;Also, I see in the article and in comments the mention of setting up a database.  I've found that I could remove the database simply for the purpose of testing the way the app works in the browser.  In other words, a browser is only needed to test JavaScript.  Otherwise you are wasting precious test time.  Functional tests requiring a database are easier to do without a browser (HTTP get/post, etc, works on the command line).  I gave a talk recently about how I approach Ajax testing: &lt;br&gt;&lt;br&gt;&lt;a href="http://farmdev.com/talks/test-ajax/" rel="nofollow"&gt;http://farmdev.com/talks/test-ajax/&lt;/a&gt;&lt;br&gt;&lt;a href="http://didenko.com/jschi/090226/" rel="nofollow"&gt;http://didenko.com/jschi/090226/&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Wed, 11 Mar 2009 15:42:45 -0000</pubDate></item><item><title>Re: 2008/12/28/best-blog-post-of-2008/</title><link>http://mashable.disqus.com/thread_29017/#comment-6033998</link><description>My technical post about building Python 3.0 on mac seems to be the most popular all year: &lt;a href="http://farmdev.com/thoughts/66/python-3-0-on-mac-os-x-alongside-2-6-2-5-etc-/" rel="nofollow"&gt;http://farmdev.com/thoughts/66/python-3-0-on-ma...&lt;/a&gt;&lt;br&gt;&lt;br&gt;But I had the most fun writing a music piece on DJ Soulpusher who lived in W. Africa for 3 years digging for rare, local funk records from the 70s: &lt;a href="http://chicagoindependentradioproject.org/spotlight/dj-soulpusher-digging-for-west-african-funk" rel="nofollow"&gt;http://chicagoindependentradioproject.org/spotl...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Sun, 28 Dec 2008 23:21:02 -0000</pubDate></item><item><title>Re: How One Misplaced Character Caused A Google Meltdown</title><link>http://jessenewhart.disqus.com/how_one_misplaced_character_caused_a_google_meltdown/#comment-8815916</link><description>Hehe.  I hope now Google is considering implementing a feature that lets admins "preview" the number of sites that will be affected by a change they make to the malware db.  In fact, I'm surprised they don't have something like that already.  Or maybe they do and said admin was being lazy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kumar McMillan</dc:creator><pubDate>Sat, 31 Jan 2009 17:56:34 -0000</pubDate></item></channel></rss>