<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for kyleburton</title><link>http://disqus.com/by/kyleburton/</link><description></description><atom:link href="http://disqus.com/kyleburton/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 09 Mar 2015 15:19:33 -0000</lastBuildDate><item><title>Re: Look Ma, No Threads!</title><link>http://asymmetrical-view.com/2011/10/15/look-ma-no-threads.html#comment-1897388069</link><description>&lt;p&gt;Even if you have to wait until your entire payload has been read (in your example your 50mb file) before you begin parsing, the non-blocking approach (in conjunction with a select loop) will mean your process is free to do other things while it's waiting for the IO to catch up.  In this post, the code is 'doing something' while it's waiting for IO (printing a counter continuously), in this case 'waiting for IO' is waiting for the user to press a key, but if you were reading from a large file, it would give you the opportunity to do something else while you were waiting for the disk or for the network (if you were reading from a socket).  I should follow this post up with an example of using select (or one of the *poll functions)...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Mon, 09 Mar 2015 15:19:33 -0000</pubDate></item><item><title>Re: Figwheel Keep Om Turning! - Through the cracks of immutability</title><link>http://blog.michielborkent.nl/blog/2014/09/25/figwheel-keep-Om-turning/#comment-1610676407</link><description>&lt;p&gt;I just started using Figwheel, this is great- it improves my ability to iterate on my projects.  Thank you&lt;br&gt;!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Mon, 29 Sep 2014 07:40:39 -0000</pubDate></item><item><title>Re: Leiningen</title><link>http://asymmetrical-view.com/2010/06/03/leiningen.html#comment-1235939363</link><description>&lt;p&gt;Thanks - keep in mind that this is pretty out of date at as of 2014.  This article covers leiningen 1, which is no longer supported.  There is a Leiningen 2 that is supported.  Swank is also no longer considered supported, with NREPL and CIDR being what the community now recommends.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Sat, 08 Feb 2014 11:14:10 -0000</pubDate></item><item><title>Re: How We Run Cucumber</title><link>http://asymmetrical-view.com/2010/06/10/how-we-run-cucumber.html#comment-245042140</link><description>&lt;p&gt;Sorry, I only know how to do this under Unix (using #!/usr/bin/env ruby and chmod 755'ing the script).  I haven't worked on an MS platform for a long time.  There is an IronRuby project (though it may now be dormant).  I haven't used it, but Google just found: &lt;a href="http://www.erikveen.dds.nl/rubyscript2exe/" rel="nofollow noopener" target="_blank" title="http://www.erikveen.dds.nl/rubyscript2exe/"&gt;http://www.erikveen.dds.nl/...&lt;/a&gt;  HTH&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Thu, 07 Jul 2011 09:41:06 -0000</pubDate></item><item><title>Re: Creating Standalone Java Applications with Leiningen</title><link>http://asymmetrical-view.com/2010/06/08/building-standalone-jars-wtih-leiningen.html#comment-188197596</link><description>&lt;p&gt;You're welcome.  It's also pretty easy to create a classpath based on the ./lib directory that lein sets up for you, that is if you don't want to wait for the uberjar to build.  You should also take a look at cake: &lt;a href="https://github.com/ninjudd/cake" rel="nofollow noopener" target="_blank" title="https://github.com/ninjudd/cake"&gt;https://github.com/ninjudd/...&lt;/a&gt; which also looks like its a good build / dev tool for clojure.&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Kyle&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Wed, 20 Apr 2011 09:23:31 -0000</pubDate></item><item><title>Re: Automating Capistrano Password Prompts with Expect</title><link>http://asymmetrical-view.com/2010/07/06/automate-capistrano-passwords.html#comment-129053363</link><description>&lt;p&gt;Try putting an 'stty -echo' just before the 'send "$the_password\n"' and a 'stty echo' just after - that is how terminal echo was disabled for when the expect script prompted you for the password.  I think that will work, can you give it a try?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Fri, 14 Jan 2011 09:34:32 -0000</pubDate></item><item><title>Re: How We Deploy Our Clojure Services</title><link>http://asymmetrical-view.com/2010/08/26/how-were-deploying-our-clojure-applications.html#comment-72810362</link><description>&lt;p&gt;Thanks!  Would you be willing to give me a quick tutorial?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Sat, 28 Aug 2010 11:27:27 -0000</pubDate></item><item><title>Re: How We Deploy Our Clojure Services</title><link>http://asymmetrical-view.com/2010/08/26/how-were-deploying-our-clojure-applications.html#comment-72462904</link><description>&lt;p&gt;Wow, it's great to hear that I'm on the right track :)&lt;/p&gt;&lt;p&gt;We're doing the same re: fronting our application with nginx to get ssl and to serve static content.  I want to do continuous deployment, and we're mostly doing that by hand...as we learn we'll automate each piece one at a time....&lt;/p&gt;&lt;p&gt;Thanks for your comment, its great to know others are out there too!&lt;/p&gt;&lt;p&gt;Kyle&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Thu, 26 Aug 2010 16:07:57 -0000</pubDate></item><item><title>Re: Influential Books</title><link>http://asymmetrical-view.com/2009/11/30/influenced-by-books.html#comment-42441455</link><description>&lt;p&gt;I had read code complete a long time ago, thanks for the recommendation.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Wed, 31 Mar 2010 09:07:30 -0000</pubDate></item><item><title>Re: Influential Books</title><link>http://asymmetrical-view.com/2009/11/30/influenced-by-books.html#comment-42441301</link><description>&lt;p&gt;I got the copy of 'On Lisp' from Lulu a few years ago - I like physical copies...the copy of CLTL2 I happened across at a book store a dozen or so years go so I just picked it up.  So no, not a collector as such.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Wed, 31 Mar 2010 09:05:43 -0000</pubDate></item><item><title>Re: Connecting SLIME a remote Clojure Repl</title><link>http://asymmetrical-view.com/2009/08/20/emacs-slime-remote-repl.html#comment-15199263</link><description>&lt;p&gt;Thank you.  I definitely didn't mean to imply that the image could be saved, I'm just used to calling it that.  I'll make that change when I get a chance.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Fri, 21 Aug 2009 12:49:14 -0000</pubDate></item><item><title>Re: Creating Executable Jars For Your Clojure Application</title><link>http://asymmetrical-view.com/2009/06/22/executable-clojure-jars.html#comment-12934521</link><description>&lt;p&gt;That's great advice.  Thank you.  I was trying to exhibit a stand-alone example.  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Sun, 19 Jul 2009 21:58:54 -0000</pubDate></item><item><title>Re: Exploring Quartz from Clojure</title><link>http://asymmetrical-view.com/2009/05/19/quartz-and-clojure.html#comment-9791284</link><description>&lt;p&gt;The rss link is: &lt;a href="http://asymmetrical-view.com/rss.xml" rel="nofollow noopener" target="_blank" title="http://asymmetrical-view.com/rss.xml"&gt;http://asymmetrical-view.co...&lt;/a&gt; - is it not working for you?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Fri, 22 May 2009 09:58:17 -0000</pubDate></item><item><title>Re: Programming Concepts People Just &amp;quot;Don&amp;#039;t Get&amp;quot;</title><link>http://plpatterns.com/post/42929867#comment-951038</link><description>&lt;p&gt;Monads are something that I know I don't yet grok and want to.  Continuations are another.  I have an idea of what they are and how they can be used, but I could not clearly articulate them to someone else.  I'm also looking for the other stuff that I can't see, you're one of the people who is helping me with that.&lt;/p&gt;&lt;p&gt;This was good, make more like this, keep this going.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Burton</dc:creator><pubDate>Sun, 20 Jul 2008 16:08:49 -0000</pubDate></item></channel></rss>