<?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"
	>
<channel>
	<title>Comments for Joey Gibson's Blog</title>
	<atom:link href="http://joeygibson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeygibson.com</link>
	<description>OSX, Java, Ruby, Python, Objective-C, Lisp, politics, religion, Greek, Spanish and much more!</description>
	<pubDate>Mon, 01 Dec 2008 16:17:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on &#8220;Prize Notification&#8221; From &#8220;Microsoft&#8221; by Anna</title>
		<link>http://joeygibson.com/2008/07/18/prize-notification-from-microsoft/#comment-715</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sun, 30 Nov 2008 19:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=612#comment-715</guid>
		<description>Hi!

I am a winner to, so the e-mail claims. Pah! Sorry, that I wrote some irritated letter to them, asking who will pay the taxman? I hate this sort of crap! 

We all got blowed away by this man or bank. Even if I didn´t answered all letters (6) they just sent another one and a another one, untill I finally answered it. Shit happends!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am a winner to, so the e-mail claims. Pah! Sorry, that I wrote some irritated letter to them, asking who will pay the taxman? I hate this sort of crap! </p>
<p>We all got blowed away by this man or bank. Even if I didn´t answered all letters (6) they just sent another one and a another one, untill I finally answered it. Shit happends!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Prize Notification&#8221; From &#8220;Microsoft&#8221; by Natascha Herselman</title>
		<link>http://joeygibson.com/2008/07/18/prize-notification-from-microsoft/#comment-714</link>
		<dc:creator>Natascha Herselman</dc:creator>
		<pubDate>Sun, 30 Nov 2008 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=612#comment-714</guid>
		<description>Hi there,

yes I'm also a winner of the same amount at the same winning number!!  Does any body know more about the scam??  Can't Microsoft tell us more or do something??</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>yes I&#8217;m also a winner of the same amount at the same winning number!!  Does any body know more about the scam??  Can&#8217;t Microsoft tell us more or do something??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Prize Notification&#8221; From &#8220;Microsoft&#8221; by Svein</title>
		<link>http://joeygibson.com/2008/07/18/prize-notification-from-microsoft/#comment-713</link>
		<dc:creator>Svein</dc:creator>
		<pubDate>Fri, 28 Nov 2008 20:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=612#comment-713</guid>
		<description>congratulation, now I also is winner of the same amount at the same winning number, What a nice system.
I wonder if there is somebody who have taken one more step an got any cost claim for the forwarding om all this money?</description>
		<content:encoded><![CDATA[<p>congratulation, now I also is winner of the same amount at the same winning number, What a nice system.<br />
I wonder if there is somebody who have taken one more step an got any cost claim for the forwarding om all this money?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let *Me* Decide What A Good Password Is! by joeygibson</title>
		<link>http://joeygibson.com/2008/11/26/let-me-decide-what-a-good-password-is/#comment-712</link>
		<dc:creator>joeygibson</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=866#comment-712</guid>
		<description>Yes, Coder, I *do* know about SQL injection attacks. I've been doing this software thing for a very long time. I've built many, many systems over the years, and they ALL supported whatever the user wanted to use as their password. It's really not that hard, it's just lazy developers.</description>
		<content:encoded><![CDATA[<p>Yes, Coder, I *do* know about SQL injection attacks. I&#8217;ve been doing this software thing for a very long time. I&#8217;ve built many, many systems over the years, and they ALL supported whatever the user wanted to use as their password. It&#8217;s really not that hard, it&#8217;s just lazy developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let *Me* Decide What A Good Password Is! by Coder</title>
		<link>http://joeygibson.com/2008/11/26/let-me-decide-what-a-good-password-is/#comment-711</link>
		<dc:creator>Coder</dc:creator>
		<pubDate>Fri, 28 Nov 2008 09:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=866#comment-711</guid>
		<description>"In fact, it’s more work for the developers to check for these “offending” characters and scold the user for daring to use them!"
   - Wrong! do you know punctuation marks in fields can really screw up queries against databases if not done properly. For legacy code, it's almost always better to restrict punctuation mark in one place than santizing in 1000 places where its used.. otherwise a clever hacker to exploit it to gain access to your account .. Search for "SQL injection attack" for more information

  but given that agreed.. there are ways to avoid this and ideally we should allow punctuation marks in passwords</description>
		<content:encoded><![CDATA[<p>&#8220;In fact, it’s more work for the developers to check for these “offending” characters and scold the user for daring to use them!&#8221;<br />
   - Wrong! do you know punctuation marks in fields can really screw up queries against databases if not done properly. For legacy code, it&#8217;s almost always better to restrict punctuation mark in one place than santizing in 1000 places where its used.. otherwise a clever hacker to exploit it to gain access to your account .. Search for &#8220;SQL injection attack&#8221; for more information</p>
<p>  but given that agreed.. there are ways to avoid this and ideally we should allow punctuation marks in passwords</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let *Me* Decide What A Good Password Is! by Ronald</title>
		<link>http://joeygibson.com/2008/11/26/let-me-decide-what-a-good-password-is/#comment-709</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Fri, 28 Nov 2008 02:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=866#comment-709</guid>
		<description>Maybe to prevent encoding issues? Encoding can be a pain in the ass in some unexpected cases... Also, not all characters are present in all keyboards. These may cause some support nightmares they simply don't want to have. :)</description>
		<content:encoded><![CDATA[<p>Maybe to prevent encoding issues? Encoding can be a pain in the ass in some unexpected cases&#8230; Also, not all characters are present in all keyboards. These may cause some support nightmares they simply don&#8217;t want to have. <img src='http://joeygibson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Can&#8217;t I Install iPhone Apps Via iTunes? by G.B</title>
		<link>http://joeygibson.com/2008/07/10/why-cant-i-install-iphone-apps-via-itunes/#comment-708</link>
		<dc:creator>G.B</dc:creator>
		<pubDate>Thu, 27 Nov 2008 22:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=595#comment-708</guid>
		<description>OMG !! THank u soooo much!!! i been having the same problem and that fixed it!! Now i can sync my apps! ^^
However i have another problem i donet have the itunes and apps store in my iphone how can i get them back again?</description>
		<content:encoded><![CDATA[<p>OMG !! THank u soooo much!!! i been having the same problem and that fixed it!! Now i can sync my apps! ^^<br />
However i have another problem i donet have the itunes and apps store in my iphone how can i get them back again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let *Me* Decide What A Good Password Is! by Gatzby</title>
		<link>http://joeygibson.com/2008/11/26/let-me-decide-what-a-good-password-is/#comment-707</link>
		<dc:creator>Gatzby</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=866#comment-707</guid>
		<description>I'm guessing it's the regular expressions used to validate passwords that are preventing you from using anything other than a-z, A-Z and 0-9. Instead of checking whether or not a password contains *at least* some pattern of alphanumerics, they often check for these pattern *and nothing else*.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing it&#8217;s the regular expressions used to validate passwords that are preventing you from using anything other than a-z, A-Z and 0-9. Instead of checking whether or not a password contains *at least* some pattern of alphanumerics, they often check for these pattern *and nothing else*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OH NOES! I&#8217;ve Lost My .emacs File! by Jason</title>
		<link>http://joeygibson.com/2008/11/14/oh-noes-ive-lost-my-emacs-file/#comment-706</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=857#comment-706</guid>
		<description>I discovered Emacs in '97 when I was doing C++ development for BellSouth (the Sun development tools had great integration with either vi, Emacs or XEmacs editors). 

I'd been a hardcore vi user since 1990 (still am), but I could adapt Emacs (actually, for some reason I opted for XEmacs at the time - can't remember why - maybe it had better fonts) better for the job at hand. Syntax highlighting - check (vi never had this - it only arrived with vim), split buffers (top for the .h, bottom for the .cpp) - check, tab completion for finding files - check, nice macro record/playback features - check, nice search/replace - check,control behavior of tab key - check, auto replace tabs with 4 spaces check. So, after a while you can imagine I crafted a pretty customized/personal .emacs file. I even continued to use emacs for a while after switching to Java in 2000 (it wasn't until Eclipse 2.0 before I switched to an IDE and left Emacs behind).

Then I moved on, and for some reason the .emacs file got left behind. Shame really - I haven't really used Emacs since - it's not the same without my .emacs file - and I don't have the time or inclination to re-create it.</description>
		<content:encoded><![CDATA[<p>I discovered Emacs in &#8216;97 when I was doing C++ development for BellSouth (the Sun development tools had great integration with either vi, Emacs or XEmacs editors). </p>
<p>I&#8217;d been a hardcore vi user since 1990 (still am), but I could adapt Emacs (actually, for some reason I opted for XEmacs at the time - can&#8217;t remember why - maybe it had better fonts) better for the job at hand. Syntax highlighting - check (vi never had this - it only arrived with vim), split buffers (top for the .h, bottom for the .cpp) - check, tab completion for finding files - check, nice macro record/playback features - check, nice search/replace - check,control behavior of tab key - check, auto replace tabs with 4 spaces check. So, after a while you can imagine I crafted a pretty customized/personal .emacs file. I even continued to use emacs for a while after switching to Java in 2000 (it wasn&#8217;t until Eclipse 2.0 before I switched to an IDE and left Emacs behind).</p>
<p>Then I moved on, and for some reason the .emacs file got left behind. Shame really - I haven&#8217;t really used Emacs since - it&#8217;s not the same without my .emacs file - and I don&#8217;t have the time or inclination to re-create it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let *Me* Decide What A Good Password Is! by Bill Beckelman</title>
		<link>http://joeygibson.com/2008/11/26/let-me-decide-what-a-good-password-is/#comment-705</link>
		<dc:creator>Bill Beckelman</dc:creator>
		<pubDate>Wed, 26 Nov 2008 17:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://joeygibson.com/?p=866#comment-705</guid>
		<description>I couldn't agree more. One of the major banking websites that I use does this and it drives me crazy as well. I want a stronger password.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t agree more. One of the major banking websites that I use does this and it drives me crazy as well. I want a stronger password.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
