<?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 cdmoyer</title><link>http://disqus.com/by/cdmoyer/</link><description></description><atom:link href="http://disqus.com/cdmoyer/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 31 Dec 2013 14:46:39 -0000</lastBuildDate><item><title>Re: Hacking Prejudice in Silicon Valley</title><link>http://benjyw.com/post/71768044420#comment-1182619266</link><description>&lt;p&gt;I would honestly assume that an old school hacker like Paul Graham is working under the jargon file defintion of hacker:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.catb.org/jargon/html/H/hacker.html" rel="nofollow noopener" target="_blank" title="http://www.catb.org/jargon/html/H/hacker.html"&gt;http://www.catb.org/jargon/...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It's not something that has changed in the past decade: "This term seems to have been first adopted as a badge in the 1960s by the hacker culture surrounding TMRC and the MIT AI Lab"&lt;/p&gt;&lt;p&gt;That said, the archetype of the twenty-something-male-hoodie-wearing-ivy-leaque-educated-brogrammer cum hacker is one that needs to be taken out back and shot.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Tue, 31 Dec 2013 14:46:39 -0000</pubDate></item><item><title>Re: Feature Friday: Mobile Disqus</title><link>http://avc.com/2013/11/feature-friday-mobile-disqus/#comment-1104799030</link><description>&lt;p&gt;Not a fan, mainly because it's broken in my newsreader app (newsblur).  Clicking the view comments button results in losing the article and loading about:blank. I assume this is because it's in a webview. I wonder if other apps will exhibit this or if the newsblur app is buggy.&lt;/p&gt;&lt;p&gt;Edit.  Nope, just clicked and avc link in the twitter app and view discussion link resulted in a blank page. (iOS 7.0.2)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Fri, 01 Nov 2013 08:45:07 -0000</pubDate></item><item><title>Re: Study: Apps Are For Android, Games For the iPhone</title><link>http://www.readwriteweb.com/mobile/2011/12/study-apps-are-for-android-gam.php#comment-392512923</link><description>&lt;p&gt;How does the android ecosystem work (and iOS) when I get a new phone?  I have lots of apps on my phone, but rarely add new ones, because I have a set I've been using for 3 years.  Whereas I finish games and download new ones.  I don't download a new dropbox or evernote... ever.  And when I get a new phone, I just sync from iTunes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Thu, 22 Dec 2011 14:39:12 -0000</pubDate></item><item><title>Re: Samdroids</title><link>http://avc.com/2011/12/samdroids/#comment-381142946</link><description>&lt;p&gt;Something I don't seen talked about is the growing cost of switching. By that I'm referring to the 100+ apps (and probably $200) on my iPhone.   Switching to android involves finding and downloading/buying many and finding replacements for others. And then there's things like Dark Horse comics where I have a paid comic collection and no adroid app yet.&lt;/p&gt;&lt;p&gt;Anyways, I honestly think that commercial is hilarious, but as a developer who has done android and iPhone work, it sort of turns me off Samsung.  Seems like a low blow...  But I'm sure it's probably effective for them. (and in reality, I probably wouldn't be put off a Samsung device if I was at the store and it appealed to me the most. )&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Wed, 07 Dec 2011 08:23:40 -0000</pubDate></item><item><title>Re: Scripting News: Command-line for browser</title><link>http://scripting.com/stories/2011/09/30/commandlineForBrowser.html#comment-323965701</link><description>&lt;p&gt;Or make a bookmarklet called "run some code" with this code:  javascript:eval(prompt('code?'))&lt;/p&gt;&lt;p&gt;(Also, as other note with webkit browers or firefox with firebug, the console lets you execute arbitrary code.)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Fri, 30 Sep 2011 14:12:50 -0000</pubDate></item><item><title>Re: Put Tumblr on Your Site via Javascript</title><link>http://blog.inarow.net/post/228072167#comment-203038232</link><description>&lt;p&gt;There's a regular-body attribute on the posts, so you should be able to do:&lt;/p&gt;&lt;p&gt;$ul.append('&amp;lt;li&amp;gt;&lt;a href="'+p['url']+'" rel="nofollow noopener" target="_blank" title="'+p['url']+'"&gt;'+title+'&lt;/a&gt;&amp;lt;div class="body"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;').find('.body').html(p['regular-body']);&lt;/p&gt;&lt;p&gt;or something similar.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Fri, 13 May 2011 09:46:32 -0000</pubDate></item><item><title>Re: Put Tumblr on Your Site via Javascript</title><link>http://blog.inarow.net/post/228072167#comment-203035862</link><description>&lt;p&gt;I don't think there is a posting api in the javascript.  Their is a /api/post, but that requires the password, so you don't want to use that from client-side code.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Fri, 13 May 2011 09:42:35 -0000</pubDate></item><item><title>Re: Put Tumblr on Your Site via Javascript</title><link>http://blog.inarow.net/post/228072167#comment-168988320</link><description>&lt;p&gt;Yeah, you can just target:&lt;br&gt;&lt;code&gt;&lt;pre&gt;#blog ul li a {&lt;br&gt;  color: yellow;&lt;br&gt;  font-family: "Times New Roman",Georgia,Serif;&lt;br&gt;}&lt;/pre&gt;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 21 Mar 2011 09:53:22 -0000</pubDate></item><item><title>Re: Put Tumblr on Your Site via Javascript</title><link>http://blog.inarow.net/post/228072167#comment-168987116</link><description>&lt;p&gt;You need to either include that in an external file, or inside the script tags, add this just after the opening &amp;lt;script&amp;gt; tag:&lt;br&gt;//&amp;lt;![CDATA[&lt;/p&gt;&lt;p&gt;and this just before the closing &amp;lt;/script&amp;gt; tag:&lt;br&gt;//]]&amp;gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 21 Mar 2011 09:51:18 -0000</pubDate></item><item><title>Re: Amazon Kindle Now Lets You Loan Your E-Books (Sorta)</title><link>http://www.readwriteweb.com/archives/amazon_kindle_now_lets_you_loan_your_e-books_sorta.php#comment-121190720</link><description>&lt;p&gt;I don't have a problem with the implementation.  7 days to accept + 14 days seems reasonable, and there's kindle apps available for most platforms.&lt;/p&gt;&lt;p&gt;My issue is that all the hype I'm seeing seems to be over not much at all.  I looked at my account, and one out for 44 books are available to load.  Maybe publishers have to opt-in, and this will go up over the next couple months, but so far only the O'Reilly book on my account is loanable.  (I have books by HarperCollins, Springer, Signet, Penguin, Roc, Viking, Atria, Simon and Schuster, Aspec and Orbit).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Thu, 30 Dec 2010 14:16:39 -0000</pubDate></item><item><title>Re: A VC: Where Should Mobile Developers Focus?</title><link>http://avc.com/2010/12/where-should-mobile-developers-focus/#comment-107242490</link><description>&lt;p&gt;I wonder what those numbers look like if you include non-phone mobile OS devices. (iPod touch, Galaxy tab, palm PDAs, etc)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Sun, 05 Dec 2010 10:25:43 -0000</pubDate></item><item><title>Re: Death toll in Russian mine blasts hits 32 - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16808161&amp;ps=1010&amp;cat=&amp;cps=0&amp;lang=en#comment-60826125</link><description>&lt;p&gt;Sweet.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Tue, 06 Jul 2010 17:43:58 -0000</pubDate></item><item><title>Re: Death toll in Russian mine blasts hits 32 - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16808161&amp;ps=1010&amp;cat=&amp;cps=0&amp;lang=en#comment-60823876</link><description>&lt;p&gt;A comment about "Death toll in Russian mine blasts hits 32"&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Tue, 06 Jul 2010 17:27:49 -0000</pubDate></item><item><title>Re: Chavez rockets to No. 1 on Twitter in Venezuela - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?ps=1015&amp;rip_id=%3CD9FIQD7O1%40news.ap.org%3E&amp;_LT=HOME_LARSDCCLM_UNEWS#comment-58045984</link><description>&lt;p&gt;ABCD&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Tue, 22 Jun 2010 10:41:30 -0000</pubDate></item><item><title>Re: Chavez rockets to No. 1 on Twitter in Venezuela - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?ps=1015&amp;rip_id=%3CD9FIQD7O1%40news.ap.org%3E&amp;_LT=HOME_LARSDCCLM_UNEWS#comment-58045394</link><description>&lt;p&gt;A comment!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Tue, 22 Jun 2010 10:37:24 -0000</pubDate></item><item><title>Re: Barrier-breaking jazz star Lena Horne dies at 92 - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16808159&amp;ps=1010&amp;srce=news_class&amp;action=4&amp;lang=en&amp;_LT=UNLC_NKNWU00L4_UNEWS#comment-57976567</link><description>&lt;p&gt;Barrier-breaking jazz star Lena Horne dies at 92&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 21 Jun 2010 21:42:12 -0000</pubDate></item><item><title>Re: BP starts spraying chemicals on main oil leak - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16811165&amp;ps=1010&amp;srce=news_class&amp;action=2&amp;lang=en&amp;_LT=UNLC_NKNWU00L2_UNEWS#comment-57976547</link><description>&lt;p&gt;BP starts spraying chemicals on main oil leak&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 21 Jun 2010 21:42:04 -0000</pubDate></item><item><title>Re: Democrats cheer, Republicans cautious on Kagan - CenturyLink&amp;trade;</title><link>http://centurylink.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16808167&amp;ps=1010&amp;srce=news_class&amp;action=5&amp;lang=en&amp;_LT=UNLC_NKNWU00L5_UNEWS#comment-57975143</link><description>&lt;p&gt;abc&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 21 Jun 2010 21:32:49 -0000</pubDate></item><item><title>Re: Scripting News: May the source be with you! :-)</title><link>http://scripting.com/stories/2010/06/15/mayTheSourceBeWithYou.html#comment-56894461</link><description>&lt;p&gt;"Makes sense, but isn't the way outliners work."&lt;/p&gt;&lt;p&gt;The thing there, is, I don't ever fell like I'm reading an outline when I'm reading your work.  So, while you may generate it in an outlining tool, I feel like I'm reading an article, not an outline.&lt;/p&gt;&lt;p&gt;I do love the discussion here, and how different people are reacting.  It struck me enough to throw together a quick greasemonkey script to pre-open all of them for me.&lt;/p&gt;&lt;p&gt;&lt;a href="http://gist.github.com/raw/439322/96daba333a597e81307fc1467b632e97982e52c4/show_all_scripting_subcontext.user.js" rel="nofollow noopener" target="_blank" title="http://gist.github.com/raw/439322/96daba333a597e81307fc1467b632e97982e52c4/show_all_scripting_subcontext.user.js"&gt;http://gist.github.com/raw/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Tue, 15 Jun 2010 12:28:52 -0000</pubDate></item><item><title>Re: Scripting News: People don't read, and what I'm doing about it</title><link>http://scripting.com/stories/2010/06/14/peopleDontReadAndWhatImDoi.html#comment-56768059</link><description>&lt;p&gt;Honestly, it take a lot for me to open a link in an article.  My normal behaviour is to read the article, and then if a link caught my eye, I'll go back after I finish and cmd-click them to open in the background and then read the linked articles.&lt;/p&gt;&lt;p&gt;Now, there are times when I'm in "click mode," where an article is very link heavy, or "wikipedia" style and I'll end up clicking constantly as I go through, and read with my hand on the mouse.&lt;/p&gt;&lt;p&gt;You know.  I know this a psychological hang up for me.  I don't know how others read, but I think what bugs me is that I feel like I have to click all the plusses and read all the sub-text.  They feel like they are part of the content, so I'm missing out if I don't open them all, whereas I mentally classify a link as optional.&lt;/p&gt;&lt;p&gt;Oddly, I just read a piece the other day that had mouseovers with sub-context like comments, and I enjoyed it:  &lt;a href="http://adamcadre.ac/calendar/13195.html" rel="nofollow noopener" target="_blank" title="http://adamcadre.ac/calendar/13195.html"&gt;http://adamcadre.ac/calenda...&lt;/a&gt;  (note, the subject matter may not suit everyone, it's about the growth of adult content on the internet).  It did take me reading through half of it before I realized that dotted line green text had mouseover content, and solid links where for clicking.   Related to my previous paragraph, I actually moused over most of the green text once I discovered that, but didn't click any links.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 14 Jun 2010 23:07:00 -0000</pubDate></item><item><title>Re: Scripting News: People don't read, and what I'm doing about it</title><link>http://scripting.com/stories/2010/06/14/peopleDontReadAndWhatImDoi.html#comment-56767032</link><description>&lt;p&gt;In addition to the much-discussed google reader bit, I'll comment that I find the concept a bit off putting, mainly because I actually like to just read.  I find it distracting to be reading, and have to:&lt;/p&gt;&lt;p&gt;a) decide whether I want to read a bit of sub-text&lt;br&gt;b) move my house from my keyboard (on the page down button) and click the very small +&lt;/p&gt;&lt;p&gt;As a pure usability issue, making the + bigger would help.  Or, since it's sub-text on the paragraph, perhaps make the whole area to the right of the article clickable.&lt;/p&gt;&lt;p&gt;I even think the option to let a user have a cookie set and have all subtext expanded by default would be very useful.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Mon, 14 Jun 2010 22:55:31 -0000</pubDate></item><item><title>Re: Disqus Test Page</title><link>http://charter.web10.dev.synacor.com/~cmoyer/disqus.php#comment-51246627</link><description>&lt;p&gt;asdfdasf&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Thu, 20 May 2010 12:40:36 -0000</pubDate></item><item><title>Re: http://touchtheweb.tumblr.com/post/523741405</title><link>http://touchtheweb.tumblr.com/post/523741405#comment-45005399</link><description>&lt;p&gt;I think this thing is terrible, it doesn't even run windows!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Thu, 15 Apr 2010 14:37:05 -0000</pubDate></item><item><title>Re: Face to face, Obama urges GOP to work with Dems</title><link>http://midco.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16801280&amp;ps=1010&amp;srce=news_class&amp;action=4&amp;lang=en&amp;_LT=UNLC_NKNWU00L4_UNEWS#comment-39072410</link><description>&lt;p&gt;I totally like what I said there.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Thu, 11 Mar 2010 15:07:19 -0000</pubDate></item><item><title>Re: Face to face, Obama urges GOP to work with Dems</title><link>http://midco.web10.dev.synacor.com/~cmoyer/agdistis/news/read.php?id=16801280&amp;ps=1010&amp;srce=news_class&amp;action=4&amp;lang=en&amp;_LT=UNLC_NKNWU00L4_UNEWS#comment-39069662</link><description>&lt;p&gt;I am a test!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Moyer</dc:creator><pubDate>Thu, 11 Mar 2010 14:54:48 -0000</pubDate></item></channel></rss>