<?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>Syn rants here.</title>
	<atom:link href="http://godsyn.com/feed" rel="self" type="application/rss+xml" />
	<link>http://godsyn.com</link>
	<description>ARGGGHHH!</description>
	<lastBuildDate>Sun, 22 Aug 2010 10:30:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WD20EARS 4096 HDD vs fdisk</title>
		<link>http://godsyn.com/2010/08/wd20ears-4096-hdd-fdisk/</link>
		<comments>http://godsyn.com/2010/08/wd20ears-4096-hdd-fdisk/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 10:16:59 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=551</guid>
		<description><![CDATA[Having purchased a new WD20EARS 4096 (2 terabyte hard drive) I was anxious to put the new beast in my home server, format the drive, and get to moving files around. so I sudo fdisk -l /dev/sdc as I normally do.. Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://godsyn.com/2010/08/wd20ears-4096-hdd-fdisk/westerndigital_green/" rel="attachment wp-att-560"><img src="http://godsyn.com/wp-content/uploads/2010/08/WesternDigital_Green.png" alt="Western Digital Green" title="WesternDigital_Green" width="64" height="64" class="alignright size-full wp-image-560" /></a>Having purchased a new WD20EARS 4096 (2 terabyte hard drive) I was anxious to put the new beast in my home server, format the drive, and get to moving files around.<br />
so I sudo fdisk -l /dev/sdc as I normally do..</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes<br />
255 heads, 63 sectors/track, 243201 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0x00000000<br />
&nbsp;<br />
Disk /dev/sdc doesn't contain a valid partition table</div></div>
<p>I tore everything apart, ensured the bios would handle the drive, and exhausted seemingly every resource.. until I found that these drives no longer start at sector 63.. they start at sector 64.<br />
<a href="http://wiki.ubuntuforums.org/showthread.php?t=1456251">http://wiki.ubuntuforums.org/showthread.php?t=1456251</a> -- Thanks guys.</p>
<p>Breakdown:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">syn@synserv:~$ sudo fdisk -u &nbsp;/dev/sdc<br />
<br />
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel<br />
Building a new DOS disklabel with disk identifier 0x962f53fb.<br />
Changes will remain in memory only, until you decide to write them.<br />
After that, of course, the previous content won't be recoverable.<br />
&nbsp;<br />
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)<br />
&nbsp;<br />
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;switch off the mode (command 'c').<br />
&nbsp;<br />
Command (m for help): n<br />
Command action<br />
&nbsp; &nbsp;e &nbsp; extended<br />
&nbsp; &nbsp;p &nbsp; primary partition (1-4)<br />
p<br />
<br />
Partition number (1-4): 1<br />
<br />
First sector (63-3907029167, default 63): 64<br />
Last sector, +sectors or +size{K,M,G} (64-3907029167, default 3907029167): <br />
<br />
Using default value 3907029167<br />
&nbsp;<br />
Command (m for help): w<br />
The partition table has been altered!<br />
&nbsp;<br />
Calling ioctl() to re-read partition table.<br />
Syncing disks.</div></div>
<p>Then just mkfs.ext4 and mount.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/08/wd20ears-4096-hdd-fdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash script to show WAN and LAN network IPs.</title>
		<link>http://godsyn.com/2010/07/a-simple-bash-script-to-show-network-ips-and-connectivity/</link>
		<comments>http://godsyn.com/2010/07/a-simple-bash-script-to-show-network-ips-and-connectivity/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 11:14:33 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[scripts]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=525</guid>
		<description><![CDATA[Following is a bash script I wrote to show my lan and wan IPs. The script will loop every 10 seconds. Seeing as my ISP has a less than desirable up time, I use this to see when I'm finally reconnected. #!/bin/bash # &#160;-/oss+:` &#160;`-/o/. # &#160; &#160; `-omMmy+. &#160;+Md/ # &#160; &#160; &#160; &#160;-MMMMMNdhMMMyos+: [...]]]></description>
			<content:encoded><![CDATA[<p>Following is a bash script I wrote to show my lan and wan IPs.<br />
The script will loop every 10 seconds. Seeing as my ISP has a less than desirable up time, I use this to see when I'm finally reconnected.</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#!/bin/bash</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp;-/oss+:` &nbsp;`-/o/.</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; `-omMmy+. &nbsp;+Md/</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; &nbsp; &nbsp;-MMMMMNdhMMMyos+:</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; .:odmMMMMMMMMMMMMMMo</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; .yNMMMMMMMMNyNMMMMMNsoo-</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp;odo::NMMMMMM/`s-MMMMMMmMMds/</span><br />
<span style="color: #666666; font-style: italic;"># -. &nbsp;`NMMMMMMMd+- -ooo/-..-oNM- &nbsp; `++ /+`++ &nbsp;//</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; +MMMMMMMMMMMMmhyssss- &nbsp;`- &nbsp; &nbsp; .ddh. mdd/yy</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; sMm`oMMMMMMMMMMMMMMNmdy+` &nbsp; &nbsp; &nbsp;-M. &nbsp;m+`sMy</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; .M/ &nbsp;`+hNMMMMMMMMMMMMMMMMs` &nbsp; &nbsp;`.` &nbsp;.` &nbsp;..</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; &nbsp;/` &nbsp; &nbsp; `.:+oo..-/yMMMMMMMN-</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; &nbsp; &nbsp;-+yo:` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+MMMMMMMN`</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; &nbsp; :yNMN+so &nbsp;-so` &nbsp; &nbsp; :hyMMMMMM/</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp; /mMMMMMMMNhdMN` &nbsp; ://+hMMMMMNN:</span><br />
<span style="color: #666666; font-style: italic;"># `hMMMNdhyydMMMMMMdyssdMMMMMMMN`.</span><br />
<span style="color: #666666; font-style: italic;"># hMmm- &nbsp; /osMMMNosNMMMMMMMMdNM+</span><br />
<span style="color: #666666; font-style: italic;">#`Ms`/ &nbsp;..-smMNs.oNNho+/++:` sM/</span><br />
<span style="color: #666666; font-style: italic;"># h/ &nbsp; &nbsp;`:++/- -my- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +s`</span><br />
<span style="color: #666666; font-style: italic;"># &nbsp;. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.s`</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Press ctrl-c to exit at any time.&quot;</span><br />
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">do</span><br />
&nbsp; &nbsp; <span style="color: #007800;">WAN_ip_addr</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">--timeout</span>=<span style="color: #000000;">10</span> <span style="color: #660033;">--tries</span>=<span style="color: #000000;">2</span> <span style="color: #660033;">-qO</span> - http:<span style="color: #000000; font-weight: bold;">//</span>cfaj.freeshell.org<span style="color: #000000; font-weight: bold;">/</span>ipaddr.cgi<span style="color: #000000; font-weight: bold;">`</span><br />
&nbsp; &nbsp; <span style="color: #007800;">LAN_ip_addr</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">'inet addr:'</span><span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">'127.0.0.1'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> -d: <span style="color: #660033;">-f2</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{ print $1}'</span><span style="color: #000000; font-weight: bold;">`</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">date</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-ne</span> <span style="color: #ff0000;">&quot;External IP: &quot;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #007800;">$WAN_ip_addr</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;Disconnected&quot;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #007800;">$WAN_ip_addr</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-ne</span> <span style="color: #ff0000;">&quot;Internal IP: &quot;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #007800;">$LAN_ip_addr</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;Disconnected&quot;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #007800;">$LAN_ip_addr</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$WAN_ip_addr</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Found external IP&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />
<span style="color: #000000; font-weight: bold;">done</span><br />
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/07/a-simple-bash-script-to-show-network-ips-and-connectivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escape plan</title>
		<link>http://godsyn.com/2010/06/escape-plan/</link>
		<comments>http://godsyn.com/2010/06/escape-plan/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 09:17:05 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[quip]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=515</guid>
		<description><![CDATA[I have one more year before I have to run.]]></description>
			<content:encoded><![CDATA[<p><a href="http://godsyn.com/2010/06/escape-plan/logans_run4/" rel="attachment wp-att-516"><img src="http://godsyn.com/wp-content/uploads/2010/06/logans_run4-300x225.jpg" alt="" title="logans_run4" width="300" height="225" class="alignright size-medium wp-image-516" /></a>I have one more year before I have to run.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/06/escape-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meh</title>
		<link>http://godsyn.com/2010/06/meh/</link>
		<comments>http://godsyn.com/2010/06/meh/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 05:29:49 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[People]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=512</guid>
		<description><![CDATA[Yep, no real complaints. The sun is evil.]]></description>
			<content:encoded><![CDATA[<p>Yep, no real complaints. The sun is evil.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/06/meh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US government finally admits most piracy estimates are bogus</title>
		<link>http://godsyn.com/2010/04/us-government-finally-admits-most-piracy-estimates-are-bogus/</link>
		<comments>http://godsyn.com/2010/04/us-government-finally-admits-most-piracy-estimates-are-bogus/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 15:46:38 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[quip]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=492</guid>
		<description><![CDATA[http://arstechnica.com/tech-policy/news/2010/04/us-government-finally-admits-most-piracy-estimates-are-bogus.ars Well.. duh.]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/tech-policy/news/2010/04/us-government-finally-admits-most-piracy-estimates-are-bogus.ars">http://arstechnica.com/tech-policy/news/2010/04/us-government-finally-admits-most-piracy-estimates-are-bogus.ars</a><br />
Well.. duh.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/04/us-government-finally-admits-most-piracy-estimates-are-bogus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PS3: Laws? pfft!</title>
		<link>http://godsyn.com/2010/04/ps3-laws-pfft/</link>
		<comments>http://godsyn.com/2010/04/ps3-laws-pfft/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 06:44:05 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[DRM]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=475</guid>
		<description><![CDATA["It only does everything." Not any more. In a rather bold move by Sony, they have removed the "Other OS" feature from their console with the latest update of their firmware. I'm not happy about it, as it was a selling point in my purchase. Now a feature I bought has been removed, and I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://godsyn.com/2010/04/ps3-laws-pfft/ps33-21banner/" rel="attachment wp-att-483"><img src="http://godsyn.com/wp-content/uploads/2010/04/PS33.21Banner-300x99.jpg" alt="" title="PS33.21Banner" width="300" height="99" class="alignright size-medium wp-image-483" /></a>"It only does everything."<br />
Not any more. In a rather bold move by Sony, they have removed the "Other OS" feature from their console with the latest update of their firmware.</p>
<p>I'm not happy about it, as it was a selling point in my purchase. Now a feature I bought has been removed, and I have to comply with the removal should I wish to play games. I'm not alone in the disgust.<span id="more-475"></span></p>
<blockquote><p>FW 3.21 and Consumer Right's Law: No Conjecture, Just Facts<br />
03-29-2010 09:46 PM - last edited on 03-30-2010 01:40 PM<br />
Hello all,</p>
<p>I noticed there was some consternation on this topic, so I thought I'd toss my hat in the ring.  I apologize for creating yet another thread on the subject, but the others had grown trollish enough in tone and tenor that I felt a new one was merited.</p>
<p>First and foremost, let me fully qualify my opinion on the matter:</p>
<p>I'm not a PS3 user (in fact, I own a 360), so this change does not personally effect me.  I actually created this account for the sole purpose of discussing this issue.</p>
<p>I am, however, a Law Student and an ardent supporter of Consumer Rights (especially in the tech industry), FOSS, net neutrality and that ilk. As such, I have a very strong personal interest in the matter.</p>
<p>That being said, after examining the relevant web content on Sony's website, as well as the FTC's website, I can say with a degree of certainty that the proposed Firmware update WOULD, in fact, violate US Consumer Protection Laws.</p>
<p>My sources:<br />
<a href="http://www.ftc.gov/bcp/guides/baitads-gd.htm">http://www.ftc.gov/bcp/guides/baitads-gd.htm</a><br />
<a href="http://manuals.playstation.net/document/en/ps3/current/settings/osinstall.html">http://manuals.playstation.net/document/en/ps3/current/settings/osinstall.html</a></p>
<p>The case is quite simple.</p>
<p>The FTC defines "advertisement" as "any form of public notice however disseminated or utilized."  In this case, the second Sony owned and maintained website, detailing how to install an alternate OS on a PS3.  In a legal sense, Other OS is an advertisement feature of the applicable models of the Sony PS3.</p>
<p>As such, Sony is legally obligated to honor that advertisement.  Should they disable Other OS with the oncoming Firmware update, they would be committing an ex post facto "Bait and Switch", according to US Consumer Protection Laws.</p>
<p>This being said, I highly encourage all PS3 users who feel jilted by this change to stick to your guns.  Post in the forums, call their customer service hotline and, should the need arise, find a Class Action suit to join.  Despite what the detractors may say, the law IS, in fact, on your side.</p>
<p>Peace, Love and Empathy,<br />
Jaecyn42</p></blockquote>
<p><a href="http://boardsus.playstation.com/t5/PlayStation-3-Updates/FW-3-21-and-Consumer-Right-s-Law-No-Conjecture-Just-Facts/td-p/45454241">Source (Jaecyn42's original post)</a></p>
<p>The FTC's online complaint form:<br />
<a href="https://www.ftccomplaintassistant.gov/">https://www.ftccomplaintassistant.gov/</a><br />
The Canadian Office of Consumer Affairs' Consumer Handbook:<br />
<a href="http://www.ic.gc.ca/eic/site/oca-bc.nsf/eng/h_ca02349.html">http://www.ic.gc.ca/eic/site/oca-bc.nsf/eng/h_ca02349.html</a></p>
<p>Update: setting your PS3's primary DNS to 67.202.81.137 will allow you to bypass the need to download and install 3.21. You will be able to connect to PSN without updating. What is this IP? Don't ask.. it works, and no one knows for how long.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/04/ps3-laws-pfft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adsense</title>
		<link>http://godsyn.com/2010/03/adsense/</link>
		<comments>http://godsyn.com/2010/03/adsense/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 19:24:42 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[quip]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=471</guid>
		<description><![CDATA[I'm going to try out this whole "adsense" thing. Feel free to adblock them.]]></description>
			<content:encoded><![CDATA[<p>I'm going to try out this whole "adsense" thing. Feel free to adblock them.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/03/adsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Comcast&#8217;s Xfinity Brand Name Xcellent or Xcrement?: Name Wire: The Product Naming Blog</title>
		<link>http://godsyn.com/2010/03/is-comcasts-xfinity-brand-name-xcellent-or-xcrement-name-wire-the-product-naming-blog/</link>
		<comments>http://godsyn.com/2010/03/is-comcasts-xfinity-brand-name-xcellent-or-xcrement-name-wire-the-product-naming-blog/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:19:43 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[quip]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=411</guid>
		<description><![CDATA[Is Comcast's Xfinity Brand Name Xcellent or Xcrement?: Name Wire: The Product Naming Blog. Or in other words, this is an example of putting lipstick on a pig.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.namedevelopment.com/blog/archives/2010/02/is_the_comcasts.html">Is Comcast's Xfinity Brand Name Xcellent or Xcrement?: Name Wire: The Product Naming Blog</a>.</p>
<blockquote><p>Or in other words, this is an example of putting lipstick on a pig.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/03/is-comcasts-xfinity-brand-name-xcellent-or-xcrement-name-wire-the-product-naming-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox add-ons</title>
		<link>http://godsyn.com/2010/03/firefox-add-ons/</link>
		<comments>http://godsyn.com/2010/03/firefox-add-ons/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:51:53 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[People]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=431</guid>
		<description><![CDATA[This is just a collection of some Firefox and Greasemonkey add-ons I use. I've placed them here so I may easily easily reinstall, or so that my friends may try them out. Firefox add-ons: syn :: Add-ons for Firefox: Mozilla is kind enough to keep a list of my add-ons for me. Greasemonkey scripts: Google [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a collection of some Firefox and Greasemonkey add-ons I use. I've placed them here so I may easily easily reinstall, or so that my friends may try them out.<br />
<span id="more-431"></span><br />
Firefox add-ons:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/collection/godsyn">syn :: Add-ons for Firefox</a>: Mozilla is kind enough to keep a list of my add-ons for me.</li>
</ul>
<p>Greasemonkey scripts:</p>
<ul>
<li><a href="http://userscripts.org/scripts/show/12917">Google Enhanced Black</a>: This Google Black script enhances all Google service pages with an inverted color-scheme for reduced eye fatigue; it also removes ads &#038; clutter and improves page layout and readability by widening search results.</li>
<li><a href="http://userstyles.org/styles/17747">Facebook Dark-N-Grey</a>: This theme is best viewed in higher desktop resolutions and on widescreen monitors.</li>
<li><a href="http://userstyles.org/styles/26923">Youtube Dark (2010 Redesign)</a>: A style to make Youtube.com black/gray made for the new youtube design.</li>
<li><a href="http://userscripts.org/scripts/show/13333">YousableTubeFix</a>:  Removes ads and unwanted sections (configurable), allows downloading and resizing videos, displays all comments on video page, expands the description, can prevent autoplay and autodownload, adds a HD (High Definition) select, etc...</li>
<li><a href="http://userscripts.org/scripts/show/8861">Facebook Fixer</a>: Enhancements for Facebook: bigger profile pictures and photos, easier viewing of albums, links to download videos, showing people's age and sign, google calendar integration, keyboard shortcuts &#038; more. Compatible with new Facebook and fully customizable!</li>
<li><a href="http://godsyn.com/wp-content/uploads/2010/02/facebook_fixer_black.user.js">Facebook Fixer Black</a>: Makes facebook fixer's popups match facebook dark-n-black's theme.</li>
<li><a href="http://userscripts.org/scripts/show/56063">Grooveshark Ad Remover</a>: Removes the side banner advertisements on Grooveshark.</li>
</ul>
<p>Feel free to post your must have add-ons and userscripts in the comments. If I like them, I'll add them to the list above.</p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/03/firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After Google hack, Microsoft asks users to abandon IE6, XP</title>
		<link>http://godsyn.com/2010/02/after-google-hack-microsoft-asks-users-to-abandon-ie6-xp/</link>
		<comments>http://godsyn.com/2010/02/after-google-hack-microsoft-asks-users-to-abandon-ie6-xp/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:57:45 +0000</pubDate>
		<dc:creator>godsyn</dc:creator>
				<category><![CDATA[quip]]></category>
		<guid isPermaLink="false">http://godsyn.com/?p=446</guid>
		<description><![CDATA[After Google hack, Microsoft asks users to abandon IE6, XP. My advice: use a real browser. Mozilla Firefox Google Chrome Opera]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/microsoft/news/2010/01/microsoft-wants-you-to-ditch-windows-xp-and-ie6-for-security.ars">After Google hack, Microsoft asks users to abandon IE6, XP</a>.</p>
<p>My advice: use a real browser.<br />
<a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a><br />
<a href="http://www.google.com/chrome">Google Chrome</a><br />
<a href="http://www.opera.com/">Opera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://godsyn.com/2010/02/after-google-hack-microsoft-asks-users-to-abandon-ie6-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
