<?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 joshkinberg</title><link>http://disqus.com/by/joshkinberg/</link><description></description><atom:link href="http://disqus.com/joshkinberg/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 11 Jan 2011 23:58:15 -0000</lastBuildDate><item><title>Re: DailyJS: Node Tutorial Part 6</title><link>http://dailyjs.com/2010/12/20/node-tutorial-6/#comment-128004444</link><description>&lt;p&gt;OK, I think I finally fixed it. I realized that there was an inconsistency with a previous version of Express that I must have installed without using NPM.&lt;/p&gt;&lt;p&gt;I followed these steps to clear NPM's cache and re-install:&lt;br&gt;&lt;a href="https://github.com/isaacs/npm/issues/issue/409#issue/409/comment/571517" rel="nofollow noopener" target="_blank" title="https://github.com/isaacs/npm/issues/issue/409#issue/409/comment/571517"&gt;https://github.com/isaacs/n...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Now seems to be working okay.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 11 Jan 2011 23:58:15 -0000</pubDate></item><item><title>Re: DailyJS: Node Tutorial Part 6</title><link>http://dailyjs.com/2010/12/20/node-tutorial-6/#comment-127939234</link><description>&lt;p&gt;Still stuck here... I seem to have narrowed it down to something with the next() function in the loadUser middleware. I am experiencing the same issue as discussed here: &lt;a href="http://groups.google.com/group/express-js/browse_thread/thread/2d6f1fe1f0fbd88c/c31ba247b6498f5b?#c31ba247b6498f5b" rel="nofollow noopener" target="_blank" title="http://groups.google.com/group/express-js/browse_thread/thread/2d6f1fe1f0fbd88c/c31ba247b6498f5b?#c31ba247b6498f5b"&gt;http://groups.google.com/gr...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I am running node.js on Mac OS X snow leopard, installed via MacPorts. All the dependency packages are up to date.&lt;/p&gt;&lt;p&gt;Any help would be very much appreciated! Thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 11 Jan 2011 21:56:46 -0000</pubDate></item><item><title>Re: DailyJS: Node Tutorial Part 6</title><link>http://dailyjs.com/2010/12/20/node-tutorial-6/#comment-116461201</link><description>&lt;p&gt;I checked and confirmed that all the dependencies are correctly installed and up to date.&lt;/p&gt;&lt;p&gt;I tried removing the "loadUser" function from each of the "/documents" routes. This allows me to view the documents list and create new documents.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 21 Dec 2010 17:50:21 -0000</pubDate></item><item><title>Re: DailyJS: Node Tutorial Part 6</title><link>http://dailyjs.com/2010/12/20/node-tutorial-6/#comment-116205523</link><description>&lt;p&gt;I added a status flag to the log output, and it looks like both '/' and '/documents' return 404 status.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 21 Dec 2010 10:51:59 -0000</pubDate></item><item><title>Re: DailyJS: Node Tutorial Part 6</title><link>http://dailyjs.com/2010/12/20/node-tutorial-6/#comment-116201614</link><description>&lt;p&gt;I am not able to add documents. The /documents page does not render.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 21 Dec 2010 10:47:28 -0000</pubDate></item><item><title>Re: DailyJS: Node Tutorial Part 6</title><link>http://dailyjs.com/2010/12/20/node-tutorial-6/#comment-116147686</link><description>&lt;p&gt;I'm having trouble running this example. I pulled the code from GitHub, and I cannot load /documents after I register a new user and login.&lt;/p&gt;&lt;p&gt;Running the expresso tests says that /documents.json returns 302 instead of 200.&lt;/p&gt;&lt;p&gt;Any help would be great! I pasted the expresso output below:&lt;br&gt;---&lt;br&gt;Josh$ expresso&lt;br&gt;POST /users.json 3 ms&lt;br&gt;POST /sessions 3 ms&lt;br&gt;POST /documents.json 0 ms&lt;/p&gt;&lt;p&gt;   uncaught: AssertionError: Test document index. Invalid response status code.&lt;br&gt;    Expected: 200&lt;br&gt;    Got: 302&lt;br&gt;    at IncomingMessage.&amp;lt;anonymous&amp;gt; (/opt/local/lib/node/.npm/expresso/0.7.0/package/bin/expresso:407:24)&lt;br&gt;    at IncomingMessage.emit (events:41:20)&lt;br&gt;    at HTTPParser.onMessageComplete (http:107:23)&lt;br&gt;    at Client.onData [as ondata] (http:848:27)&lt;br&gt;    at IOWatcher.callback (net:494:29)&lt;br&gt;    at node.js:772:9&lt;/p&gt;&lt;p&gt;POST /documents.json 0 ms&lt;/p&gt;&lt;p&gt;   uncaught: AssertionError: POST /documents.json. Invalid response status code.&lt;br&gt;    Expected: 200&lt;br&gt;    Got: 302&lt;br&gt;    at IncomingMessage.&amp;lt;anonymous&amp;gt; (/opt/local/lib/node/.npm/expresso/0.7.0/package/bin/expresso:407:24)&lt;br&gt;    at IncomingMessage.emit (events:41:20)&lt;br&gt;    at HTTPParser.onMessageComplete (http:107:23)&lt;br&gt;    at Client.onData [as ondata] (http:848:27)&lt;br&gt;    at IOWatcher.callback (net:494:29)&lt;br&gt;    at node.js:772:9&lt;/p&gt;&lt;p&gt;POST /documents 0 ms&lt;br&gt;GET /documents.json 0 ms&lt;/p&gt;&lt;p&gt;   uncaught: AssertionError: GET /documents.json and delete them all. Invalid response status code.&lt;br&gt;    Expected: 200&lt;br&gt;    Got: 302&lt;br&gt;    at IncomingMessage.&amp;lt;anonymous&amp;gt; (/opt/local/lib/node/.npm/expresso/0.7.0/package/bin/expresso:407:24)&lt;br&gt;    at IncomingMessage.emit (events:41:20)&lt;br&gt;    at HTTPParser.onMessageComplete (http:107:23)&lt;br&gt;    at Client.onData [as ondata] (http:848:27)&lt;br&gt;    at IOWatcher.callback (net:494:29)&lt;br&gt;    at node.js:772:9&lt;/p&gt;&lt;p&gt;GET / 0 ms&lt;/p&gt;&lt;p&gt;   Failures: 3&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 21 Dec 2010 09:17:05 -0000</pubDate></item><item><title>Re: DailyJS: Node Tutorial Part 5</title><link>http://dailyjs.com/2010/12/06/node-tutorial-5/#comment-111928088</link><description>&lt;p&gt;Thanks for this great tutorial series!&lt;/p&gt;&lt;p&gt;I would love to see an example of authentication using Facebook/Twitter/Google/etc. perhaps using Connect-Auth (or similar)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 14 Dec 2010 21:43:44 -0000</pubDate></item><item><title>Re: http://joshkinberg.tumblr.com/post/657112616</title><link>http://joshkinberg.tumblr.com/post/657112616#comment-53555393</link><description>&lt;p&gt;OK, figured it out... better as a text post with HTML rather than video post&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Wed, 02 Jun 2010 13:42:58 -0000</pubDate></item><item><title>Re: http://joshkinberg.tumblr.com/post/657112616</title><link>http://joshkinberg.tumblr.com/post/657112616#comment-53555047</link><description>&lt;p&gt;Why does Tumblr force my video posts to display at 500px? Can I make it post the videos at a different size (say 512x288)?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Wed, 02 Jun 2010 13:40:31 -0000</pubDate></item><item><title>Re: Josh Kinberg</title><link>http://joshkinberg.tumblr.com/post/160052306#comment-14605012</link><description>&lt;p&gt;Done, and done!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Mon, 10 Aug 2009 19:35:42 -0000</pubDate></item><item><title>Re: Josh Kinberg</title><link>http://joshkinberg.tumblr.com/post/137569778#comment-12949473</link><description>&lt;p&gt;Thanks for your comments. That's good to know, and I agree. I repeatedly emphasized that BikesAgainstBush used a water-soluble, environmentally safe, spray chalk solution (as opposed to spray paint) for that very reason.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Mon, 20 Jul 2009 09:16:22 -0000</pubDate></item><item><title>Re: Josh Kinberg</title><link>http://joshkinberg.tumblr.com/post/137569778#comment-12418030</link><description>&lt;p&gt;I can't find any documentation that shows the GraffitiWriter used spray-chalk instead of spraypaint (maybe it did and I somehow overlooked this fact?).&lt;/p&gt;&lt;p&gt;There's several references to the GraffitiWriter project using spraypaint, and even references to it being used for "mediated criminal experience" &lt;a href="http://www.appliedautonomy.com/documents.html#RG" rel="nofollow noopener" target="_blank" title="http://www.appliedautonomy.com/documents.html#RG"&gt;http://www.appliedautonomy.com/documents.html#RG&lt;/a&gt;&lt;/p&gt;&lt;p&gt;That being said... I remember having a few very helpful email discussions with IAA members when I was constructing the BikesAgainstBush project. I also used some of the very well-written instructions posted on the IAA website here &lt;a href="http://www.appliedautonomy.com/objectors.html" rel="nofollow noopener" target="_blank" title="http://www.appliedautonomy.com/objectors.html"&gt;http://www.appliedautonomy.com/objectors.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;But again (unless I missed it), I've never seen the use of spray-chalk referenced with the GraffitiWriter project.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Thu, 09 Jul 2009 22:06:57 -0000</pubDate></item><item><title>Re: Josh Kinberg</title><link>http://joshkinberg.tumblr.com/post/137569778#comment-12335947</link><description>&lt;p&gt;I think BikesAgainstBush added some novel ideas to the GraffitiWriter project that came before it, and some of those ideas have carried into the DNA of Nike ChalkBot:&lt;/p&gt;&lt;p&gt;1. Non-destructive chalk instead of spray paint. Temporary chalk marking provides a similar effect of physical marking, but it is not damaging and not defacement of property (e.g. within the bounds of the law).&lt;/p&gt;&lt;p&gt;2. Participatory via web &amp;amp; sms. GraffitiWriter's messages were controlled by its operators, BikesAgainstBush &amp;amp; Chalkbot are open to (moderated) networked participation&lt;/p&gt;&lt;p&gt;3. Bicycle culture as a vehicle for tactical media / activism. During the 2004 RNC in NYC, bicycle culture and activist culture were very much intertwined (see groups like Critical Mass and TimesUp). Bicycle culture is also a vehicle for charity events &amp;amp; raising awareness of causes, so it makes sense to me that this project has carried over to the Livestrong campaign in a very positive way.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Wed, 08 Jul 2009 17:51:25 -0000</pubDate></item><item><title>Re: Dropping Disqus Comments</title><link>http://joshkinberg.tumblr.com/post/119422057#comment-10634793</link><description>&lt;p&gt;i guess that's one clear reason to not build comments on an open-to-the-public platform -- comment spam.&lt;/p&gt;&lt;p&gt;Thanks, afallison for leaving a non-sequitor comment here, along with your URL, which is the same comment you posted on several other blogs within the past few minutes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Mon, 08 Jun 2009 22:02:40 -0000</pubDate></item><item><title>Re: Josh Kinberg</title><link>http://joshkinberg.tumblr.com/post/108192061#comment-10614926</link><description>&lt;p&gt;Hmmm... I looked at the version there, but it's missing the ironic sense of humor / commentary that is inherent in this version. This version is so Pop that it undercuts the "Warhol is over" statement. The abstract expressionist / Pollock version is too literal and loses all the humor.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Mon, 08 Jun 2009 11:13:44 -0000</pubDate></item><item><title>Re: Lost Views &amp;amp; Tracking Chatter</title><link>http://dembot.com/post/107687548#comment-9325183</link><description>&lt;p&gt;Why does a YT view embedded on FriendFeed not count as a "view"? Facebook does the same thing...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Thu, 14 May 2009 10:00:48 -0000</pubDate></item><item><title>Re: We could be getting in-depth reporting from Afghanistan right now.</title><link>http://brianconley.tumblr.com/post/94264447#comment-7988358</link><description>&lt;p&gt;How can I donate money?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Wed, 08 Apr 2009 17:17:45 -0000</pubDate></item><item><title>Re: Cylons in America - Battlestar Galactica &amp;amp; critical studies</title><link>http://joshkinberg.tumblr.com/post/84904855#comment-7046891</link><description>&lt;p&gt;I hope it includes pop culture references for the word "Frak!"&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Mon, 09 Mar 2009 20:28:10 -0000</pubDate></item><item><title>Re: Why can&amp;#039;t someone write a decent mail client for the Mac?</title><link>http://joshkinberg.tumblr.com/post/84603048#comment-6997302</link><description>&lt;p&gt;Really?! I love Gmail! My life would literally suffer w/o it.&lt;/p&gt;&lt;p&gt;What about Zimbra?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Sun, 08 Mar 2009 14:49:23 -0000</pubDate></item><item><title>Re: Frederick Martin Baron 1947-2008</title><link>http://dembot.com/post/57248104#comment-3406527</link><description>&lt;p&gt;So very sorry for this loss, Andrew. Your father was a truly wonderful, generous, and caring person who made a lasting impact in our world. He will be greatly missed and I can only imagine how difficult it is for you and your family. Thinking of you, and sending prayers for comfort and support.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Fri, 31 Oct 2008 08:06:58 -0000</pubDate></item><item><title>Re: Justin.tv More Pervasive, Methods Questionable</title><link>http://dembot.com/post/48003465#comment-2436543</link><description>&lt;p&gt;Looks like an active chat thread in the sidebar for the football game. Maybe they're filling an unmet need for sports fans to be able to simultaneously watch the game while chatting with other fans/friends?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Thu, 18 Sep 2008 22:28:24 -0000</pubDate></item><item><title>Re: Final Boss Form</title><link>http://finalbossform.com/post/29118137#comment-238937</link><description>&lt;p&gt;Seriously, some funny sh!t. A group RickRoll IRL. KC you know how to bring it...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Tue, 18 Mar 2008 04:41:56 -0000</pubDate></item><item><title>Re: Dembot - How to Kill Twitter, Facebook, Myspace and Google in One Full Swoop</title><link>http://dembot.com/post/24117475#comment-116545</link><description>&lt;p&gt;Hey Andrew,&lt;/p&gt;&lt;p&gt;Check out the new "Action Streams" plugin for Movable Type released by SixApart:&lt;br&gt;&lt;a href="http://mashable.com/2008/01/30/movable-type-activity-streams/" rel="nofollow noopener" target="_blank" title="http://mashable.com/2008/01/30/movable-type-activity-streams/"&gt;http://mashable.com/2008/01...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This almost replicates Facebook's "mini-feed" -- it aggregates all your personal data streams from about 75 different services.&lt;/p&gt;&lt;p&gt;I imagine this concept will get adopted/adapted by other blogging platforms too, like Wordpress, Tumblr, others.&lt;/p&gt;&lt;p&gt;Taking it one step further, you could aggregate all the "action streams" of you &amp;amp; your friends together into another feed and then you could build a larger "social graph."&lt;/p&gt;&lt;p&gt;The technology and standards have been in place for a long time -- its essentially just RSS syndication. But making the whole thing easy, intuitive, and user-friendly is the real challenge, especially when its more of a distributed system.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Fri, 01 Feb 2008 01:33:15 -0000</pubDate></item><item><title>Re: Help &amp;#8211; I Need Stickers</title><link>http://www.chrisbrogan.com/help-i-need-stickers/#comment-8508991</link><description>&lt;p&gt;In case you're still looking... I've had great success and quick turn around with &lt;a href="http://www.psprint.com/printing_products/custom_vinyl_stickers.asp?DC=1026&amp;amp;flag=1&amp;amp;AffID=" rel="nofollow noopener" target="_blank" title="http://www.psprint.com/printing_products/custom_vinyl_stickers.asp?DC=1026&amp;amp;flag=1&amp;amp;AffID="&gt;PSPrint&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Sun, 04 Feb 2007 05:10:05 -0000</pubDate></item><item><title>Re: FireAnt: iTunes and Azureus/uTorrent KILLER</title><link>http://www.rev2.org/2006/01/26/fireant-itunes-and-azureusutorrent-killer/#comment-8192838</link><description>&lt;p&gt;Thanks for the great review! I'm one of the developers of FireAnt. We're always working to make it better... very interested in how you envision GAIM being added to the mix. Could you elaborate?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshkinberg</dc:creator><pubDate>Sat, 11 Feb 2006 03:18:23 -0000</pubDate></item></channel></rss>