<?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>.:Computer Defense:. &#187; Interesting Stuff</title>
	<atom:link href="http://www.computerdefense.org/category/interesting-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computerdefense.org</link>
	<description>Sharing my thoughts with the world.</description>
	<lastBuildDate>Tue, 11 Jan 2011 02:01:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Firebug to Beat Poor Web Development</title>
		<link>http://www.computerdefense.org/2009/10/using-firebug-to-beat-poor-web-development/</link>
		<comments>http://www.computerdefense.org/2009/10/using-firebug-to-beat-poor-web-development/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 23:44:05 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[client side]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=840</guid>
		<description><![CDATA[For my 500th blog post, I figured I'd share something amusing. From time to time, my wife and I order from Swiss Chalet and the order it pretty standard, quarter chicken and a baked potato. The one thing we've always found is that they don't provide enough sour cream with the baked potato but luckily, [...]]]></description>
			<content:encoded><![CDATA[<p>For my 500th blog post, I figured I'd share something amusing.</p>
<p>From time to time, my wife and I order from <a href="http://www.swisschalet.com/index.php">Swiss Chalet</a> and the order it pretty standard, quarter chicken and a baked potato. The one thing we've always found is that they don't provide enough sour cream with the baked potato but luckily, for $0.25, you could add an additional container of sour cream. Recently however, they've removed that option. The item is still on the menu, and you can still visit the page, however the 'Add this to your order' button was removed. This weekend, while we were ordering I decided to see if Firebug  could assist me in ordering my extra sour cream.</p>
<p><span id="more-840"></span></p>
<div id="attachment_841" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/1.JPG"><img class="size-medium wp-image-841" title="1" src="http://www.computerdefense.org/wp-content/uploads/2009/10/1-300x175.jpg" alt="Menu with Sour Cream listed as an option " width="300" height="175" /></a><p class="wp-caption-text">Menu with Sour Cream listed as an option </p></div>
<div id="attachment_842" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/2.JPG"><img class="size-medium wp-image-842" title="2" src="http://www.computerdefense.org/wp-content/uploads/2009/10/2-300x175.jpg" alt="Sour Cream with no 'Add this to your Order' button" width="300" height="175" /></a><p class="wp-caption-text">Sour Cream with no &#39;Add this to your Order&#39; button</p></div>
<div id="attachment_843" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/3.JPG"><img class="size-medium wp-image-843" title="3" src="http://www.computerdefense.org/wp-content/uploads/2009/10/3-300x175.jpg" alt="Plum Sauce for comparison with 'Add this to your Order' button" width="300" height="175" /></a><p class="wp-caption-text">Plum Sauce for comparison with &#39;Add this to your Order&#39; button</p></div>
<div id="attachment_844" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/4.JPG"><img class="size-medium wp-image-844" title="4" src="http://www.computerdefense.org/wp-content/uploads/2009/10/4-300x175.jpg" alt="Right click &quot;Back&quot; button and click Inspect Element" width="300" height="175" /></a><p class="wp-caption-text">Right click &quot;Back&quot; button and click Inspect Element</p></div>
<div id="attachment_845" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/5.JPG"><img class="size-medium wp-image-845" title="5" src="http://www.computerdefense.org/wp-content/uploads/2009/10/5-300x175.jpg" alt="Table Element below Back button shows area where 'Add this item to Order' would have been." width="300" height="175" /></a><p class="wp-caption-text">Table Element below Back button shows area where &#39;Add this item to Order&#39; would have been.</p></div>
<div id="attachment_846" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/6.JPG"><img class="size-medium wp-image-846" title="6" src="http://www.computerdefense.org/wp-content/uploads/2009/10/6-300x175.jpg" alt="Right Click on the table element and select 'Edit HTML'" width="300" height="175" /></a><p class="wp-caption-text">Right Click on the table element and select &#39;Edit HTML&#39;</p></div>
<div id="attachment_847" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/7.JPG"><img class="size-medium wp-image-847" title="7" src="http://www.computerdefense.org/wp-content/uploads/2009/10/7-300x175.jpg" alt="Insert code from another page with an 'Add item to your Order' button" width="300" height="175" /></a><p class="wp-caption-text">Insert code from another page with an &#39;Add item to your Order&#39; button</p></div>
<div id="attachment_848" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.computerdefense.org/wp-content/uploads/2009/10/81.JPG"><img class="size-medium wp-image-848 " title="8" src="http://www.computerdefense.org/wp-content/uploads/2009/10/8-300x175.jpg" alt="Click 'Add Item to your Order' and view the item in your cart." width="300" height="175" /></a><p class="wp-caption-text">Click &#39;Add Item to your Order&#39; and view the item in your cart.</p></div>
<p>So in the end, remember developers that your HTML and JavaScript exist on the client side, meaning that once it's rendered in their browser... users can manipulate it as they wish. Leaving the item in the database means that anyone with half a clue can still order the item... and all it takes are these few steps. And yes, it does work... last night we received our additional sour cream with our order and it was on the receipt and paid for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2009/10/using-firebug-to-beat-poor-web-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Tag</title>
		<link>http://www.computerdefense.org/2009/01/microsoft-tag/</link>
		<comments>http://www.computerdefense.org/2009/01/microsoft-tag/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 02:03:54 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=625</guid>
		<description><![CDATA[I was unaware of Microsoft Tag until I saw a post the other day that a Tag application had been released for the iPhone. I read a little bit and was rather impressed, but disappointed because I don't have an iPhone. I did a little more reading, however, and found that there were already apps [...]]]></description>
			<content:encoded><![CDATA[<p>I was unaware of <a href="http://www.microsoft.com/tag/">Microsoft Tag</a> until I saw a post the other day that a Tag application had been released for the iPhone. I read a little bit and was rather impressed, but disappointed because I don't have an iPhone. I did a little more reading, however, and found that there were already apps for Blackberry and Windows Mobile (I have both). I've download the Blackberry app and tested on the demo image. I'm really impressed. It was easy enough to snap (even with the crappy camera on the Pearl) and get the page to load. I don't know if these tags are very wide spread or in use, but I'm excited to see them get a foot hold and become popular.</p>
<p>Tags are free to create on the Microsoft website and you can create them for URLs, vCards or Free Text.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2009/01/microsoft-tag/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fraud Prevention</title>
		<link>http://www.computerdefense.org/2008/03/fraud-prevention/</link>
		<comments>http://www.computerdefense.org/2008/03/fraud-prevention/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 07:43:59 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Phishing / Scams]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/2008/03/10/fraud-prevention/</guid>
		<description><![CDATA[One of my favourite non-IT blogs has got to be The Consumerist. I really like the idea of a public online watchdog that has the freedom to publish pretty much anything. Anyways, the other day this post caught my attention: Why doesn't a bank (cough HSBC cough) offer the option to have text message alerts [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favourite non-IT blogs has got to be <a href="http://consumerist.com/">The Consumerist</a>. I really like the idea of a public online watchdog that has the freedom to publish pretty much anything.</p>
<p>Anyways, the other day this <a href="http://consumerist.com/365451/">post caught</a> my attention:</p>
<blockquote><p>Why doesn't a bank (<em>cough</em> HSBC <em>cough</em>) offer the option to have text message alerts sent to a registered phone number any time a withdrawal is made from a specific account via ATM? "$120 was withdrawn at 2:51pm EST in Palo Verde, CA. Reference #293005"</p></blockquote>
<p>I think this is a great idea... There's plenty of software that takes advantage of Pager/SMS/Email notifications, why can't the bank due the same? We're becoming more and more technologically advanced and cell phones are everywhere. even my 15 year old sister has an <a href="http://www.america.htc.com/products/s720/default.html">HTC S720</a>.</p>
<p>I would love this feature. My fiance, a while back,  got a letter saying that her debit card had been used at a business known to have conducted malicious activities with customers banking information. She got a letter because the bank called, during business hours, and didn't leave a message (I've never quite figured out why service based businesses operate during the hours that people work... there should be an offset, especially if you're trying to contact the individual). Sure the proposed feature is for withdrawals, but why couldn't it exist for all fraudulent activities?</p>
<p>Now maybe the reason this doesn't exist is to avoid opening yet another avenue of attack. My bank "requires" (you don't<strong> HAVE</strong> to enter it, but they sure do want you to) an email address. They send me quasi-important information via email. The next think you know when I log into my online banking, there's a notice warning me about yet another phishing attack that's targeting customers of my bank. Perhaps they don't want to introduce a new method that phishers can take advantage of. I seem to recall getting random SMS spam with my first cell phone, coming from numbers like '00000' and '12345', however I haven't seen any of that in quite some time... either I'm really lucky or cell phone companies have figured out how to stop spoofed messages. (Which I find unlikely given that landlines can't prevent Caller ID spoofing.) So would we be making things riskier by allowing SMS Fraud Notifications?</p>
<p><strong>Scenario</strong></p>
<ul>
<li>Customer gets SMS stating that their account has had $500 withdrawn in Mexico.</li>
<li>SMS asks customer to contact the bank, providing a number.</li>
<li>Customer is in a panic and calls the number immediately.</li>
<li>"Agent" asks customer to provide personal information (Bank Account info, SSN/SIN, Address, DoB) to verify that it isn't the fraudulent user.</li>
<li>Customer has just been scammed.</li>
</ul>
<p>Do I foresee that scenario happening if SMS Fraud Notification is introduced? Definitely. Do I still think SMS Fraud Notification would be very beneficial? You bet! Banks simply have to remind customers to always contact the bank following an SMS, but to use the number on their debit card or a known trusted source (bank's website, phone book, bank statement, etc.) Banks also have to accept that this is for Fraud Notification only, if customers start getting non-fraud related notifications, they'll grow lax and be more likely to succumb to a targeted phishing attack.</p>
<p>So thoughts... SMS Fraud Notification -- Good or Bad? Beyond that would you pay for the option or only take advantage of it if it were free?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2008/03/fraud-prevention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackers for Charity: Interview with Johnny Long</title>
		<link>http://www.computerdefense.org/2007/12/hackers-for-charity-interview-with-johnny-long/</link>
		<comments>http://www.computerdefense.org/2007/12/hackers-for-charity-interview-with-johnny-long/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 16:51:17 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/2007/12/10/hackers-for-charity-interview-with-johnny-long/</guid>
		<description><![CDATA[In a previous post, I had reviewed a SecTor presentation done by Johnny Long. I had also mentioned on Hackers for Charity, a charity started by Johnny to link up hackers with charities that require IT/IS assistance. I see this as an incredible contribution and was looking forward to getting involved myself, but at the [...]]]></description>
			<content:encoded><![CDATA[<p> In a <a href="http://http://www.computerdefense.org/2007/11/23/sector-review-hacking-hollywood/">previous post</a>, I had reviewed a SecTor presentation done by Johnny Long. I had also mentioned on <a href="http://www.hackersforcharity.org/">Hackers for Charity</a>, a charity started by Johnny to link up hackers with charities that require IT/IS assistance. I see this as an incredible contribution and was looking forward to getting involved myself, but at the same time I was receiving feedback from readers who were interested based on the brief mention I had made of it. I decided the best way to follow up was to contact Johnny for a brief interview. I sent him a few questions, in hopes of getting a bit more information out to everyone that reads it, and I've basically inserted the email responses below.</p>
<p><strong>Who is Johnny Long? While most that read this will know who you are, there may be a few that don't...</strong></p>
<p>I'm a hacker by trade, a pirate by blood, a ninja in training, a<br />
family guy and author.<br />
<strong><br />
How did you first get involved with charity organizations and what drew you to the IT side of their operations?</strong></p>
<p>My wife went on a mission trip to Uganda last year, and I joined her<br />
in her research about what was going on in Uganda. This led me to<br />
Invisible Children. I mentioned them in my talks, raised some support,<br />
etc but when my wife returned from Uganda, I felt drawn to do more<br />
than raise money. This past may, she returned to Uganda and I went<br />
with her. Several corporations and the hacker community chipped in to<br />
fund our trip. We worked with an organization called AOET (aoet.org)<br />
who is working to help orphans left in the wake of the HIV/AIDS<br />
pandemic.</p>
<p><strong>What is Hackers for Charity?</strong></p>
<p>We exist to connect the skills of the hacking community with charities<br />
that need those skills. We aim to empower charities through the use of<br />
information technology.</p>
<p><strong>At SecTor you had mentioned that it was for 'unemployed hackers', is this true... Does an employment restriction exist?</strong></p>
<p>Not at all. But generally we tend to attract those looking for work.<br />
We have some senior members that are very well-set career-wise, and<br />
those folks are looking for a positive outlet for their skills. We<br />
provide that.</p>
<p><strong>Could you provide an explanation / description of how the "references for work completed" 'thank-you/reward' system works.</strong></p>
<p>It's pretty simple. Successful completion of a project results in a<br />
LinkedIn connection and resume reference from myself and other<br />
professionals that can vouch for the work. The professionals are<br />
well-known in the industry, and their recommendations carry real weigh<br />
to potential employers. Those that are already gainfully employed<br />
receive the same benefits, but can add our organization and the<br />
charity name to their list of professional accomplishments. We're also<br />
working on a link/referral system that provides exposure for companies<br />
that donate time or money.<br />
<strong><br />
How successful has Hackers for Charity been so far?</strong></p>
<p>We have a mailing list of 80+ members. We've successfully completed<br />
three projects: a reusable mail system, a reusable blogging system,<br />
and our largest project-- an online child sponsorship system for AOET.<br />
The child sponsorship system is amazing. It was developed by Paul<br />
Madoff in the span of about two weeks, and will literally save the<br />
lives of children in sub-Saharan Africa. Designed for AOET, this<br />
system replaces their old cumbersome system with a streamlined system<br />
that allows potential child sponsors to browse a gallery of children<br />
in need, and select one for sponsorship. The old system was so<br />
cumbersome that many potential sponsors got lost in the process and<br />
often went to more popular and more technically advanced child<br />
sponsorship programs. It could be argued that sponsoring a needy child<br />
anywhere is better than not helping at all, it's heartbreaking to see<br />
the AOET sponsorship system crippled because of technology issues.<br />
This system addresses that, and once it passes a vetting process, it<br />
will be released for public use through the AOET.org web site. Last<br />
but not least, we've raised over $2000 for AOET, most of which went to<br />
supporting their work in Kenya.</p>
<p><strong>Hackers for Charity currently uses a Google Groups mailing list (which is becoming more common) which requires a Google email address. Have you considered moving away from that to a standard mailman list to allow for more accessibility? </strong>(<em>Note: This question was asked due to comments received when I had previously mentioned Hackers for Charity</em>)</p>
<p>Uhm, yes.</p>
<p><strong>Hackers for Charity is still young... are there any planned next steps?<br />
</strong><br />
We plan on growing. =) Honestly, this thing has taken off so fast that<br />
it's difficult for me to keep my head above water. We won't be able to<br />
do much without some sort of (corporate?) sponsorship that will help<br />
pay the overhead associated with running the organization.  There are<br />
only so many hours in the day, and I'd like to devote more of them to<br />
the organization.</p>
<p><strong>Has there been any thought to Hackers for Charity stepping towards a Doctors Without Borders type approach. Where in additional for volunteering to help a charity from the comfort of your own home... volunteers could be sent to third world countries or disaster areas to help implement or rebuild an IT<br />
infrastructure? </strong></p>
<p>Absolutely. I can't go into too much detail right now, but we're in<br />
the planning stages of making that happen next year (2008).</p>
<p><strong>Any words, advice or thoughts for people who have been thinking about volunteering but haven't taken any action yet... for either procrastinators or people who they might not be the type of person (or have the type of skill set) that Hackers for Charity is looking for?</strong></p>
<p>Forget your skills. Come with an eagerness to help those less<br />
fortunate. Heck, just come if you could care less for all that<br />
altruistic crap and are just looking for a bump up on your resume.<br />
Some of the most needed skills are those you may think are useless.<br />
Soft skills, such as business, marketing, management, accounting, etc<br />
are all needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2007/12/hackers-for-charity-interview-with-johnny-long/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google + Tor</title>
		<link>http://www.computerdefense.org/2007/11/google-tor/</link>
		<comments>http://www.computerdefense.org/2007/11/google-tor/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:11:18 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=428</guid>
		<description><![CDATA[It seems to me that Google isn't the biggest fan of Tor... Do a search for 'what's my IP' and you get a number of results, whatsmyip.org being the first one. Now do that same search with Tor running... I got a 403 page from Google: We're sorry... ... but your query looks similar to [...]]]></description>
			<content:encoded><![CDATA[<p>It seems to me that Google isn't the biggest fan of Tor...</p>
<p>Do a search for 'what's my IP' and you get a number of results, whatsmyip.org being the first one. Now do that same search with Tor running... I got a 403 page from Google:</p>
<blockquote><p>We're sorry...</p>
<p>... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now.</p>
<p>We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected, you might want to run a virus checker or spyware remover to make sure that your systems are free of viruses and other spurious software.</p>
<p>We apologize for the inconvenience, and hope we'll see you again on Google.<br />
To continue searching, please type the characters you see below:<br />
If you can read this, you do not have images enabled. Please enable images in order to proceed.</p></blockquote>
<p>Disable Tor and once again I can run the query.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2007/11/google-tor/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Verizon Cell Phones Alert the World to 911 Calls</title>
		<link>http://www.computerdefense.org/2007/11/verizon-cell-phones-alert-the-world-to-911-calls/</link>
		<comments>http://www.computerdefense.org/2007/11/verizon-cell-phones-alert-the-world-to-911-calls/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 19:32:20 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[911]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[audible]]></category>
		<category><![CDATA[audible alarm]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[emergency services]]></category>
		<category><![CDATA[fcc]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=416</guid>
		<description><![CDATA[This was on Slashdot earlier and the original article can be found here (including a video which demonstrates the sound that is made).  It seems that in order for cell phones to be handicap accessible, they are required to (in some way) alert the user that a 911 call is being made. The FCC Telecommunications [...]]]></description>
			<content:encoded><![CDATA[<p>This was on <a href="http://mobile.slashdot.org/mobile/07/11/22/0336218.shtml">Slashdot</a> earlier and the original article can be found <a href="http://www.kvue.com/news/local/stories/110907kvueverizonalarm-bm.1f46e16ee.html">here</a> (including a video which demonstrates the sound that is made).  It seems that in order for cell phones to be handicap accessible, they are required to (in some way) alert the user that a 911 call is being made. The <a href="http://www.fcc.gov/telecom.html">FCC Telecommunications Act</a> requires that some sort of notification occurs, it doesn't, however, require that the notification be audible.</p>
<p>I see many of the same issues that the person who complained about this sees. You are kidnapped, held hostage, or trapped and you attempt to secretly dial 911. As soon as you dial the number, your phone essentially becomes a siren (Don't believe me? Watch the video), alerting your aggressor that you are calling the authorities. I seriously hope that Verizon rethinks this and does something more appropriate such as a message on the display, or even flashing the keypad lights.</p>
<p>I'm against "creating fear" but I think this is an issue that the public needs to be aware of. It could actually mean the difference between life and death in hostile situations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2007/11/verizon-cell-phones-alert-the-world-to-911-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scientific Atlanta Explorer 8300</title>
		<link>http://www.computerdefense.org/2007/10/scientific-atlanta-explorer-8300/</link>
		<comments>http://www.computerdefense.org/2007/10/scientific-atlanta-explorer-8300/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 16:38:09 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=394</guid>
		<description><![CDATA[After a week of headaches and hassles, I've got a PVR... actually I'm on my third PVR since Friday. The first one had NIC-related issues (it couldn't get an IP Address), the second one had HDD-related issues (it couldn't record anything), so let's hope this third one works. So now I've got a Rogers branded [...]]]></description>
			<content:encoded><![CDATA[<p>After a week of headaches and hassles, I've got a PVR... actually I'm on my third PVR since Friday. The first one had NIC-related issues (it couldn't get an IP Address), the second one had HDD-related issues (it couldn't record anything), so let's hope this third one works. So now I've got a Rogers branded <a href="http://www.sciatl.com/products/consumers/new_explorer8300.htm">Explorer 8300</a> sitting in my living room, it's sitting on top of my Symphonic CSHP80G [<a href="http://www.symphonic.us/pdf/om/CSHP80G.pdf">manual</a>].</p>
<p>So now to share a few things about the Explorer 8300 (and I invite everyone to post comments or fire me emails with additional notes... we'll grow this into the ultimate resource). Please note that some of this will be Rogers specific.</p>
<p><strong>Information:</strong></p>
<blockquote><p><em>Rogers Specific:</em><br />
IP Address:  47.15.X.X [<a href="http://ws.arin.net/whois">ARIN Search</a>: Bell-Northen Research (Nortel Networks)]<br />
Subnet Mask: 255.255.192.0<br />
Rogers OnDemand App: bfs://apps/HW/Smilp.ptv [Version: 4.1.1.7; AppID:101; EID=0x01A3; Size=415K]</p>
<p><em>HardDrive Info:</em><br />
Model:  WesternDigial Caviar [<a href="http://www.wdc.com/en/products/Products.asp?DriveID=10">WDC WD800BB</a>]<br />
Size: 80GB<br />
Partition Information:<br />
<em>Partition 1</em><br />
FS: ITFS<br />
Size: 1GB<br />
Free: 995MB<br />
<em>Partition 2</em><br />
FS: AVFS<br />
Size: 72GB<br />
Free: 66GB<br />
<em>Partition 3</em><br />
FS: Reserved<br />
Size: 1GB<br />
Free: 0K</p>
<p><em>Other:</em><br />
OS Version: 6.14.79.1<br />
Files with  Errors:  config.c; CHDDCacheFiller.cpp<br />
Accessing Diagnostic Menu:  Hold Select until the message light appears -&gt; Press Info -&gt; Navigate with volume keys (all on device, not remote)</p></blockquote>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2007/10/scientific-atlanta-explorer-8300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Typo (?) on the Apple Store</title>
		<link>http://www.computerdefense.org/2007/09/interesting-typo-on-the-apple-store/</link>
		<comments>http://www.computerdefense.org/2007/09/interesting-typo-on-the-apple-store/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 03:40:13 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=389</guid>
		<description><![CDATA[The new iPod Nano has caught my attention. Since I have an smartphone with wifi and everything else I don't find the iPod Touch overly appealing, but the 8GB Nano is looking very attractive right now (I currently have a 4GB Mini). So I was over at The Apple Store (Canada) and I was looking [...]]]></description>
			<content:encoded><![CDATA[<p>The new iPod Nano has caught my attention. Since I have an smartphone with wifi and everything else I don't find the iPod Touch overly appealing, but the 8GB Nano is looking very attractive right now (I currently have a 4GB Mini).</p>
<p>So I was over at The Apple Store (Canada) and  I was looking at the <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/canadastore.woa/wa/RSLID?node=home/ipod/ipod_nano&amp;nnmm=browse&amp;tg_tabcontroller=tab-2&amp;mco=C516731A&amp;family=iPodnano">comparison pag</a><a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/canadastore.woa/wa/RSLID?node=home/ipod/ipod_nano&amp;nnmm=browse&amp;tg_tabcontroller=tab-2&amp;mco=C516731A&amp;family=iPodnano">e</a> for the various iPods. I was a little concerned by the numbers on the comparison chart [boxed in Red]</p>
<p><a href="http://www.computerdefense.org/wp-content/uploads/2007/09/ipodchart.jpg" title="iPod Chart"><img src="http://www.computerdefense.org/wp-content/uploads/2007/09/ipodchart.jpg" alt="iPod Chart" height="211" width="341" /></a></p>
<p>So we've got more storage on the Nano if you store Songs but less if you store Pictures or Video? How does that make sense? At first the Songs portion made sense... the iPod Touch probably requires more space for software, but I don't get  how the numbers are higher than the Nano, especially since they are both 8GB models. Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2007/09/interesting-typo-on-the-apple-store/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Just to put a smile on your face..</title>
		<link>http://www.computerdefense.org/2007/02/just-to-put-a-smile-on-your-face/</link>
		<comments>http://www.computerdefense.org/2007/02/just-to-put-a-smile-on-your-face/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 04:57:47 +0000</pubDate>
		<dc:creator>Tyler Reguly</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.computerdefense.org/?p=243</guid>
		<description><![CDATA[Many people have probably already seen this... (since it made the front page of digg) but if you haven't here you go... http://www.loconet.ca/?p=64 (Linux over the Vista logo in a Toronto Subway Station)]]></description>
			<content:encoded><![CDATA[<p>Many people have probably already seen this... (since it made the front page of digg) but if you haven't here you go...</p>
<p>http://www.loconet.ca/?p=64 (Linux over the Vista logo in a Toronto Subway Station)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerdefense.org/2007/02/just-to-put-a-smile-on-your-face/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

