<?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 copiousfreetime</title><link>http://disqus.com/by/copiousfreetime/</link><description></description><atom:link href="http://disqus.com/copiousfreetime/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 14 Dec 2011 13:49:33 -0000</lastBuildDate><item><title>Re: A cache-busting http server script in ruby</title><link>http://chrismdp.github.com/2011/12/cache-busting-ruby-http-server/#comment-386621911</link><description>&lt;p&gt;There is always heel : &lt;a href="http://rubygems.org/gems/heel" rel="nofollow noopener" target="_blank" title="http://rubygems.org/gems/heel"&gt;http://rubygems.org/gems/heel&lt;/a&gt;&lt;br&gt;disclaimer, I wrote it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Wed, 14 Dec 2011 13:49:33 -0000</pubDate></item><item><title>Re: Hitimes are upon us</title><link>http://www.copiousfreetime.org/articles/2008/09/14/hitimes-0_2_0.html#comment-190816915</link><description>&lt;p&gt;Sure, I think that could be arranged.  Feel free to add more here &lt;a href="https://github.com/copiousfreetime/hitimes/issues/4" rel="nofollow noopener" target="_blank" title="https://github.com/copiousfreetime/hitimes/issues/4"&gt;https://github.com/copiousf...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Sat, 23 Apr 2011 15:46:03 -0000</pubDate></item><item><title>Re: History repeating</title><link>http://planeturf.tumblr.com/post/502625295#comment-43669253</link><description>&lt;p&gt;Personally, I always like to peruse the man pages on my systems.  There is a lot of great information in there.&lt;/p&gt;&lt;p&gt; I learned a tremendous amount from "Advanced Programming in the UNIX Environment" by W. Richard Stevens.  His "Unix Network Programming" Volumes are good too.&lt;/p&gt;&lt;p&gt;I just learned of "Coders at Work" by Peter Seibel and I think I'll be getting a copy.  There are a few more I'm sure were influential, beyond what you already have posted.  I'll check my bookshelf and look for the rattiest covers :-).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Wed, 07 Apr 2010 12:19:10 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-11759728</link><description>&lt;p&gt;Yes, something along those lines would be very cool, and crate will probably be able to help with that down the road a little bit.  I have some basic restructing to do still, make it work with 1.9 and a few other core pieces.  So stay tuned :-).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Fri, 26 Jun 2009 01:02:20 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-11660420</link><description>&lt;p&gt;I think it would be feasible to package GUI apps w/ crate.  I just have not tried it yet.  Currently, I think to package standalone, ruby based, GUI apps is probably better done w/ Shoes.   I could definitely see using Crate to do GUI apps at some point.&lt;/p&gt;&lt;p&gt;As for building in compression, I do have that already built in for the pure ruby code.   When it packages the .rb files  into the sqlite database, it will use zlib to compress the files before storing them.&lt;/p&gt;&lt;p&gt;Thanks for the comments!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Wed, 24 Jun 2009 00:50:50 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-11660330</link><description>&lt;p&gt;I'm not sure, I haven't been thinking along the lines of merging FFI items into Crate.  It could be an option down the road a ways.  What are you thinking?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Wed, 24 Jun 2009 00:46:21 -0000</pubDate></item><item><title>Re: Managing a Gem Repository with Stickler</title><link>http://copiousfreetime.org/articles/2008/10/09/managing-a-gem-repository-with-stickler.html#comment-8488223</link><description>&lt;p&gt;Currently the easiest way to add a gem for stickler to redistribute is to have an upstream repository.  That may sound tedious, but every installed gem system can be an upstream repository by just typing 'gem server' and the gems installed on that machine will be served up as a gem repository.  You can also use 'gem server' with an arbitrary directory, look at the help for server subcommand.&lt;/p&gt;&lt;p&gt;Then, why that gem server is running you can use stickler to get a gem from it and incorporate it int its repo.  I should have a more automation friendly way for this particular use case and I'll add it to the TODO.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Tue, 21 Apr 2009 12:16:29 -0000</pubDate></item><item><title>Re: Building Binary Ruby Gems for Windows</title><link>http://www.copiousfreetime.org/articles/2008/10/12/building-gems-for-windows.html#comment-6822599</link><description>&lt;p&gt;Most folks that I know that are building binary gems for windows are using a similar approach to this.  It works quite well for the one-click installer.  But yes, the mingw ruby interpreter is where the RubyInstaller project (&lt;a href="http://rubyinstaller.rubyforge.org/)" rel="nofollow noopener" target="_blank" title="http://rubyinstaller.rubyforge.org/)"&gt;http://rubyinstaller.rubyfo...&lt;/a&gt; is headed and is the preferred method (as far as I know ) for running ruby on windows.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Tue, 03 Mar 2009 01:45:12 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-6820631</link><description>&lt;p&gt;Awesome Brian, great to hear it.  Please let me know how I can help ( if you need it ).  I'll be spending a good chunk of time on crate after Mountain West.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Tue, 03 Mar 2009 01:38:16 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-6537920</link><description>&lt;p&gt;I'm working on getting crate and rails to play nice.  Stay tuned for the Scotland on Rails talk to see how things are going :-)&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Mon, 23 Feb 2009 22:12:36 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-5886510</link><description>&lt;p&gt;Ah, I understand now.  Right now crate does direct downloads,  I could add in something that would use a proxy.  I'll add it to my list.  It should not be too difficult to add in.&lt;/p&gt;&lt;p&gt;In the meantime, you can download them by hand (each url is in the recipe) and store the file in build/[zlib|openssl|ruby|other]/.  If the file is local, then crate does not attempt to re-download the file.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Fri, 06 Feb 2009 01:51:24 -0000</pubDate></item><item><title>Re: Crate Goes to Scotland</title><link>http://copiousfreetime.org/articles/2009/01/18/crate-goes-to-scotland.html#comment-5886256</link><description>&lt;p&gt;Thanks Thom.  Crate will be seeing a good bit of love over the next couple of months, so stay tuned.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Fri, 06 Feb 2009 01:45:28 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-5808002</link><description>&lt;p&gt;Grzesiek, if you want your crate application to make requests to something behind a proxy, you can use the ruby standard lib Net::HTTP.  See &lt;a href="http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html" rel="nofollow noopener" target="_blank" title="http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html"&gt;http://www.ruby-doc.org/std...&lt;/a&gt;.  Scroll down to 'Accessing via Proxy'&lt;/p&gt;&lt;p&gt;Currently when you package a crate application, it includes all of the stdlib so this should be available by default.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Tue, 03 Feb 2009 10:22:43 -0000</pubDate></item><item><title>Re: Writing SQL Functions in Ruby</title><link>http://copiousfreetime.org/articles/2009/01/10/writing-sql-functions-in-ruby.html#comment-5528189</link><description>&lt;p&gt;Thanks Jay.  Feel free to let me know about your successes!  And the problems too, I'm here to help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Sun, 25 Jan 2009 02:13:35 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-4300351</link><description>&lt;p&gt;Thanks Thom,&lt;/p&gt;&lt;p&gt;Let me know how you are progressing, and let me know if I can be of any help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Tue, 09 Dec 2008 19:48:24 -0000</pubDate></item><item><title>Re: Packaging an Application With Crate</title><link>http://copiousfreetime.org/articles/2008/11/30/package-an-application-with-crate.html#comment-4300342</link><description>&lt;p&gt;Crate and rubyscript2exe both attempt to make a self-contained executable package out of your ruby code.  That's about where they stop being similar.  rubyscript2exe currently only works for linux, mac and windows.  It also does an unpackaging into a temporary location and then cleans it up when the program exits.&lt;/p&gt;&lt;p&gt;For my purposes, I didn't want to take the chance on a failure littering .rb files in a temp directory, and I wanted to have something that had the potential to run on anything that ruby will compile for.&lt;/p&gt;&lt;p&gt;I also like the idea of a statically compiled ruby :-)&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Tue, 09 Dec 2008 19:47:58 -0000</pubDate></item><item><title>Re: Managing a Gem Repository with Stickler</title><link>http://copiousfreetime.org/articles/2008/10/09/managing-a-gem-repository-with-stickler.html#comment-2984704</link><description>&lt;p&gt;You can use "&amp;lt;=" also.  Stickler uses the highline gem for prompts.  The menu functionality in highline lets you type the number of your choice, or the content of the choice.  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Fri, 10 Oct 2008 14:28:39 -0000</pubDate></item><item><title>Re: http://drawohara.com/post/44387111</title><link>http://drawohara.com/post/44387111#comment-1075692</link><description>&lt;p&gt;At least I am in good company.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Fri, 01 Aug 2008 17:46:08 -0000</pubDate></item><item><title>Re: Amalgalite 0.1.0 Released</title><link>http://copiousfreetime.org/articles/2008/06/21/amalgalite-0-1-0-released.html#comment-734989</link><description>&lt;p&gt;I'm not sure why it failed for you, it is working fine for me, although for a bit today it appeared a few people had issues downloading data from the gem repository.  You can always download the gem or the .tgz or .zip by viewing the copiousfreetime projects' download page&lt;/p&gt;&lt;p&gt;&lt;a href="http://rubyforge.org/frs/?group_id=3707" rel="nofollow noopener" target="_blank" title="http://rubyforge.org/frs/?group_id=3707"&gt;http://rubyforge.org/frs/?g...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Mon, 23 Jun 2008 21:42:27 -0000</pubDate></item><item><title>Re: Amalgalite 0.1.0 Released</title><link>http://copiousfreetime.org/articles/2008/06/21/amalgalite-0-1-0-released.html#comment-725816</link><description>&lt;p&gt;Thanks, its fixed now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Sun, 22 Jun 2008 14:29:47 -0000</pubDate></item><item><title>Re: slight alteration to javascript to help it validate</title><link>https://disqus.com/home/discussion/disqus/slight_alteration_to_javascript_to_help_it_validate/#comment-720769</link><description>&lt;p&gt;okay that didn't show up correctly, lets try pre&lt;br&gt;&lt;/p&gt;&lt;pre&gt;1) //&lt;br&gt;3) also convert &amp;amp; to &amp;amp;&lt;br&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">copiousfreetime</dc:creator><pubDate>Sat, 21 Jun 2008 03:18:46 -0000</pubDate></item></channel></rss>