<?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 SmileyChris</title><link>http://disqus.com/by/SmileyChris/</link><description></description><atom:link href="http://disqus.com/SmileyChris/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 31 Jul 2012 21:56:34 -0000</lastBuildDate><item><title>Re: Security update &amp;#038; new features</title><link>https://blog.dropbox.com/2012/07/security-update-new-features/#comment-605365371</link><description>&lt;p&gt;Please use the standard RFC 6238 two-factor authentication algorithm...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Tue, 31 Jul 2012 21:56:34 -0000</pubDate></item><item><title>Re: Python and QRCodes | 
    
		
			python, qrcodes |
		
		matael...</title><link>http://blog.matael.org/writing/python-and-qrcodes/#comment-523228335</link><description>&lt;p&gt;It seems you overlooked &lt;a href="http://pypi.python.org/pypi/qrcode" rel="nofollow noopener" target="_blank" title="http://pypi.python.org/pypi/qrcode"&gt;http://pypi.python.org/pypi...&lt;/a&gt; ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Tue, 08 May 2012 15:17:12 -0000</pubDate></item><item><title>Re: Indie Gala Update</title><link>http://pcdddeals.com/2012/03/09/indie-gala-update-3/#comment-461225762</link><description>&lt;p&gt;That's correct - it shows up on the bundle keys page under a title "Your DRM Free Games" with download links for windows, mac and linux.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Sat, 10 Mar 2012 01:44:03 -0000</pubDate></item><item><title>Re: New Stuff Christians Like Daily Calendar!</title><link>http://www.jonacuff.com/stuffchristianslike/2011/12/new-stuff-christians-like-daily-calendar/#comment-378218332</link><description>&lt;p&gt;Boo-urns for no international shipping :(&lt;/p&gt;&lt;p&gt;And an aside, I agree with the other person who suggested a QR code on each page. Would have been pretty nifty.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Sat, 03 Dec 2011 04:49:05 -0000</pubDate></item><item><title>Re: New Get Games Deal</title><link>http://pcdddeals.com/2011/10/18/new-get-games-deals-3/#comment-338743446</link><description>&lt;p&gt;Seems that you're bad at math too, since that's a 44% discount :D&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Tue, 18 Oct 2011 23:03:12 -0000</pubDate></item><item><title>Re: Hamster applet &amp;#8211; probably the best time tracking application</title><link>http://activedeveloper.info/hamster-applet-probably-the-best-time-tracking-application#comment-96634249</link><description>&lt;p&gt;Ah, right - I see what you're saying. It'd be a pretty fundamental change but I've thought the same sometimes (on days when I've switched contexts too much too ;)&lt;/p&gt;&lt;p&gt;Now I don't worry about it too much if I have a huge list of tasks per day, and just use the overview page to look at my summary per category.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Fri, 12 Nov 2010 15:41:15 -0000</pubDate></item><item><title>Re: Hamster applet &amp;#8211; probably the best time tracking application</title><link>http://activedeveloper.info/hamster-applet-probably-the-best-time-tracking-application#comment-96583007</link><description>&lt;p&gt;Thanks, a good summary -- and I agree that hamster seems to be the best option.&lt;/p&gt;&lt;p&gt;The one feature I miss is being able to sync my time between two machines (even if I only worked on a single one, having it backed up to some offsite repository would be nice).&lt;/p&gt;&lt;p&gt;Pausing an app and continuing it pretty easy in hamster. Just stop the task, then double click it when you start again!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Fri, 12 Nov 2010 12:26:16 -0000</pubDate></item><item><title>Re: A replacement for django-admin.py startproject</title><link>http://blog.davidziegler.net/post/201559423#comment-17925307</link><description>&lt;p&gt;You might want to take a look at my similar project: &lt;a href="http://github.com/SmileyChris/django-startproject" rel="nofollow noopener" target="_blank" title="http://github.com/SmileyChris/django-startproject"&gt;http://github.com/SmileyChr...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Thu, 01 Oct 2009 07:50:35 -0000</pubDate></item><item><title>Re: Two simple techniques to make your Django projects ultra portable</title><link>http://bartek.im/2008/10/03/two-simple-techniques-to-make-your-django-projects-ultra-portable/#comment-2885969</link><description>&lt;p&gt;Note, you're still hard coding the '/' in your post. That's where you should be using &lt;code&gt;os.path.join&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Sun, 05 Oct 2008 22:30:07 -0000</pubDate></item><item><title>Re: Two simple techniques to make your Django projects ultra portable</title><link>http://bartek.im/2008/10/03/two-simple-techniques-to-make-your-django-projects-ultra-portable/#comment-2882918</link><description>&lt;p&gt;&lt;code&gt;ROOT_DIR = os.path.join(os.path.dirname(__file__))&lt;/code&gt; uses join incorrectly. The point of os.path.join is to join path components in a generic way that works across operating systems: Here's what you should use:&lt;/p&gt;&lt;p&gt;&lt;code&gt;PROJECT_ROOT = os.path.dirname(__file__)&lt;br&gt;MEDIA_ROOT = os.path.join(PROJECT_ROOT, 'media')&lt;/code&gt;&lt;/p&gt;&lt;p&gt;And a tip for your &lt;a href="http://urls.py" rel="nofollow noopener" target="_blank" title="urls.py"&gt;urls.py&lt;/a&gt; for nicely serving static files in development mode:&lt;br&gt;&lt;code&gt;# Static media&lt;br&gt;import sys&lt;br&gt;if 'runserver' in sys.argv:&lt;br&gt;----from django.conf import settings&lt;br&gt;----urlpatterns += patterns('django.views.static',&lt;br&gt;--------(r'^%s(?P&amp;lt;path&amp;gt;.*)' % settings.MEDIA_URL[1:], 'serve', {'document_root': settings.MEDIA_ROOT}),&lt;br&gt;----)&lt;/code&gt;&lt;br&gt;&lt;em&gt;Edit: indented with dashes to preserve spacing&lt;/em&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Sun, 05 Oct 2008 16:53:25 -0000</pubDate></item><item><title>Re: Some Spring Cleaning</title><link>https://blog.dropbox.com/2008/06/some-spring-cleaning/#comment-1095568</link><description>&lt;p&gt;So it's August and we're still waiting for the linux version...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Mon, 04 Aug 2008 18:09:45 -0000</pubDate></item><item><title>Re: RestrictMiddleware - Officially Lucky, a blog by Clint Ecker</title><link>http://blog.clintecker.com/2008/jul/6/restrictmiddleware/#comment-841765</link><description>&lt;p&gt;Yep, there are plenty of uses.&lt;/p&gt;&lt;p&gt;My most common one is clients wanting to put something up but not live, and me not wanting to mess around with apache auth for specific areas :P&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Tue, 08 Jul 2008 23:54:14 -0000</pubDate></item><item><title>Re: RestrictMiddleware - Officially Lucky, a blog by Clint Ecker</title><link>http://blog.clintecker.com/2008/jul/6/restrictmiddleware/#comment-840499</link><description>&lt;p&gt;Alternatively, there's something like django-lock (which I just uploaded - I've been meaning to do it for a while): &lt;a href="http://code.google.com/p/django-lock/" rel="nofollow noopener" target="_blank" title="http://code.google.com/p/django-lock/"&gt;http://code.google.com/p/dj...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SmileyChris</dc:creator><pubDate>Tue, 08 Jul 2008 20:14:28 -0000</pubDate></item></channel></rss>