<?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 danieljohnmorris</title><link>http://disqus.com/by/danieljohnmorris/</link><description></description><atom:link href="http://disqus.com/danieljohnmorris/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 28 Sep 2014 19:32:21 -0000</lastBuildDate><item><title>Re: Lost Lectures Return, With An Exceptional Secret Venue</title><link>http://londonist.com/2014/09/lost-lectures-return-with-an-exceptional-secret-venue.php#comment-1610106306</link><description>&lt;p&gt;Ally pally theatre!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Sun, 28 Sep 2014 19:32:21 -0000</pubDate></item><item><title>Re: Create a Glossy Photo Effect with CSS3</title><link>http://www.onextrapixel.com/2012/11/28/create-a-glossy-photo-effect-with-css3/#comment-1335238423</link><description>&lt;p&gt;So it can be done programatically with user-uploaded content?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Sun, 13 Apr 2014 21:43:51 -0000</pubDate></item><item><title>Re: Street art image by artAZ (1sdamx1) - Global Street Art...</title><link>http://globalstreetart.com/images/1sdamx1#comment-1150054301</link><description>&lt;p&gt;This is so awsome!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Wed, 04 Dec 2013 05:49:37 -0000</pubDate></item><item><title>Re: Viewing snippet Group buttons | Bootsnipp.com</title><link>http://bootsnipp.com/BhaumikPatel/snippets/kE8V#comment-1149716771</link><description>&lt;p&gt;Love this!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Tue, 03 Dec 2013 20:37:58 -0000</pubDate></item><item><title>Re: Ruby: stack level too deep (SystemStackError)</title><link>http://dalibornasevic.com/posts/5-ruby-stack-level-too-deep-systemstackerror#comment-793325499</link><description>&lt;p&gt;THANK YOU :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Fri, 08 Feb 2013 14:44:49 -0000</pubDate></item><item><title>Re: Auto-scale Your Resque Workers On Heroku | Verbose Logging</title><link>http://verboselogging.com/2010/07/30/auto-scale-your-resque-workers-on-heroku#comment-73027298</link><description>&lt;p&gt;Hey thanks for this, i'm getting the following error with a rails 2.3.5 app. Any idea?&lt;/p&gt;&lt;p&gt;Processing TestController#eat (for 94.194.22.89 at 2010-08-29 15:49:03) [GET]&lt;br&gt;  Parameters: {"food"=&amp;gt;"pie"}&lt;/p&gt;&lt;p&gt;RestClient::RequestFailed (HTTP status code 402):&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/abstract_response.rb:62:in `return!'&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/request.rb:204:in `process_result'&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/request.rb:153:in `transmit'&lt;br&gt;  /usr/ruby1.8.7/lib/ruby/1.8/net/http.rb:543:in `start'&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/request.rb:150:in `transmit'&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/request.rb:55:in `execute'&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/request.rb:30:in `execute'&lt;br&gt;  /home/slugs/274752_237e18c_2a8d/mnt/.bundle/gems/ruby/1.8/gems/rest-client-1.4.2/lib/restclient/resource.rb:72:in `put'&lt;br&gt;  heroku (1.9.13) lib/heroku/client.rb:463:in `send'&lt;br&gt;  heroku (1.9.13) lib/heroku/client.rb:463:in `process'&lt;br&gt;  heroku (1.9.13) lib/heroku/client.rb:453:in `put'&lt;br&gt;  heroku (1.9.13) lib/heroku/client.rb:356:in `set_workers'&lt;br&gt;  lib/heroku_resque_auto_scale.rb:13:in `workers='&lt;br&gt;  lib/heroku_resque_auto_scale.rb:57:in `after_enqueue_scale_up'&lt;br&gt;  lib/heroku_resque_auto_scale.rb:32:in `reverse_each'&lt;br&gt;  lib/heroku_resque_auto_scale.rb:32:in `after_enqueue_scale_up'&lt;br&gt;  resque (1.10.0) lib/resque/job.rb:53:in `send'&lt;br&gt;  resque (1.10.0) lib/resque/job.rb:53:in `create'&lt;br&gt;  resque (1.10.0) lib/resque/job.rb:52:in `each'&lt;br&gt;  resque (1.10.0) lib/resque/job.rb:52:in `create'&lt;br&gt;  resque (1.10.0) lib/resque.rb:206:in `enqueue'&lt;br&gt;  app/controllers/test_controller.rb:11:in `eat'&lt;br&gt;  /home/heroku_rack/lib/static_assets.rb:9:in `call'&lt;br&gt;  /home/heroku_rack/lib/last_access.rb:25:in `call'&lt;br&gt;  /home/heroku_rack/lib/date_header.rb:14:in `call'&lt;br&gt;  thin (1.2.6) lib/thin/connection.rb:76:in `pre_process'&lt;br&gt;  thin (1.2.6) lib/thin/connection.rb:74:in `catch'&lt;br&gt;  thin (1.2.6) lib/thin/connection.rb:74:in `pre_process'&lt;br&gt;  thin (1.2.6) lib/thin/connection.rb:57:in `process'&lt;br&gt;  thin (1.2.6) lib/thin/connection.rb:42:in `receive_data'&lt;br&gt;  eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'&lt;br&gt;  eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'&lt;br&gt;  thin (1.2.6) lib/thin/backends/base.rb:57:in `start'&lt;br&gt;  thin (1.2.6) lib/thin/server.rb:156:in `start'&lt;br&gt;  thin (1.2.6) lib/thin/controllers/controller.rb:80:in `start'&lt;br&gt;  thin (1.2.6) lib/thin/runner.rb:177:in `send'&lt;br&gt;  thin (1.2.6) lib/thin/runner.rb:177:in `run_command'&lt;br&gt;  thin (1.2.6) lib/thin/runner.rb:143:in `run!'&lt;br&gt;  thin (1.2.6) bin/thin:6&lt;br&gt;  /usr/ruby1.8.7/bin/thin:19:in `load'&lt;br&gt;  /usr/ruby1.8.7/bin/thin:19&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Sun, 29 Aug 2010 18:53:21 -0000</pubDate></item><item><title>Re: I am rice</title><link>http://iamrice.org/post/43173069#comment-998150</link><description>&lt;p&gt;Try double clicking a word in that article - pops up a dictionary definition!&lt;/p&gt;&lt;p&gt;Neat.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danieljohnmorris</dc:creator><pubDate>Fri, 25 Jul 2008 05:35:09 -0000</pubDate></item></channel></rss>