<?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 cpjolicoeur</title><link>http://disqus.com/by/cpjolicoeur/</link><description></description><atom:link href="http://disqus.com/cpjolicoeur/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 10 Mar 2016 08:54:21 -0000</lastBuildDate><item><title>Re: How Destructuring Saved the Empire</title><link>http://blog.mojotech.com/how-destructuring-saved-the-empire/#comment-2561682987</link><description>&lt;p&gt;The Rebellion will never die...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Thu, 10 Mar 2016 08:54:21 -0000</pubDate></item><item><title>Re: A Decade of Rails</title><link>http://blog.mojotech.com/a-decade-of-rails/#comment-2492770262</link><description>&lt;p&gt;Thanks for the kind words, Fred.  Glad you enjoyed it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Tue, 02 Feb 2016 16:55:33 -0000</pubDate></item><item><title>Re: 2015 - Reworking my process</title><link>http://samsaccone.com/posts/2015-in-review.html#comment-2438890126</link><description>&lt;p&gt;first&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Mon, 04 Jan 2016 10:00:56 -0000</pubDate></item><item><title>Re: Why We Have Routine "Code Challenges"</title><link>http://blog.mojotech.com/why-we-have-routine-code-challenges/#comment-2108818576</link><description>&lt;p&gt;We don't incentive our engineers as they all are employees of the company and the motivation is really for personal development as well as better understanding of the tools and techniques we use on client projects on a daily basis.  We've found that most engineers are pretty eager to do the challenges as they provide a nice change of pace from the routine day-in-day-out type problems.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Tue, 30 Jun 2015 12:41:15 -0000</pubDate></item><item><title>Re: Why We Have Routine "Code Challenges"</title><link>http://blog.mojotech.com/why-we-have-routine-code-challenges/#comment-2108528506</link><description>&lt;p&gt;Our code challenges our currently housed in a private Git repository since we also store all the user-submitted solutions there as well for the whole team to easily see all the submissions.&lt;/p&gt;&lt;p&gt;The level of difficulty for each code challenge varies quite a bit based on the intended goal of the challenge.  &lt;br&gt;There are some cases where the problem set itself is somewhat "easy" but was chosen to challenge engineers to approach a known problem with a different possible solution.  Other times we do "harder" level challenges to truly "challenge" our engineers in their thought process and technical skill set.&lt;/p&gt;&lt;p&gt;Normally, we will release two or three challenges at the same time with varying degrees of difficulties so everyone can jump in immediately and at least be successful at solving a challenge quickly and then have time to work on harder challenges over time.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Tue, 30 Jun 2015 10:03:17 -0000</pubDate></item><item><title>Re: Go Nitpicks · npf.io</title><link>http://npf.io/2014/10/go-nitpicks/#comment-1657681701</link><description>&lt;p&gt;I would say the "Which seems logical and handy, until you see a 100 line function with multiple branches and a single bare return at the bottom," is the real issue and not the bare return.  If you are having huge 100 line functions with multiple branches that are hard to follow, you need to refactor your code to be more maintainable.  Bare returns aren't a problem in that case.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Tue, 28 Oct 2014 11:38:47 -0000</pubDate></item><item><title>Re: Learning to Go, Part I: Interfaces</title><link>http://mattstine.com/2014/07/08/learning-to-go-part-i-interfaces/#comment-1475542192</link><description>&lt;p&gt;Good article.  Some nice introductory explanations for new go devs&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Tue, 08 Jul 2014 18:54:04 -0000</pubDate></item><item><title>Re: Dirty Konami for Marionette + CoffeeScript</title><link>http://michael.hertzberg.co/dirty-konami-for-marionette-coffeescript/#comment-1234702380</link><description>&lt;p&gt;FTW&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 07 Feb 2014 10:17:26 -0000</pubDate></item><item><title>Re: Keys - GoInstant docs: multiplayer, co-browse platform</title><link>https://developers.goinstant.com/v1/rest-api/keys/index.html#comment-1202940875</link><description>&lt;p&gt;The docs are incorrect in the "Request by ID" section.  They an app with ID 1 and room with ID 15, but the url shown uses 1 for both, not /1/15/&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Wed, 15 Jan 2014 18:53:19 -0000</pubDate></item><item><title>Re: Moving up: Upgrading from Pathogen to Vundle - James Lai</title><link>http://jameslaicreative.com/moving-up-upgrading-from-pathogen-to-vundle/#comment-1133414696</link><description>&lt;p&gt;I personally keep my whole vim setup in Dropbox for portability, so this hasnt been an issue for me before, but I do like it for this use case where you are storing your vim setup in a git repo.  And like you, I was using Pathogen waaayyy before Vundle even existed and it has served me well.&lt;/p&gt;&lt;p&gt;I do like the way Vundle lets you easily upgrade all your bundles tho as now I have a custom script that manually does a git pull in all my current pathogen bundle directories&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Thu, 21 Nov 2013 15:34:49 -0000</pubDate></item><item><title>Re: What I&amp;#8217;m Riding: Gore Countdown Insulated Jacket Review</title><link>http://www.cycleboredom.com/what-im-riding-gore-countdown-insulated-jacket/#comment-1131600922</link><description>&lt;p&gt;No worries, thanks for the reply at all :)  Keep up the good work on the site&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Wed, 20 Nov 2013 14:32:44 -0000</pubDate></item><item><title>Re: What I&amp;#8217;m Riding: Gore Countdown Insulated Jacket Review</title><link>http://www.cycleboredom.com/what-im-riding-gore-countdown-insulated-jacket/#comment-1058643318</link><description>&lt;p&gt;Any thoughts on a replacement option for this jacket as Gore/Path no longer make it&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Wed, 25 Sep 2013 11:23:55 -0000</pubDate></item><item><title>Re: Block in visit_Psych_Nodes_Alias</title><link>http://jorshasaur.us/2012/12/26/block-in-visit-psych-nodes-alias/#comment-1024817173</link><description>&lt;p&gt;You didnt define an actual alias, that is why. you want something like&lt;/p&gt;&lt;p&gt;development: &amp;amp;dev&lt;br&gt;  foo: bar&lt;br&gt;  baz: buz&lt;/p&gt;&lt;p&gt;test:&lt;br&gt;  &amp;lt;&amp;lt;: *dev&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Sat, 31 Aug 2013 19:26:56 -0000</pubDate></item><item><title>Re: 
                                  Turtles All the Way Down
                              </title><link>http://blog.mojotech.com/turtles-all-the-way-down/#comment-763686189</link><description>&lt;p&gt;This is just a poor example and if you want to do something like that in the configuration files of your projects, go right ahead.  Config files are closely guarded and "secure" files in general anyways, and if something like that is sneaking in (or if you allow the outside word to dynamically change your config files for you) then you are just asking for trouble.  It has nothing to do with YAML or ERB or even Ruby.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 11 Jan 2013 08:53:33 -0000</pubDate></item><item><title>Re: Factory Girl Hits 3.0!</title><link>http://robots.thoughtbot.com/post/19412394597#comment-474575644</link><description>&lt;p&gt;wouldnt it make more sense just to keep the version numbers the same for both factory_girl_rails and factory_girl to avoid confusion.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 23 Mar 2012 12:16:21 -0000</pubDate></item><item><title>Re: Introducing MKStoreKit – Version 3</title><link>http://blog.mugunthkumar.com/coding/introducing-mkstorekit-%e2%80%93-version-3/#comment-129811349</link><description>&lt;p&gt;I found the answer after reading the source myself.&lt;/p&gt;&lt;p&gt;There is a productPurchased: delegate method that will be called on a successful purchase.  Just declare your viewcontroller as the MKStoreManager delegate&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Sun, 16 Jan 2011 16:34:14 -0000</pubDate></item><item><title>Re: Introducing MKStoreKit – Version 3</title><link>http://blog.mugunthkumar.com/coding/introducing-mkstorekit-%e2%80%93-version-3/#comment-129808348</link><description>&lt;p&gt;same issue.  is there any kind of delegate method or callback we can check when a transaction has been successfully completed?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Sun, 16 Jan 2011 16:18:54 -0000</pubDate></item><item><title>Re: Love, hate, &amp;amp; tmux</title><link>http://robots.thoughtbot.com/post/2166174647#comment-109973879</link><description>&lt;p&gt;but functionality, it can't do anything that screen cant, correct?&lt;/p&gt;&lt;p&gt;Other than VR splits (which of course require a patch for screen), there is no compelling reason that I should really dig into tmux and switch is there?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 10 Dec 2010 12:06:10 -0000</pubDate></item><item><title>Re: Love, hate, &amp;amp; tmux</title><link>http://robots.thoughtbot.com/post/2166174647#comment-109967526</link><description>&lt;p&gt;I guess I still dont follow why you dont just use plain old, GNU Screen?  What is the benefit of using tmux instead of using screen?&lt;/p&gt;&lt;p&gt;I use screen every day for development and dont have any of the issues you described.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 10 Dec 2010 11:47:06 -0000</pubDate></item><item><title>Re: East Breckinridge Street neighborhood (where&amp;#8217;s that?) No. 14 on &amp;#8220;most dangerous list&amp;#8221;</title><link>http://insiderlouisville.com/metro/communities/east-breckinridge-street-neighborhood-wheres-that-no-14-on-most-dangerous-list/#comment-84373605</link><description>&lt;p&gt;the neighborhoods they use are based on the US Census track information.  It's how the census track breaks up "neighborhoods"&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Tue, 05 Oct 2010 15:15:20 -0000</pubDate></item><item><title>Re: Elementary, My Dear Watson</title><link>http://dudewheresmypar.tumblr.com/post/746515622#comment-58998068</link><description>&lt;p&gt;ditto.&lt;/p&gt;&lt;p&gt;congrats @bubbawatson&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Mon, 28 Jun 2010 15:25:42 -0000</pubDate></item><item><title>Re: TMTC 24 &amp;#8211; Continuous Integration</title><link>http://teachmetocode.com/podcast/tmtc-24-continuous-integration/#comment-57233898</link><description>&lt;p&gt;Sad there was no mention of Cerberus - &lt;a href="http://cerberus.rubyforge.org" rel="nofollow noopener" target="_blank" title="http://cerberus.rubyforge.org"&gt;http://cerberus.rubyforge.org&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Thu, 17 Jun 2010 09:46:43 -0000</pubDate></item><item><title>Re: http://bcardarella.com/post/584224712</title><link>http://bcardarella.com/post/584224712#comment-51458310</link><description>&lt;p&gt;negative. running path_helper -s prints the same PATH that I'm seeing in my terminal. I'll try a reboot too see if that fixes it although I don't see why it would for a simple unix utility that is run fresh each time /etc/profile is parsed&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 21 May 2010 19:15:53 -0000</pubDate></item><item><title>Re: http://bcardarella.com/post/584224712</title><link>http://bcardarella.com/post/584224712#comment-51395915</link><description>&lt;p&gt;I updated /etc/paths to put /usr/local/bin on the first line, but it still doesn't appear to be updating my $PATH accordingly.  Even after fully restarting terminal, the "old" order from /etc/paths is still used.&lt;/p&gt;&lt;p&gt;Any ideas??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Fri, 21 May 2010 13:22:34 -0000</pubDate></item><item><title>Re: Startup Diaspora wants to be your privacy-conscious social network</title><link>http://bgr.com/2010/05/15/startup-diaspora-wants-to-be-your-privacy-conscious-social-network/#comment-92532706</link><description>&lt;p&gt;um, that is how all startups work. You come up with a product and people give you money to go implement it. These guys are doing the same thing just without using VC's. It isn't vaporware unless they never deliver a product ala Doom&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Jolicoeur</dc:creator><pubDate>Sat, 15 May 2010 11:38:59 -0000</pubDate></item></channel></rss>