<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PCR&#039;s notepad &#187; privacy</title>
	<atom:link href="http://notepad.patheticcockroach.com/category/privacy/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepad.patheticcockroach.com</link>
	<description>The area in patheticcockroach.com where the EEG isn&#039;t isoelectric</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>More tips to freedom on a restricted computer environment</title>
		<link>http://notepad.patheticcockroach.com/563/more-tips-to-freedom-on-a-restricted-computer-environment/</link>
		<comments>http://notepad.patheticcockroach.com/563/more-tips-to-freedom-on-a-restricted-computer-environment/#comments</comments>
		<pubDate>Fri, 07 May 2010 17:48:32 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=563</guid>
		<description><![CDATA[Half a year ago, I posted about dealing with a restricted work environment to still be able to roam around as freely as possible. I was then on a not too restricted computer, on a not too restricted network. Notably I was able to use port 22 (or maybe just 443, I already forgot) for [...]]]></description>
			<content:encoded><![CDATA[<p>Half a year ago, I <a href="http://notepad.patheticcockroach.com/369/tips-to-freedom-on-a-restricted-computer-environment/">posted</a> about dealing with a restricted work environment to still be able to roam around as freely as possible. I was then on a not too restricted computer, on a not too restricted network. Notably I was able to use port 22 (or maybe just 443, I already forgot) for SSH tunelling. On my new PC things are harder because SSH is detected and blocked, no matter the port. And I still haven&#8217;t managed to set up an HTTPS tunnel, but anyway this is so bustable that I didn&#8217;t really try hard. I mean, on my previous network there was obviously no close monitoring (considering how easy it was with PuTTY), while on this one there might be more. Anyway I decided to go for easier goals:</p>
<h2>1. Let&#8217;s get Firefox</h2>
<p>That&#8217;s right, my PC is on MSIE 6. The whole company network is. Even the IT guys complain about this, but we&#8217;re stuck on Internet Explorer 6 and this might last still a while. There&#8217;s no running an installer here, so I went for the <a href="http://www.megaupload.com/?d=XB0UCJDA">portable version</a>, as usual.</p>
<h3>First problem: exe blocked</h3>
<p>First surprise of the day: no can download an executable file. This must be a new policy since it used to be possible half a year ago. Never mind, let&#8217;s get a zipped version&#8230; or so I thought. But I found out that it&#8217;d been a while since they last released the Portable Fox as a ZIP. Additionnally, although Protable Apps do list their old versions, they only list the exe ones. The easy solution is of course to zip Portable Firefox at home then bring it at home, but the I&#8217;m-in-a-hurry solution was to go find a zipped version. After a lot of disappointing searches (a lot of sites refer to portable firefox as a zip file, probably because they haven&#8217;t been updated during the last 4 years&#8230;), I resigned to get a pretty old version, 1.5.7, from <a href="http://sourceforge.net/projects/portablefirefox/files/">sourceforge</a>.<br />
Edit (June 15): here is the <a href="http://www.megaupload.com/?d=7FP041GV">current version (3.6.3) of Firefox Portable as a 7-Zip archive</a>.</p>
<h3>Second problem: configuring the connection</h3>
<p>Firefox wasn&#8217;t able to connect to Internet. Which wasn&#8217;t really surprising since I knew my company requires us to go through a proxy. The problem was: how to find informations about that proxy?<br />
In Internet options? &rarr; They&#8217;re hidden.<br />
Use Firefox&#8217;s option &#8220;use the same proxy settings as MSIE&#8221;? &rarr; Should work but isn&#8217;t available in Firefox 1.5.<br />
In the registry? &rarr; Good idea, but then how to launch regedit?<br />
The run menu is disabled (Windows key+R returns an error), but there&#8217;s a cheap and easy workaround: batch files. Create a new text file, put <code>regedit</code>in it, change the file extension from .txt to .bat and run it. (NB: for the more generic command prompt, do the same replacing <code>regedit</code> with <code>cmd</code>) Now that we&#8217;re in the registry, we just need to browse to <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings</code> (<a href="http://support.microsoft.com/kb/819961">thanks to the manual</a>). In this key, the proxy is stored in the DWORD value <em>ProxyServer</em>, and the exclusion list (Firefox&#8217;s &#8220;No Proxy for&#8221; field) is stored in <em>ProxyOverride</em>.<br />
If you don&#8217;t know or can&#8217;t figure out by yourself how to use this information to configure Firefox you probably shouldn&#8217;t be following this guide. But since I like unreasonable stuff <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I&#8217;m still pointing you to the direction: go to <em>Tools</em> &rarr; <em>Options</em>, then in <em>General</em> &rarr; <em>Connection Settings</em>. Then check &#8220;Manual proxy configuration&#8221;, enter your proxy in the HTTP proxy field, also add the port (that&#8217;s the part of the proxy address after the column, e.g. in <code>myproxy.com:80</code> the port is <code>80</code> and the proxy is <code>myproxy.com</code>). Also check &#8220;Use this proxy server for all protocols&#8221;. Finally, fill the &#8220;No Proxy for&#8221; field as mentioned earlier. Click OK as many times as needed, and try again to load a website. If it still fails probably you did something wrong, but it&#8217;s also possible that your company filters which programs can or can&#8217;t connect (firewall&#8230;), and then sorry but you&#8217;ll have to stick with your corporate browser.</p>
<h3>Finally, don&#8217;t forget&#8230;</h3>
<p>&#8230;to update Firefox. The update package isn&#8217;t an exe file so auto-update should be able to download it. Because of performance issues (I&#8217;m, in May 2010, on a Pentium 4 2.8 GHz with 512 MiB of RAM &#8211; yes that&#8217;s like 7 years old), I chose to stay on Firefox 1.5 (so, 1.5.12), but the updater should be able to update to the latest Firefox version (and the launcher should keep working with it). If you want to stick with an old version, you can still use plenty of old add-ons since addons.mozilla.org, like sourceforge, keeps all older versions. For instance with my 1.5.12 version I installed the good old <a href="https://addons.mozilla.org/en-US/firefox/addons/versions/307#version-1.7">Littlefox</a> theme, in its 1.7 version.<br />
Edit: I just compared 1.5.12 and 3.6.3 RAM usage: when writing an e-mail in Gmail, 1.5.12 uses around 57MiB while 3.6.3 uses around 81MiB. So, it&#8217;s not that huge in absolute but it&#8217;s still a 42% relative increase.</p>
<h2>2. Let&#8217;s get more portable stuff</h2>
<p>In my previous tips to freedom I remained quite unspecific about the portable apps because there are so many of them. This time I&#8217;ll list a few chosen for their availability as a zipped (non executable) package (either an official package or one packed by myself for future use).</p>
<h3>Opera</h3>
<p>Unlike Firefox Portable, Opera Portable (actually, Opera@USB) is still being actively distributed as a zip version. You can get it there: <a href="http://www.opera-usb.com/operausben.htm">http://www.opera-usb.com/operausben.htm</a>.</p>
<h3>R</h3>
<p>Although it&#8217;s not distributed as a portable installer, R is natively portable (by this I mean, the installer can&#8217;t be run on a restricted computer, but if you just copy/paste an existing installation it will work and be 100% functional). So I simply packed my 2.10.1 installation into an archive. There: <a href="http://notepad.patheticcockroach.com/512/r-project-portable/">http://notepad.patheticcockroach.com/512/r-project-portable/</a>.</p>
<h3>Notepad++</h3>
<p>The must-have notepad replacement with syntax highlighting for most common languages (notably R, too) is, as of today (version 5.6.8), distributed as a zip that might be usable as a portable version. To be verified&#8230; => <a href="http://sourceforge.net/projects/notepad-plus/files/">http://sourceforge.net/projects/notepad-plus/files/</a>. But anyway, here&#8217;s <a href="http://www.megaupload.com/?d=1CHZH56R">Notepad++ Portable 5.6.8 packed as a 7-Zip archive</a>.</p>
<h3>Name it!</h3>
<p>I&#8217;ll add here a few things I pack for myself, but if you request some not too big ones I can do them for you, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/563/more-tips-to-freedom-on-a-restricted-computer-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General safety on Facebook</title>
		<link>http://notepad.patheticcockroach.com/546/general-safety-on-facebook/</link>
		<comments>http://notepad.patheticcockroach.com/546/general-safety-on-facebook/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 17:30:56 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[funnies]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=546</guid>
		<description><![CDATA[Recently, Facebook made an apparently large update to their &#8220;safety center&#8221;, a help chapter designed to help users remain &#8220;safe&#8221;. Globally, it&#8217;s not particularly interesting, but the important safety tips can be a fun read: Never share your password with anyone. => In case you&#8217;re stupid Adjust your privacy settings to match your level of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, Facebook made an apparently large update to their &#8220;safety center&#8221;, a help chapter designed to help users remain &#8220;safe&#8221;. Globally, it&#8217;s not particularly interesting, but the important safety tips can be a fun read:</p>
<blockquote><p>Never share your password with anyone.</p></blockquote>
<p>=> In case you&#8217;re stupid</p>
<blockquote><p>Adjust your <a href="http://www.facebook.com/settings/?tab=privacy">privacy settings</a> to match your level of comfort, and review them often.</p></blockquote>
<p>=> In case you aren&#8217;t curious enough to configure your account. Probably then you aren&#8217;t curious enough to be reading the safety center, but whatever&#8230;</p>
<blockquote><p>Never share your password with anyone,</p></blockquote>
<p>=> In case you&#8217;re stupid and you can&#8217;t read</p>
<blockquote><p>and be cautious about posting and sharing personal information &#8211; especially information that could be used to identify you or locate you offline, such as your address or telephone number.</p></blockquote>
<p>=> Don&#8217;t fill your profile</p>
<blockquote><p>Report users and content that violate our <a href="http://www.facebook.com/terms.php">Statement of Rights and Responsibilities</a>.</p></blockquote>
<p>=> In case you can definitely read&#8230; (and have some time to waste &#8211; which is likely to be the case since you&#8217;re on Facebook anyway)</p>
<blockquote><p><a href="http://www.facebook.com/settings/?tab=privacy&#038;section=block">Block</a> and report anyone that sends you unwanted or inappropriate communications.</p></blockquote>
<p>=> In case you don&#8217;t understand that receiving a text isn&#8217;t dangerous (I promise, it isn&#8217;t, unless you compile it or something)</p>
<blockquote><p>Remember that while Facebook has always been based on a real name culture, and using fake names is a violation of our policies,</p></blockquote>
<p>=> So don&#8217;t share your personal information but do share your name. Wait, isn&#8217;t that a personal information?</p>
<blockquote><p>people are not always who they say they are.</p></blockquote>
<p>=> In case you think your computer would refuse to upload a photo of someone else than yourself.</p>
<blockquote><p>Use caution when accepting or sending friend requests, and keep in mind that it is always risky to meet anyone in person whom you don’t know through real world friends.</p></blockquote>
<p>=> In case your parents never told you not to speak to strangers.</p>
<p>If you did learn something from the quoted texts (I seriously hope you didn&#8217;t), well, maybe you would like to <a href="http://www.facebook.com/help/?safety=general">keep reading</a>. I actually learned something from this page: this post is getting me a <a href="http://www.stopcyberbullying.org/teens/are_you_a_cyberbully.html">cyberbullying point</a>*. Hurray! <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>* or maybe actually a few. Damned, this test is harsh!</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/546/general-safety-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to freedom on a restricted computer environment</title>
		<link>http://notepad.patheticcockroach.com/369/tips-to-freedom-on-a-restricted-computer-environment/</link>
		<comments>http://notepad.patheticcockroach.com/369/tips-to-freedom-on-a-restricted-computer-environment/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:38:51 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[privacy]]></category>
		<category><![CDATA[web filtering]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=369</guid>
		<description><![CDATA[For security reasons and for easier maintenance, network administrators usually lock your computer quite a lot. But what makes the job easier for them (ppl can&#8217;t get viruses easily nor mess up with the settings and break the configuration) makes it harder for you: you can&#8217;t install this software you need, you&#8217;re stuck on MSIE [...]]]></description>
			<content:encoded><![CDATA[<p>For security reasons and for easier maintenance, network administrators usually lock your computer quite a lot. But what makes the job easier for them (ppl can&#8217;t get viruses easily nor mess up with the settings and break the configuration) makes it harder for you: you can&#8217;t install this software you need, you&#8217;re stuck on <acronym title="Microsoft Internet Explorer 6">MSIE 6</acronym> while you&#8217;d like to use Opera 10.x or Firefox 3.6pre, sometimes you can&#8217;t even visit some sites, and anyway your whole traffic is being logged. Here are some tips and solutions that may work to make your life easier:</p>
<h3>Want to install a specific piece of software?</h3>
<p>Think portable. More and more software is available in a portable version. Notably, <a href="http://portableapps.com/" rel="nofollow">PortableApps.com</a> has an ever growing collection of them (and they&#8217;re most if not all <a href="http://www.gnu.org/philosophy/free-sw.html">free as in free speech</a>). With some portable software and in some environments, you&#8217;ll want to rename setup files to some other name not containing the word &#8220;setup&#8221; (yes, there are some administrators who think they can prevent you from installing stuff by blocking executables named &#8220;setup&#8221; or &#8220;install&#8221;). Some software isn&#8217;t distributed in a portable version but can still be made portable: for instance <a href="http://www.r-project.org/">R</a> can&#8217;t be found as a portable package, but if you install it at home and copy/paste the folder where you installed it, you&#8217;ll have a perfectly working R for your USB stick&#8230; or for work.</p>
<h3>Need this cool Visio/[insert any commercial software there], but it costs money and needs a long request that may never succeed anyway?</h3>
<p>Think <a href="http://www.osalt.com/">Open Source Alternatives</a>. For instance Osalt.com is a directory of commercial and open source software, which for every piece of commercial software lists the commercial counterparts. For instance you&#8217;ll find that Microsoft Visio can be replaced by Dia, StarUML or even&#8230; OpenOffice Draw. And the great thing is, most of these exist as portable apps (see previous chapter).</p>
<h3>Want to keep your privacy when browsing around the internet?</h3>
<p>This part is a bit more complicated. First you need a proxy with an encrypted connection. For this you can set up OpenSSH at home on Windows or on Linux, or for a faster connection on a dedicated server. Anyway we won&#8217;t detail this part (for instance on Ubuntu server you should have everything already properly set up right after installation) and we&#8217;ll assume you managed to get this proxy with SSH support. Now we&#8217;ll see how to connect to it, from Windows:</p>
<ol>
<li>Get <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a></li>
<li>Launch it using a command like <code>putty -D 9990 -P 22 150.127.5.5</code> where 150.127.5.5 is the IP of your proxy (it can also be a domain name resolving to this IP) and 22 is the port on which OpenSSH is listening on your proxy. You should create a batch file with this command to make it faster for the next times.</li>
<li>Now configure your browser (e.g. <a href="http://www.megaupload.com/?d=XB0UCJDA">Firefox portable edition</a>) to connect through socks proxy 127.0.0.1:9990</li>
<li>If using Firefox, in about:config configure <strong>network.proxy.socks_remote_dns</strong> to true (the default, false, means that any domain name you query will be sent unencrypted over your company&#8217;s network&#8230;)</li>
<li>Everything should be set up and working now, but you may want to <a href="http://www.whatismyip.com/">check your IP</a> to be sure you&#8217;re going through your proxy.</li>
</ol>
<p>We&#8217;ll see in a later post how to configure PuTTY in the case where your company forces you to go through an HTTP proxy. For the moment, that will be all, folks.</p>
<h3>&#8230; but, remember</h3>
<p>You&#8217;ll still be vulnerable to key or screen loggers, and also your network admin will be able to see that you&#8217;re surfing through SSH, even though he won&#8217;t see what&#8217;s inside it. So stay reasonable!</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/369/tips-to-freedom-on-a-restricted-computer-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Closing our feedburner RSS feed</title>
		<link>http://notepad.patheticcockroach.com/255/closing-our-feedburner-rss-feed/</link>
		<comments>http://notepad.patheticcockroach.com/255/closing-our-feedburner-rss-feed/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 06:00:19 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[site news]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=255</guid>
		<description><![CDATA[Hi, Due to FeedBurner&#8217;s merging into Google, we will no longer use their service to mirror our feed. Thus we encourage you to change your subscription from FeedBurner to our Atom feed here. Say thank you for (trying to) save you from yet another Google monopoly]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Due to <a href="https://www.google.com/support/feedburner/bin/answer.py?answer=126303">FeedBurner&#8217;s merging into Google</a>, we will no longer use their service to mirror our feed. Thus we encourage you to change your subscription from FeedBurner to our <a href="http://notepad.patheticcockroach.com/feed/atom/">Atom feed here</a>.</p>
<p>Say thank you for (trying to) save you from yet another Google monopoly <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/255/closing-our-feedburner-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does issuing passports make Microsoft a country?</title>
		<link>http://notepad.patheticcockroach.com/182/does-issuing-passports-make-microsoft-a-country/</link>
		<comments>http://notepad.patheticcockroach.com/182/does-issuing-passports-make-microsoft-a-country/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 06:49:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=182</guid>
		<description><![CDATA[Just found this article&#8230; made me realize that MS passport has been here for some time already&#8230; Some interesting stuff about bypassing cookie privacy protection. Read on]]></description>
			<content:encoded><![CDATA[<p>Just found this article&#8230; made me realize that MS passport has been here for some time already&#8230; Some interesting stuff about bypassing cookie privacy protection.</p>
<p><a href="http://www.joelonsoftware.com/articles/fog0000000047.html">Read on</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/182/does-issuing-passports-make-microsoft-a-country/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justice Department takes aim at image-sharing sites</title>
		<link>http://notepad.patheticcockroach.com/151/justice-department-takes-aim-at-image-sharing-sites/</link>
		<comments>http://notepad.patheticcockroach.com/151/justice-department-takes-aim-at-image-sharing-sites/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 22:01:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[digital rights and DRMs]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=151</guid>
		<description><![CDATA[The Bush administration has accelerated its Internet surveillance push by proposing that Web sites must keep records of who uploads photographs or videos in case police determine the content is illegal and choose to investigate, CNET News.com has learned.read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>The Bush administration has accelerated its Internet surveillance push by proposing that Web sites must keep records of who uploads photographs or videos in case police determine the content is illegal and choose to investigate, CNET News.com has learned.<br /></br><br /></br><a href='http://news.com.com/Justice+Department+takes+aim+at+image-sharing+sites/2100-1028_3-6163679.html?tag=nefd.top'>read more</a> | <a href='http://digg.com/tech_news/Justice_Department_takes_aim_at_image_sharing_sites_3'>digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/151/justice-department-takes-aim-at-image-sharing-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help end the RIAA&#8217;s rampage</title>
		<link>http://notepad.patheticcockroach.com/142/help-end-the-riaas-rampage/</link>
		<comments>http://notepad.patheticcockroach.com/142/help-end-the-riaas-rampage/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 11:40:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[digital rights and DRMs]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=142</guid>
		<description><![CDATA[Gizmodo has declared March the month to boycott the RIAA. Read the story and see how you can help. &#8220;We want to get the word out to as many people as humanly possible that we can all send a message by refusing to buy any album put out by an RIAA label.&#8221;read more &#124; digg [...]]]></description>
			<content:encoded><![CDATA[<p>Gizmodo has declared March the month to boycott the RIAA. Read the story and see how you can help. &#8220;We want to get the word out to as many people as humanly possible that we can all send a message by refusing to buy any album put out by an RIAA label.&#8221;<br /></br><br /></br><a href='http://gizmodo.com/gadgets/home-entertainment/putting-our-money-where-our-mouths-are-boycott-the-riaa-in-march-239281.php'>read more</a> | <a href='http://digg.com/tech_news/Help_End_the_RIAA_s_Rampage'>digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/142/help-end-the-riaas-rampage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Internet Explorer 7 spying on me ?</title>
		<link>http://notepad.patheticcockroach.com/98/is-internet-explorer-7-spying-on-me%c2%a0/</link>
		<comments>http://notepad.patheticcockroach.com/98/is-internet-explorer-7-spying-on-me%c2%a0/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 06:38:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=98</guid>
		<description><![CDATA[Windows validation in the Internet Explorer install references Microsoft websites and checks : * Certificate Information * Machine Unique IDs * Session Information * System Architecture * Processor Type and Model * Logon Server * Internal Domain Name * Machine Name and more&#8230; This may be a bit more than is required for validating my [...]]]></description>
			<content:encoded><![CDATA[<p>Windows validation in the Internet Explorer install references Microsoft websites and checks : * Certificate Information * Machine Unique IDs * Session Information * System Architecture * Processor Type and Model * Logon Server * Internal Domain Name * Machine Name and more&#8230; This may be a bit more than is required for validating my version of Windows&#8230;</p>
<p><a href="http://www.dailycupoftech.com/is-internet-explorer-7-spying-on-me/">Read more</a> | <a href="http://digg.com/security/Is_Internet_Explorer_7_Spying_on_Me">Digg it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/98/is-internet-explorer-7-spying-on-me%c2%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data breaches near 94 million public records</title>
		<link>http://notepad.patheticcockroach.com/60/data-breaches-near-94-million-public-records/</link>
		<comments>http://notepad.patheticcockroach.com/60/data-breaches-near-94-million-public-records/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 11:15:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=60</guid>
		<description><![CDATA[Less than two years into the great cultural awakening to the vulnerability of personal data, companies and institutions &#8212; such as the data broker ChoicePoint, CardSystems Solutions, Time Warner and dozens of colleges and universities across the land &#8212; have collectively fumbled 93,754,333 private records. Full article &#124; Digg it]]></description>
			<content:encoded><![CDATA[<p>Less than two years into the great cultural awakening to the vulnerability of personal data, companies and institutions &#8212; such as the data broker ChoicePoint, CardSystems Solutions, Time Warner and dozens of colleges and universities across the land &#8212; have collectively fumbled 93,754,333 private records.</p>
<p><a href="http://www.newsobserver.com/104/story/493117.html">Full article</a> | <a href="http://digg.com/security/Data_breaches_near_94_million_public_records">Digg it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/60/data-breaches-near-94-million-public-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
