<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Friends of WizenedWebWizardWannabe</title><link>http://disqus.com/by/WizenedWebWizardWannabe/</link><description></description><atom:link href="http://disqus.com/WizenedWebWizardWannabe/friends.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 15 Feb 2009 22:53:29 -0000</lastBuildDate><item><title>Re: Web apps + AJAX = distribution problem?</title><link>(u'http://overstimulate.com/articles/web-apps-ajax-distribution-problem',%205767046L)#comment-5767046</link><description>&lt;p&gt;Alex,&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Well, this requires an extra step.  &lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;What I did was create a script that modifies my layout file (the one file that links to the css/javascript) and the actual javascript/stylesheets.  Then I run this script only on the production checkout (and do not check these changes in)&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;I do not recommend modifying the file names in your revision control system.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Thu, 08 Sep 2005 09:12:00 -0000</pubDate></item><item><title>Re: Web apps + AJAX = distribution problem?</title><link>(u'http://overstimulate.com/articles/web-apps-ajax-distribution-problem',%205767043L)#comment-5767043</link><description>&lt;p&gt;yeah, we could change it so the headers on the javascript/css say not to cache them.  And this wouldn't bad for a site that was completely ajax (but make sure you don't break the back button and try to make URLs be identifiers. . .)  Downloading all the javascript each time would suck for both you and the end user if the user changes their document.location with regular frequency.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Another solution that may or may not be easier - create a directory that is just a new sym-link to the real location for css/javascript with each new version, then prepend the location for the resources with that version #.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;In my mind I do want caching whenever possible.  The only time caching becomes an issue is those few times you actually update the files.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Thu, 08 Sep 2005 17:28:00 -0000</pubDate></item><item><title>Re: ajax from file:/// urls?</title><link>(u'http://overstimulate.com/articles/ajax-from-file-urls',%205767031L)#comment-5767031</link><description>&lt;p&gt;Carey,&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks for both notes.  Fixed the missing # in the css.  And for some reason your javascript works for me ...  My test code was very similiar but I'll have to check more when I get a little more sleep.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Sat, 10 Sep 2005 02:53:00 -0000</pubDate></item><item><title>Re: Comments about the garden</title><link>(u'http://overstimulate.com/articles/comments-about-the-garden',%205766988L)#comment-5766988</link><description>&lt;p&gt;Sure thing, I'm working with &lt;a href="http://lukewarmtapioca.com" rel="nofollow noopener" target="_blank" title="http://lukewarmtapioca.com"&gt;Britt&lt;/a&gt; on making it more generic (using a yaml config file) at the moment.  I'll post again with a link to the code after it has be de-hardcoded to my domain/paths.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 16 Aug 2006 08:38:00 -0000</pubDate></item><item><title>Re: Validating HTML in Ruby with libxml</title><link>(u'http://overstimulate.com/articles/valid-wellformed-html-libxml-ruby-rails',%205766785L)#comment-5766785</link><description>&lt;p&gt;Christoffer,&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks for the correction.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Some of the errors are really useful (and point to exactly where the problem is), although errors such as unmatched tags tend to be obfuscated.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Fri, 31 Aug 2007 12:10:00 -0000</pubDate></item><item><title>Re: New version of deSEDG</title><link>(u'http://overstimulate.com/articles/new-version-sedg-to-divx-osx',%205766707L)#comment-5766707</link><description>&lt;p&gt;I was upgrading the server and had a configuration issue.  It is fixed now!  &lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Sorry about that&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Sat, 29 Dec 2007 12:09:00 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>(u'http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/',%202460811L)#comment-2460811</link><description>&lt;p&gt;we hit the same issue as Dan - investigating we figured out it was ruby's marshaling of the string included a few extra bytes at the begining.&lt;/p&gt;&lt;p&gt;By doing set(key, text, 60, true) # you get it cached for 60 seconds in raw format&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Fri, 08 Feb 2008 06:52:28 -0000</pubDate></item><item><title>Re: Taboo Screencast</title><link>(u'http://overstimulate.com/articles/taboo-screencast',%205766567L)#comment-5766567</link><description>&lt;p&gt;Raul, adding ordering is definitely in the future, the question will be when.  I am currently prioritizing syncing over having folders/categories/tags.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;With the next release you will be able to add notes and change the title, so you can do a tagging of sorts.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Tue, 22 Apr 2008 12:21:00 -0000</pubDate></item><item><title>Re: powered by web.py + appengine</title><link>(u'http://overstimulate.com/articles/web-py-google-appengine',%205766557L)#comment-5766557</link><description>&lt;p&gt;The first three comments left were not recorded properly.  I'm not sure why, but I've added some debug code to try to trace the issue down (and not lose data).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Mon, 28 Apr 2008 17:56:00 -0000</pubDate></item><item><title>Re: powered by web.py + appengine</title><link>(u'http://overstimulate.com/articles/web-py-google-appengine',%205766423L)#comment-5766423</link><description>&lt;p&gt;I built it to be my system not a general out-of-the-box system, but I'll publish it on github this weekend.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Fri, 13 Jun 2008 14:43:00 -0000</pubDate></item><item><title>Re: New version of deSEDG</title><link>(u'http://overstimulate.com/articles/new-version-sedg-to-divx-osx',%205766113L)#comment-5766113</link><description>&lt;p&gt;Martin,&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;deSEDG will convert the files into standard DivX files which can be played on any operating system&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Mon, 22 Sep 2008 16:42:00 -0000</pubDate></item><item><title>Re: Web.py + App Engine Skeleton</title><link>(u'http://overstimulate.com/articles/webpy-app-engine-skeleton',%205766058L)#comment-5766058</link><description>&lt;p&gt;Google made a change to their code, I've fixed it by modifying my copy of &lt;a href="http://web.py" rel="nofollow noopener" target="_blank" title="web.py"&gt;web.py&lt;/a&gt;.  I've updated the github project.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Sat, 11 Oct 2008 19:19:00 -0000</pubDate></item><item><title>Re: Taboo Extend Firefox 3 Entry</title><link>(u'http://overstimulate.com/articles/taboo-extend-firefox-3',%205766014L)#comment-5766014</link><description>&lt;p&gt;Right click on the toolbar and choose "customize toolbar".  Then you can re-drag the icons onto the toolbar.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Sun, 30 Nov 2008 16:53:00 -0000</pubDate></item><item><title>Re: Say hello to Searchy</title><link>(u'http://overstimulate.com/articles/search-results-in-firefox',%205765954L)#comment-5765954</link><description>&lt;p&gt;@LouCyper, This is only version 0.1 - I plan to make it even better :) &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Ideas include: select multiple results and open then all in different tabs, a hot key to go to previous/next result while you are looking one of the pages (from the results), richer @ search on sites with APIs, ...  &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm not sure exactly what all the features will be but I really do believe search should be a richer and deeper experience from your browser without having to visit another site.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 17 Dec 2008 00:43:00 -0000</pubDate></item><item><title>Re: AideRSS Google Reader Integration</title><link>(u'http://www.firenomics.com/extensions/%7b2cb2992a-9ed2-4587-9bb8-2930178512d3%7d',%204811404L)#comment-4811404</link><description>&lt;p&gt;I love AideRSS!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Thu, 01 Jan 2009 01:12:14 -0000</pubDate></item><item><title>Re: louisgray.com: Is Requiring a Firefox Plug-in Akin to Designing for IE Only?</title><link>(u'http://blog.louisgray.com/2009/01/is-requiring-firefox-plug-in-akin-to.html',%205336692L)#comment-5336692</link><description>&lt;p&gt;As a clikball developer, I agree that being "Firefox only" isn't good for the web, nor is it good for our project if long term. Users should be able to use your service on as many platforms as possible.&lt;/p&gt;&lt;p&gt;But, when creating a new service you have to balance the cost of supporting all those platforms from day one.  Clikball was just released as "private alpha" a few days ago, and supporting multiple platforms would have meant delays.  We are rapidly evolving the user interface, data models and functionality, and having a larger code base for all those vastly different platforms would slow that down.&lt;/p&gt;&lt;p&gt;We are planning to support other browser through web-based interfaces supporting all current A-list browsers.&lt;/p&gt;&lt;p&gt;IE extension development sucks (Microsoft themselves basically said that at the recent add-on-con, recommending 3 books, 2 of which are out of print, saying you should do this because your competition won't).  Safari doesn't officially support extension (most ways people find to extend it get closed by later releases).  Chrome is planning to support extensions, but it will be mid-year at the earliest.&lt;/p&gt;&lt;p&gt;We are also planning robust APIs to all our interactions in any custom applications.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Mon, 19 Jan 2009 01:37:16 -0000</pubDate></item><item><title>Re: Jesse 3.0</title><link>(u'http://overstimulate.com/articles/jesse-2009',%206170662L)#comment-6170662</link><description>&lt;p&gt;I was wondering if video blogging counts.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 11 Feb 2009 01:08:06 -0000</pubDate></item><item><title>Re: powered by web.py + appengine</title><link>(u'http://overstimulate.com/articles/web-py-google-appengine',%206170750L)#comment-6170750</link><description>&lt;p&gt;I couldn't find one.  At least I wrote a few unit tests for it :)&lt;/p&gt;&lt;p&gt;I have since switched to Disqus&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 11 Feb 2009 01:15:09 -0000</pubDate></item><item><title>Re: Say hello to Searchy</title><link>(u'http://overstimulate.com/articles/search-results-in-firefox',%206170792L)#comment-6170792</link><description>&lt;p&gt;I'll working on improving the color scheme before the next release&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 11 Feb 2009 01:18:09 -0000</pubDate></item><item><title>Re: Say hello to Searchy</title><link>(u'http://overstimulate.com/articles/search-results-in-firefox',%206170781L)#comment-6170781</link><description>&lt;p&gt;I love ubiquity, and with searchy I'm trying to try to do something similar but different.  I'll try to get a new release out soon with more features.&lt;/p&gt;&lt;p&gt;To open in a new tab/window hold down your ctrl/shift/alt keys (just like you do for regular links) when you click or hit return.  Ctrl-enter/click will open in new tab, shift-enter/click in a new window.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 11 Feb 2009 01:18:13 -0000</pubDate></item><item><title>Re: Jesse 3.0</title><link>(u'http://overstimulate.com/articles/jesse-2009',%206191583L)#comment-6191583</link><description>&lt;p&gt;hehe - I use it as a secret weapon.  I implement the beginning of a feature and release it, then see what users build on top of it.  Then I talk to those people and get permissions to integrate their code on the site (rewritten as rails/css/js instead of a greasemonkey script)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 11 Feb 2009 17:24:46 -0000</pubDate></item><item><title>Re: Jesse 3.0</title><link>(u'http://overstimulate.com/articles/jesse-2009',%206198941L)#comment-6198941</link><description>&lt;p&gt;The blood pact I'm in requires a blog post every day this month (I started late).  The blog posts might be unrelated to project progress though.&lt;/p&gt;&lt;p&gt;I'll definitely tweet - and I setup automated deploys for &lt;a href="http://userscripts.org" rel="nofollow noopener" target="_blank" title="userscripts.org"&gt;userscripts.org&lt;/a&gt; - if I push to github, it does a post-receive to pushr, which then uses capistrano to deploy, and tweets the status to &lt;a href="http://twitter.com/userscripts" rel="nofollow noopener" target="_blank" title="http://twitter.com/userscripts"&gt;http://twitter.com/userscripts&lt;/a&gt; -- somehow that seems overly complex but it was simple to setup :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Wed, 11 Feb 2009 22:48:12 -0000</pubDate></item><item><title>Re: comments kinda not associated with correct threads</title><link>('https://disqus.com/home/discussion/disqus/comments_kinda_not_associated_with_correct_threads/',%206234746L)#comment-6234746</link><description>&lt;p&gt;delete this thread - stupid bug by me...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Fri, 13 Feb 2009 04:09:43 -0000</pubDate></item><item><title>Re: Shipping with Rails</title><link>(u'http://overstimulate.com/articles/shipping-with-rails',%206285558L)#comment-6285558</link><description>&lt;p&gt;He was being dramatic because I had projects that were over a year old, useful (but only in use by a few people) but still not shipping.&lt;/p&gt;&lt;p&gt;I've learned a lot about programming/design unshiped experiments, but I've learned more about building stuff people want by shipping.  One important lesson was given the choice between good UI with broken logic and great logic with "programmer art", crappy logic almost always wins.  So for me shipping means I have to pay attention to making projects look as good on the outside as inside.&lt;/p&gt;&lt;p&gt;Unfortunately I'm still learning given reviews like &lt;em&gt;"It's so ugly... style it up a bit and I'd use it."&lt;/em&gt; for Taboo on &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/5756" rel="nofollow noopener" target="_blank" title="https://addons.mozilla.org/en-US/firefox/addon/5756"&gt;addons.mozilla.org&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Sun, 15 Feb 2009 18:03:12 -0000</pubDate></item><item><title>Re: Search Y Combinator - Feedback</title><link>(u'http://feedback.searchyc.com/',%206293719L)#comment-6293719</link><description>&lt;p&gt;Sorry I'm couldn't find it if you already answered but is there a JSON interface?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Sun, 15 Feb 2009 22:53:29 -0000</pubDate></item></channel></rss>