<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Easy Tech Talk</title>
	
	<link>http://easytechtalk.com</link>
	<description>Technology made simple</description>
	<pubDate>Fri, 14 Nov 2008 20:09:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/EasyTechTalk" type="application/rss+xml" /><item>
		<title>Interview with Frostwire Lead Dev</title>
		<link>http://feeds.feedburner.com/~r/EasyTechTalk/~3/453310660/</link>
		<comments>http://easytechtalk.com/2008/11/14/frostwire-lead-dev-interview/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 20:06:05 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[developer]]></category>

		<category><![CDATA[frostwire]]></category>

		<category><![CDATA[limewire]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://easytechtalk.com/?p=172</guid>
		<description>Here ya go folks, after posting about how bad Limewire is, I was contacted by Frostwire&amp;#8217;s lead developer Angel Leon and had the chance to ask him a few questions about Frostwire and open source development.
Easy Tech Talk: What made you decide to get into open source projects?
 Angel Leon: Ever since I was in [...]</description>
			<content:encoded><![CDATA[<p>Here ya go folks, after posting about how bad <a title="Easy Tech Talk post about Limewire" href="http://easytechtalk.com/2008/09/22/stop-using-limewire/" target="_blank">Limewire</a> is, I was contacted by Frostwire&#8217;s lead developer Angel Leon and had the chance to ask him a few questions about Frostwire and open source development.</p>
<p><strong>Easy Tech Talk:</strong> What made you decide to get into open source projects?<br />
<strong> Angel Leon:</strong> Ever since I was in school in Latin America, I always felt that we could do a lot more by sharing our knowledge instead of hiding our code. Then the whole open source movement got more and more advocates, and I started using a lot of it to solve day to day problems, and also being in a position as a student  that couldn&#8217;t afford to buy expensive software licenses it was a great option having all these projects available for free with such high quality standards.</p>
<p><strong>ETT: </strong>How did you get into programming?<br />
<strong> A.L.:</strong> From a very early age I was using computers and video game consoles, it was mostly the inspiration of video games that got me to write very simple programs in Basic on my old Apple //c. Back then I had no manuals or connectivity of any sort, so I&#8217;d learn the syntax by listing the code of existing programs that came with the apple. Then the web came, and I learned HTML, JavaScript, and then in Computer Science school we started with Haskell, Modula, Pascal, C, C++, Java, PHP, &#8230; and so on.</p>
<p><strong>ETT: </strong>Why did you choose the frostwire project?<br />
<strong>A.L.:</strong> After leaving limewire I still wanted to somehow keep in touch with the code and learn more Java. The frostwire project was almost dissolved at some point and I was invited to contribute to it.</p>
<p><strong>ETT: </strong>Since open source usually makes very little money, what else do you do to make ends meet?<br />
<strong>A.L.:</strong> I&#8217;m a software engineer with over 7 years of experience in web development, I used to work full time for a company, but now I&#8217;m an independent consultant and a full time funding partner at MyBloop.com (We&#8217;re looking for investors!)</p>
<p><strong>ETT: </strong>Do you think that P2P programs encourage more people to pirate software?<br />
<strong>A.L.:</strong> I don&#8217;t think P2P encourages pirating, what encourages pirating is the lack of access to software. Some people do it because they really have no choice. Does the CD burner on your computer encourage you to pirate? I don&#8217;t think so, but it could certainly serve you to pirate. Does having a car encourage you to run over people on the street? P2P is just the next technology out there to distribute media, there were also crusades against the VCR&#8217;s, Tape Decks, The printing press and so on, it&#8217;s just part of the growing pains of evolution in media distribution, eventually big media will open their eyes and work side to side with projects like FrostWire to make their content available to as much people as they can.</p>
<p><strong>ETT: </strong>What other projects are you working on?<br />
<strong>A.L.:</strong> I&#8217;m currently working on MyBloop.com, a website that wants to offer free unlimited file storage to the world. I&#8217;m also trying to form an internet video game company with some friends, I&#8217;m very interested also in learning a lot about the Android platform.</p>
<p><strong>ETT: </strong>How long have you been on the frostwire team?<br />
<strong>A.L.:</strong> Hmm, I believe since the end of 2006, I&#8217;d have to see the repository to see when I first started doing commits.</p>
<p><strong>ETT: </strong>What can you tell people out there who are interested in getting into software development?<br />
<strong>A.L.:</strong> The best way to learn is by creating something, don&#8217;t just read about developing, actually try to get yourself to build something, the problems you&#8217;ll solve will teach you a lot. If you&#8217;re trying to pick a language to start, I&#8217;d recommend Python, it&#8217;s simple to learn and it has a lot of power.</p>
<p><strong>ETT: </strong>How did you become the lead developer on frostwire?<br />
<strong>A.L.:</strong> After the initial java developers left, we sort of divided responsibilities, managing the site, the builds and most of the code changes are some of the things I do when I work on FrostWire. My previous experience with java and software packaging pretty much put me on that role, it&#8217;s something I enjoy very much doing, and it allows me to be creative in ways I probably can&#8217;t be in my day to day job where development and decision making are more strict.</p>
Similar Posts:<ul><li><a href="http://easytechtalk.com/2008/08/04/slow-computer-startup/" rel="bookmark" title="August 4, 2008">Make your computer start faster!</a></li>

<li><a href="http://easytechtalk.com/2007/09/02/html-what-is-it/" rel="bookmark" title="September 2, 2007">HTML, what is it?</a></li>

<li><a href="http://easytechtalk.com/2008/03/04/anti-spyware-and-anti-virus-scheduling/" rel="bookmark" title="March 4, 2008">When should you run anti spyware / anti virus?</a></li>

<li><a href="http://easytechtalk.com/2008/07/15/speed-up-your-pc/" rel="bookmark" title="July 15, 2008">Speed up your PC</a></li>

<li><a href="http://easytechtalk.com/2007/08/21/wi-fi-is-everywherealmost/" rel="bookmark" title="August 21, 2007">Wi-Fi is everywhere&#8230;almost</a></li>
</ul><!-- Similar Posts took 14.338 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=MH6wN"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=MH6wN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=9D97n"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=9D97n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=4QCVn"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=4QCVn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=L5aMn"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=L5aMn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=2JyNN"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=2JyNN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=sAT4N"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=sAT4N" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EasyTechTalk/~4/453310660" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://easytechtalk.com/2008/11/14/frostwire-lead-dev-interview/feed/</wfw:commentRss>
		<feedburner:origLink>http://easytechtalk.com/2008/11/14/frostwire-lead-dev-interview/</feedburner:origLink></item>
		<item>
		<title>Creating Strong Passwords</title>
		<link>http://feeds.feedburner.com/~r/EasyTechTalk/~3/439488064/</link>
		<comments>http://easytechtalk.com/2008/11/01/creating-strong-passwords/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 23:34:13 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[login]]></category>

		<category><![CDATA[passwords]]></category>

		<category><![CDATA[personal information]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://easytechtalk.com/?p=170</guid>
		<description>I&amp;#8217;ve come to realize that in today&amp;#8217;s world people are worried about identity theft and invasions of privacy, but they fail to protect themselves on a very basic level&amp;#8230; their passwords.  The password you use for your credit card site or bank account login is just as important as shredding your credit card statements after [...]</description>
			<content:encoded><![CDATA[<p>I&#8217;ve come to realize that in today&#8217;s world people are worried about identity theft and invasions of privacy, but they fail to protect themselves on a very basic level&#8230; their passwords.  The password you use for your credit card site or bank account login is just as important as shredding your credit card statements after you&#8217;ve looked through them. I&#8217;ve seen too many people recently that use their address or pet name in all lower case letters as their password and it drives me nuts.  It&#8217;s time to take that extra step in protecting yourself and create yourself a strong password.</p>
<p>Creating a strong password is a fairly simple process that most people seem to skip over for the convenience of having an easy password to remember.  Now your password should be pretty easy for you to remember but it should be hard for someone to guess.  You should stay away from making your password something that can easily be found out about you such as your address or birthday.  Passwords are supposed to protect your information so it would be in your best interest to make you password something that someone can&#8217;t just type in because they know you and guess the correct password.   So here are a few things you should consider before making your password or changing your already existing password.</p>
<p>Use a combination of upper and lowercase letters in your password.  Thes should be spread out and not follow the normal way that grammar teaches us.  Put a capital letter in the middle or end of the word to spice things up.</p>
<p>Use numbers in your password as well.  You should put numbers in the middle of your password, not at the beginning or end.  This will make it more difficult for someone to guess whatever word you use for your password because the number in the middle will throw them off.</p>
<p>If the website you use allows it you should also put a symbol somewhere in your password.  Any symbol will do as long as it is allowed by the site.  These can be placed near the end of your password as an extra step in making sure you&#8217;ve got a strong password.</p>
<p>A good rule for strong password creation is to use numbers as letters and to add the letters of the website you&#8217;re using to ensure that you can remember what site each password is for.  You can use a similar password for each site you use, just make sure to change the letters relating to the site for each password.  For example, if you were to make a password for this site, you could do something like &#8220;t3Chn0logy!Ett&#8221; or &#8220;e@SyTecHt@lK&#8221;, notice how both passwords have upper and lower case letters, numbers and symbols in them.</p>
<p>Also, you should make sure that you don&#8217;t keep your passwords with your login information written on post-its next to your monitor or keyboard.  That&#8217;s just making it too easy for someone to know all the information they need to get into your account.  If you are going to write the login and password on something, try to write them in random locations on the bill of the site you need them for, or write them in an address book under the letters of the website they correspond to.</p>
<p>Remember that your password should be easy for you to remember but hard for someone to guess.  If you are going to use something like a pet or car, try to mix up the letters so you password doesn&#8217;t resemble the original word.  You can check out this site for <a title="PC Tool Random Password Generator" href="http://www.pctools.com/guides/password/" target="_blank">random password generation</a>.</p>
Similar Posts:<ul><li><a href="http://easytechtalk.com/2007/08/27/passwords-and-their-creation/" rel="bookmark" title="August 27, 2007">Passwords and their creation</a></li>

<li><a href="http://easytechtalk.com/2007/08/14/ip-addresses-are-like-you-home-address/" rel="bookmark" title="August 14, 2007">IP addresses are like your home address</a></li>

<li><a href="http://easytechtalk.com/2007/10/11/avoid-scams-online-by-watching-your-urls/" rel="bookmark" title="October 11, 2007">Avoid scams online by watching your URLs</a></li>

<li><a href="http://easytechtalk.com/2008/08/12/the-most-important-keyboard-shortcut-that-you-should-know/" rel="bookmark" title="August 12, 2008">The most important keyboard shortcut that you should know</a></li>

<li><a href="http://easytechtalk.com/2008/06/01/google-pagerank-issues/" rel="bookmark" title="June 1, 2008">Pagerank issues</a></li>
</ul><!-- Similar Posts took 8.538 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=otEPN"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=otEPN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=45czn"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=45czn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=f8xun"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=f8xun" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=P1mvn"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=P1mvn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=fiX1N"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=fiX1N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=CBEjN"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=CBEjN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EasyTechTalk/~4/439488064" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://easytechtalk.com/2008/11/01/creating-strong-passwords/feed/</wfw:commentRss>
		<feedburner:origLink>http://easytechtalk.com/2008/11/01/creating-strong-passwords/</feedburner:origLink></item>
		<item>
		<title>Defrag your hard drive to speed up your computer</title>
		<link>http://feeds.feedburner.com/~r/EasyTechTalk/~3/427854013/</link>
		<comments>http://easytechtalk.com/2008/10/21/hard-drive-defrag/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 20:47:33 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[auslogics]]></category>

		<category><![CDATA[defrag]]></category>

		<category><![CDATA[fragmentation]]></category>

		<category><![CDATA[Hard Drive]]></category>

		<category><![CDATA[optimize]]></category>

		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://easytechtalk.com/?p=164</guid>
		<description>Have you noticed that your computer is running a slower than it normally does?  Have you recently added a new program or saved a bunch of new pictures to your hard drive?  You might want to consider running a defrag program to straighten out your hard drive.
When you save files to your computer, it simply [...]</description>
			<content:encoded><![CDATA[<p>Have you noticed that your computer is running a slower than it normally does?  Have you recently added a new program or saved a bunch of new pictures to your hard drive?  You might want to consider running a defrag program to straighten out your hard drive.</p>
<p>When you save files to your computer, it simply stores the data where ever it can at the moment as long as you have free space.  When the files are spread out out of order, it&#8217;s known as fragmentation.  It&#8217;s like throwing things in your room at random and leaving them lying around, sooner or later you&#8217;re not going to know where things are until you search for them.  That&#8217;s what your hard drive goes through when it isn&#8217;t defragmented often.  This clogs up your hard drive&#8217;s ability to find what you want and slows down the performance of your computer.</p>
<p>You can defrag your computer simply by using a defrag program.  Windows comes with a built in defrag utility program but I find that it doesn&#8217;t do a good enough job.  There are many programs out there that defrag your hard drive but the one I recommend is <a title="Auslogics disk defrag download link" href="http://server.auslogics.com/en/software/disk-defrag/download" target="_blank">Auslogics&#8217; Disk Defrag</a>, it&#8217;s free and very efficient.</p>
<p>Now simply running a defrag program might work out for you but there are some things that you want to take into consideration before running a disk defrag program</p>
<p>First off, make sure you have at least 15% of your hard drive&#8217;s total space free.  This is very important to remember.  This ensures that the defrag program will have enough room to move all the data around.  Think about cleaning a room in your house, if you pile everything in the room and then try to clean it you won&#8217;t do a very good job.  But if you leave enough space to put things temporarily before moving them into their proper place, then you&#8217;ll do a much better job, and that&#8217;s why you want to have space available for the defrag program to do its work.</p>
<p>Secondly, you&#8217;ll want to avoid using any programs during the time that the defrag is taking place.  This will make sure that no program tries to place data on the hard drive while the defrag program is trying to move data around.  It will only cause more data to be fragmented and you&#8217;ll have to run the defrag program again.</p>
<p>The third thing to consider is how often to run a defrag program.  This depends on how often you save files and add new files or programs to your computer.  If you work on your computer everyday, then it might be a good idea to schedule a defrag every few days.  If you only use your computer to browse the internet and save pictures from trips you take, then you can safely defrag your computer a little less often, about once every few weeks.</p>
<p>So the next time you feel that your computer is running slow, take the time to run a defrag program and get your files back in order.</p>
Similar Posts:<ul><li><a href="http://easytechtalk.com/2007/08/26/defrag-your-cluttered-hard-drive/" rel="bookmark" title="August 26, 2007">Defrag your cluttered hard drive</a></li>

<li><a href="http://easytechtalk.com/2007/09/05/does-your-brain-hurt-from-all-the-cpu-ghz-ram-and-hdd-out-there/" rel="bookmark" title="September 5, 2007">Does your brain hurt from all the CPU, GHz, RAM, and HDD out there?</a></li>

<li><a href="http://easytechtalk.com/2008/09/05/windows-system-restore/" rel="bookmark" title="September 5, 2008">The Problem with Windows System Restore</a></li>

<li><a href="http://easytechtalk.com/2008/09/22/stop-using-limewire/" rel="bookmark" title="September 22, 2008">Stop using Limewire</a></li>

<li><a href="http://easytechtalk.com/2007/10/12/destroying-hard-drive-data/" rel="bookmark" title="October 12, 2007">Destroying hard drive data</a></li>
</ul><!-- Similar Posts took 8.256 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=v13EM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=v13EM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=ZPF4m"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=ZPF4m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=Ct98m"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=Ct98m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=uwtPm"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=uwtPm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=ANr7M"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=ANr7M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=86fRM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=86fRM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EasyTechTalk/~4/427854013" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://easytechtalk.com/2008/10/21/hard-drive-defrag/feed/</wfw:commentRss>
		<feedburner:origLink>http://easytechtalk.com/2008/10/21/hard-drive-defrag/</feedburner:origLink></item>
		<item>
		<title>Blog Action Day: Poverty</title>
		<link>http://feeds.feedburner.com/~r/EasyTechTalk/~3/422128858/</link>
		<comments>http://easytechtalk.com/2008/10/15/blog-action-day-poverty/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 01:05:13 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
		
		<category><![CDATA[Blog Action Day]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[1 laptop per child]]></category>

		<category><![CDATA[asus]]></category>

		<category><![CDATA[blog action day]]></category>

		<category><![CDATA[Computers]]></category>

		<category><![CDATA[eee pc]]></category>

		<category><![CDATA[Laptop]]></category>

		<category><![CDATA[poverty]]></category>

		<guid isPermaLink="false">http://easytechtalk.com/?p=159</guid>
		<description>Today is Blog Action Day and I wanted to write a little bit about how poverty has affected technology in my eyes.  Each year bloggers all over the world unite under one topic and post about it to hopefully make a difference in the world.
The most obvious and recent event that I can think about [...]</description>
			<content:encoded><![CDATA[<p>Today is Blog Action Day and I wanted to write a little bit about how poverty has affected technology in my eyes.  Each year bloggers all over the world unite under one topic and post about it to hopefully make a difference in the world.</p>
<p>The most obvious and recent event that I can think about is the 1 laptop per child program.  This non profit organization is striving to provide laptops to children in developing countries as cheaply as possible so the children of the region can learn with the benefit of a computer.  Having a laptop is scarcely seen in these regions especially in the classroom since not a lot is spent on education in these third world countries and other areas where children have little education.  There are several ways that you can get involved in this program and you can learn about them at the <a title="one laptop per child homepage" href="http://laptop.org/" target="_blank">1 laptop per child website</a></p>
<p>Although not directly related, I believe that poverty around the world has sparked companies&#8217; interests in making computer more affordable to those who otherwise wouldn&#8217;t be able to buy a computer or laptop at the current price.  This spawned the making of the Eee PC by Asus who created an affordable laptop that has all the basics one would need in a computer.   Making computers more affordable allows more people to experience new things with the use of their computer.  Research can be done on the internet which beats going to the library and sifting through hundreds of pages before finding what you need.  This also allows people to work more efficiently and provides them with the knowledge on operating a computer if they&#8217;ve never touched one before.  You can read more about the Eee PC and compare the different models over at <a title="Asus Eee PC homepage" href=" http://usa.asus.com/products.aspx?l1=24&amp;amp;l2=164" target="_blank">Asus&#8217; website here</a></p>
<p>Poverty is unavoidable in certain areas of the world but if we can all take a little time and donate a laptop or cell phone or even some spare cash we could start a chain reaction that one day would alleviate some of the burden felt in areas where technology and education are scarce.  To read more you can go to <a title="Blog Action Day homepage" href="http://blogactionday.org" target="_blank">Blog Action Day&#8217;s homepage.</a></p>
<p><script src="http://blogactionday.org/js/6c6606735a77487e22a9e341dbcbce1f303ab21e"></script></p>
Similar Posts:<ul><li><a href="http://easytechtalk.com/2007/09/14/blog-action-day/" rel="bookmark" title="September 14, 2007">Blog Action Day</a></li>

<li><a href="http://easytechtalk.com/2007/10/15/recycle-old-electronics-and-cell-phones/" rel="bookmark" title="October 15, 2007">Recycle old electronics and cell phones</a></li>

<li><a href="http://easytechtalk.com/2007/10/23/the-next-technological-advancement/" rel="bookmark" title="October 23, 2007">The next technological advancement</a></li>

<li><a href="http://easytechtalk.com/2007/08/21/wi-fi-is-everywherealmost/" rel="bookmark" title="August 21, 2007">Wi-Fi is everywhere&#8230;almost</a></li>

<li><a href="http://easytechtalk.com/2008/02/24/integrated-address-changing/" rel="bookmark" title="February 24, 2008">Addressing an issue</a></li>
</ul><!-- Similar Posts took 12.526 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=WbTRM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=WbTRM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=X3rxm"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=X3rxm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=Tlq5m"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=Tlq5m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=YDC7m"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=YDC7m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=UyvkM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=UyvkM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=nbwwM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=nbwwM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EasyTechTalk/~4/422128858" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://easytechtalk.com/2008/10/15/blog-action-day-poverty/feed/</wfw:commentRss>
		<feedburner:origLink>http://easytechtalk.com/2008/10/15/blog-action-day-poverty/</feedburner:origLink></item>
		<item>
		<title>DTV 2009</title>
		<link>http://feeds.feedburner.com/~r/EasyTechTalk/~3/410540238/</link>
		<comments>http://easytechtalk.com/2008/10/03/dtv-2009/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:51:03 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
		
		<category><![CDATA[Television]]></category>

		<category><![CDATA[analog]]></category>

		<category><![CDATA[cable]]></category>

		<category><![CDATA[converter]]></category>

		<category><![CDATA[digital]]></category>

		<category><![CDATA[DTV]]></category>

		<category><![CDATA[dtv 2009]]></category>

		<category><![CDATA[satellite]]></category>

		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://easytechtalk.com/?p=157</guid>
		<description>So it&amp;#8217;s coming close to the DTV switch occurring on February 17th 2009 at midnight and I wanted to take a minute and explain exactly what&amp;#8217;s going to happen.
As of right now, all full power television stations are providing their service over the air as an analog signal and through cable companies as a digital [...]</description>
			<content:encoded><![CDATA[<p>So it&#8217;s coming close to the DTV switch occurring on February 17th 2009 at midnight and I wanted to take a minute and explain exactly what&#8217;s going to happen.</p>
<p>As of right now, all full power television stations are providing their service over the air as an analog signal and through cable companies as a digital signal.  The analog signal can be received by any TV using an antenna (rabbit ears) similar to how your radio works in your car, while the digital signal can only be received by a TV with a digital tuner or through cable / satellite service.   The DTV 2009 switch will require all analog signals to be stopped and only digital signals will be provided. This means if you only use an antenna to receive your TV stations, you will lose this service unless you sign up for cable / satellite or get a DTV converter box.</p>
<p>Now the government is providing 2 coupons each worth $40 towards the purchase of certified DTV converter boxes.  These boxes will simply convert a television signal coming into your house into a digital television or DTV signal.</p>
<p>The reason the government is requiring all stations to switch over to an all digital signal is to clear the airwaves for emergency services and provide television viewers a clearer picture on their TVs.  This will ensure that emergency responders have a clear signal to use in case of a disaster.</p>
<p>The DTV switch is causing a lot of confusion and hopefully this will clear that up.  You do not need to buy a new TV or even sign up for cable as long as you get a DTV converter box from your local retail store.  Make sure you check out the government&#8217;s web page on DTV 2009 and make sure you get the correct DTV converter box.  You can visit the <a title="DTV 2009 homepage" href="https://www.dtv2009.gov/" target="_blank">DTV 2009 site here</a>.</p>
<p>Do you still use an antenna to receive your TV stations? Leave a comment and tell us what you think of the DTV switch.</p>
Similar Posts:<ul><li><a href="http://easytechtalk.com/2007/09/16/have-you-seen-my-dlp/" rel="bookmark" title="September 16, 2007">Have you seen my DLP?</a></li>

<li><a href="http://easytechtalk.com/2007/10/01/sony-confirms-oled-by-december-1st/" rel="bookmark" title="October 1, 2007">Sony confirms OLED by December 1st</a></li>

<li><a href="http://easytechtalk.com/2007/09/12/closed-captions-provided-by/" rel="bookmark" title="September 12, 2007">Closed Captions provided by&#8230;</a></li>

<li><a href="http://easytechtalk.com/2007/08/15/5/" rel="bookmark" title="August 15, 2007">Let&#8217;s talk about HDTV</a></li>
</ul><!-- Similar Posts took 6.724 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=0ItVM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=0ItVM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=vh3um"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=vh3um" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=Q06Bm"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=Q06Bm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=ZT6Wm"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=ZT6Wm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=BsBDM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=BsBDM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/EasyTechTalk?a=VlMxM"><img src="http://feeds.feedburner.com/~f/EasyTechTalk?i=VlMxM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EasyTechTalk/~4/410540238" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://easytechtalk.com/2008/10/03/dtv-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://easytechtalk.com/2008/10/03/dtv-2009/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.674 seconds -->
