<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Rick Ross Tries To Think</title>
	<atom:link href="http://rickross.developerblogs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickross.developerblogs.com</link>
	<description>But you never know whether anything will happen...</description>
	<lastBuildDate>Sun, 30 Oct 2011 16:19:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Microsoft&#8217;s Concept Video of the Future: I want it now! by Rick Ross</title>
		<link>http://rickross.developerblogs.com/2011/10/microsofts-concept-video-of-the-future-i-want-it-now/comment-page-1/#comment-1876</link>
		<dc:creator>Rick Ross</dc:creator>
		<pubDate>Sun, 30 Oct 2011 16:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=179#comment-1876</guid>
		<description>Sidestepping the issue of which BigCorp is best able to innovate competitively, the video did leave me feeling like &quot;YES! I want that stuff! I want it ALL! I want it NOW!&quot;

I suppose I don&#039;t care very much about which BigCorp produces it. They are all big, they are all corps.</description>
		<content:encoded><![CDATA[<p>Sidestepping the issue of which BigCorp is best able to innovate competitively, the video did leave me feeling like &#8220;YES! I want that stuff! I want it ALL! I want it NOW!&#8221;</p>
<p>I suppose I don&#8217;t care very much about which BigCorp produces it. They are all big, they are all corps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft&#8217;s Concept Video of the Future: I want it now! by Behrang</title>
		<link>http://rickross.developerblogs.com/2011/10/microsofts-concept-video-of-the-future-i-want-it-now/comment-page-1/#comment-1875</link>
		<dc:creator>Behrang</dc:creator>
		<pubDate>Sun, 30 Oct 2011 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=179#comment-1875</guid>
		<description>They can&#039;t compete with Apple, Google and others in terms of innovation now, so they create video concepts of the future... :-) Nice try... But yeah, I liked the video...</description>
		<content:encoded><![CDATA[<p>They can&#8217;t compete with Apple, Google and others in terms of innovation now, so they create video concepts of the future&#8230; <img src='http://rickross.developerblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Nice try&#8230; But yeah, I liked the video&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Django and Python with &#8220;The Django Book&#8221; by Rick Ross</title>
		<link>http://rickross.developerblogs.com/2010/01/learning-django-and-python-with-the-django-book/comment-page-1/#comment-1870</link>
		<dc:creator>Rick Ross</dc:creator>
		<pubDate>Sun, 11 Sep 2011 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=146#comment-1870</guid>
		<description>Just a quick update... At DZone, we have been using JetBrains IntelliJ IDEA Python plugin to maintain our popular OSQA application. The IDEA plugin has worked really well and been a pleasure to use.</description>
		<content:encoded><![CDATA[<p>Just a quick update&#8230; At DZone, we have been using JetBrains IntelliJ IDEA Python plugin to maintain our popular OSQA application. The IDEA plugin has worked really well and been a pleasure to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Django and Python with &#8220;The Django Book&#8221; by Ari Kangas</title>
		<link>http://rickross.developerblogs.com/2010/01/learning-django-and-python-with-the-django-book/comment-page-1/#comment-1629</link>
		<dc:creator>Ari Kangas</dc:creator>
		<pubDate>Fri, 29 Oct 2010 07:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=146#comment-1629</guid>
		<description>Django, check. Python, check. Macbook, check. Textmate, check. Been thinking about trying Netbeans. ;)

And now to the more pressing problem: I&#039;ve googled for over a month now trying to find some place to actually start learning some useful stuff to do with Django. So far, no luck. Lots of blogs and tutorials about trivial things, many people asking the same questions I have, and loads of tutorials that are either outdated, don&#039;t work or don&#039;t do what I want them to do. 

I took a quick look at some Django book I found (www.djangobook.org or whatever) - assuming it&#039;s the same one you mentioned - and it really didn&#039;t explain half the things I wanted to find. If someone can recommend something better, I&#039;m all ears. 

I need to find some information about how (and why/when) to use separate apps to actually use them as building blocks for my various projects, how I can get them to interact (been through 2-3 different examples, none of them actually work), and most of all - how do I take advantage of the nice widgets already present in the admin site? Why should I write another calendar popup when I know django already has one! I&#039;ve tried dozens of examples, comments, instructions and none of them have actually provided me with a working example - short of actually finding and copying all of the code from some obscure folder deep in the bowels of Django. 

I&#039;m still at a point I was a year ago: I do all of my actual production code on PHP because I simply can&#039;t get Django to do even the simple things I want it to do in a way that would actually make any sense to me. I could do it the hard way, but that&#039;s not why I wanted to use Django in the first place. 

I did learn and actually complete on production project with Ruby on Rails during this time. It works, it was simple and easy (basically I ported over 2 months&#039; worth of work on PHP code to RoR in a weekend and it works better than the original), but I never want to touch that steaming pile of turd again. System that breaks the second you update anything on the machine is not production-ready. Nor is something where the syntax changes in a thousand little places with 0.0.1 version upgrade. I haven&#039;t dared to touch the machine after I put it online (after the first disastrous update), and was hoping to port it to Django and get rid of RoR for good, but ... oh well. Maybe I should just go back to PHP and know It Just Works.</description>
		<content:encoded><![CDATA[<p>Django, check. Python, check. Macbook, check. Textmate, check. Been thinking about trying Netbeans. <img src='http://rickross.developerblogs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>And now to the more pressing problem: I&#8217;ve googled for over a month now trying to find some place to actually start learning some useful stuff to do with Django. So far, no luck. Lots of blogs and tutorials about trivial things, many people asking the same questions I have, and loads of tutorials that are either outdated, don&#8217;t work or don&#8217;t do what I want them to do. </p>
<p>I took a quick look at some Django book I found (www.djangobook.org or whatever) &#8211; assuming it&#8217;s the same one you mentioned &#8211; and it really didn&#8217;t explain half the things I wanted to find. If someone can recommend something better, I&#8217;m all ears. </p>
<p>I need to find some information about how (and why/when) to use separate apps to actually use them as building blocks for my various projects, how I can get them to interact (been through 2-3 different examples, none of them actually work), and most of all &#8211; how do I take advantage of the nice widgets already present in the admin site? Why should I write another calendar popup when I know django already has one! I&#8217;ve tried dozens of examples, comments, instructions and none of them have actually provided me with a working example &#8211; short of actually finding and copying all of the code from some obscure folder deep in the bowels of Django. </p>
<p>I&#8217;m still at a point I was a year ago: I do all of my actual production code on PHP because I simply can&#8217;t get Django to do even the simple things I want it to do in a way that would actually make any sense to me. I could do it the hard way, but that&#8217;s not why I wanted to use Django in the first place. </p>
<p>I did learn and actually complete on production project with Ruby on Rails during this time. It works, it was simple and easy (basically I ported over 2 months&#8217; worth of work on PHP code to RoR in a weekend and it works better than the original), but I never want to touch that steaming pile of turd again. System that breaks the second you update anything on the machine is not production-ready. Nor is something where the syntax changes in a thousand little places with 0.0.1 version upgrade. I haven&#8217;t dared to touch the machine after I put it online (after the first disastrous update), and was hoping to port it to Django and get rid of RoR for good, but &#8230; oh well. Maybe I should just go back to PHP and know It Just Works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Out on a limb with data persistence by John Rockefeller</title>
		<link>http://rickross.developerblogs.com/2009/12/out-on-a-limb-with-data-persistence/comment-page-1/#comment-1536</link>
		<dc:creator>John Rockefeller</dc:creator>
		<pubDate>Tue, 12 Jan 2010 22:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=97#comment-1536</guid>
		<description>I&#039;m with ferrisoxide and Rick on this one. It&#039;s fun to experiment on small test apps with new technology, but having to rely on untried stuff with your reputation on the line takes some serious consideration.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with ferrisoxide and Rick on this one. It&#8217;s fun to experiment on small test apps with new technology, but having to rely on untried stuff with your reputation on the line takes some serious consideration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on StopForumSpam.com &#8211; Spotting spammers early and blocking them by XCTech</title>
		<link>http://rickross.developerblogs.com/2010/01/stopforumspam-com-spotting-spammers-early-and-blocking-them/comment-page-1/#comment-1535</link>
		<dc:creator>XCTech</dc:creator>
		<pubDate>Tue, 12 Jan 2010 19:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=156#comment-1535</guid>
		<description>You mentioned vbBB (PHP). SFS offers allot of support in the forums. 
If you use ASP / .Net forum sites you can still use the data provided by StopForumSpam.Com group.
 
There isn&#039;t much support for ASP/.Net users as of this date. 
But, if you ask in the forums or search you&#039;ll find other sites offering scripts that will work with some of the older forums like Snitz 2000. 

Overall it&#039;s a great group and it&#039;s nice to see the creator of the project actually participates and is active within the forums. 

On a side note: It&#039;s not that important to store last years data on spammers due to the fact most change formats (ip,email,user) on a weekly and daily bases. 

The key to the success of StopForumSpam.Com is actually it&#039;s members that supply &quot;Hot&quot; first seen reports. 
Spam one in the group and that&#039;s it!

Search the forums to find your setup and Ask Questions!</description>
		<content:encoded><![CDATA[<p>You mentioned vbBB (PHP). SFS offers allot of support in the forums.<br />
If you use ASP / .Net forum sites you can still use the data provided by StopForumSpam.Com group.</p>
<p>There isn&#8217;t much support for ASP/.Net users as of this date.<br />
But, if you ask in the forums or search you&#8217;ll find other sites offering scripts that will work with some of the older forums like Snitz 2000. </p>
<p>Overall it&#8217;s a great group and it&#8217;s nice to see the creator of the project actually participates and is active within the forums. </p>
<p>On a side note: It&#8217;s not that important to store last years data on spammers due to the fact most change formats (ip,email,user) on a weekly and daily bases. </p>
<p>The key to the success of StopForumSpam.Com is actually it&#8217;s members that supply &#8220;Hot&#8221; first seen reports.<br />
Spam one in the group and that&#8217;s it!</p>
<p>Search the forums to find your setup and Ask Questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on StopForumSpam.com &#8211; Spotting spammers early and blocking them by S</title>
		<link>http://rickross.developerblogs.com/2010/01/stopforumspam-com-spotting-spammers-early-and-blocking-them/comment-page-1/#comment-1532</link>
		<dc:creator>S</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=156#comment-1532</guid>
		<description>This is a great project and kudos to dzone for helping them out. However, there is an older project that&#039;s also pretty cool and very effective called The Honeypot Project http://projecthoneypot.org/

They have a web and a dnsbl api and here are their current stats from today:
 Trap Addresses Monitored
46,233,975
Trap Monitoring Capability
365,755,000,000
Spam Servers Identified
66,506,238
IPs Monitored
68,001,310
Harvesters Identified
81,103
Dictionary Attackers
10,403,460
Comment Spammers
312,528

They are a community supported project and are always looking for people to install their honeypot software on their websites and to donate subdomains to serve as email server honeypots.

More info on how to help the project out here: http://projecthoneypot.org/faq.php</description>
		<content:encoded><![CDATA[<p>This is a great project and kudos to dzone for helping them out. However, there is an older project that&#8217;s also pretty cool and very effective called The Honeypot Project <a href="http://projecthoneypot.org/" rel="nofollow">http://projecthoneypot.org/</a></p>
<p>They have a web and a dnsbl api and here are their current stats from today:<br />
 Trap Addresses Monitored<br />
46,233,975<br />
Trap Monitoring Capability<br />
365,755,000,000<br />
Spam Servers Identified<br />
66,506,238<br />
IPs Monitored<br />
68,001,310<br />
Harvesters Identified<br />
81,103<br />
Dictionary Attackers<br />
10,403,460<br />
Comment Spammers<br />
312,528</p>
<p>They are a community supported project and are always looking for people to install their honeypot software on their websites and to donate subdomains to serve as email server honeypots.</p>
<p>More info on how to help the project out here: <a href="http://projecthoneypot.org/faq.php" rel="nofollow">http://projecthoneypot.org/faq.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Django and Python with &#8220;The Django Book&#8221; by Marcus Blankenship</title>
		<link>http://rickross.developerblogs.com/2010/01/learning-django-and-python-with-the-django-book/comment-page-1/#comment-1527</link>
		<dc:creator>Marcus Blankenship</dc:creator>
		<pubDate>Mon, 04 Jan 2010 20:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=146#comment-1527</guid>
		<description>+10 for Netbeans + Python.  Get v6.8.  It&#039;s awesome.</description>
		<content:encoded><![CDATA[<p>+10 for Netbeans + Python.  Get v6.8.  It&#8217;s awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Django and Python with &#8220;The Django Book&#8221; by Mark Stahler</title>
		<link>http://rickross.developerblogs.com/2010/01/learning-django-and-python-with-the-django-book/comment-page-1/#comment-1526</link>
		<dc:creator>Mark Stahler</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=146#comment-1526</guid>
		<description>+1 for Netbeans + Python plugin. Works pretty well with Django.</description>
		<content:encoded><![CDATA[<p>+1 for Netbeans + Python plugin. Works pretty well with Django.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Django and Python with &#8220;The Django Book&#8221; by Dew Drop &#8211; January 3, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</title>
		<link>http://rickross.developerblogs.com/2010/01/learning-django-and-python-with-the-django-book/comment-page-1/#comment-1523</link>
		<dc:creator>Dew Drop &#8211; January 3, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://rickross.developerblogs.com/?p=146#comment-1523</guid>
		<description>[...] Learning Django and Python with “The Django Book” (Rick Ross) [...]</description>
		<content:encoded><![CDATA[<p>[...] Learning Django and Python with “The Django Book” (Rick Ross) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

