<?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>Talk Binary &#187; Featured</title>
	<atom:link href="http://talkbinary.com/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>10 Reasons Why People Initially Suck at Programming</title>
		<link>http://talkbinary.com/featured/10-reasons-why-people-initially-suck-at-programming/</link>
		<comments>http://talkbinary.com/featured/10-reasons-why-people-initially-suck-at-programming/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 16:00:37 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[how to code]]></category>
		<category><![CDATA[how to improve programming skills]]></category>
		<category><![CDATA[how to improve your programming]]></category>
		<category><![CDATA[how to program]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[suck at programming]]></category>
		<category><![CDATA[ways to improve programming]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=3186</guid>
		<description><![CDATA[Initially everyone sucks at programming. So we decided to compile a list that identifies reasons and advice to improve your programming skills. 1. Is programming right for everyone? Let&#8217;s get this straight. Programming is not for everyone. Programming is for those who have a passion for solving hard problems to make everyday life a lot<a class="moretag" href="http://talkbinary.com/featured/10-reasons-why-people-initially-suck-at-programming/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p>Initially everyone sucks at programming. So we decided to compile a list that identifies reasons and advice to improve your programming skills. </p>
<p><center><div id="attachment_3187" class="wp-caption alignnone" style="width: 510px"><img src="http://talkbinary.com/wp-content/uploads/2010/08/Novice.jpg" alt="Novice" title="Novice" width="500" height="333" class="size-full wp-image-3187" /><p class="wp-caption-text"><a href='http://www.flickr.com/photos/hawee/3527878000/'>Photo by Ha-Wee</a></p></div></center></p>
<h3 id="section-1">1. Is programming right for everyone?</h3>
<p>Let&#8217;s get this straight. Programming is not for everyone. Programming is for those who have a passion for solving hard problems to make everyday life a lot better.</p>
<p>For example check this <a href="http://gizmodo.com/5612145/how-a-16+yo-kid-made-his-first-million-dollars-following-his-hero-steve-jobs">16-yo Kid Makes a Million Dollars Following His Hero Steve Jobs</a>. The only reason he is so successful is because he had a passion for what he was doing. </p>
<p>So if you find yourself lacking some motivation, maybe thats why you aren&#8217;t that great. Go find it and last time I checked, money pushes so many people forward.<br />
<span id="more-3186"></span></p>
<h3 id="section-2">2. It&#8217;s a skill that takes time to master.</h3>
<p><div id="attachment_1285" class="wp-caption alignleft" style="width: 160px"><img src="http://talkbinary.com/wp-content/uploads/2008/12/ninja01-150x150.jpg" alt="" title="Ninja" width="150" height="150" class="size-thumbnail wp-image-1285" /><p class="wp-caption-text">Beware of my coding skills!</p></div>Like anything else, programming is an art in itself. Yes, you&#8217;ll have trouble initially but if you stick with it, you&#8217;ll develop the skills necessary to become an avid programmer. </p>
<p>Many will be intimidated by the nerds, naturals, prodigy childs, or even how hard programming is. Just fear not, put them aside and focus what really matters, your skills. I didn&#8217;t know much about programming when I started in my CS career in college, and before I knew it, I became an <a href="http://www.amazon.com/Technical-University-Recruiting-Careers/b/ref=amb_link_5763692_6?ie=UTF8&#038;node=239379011&#038;pf_rd_m=ATVPDKIKX0DER&#038;pf_rd_s=left-4&#038;pf_rd_r=000V6STDRQMY027Z2FXC&#038;pf_rd_t=101&#038;pf_rd_p=1271972502&#038;pf_rd_i=203348011">Amazon Code Ninja</a> (Arizona).<br />
<br/><br/></p>
<h3 id="section-3">3. They have the wrong attitude</h3>
<p>I&#8217;ve seen this way too many times where people start blaming the professor who can&#8217;t teach, the TA, the crappy compiler, the IDE, or even the OS. As long as you keep complaining, your programming is going to be just as bad. So get a positive attitude! </p>
<p>Did you know <a href="http://en.wikipedia.org/wiki/RollerCoaster_Tycoon">Roller Coaster Tycoon</a> was written almost entirely in <em>assembly</em>? Yeah go figure. If there is a will, there is a way.  </p>
<h3 id="section-4">4. I just don&#8217;t understand these abstract concepts.</h3>
<p>Programming requires you to think outside the box. When you are a beginner, you&#8217;ll come across algorithms, data structures, conventions, and an entire myriad of other things that will mess with your mind. </p>
<p>Take it slow, and just start learning everything one step at at time. If you don&#8217;t understand Wikipedia it, Google It, or ask someone who knows (That by the way, is my secret recipe for learning something new). Try out examples until you fully understand it. </p>
<p>If you don&#8217;t understand the basics, how do you think you are going to understand the advanced topics?</p>
<h3 id="section-5">5. Wait, we can use Google?</h3>
<p>When you have trouble debugging your code or can&#8217;t figure out how to do something, Google is your <strong>best</strong> friend. I don&#8217;t encourage it for plagiarizing code, I&#8217;m encouraging it because thousands of other people have probably had your same exact question. And guess what? Others help them to figure out their problem and provide a solution.</p>
<p><center><div id="attachment_3267" class="wp-caption alignnone" style="width: 310px"><a href="http://talkbinary.com/wp-content/uploads/2010/08/Screen-shot-2010-08-16-at-11.23.42-PM.png"><img src="http://talkbinary.com/wp-content/uploads/2010/08/Screen-shot-2010-08-16-at-11.23.42-PM-300x147.png" alt="GoogleSearchProgramming" title="GoogleSearch" width="300" height="147" class="size-medium wp-image-3267" /></a><p class="wp-caption-text"><small>Just do it. Everyone does because its the smartest thing to do. </small></p></div></center></p>
<p>So if you forget about to make a random number, don&#8217;t understand a bug, or simply can&#8217;t figure something out, <em>Google</em> it!</p>
<h3 id="section-6">6. Careful planning and design? Just code while you go!</h3>
<p>Before I help anyone with their code, I ask to see their algorithm. If they can&#8217;t provide it, I tell them to develop one and nearly all the time they&#8217;ll figure out why their program didn&#8217;t work.</p>
<blockquote><p><em>An algorithms is the framework, and basis, of a program. Many beginners don&#8217;t develop one, and write as it goes. When that happens, they lose track of their direction in solving the problem and it becomes difficult debugging. &#8211; Benjamin</em></p></blockquote>
<p>So next time, save yourself some time and jot your plan of attack on a piece of paper. Start programming until you know how to solve your problem. I do it, and it works amazingly. </p>
<p>You don&#8217;t want your program looking like this poor guy, <a href="http://www.youtube.com/watch?v=ASoCJTYgYB0">Asimo falling down stairs</a>, do you? So plan accordingly!</p>
<h3 id="section-7">7. I have a ton of Errors!! What do I do??</h3>
<p>Calm down and relax. Errors are inevitable and happen more frequently than you might think. They are usually accompanied with a line number, simple explanation and sometimes a suggestion. Just go back and try understanding what went wrong. If not, just copy and paste the entire message into Google. Most of the time, it&#8217;ll work. </p>
<p> Another thing to try is, code in short snippets and compile your code, <strong>frequently</strong>. This method will guarantee that you won&#8217;t have a terminal full of error messages you don&#8217;t understand and will speed up your programming.</p>
<h3 id="section-8">8. I don&#8217;t understand the language, syntax, or programming environment.</h3>
<p>Well, if you don&#8217;t understand it, then there really is a problem. In my senior design class we were making a video game using <a href="http://www.ogre3d.org/">Ogre3D</a>. Let me tell you, it wasn&#8217;t the best experience since we were all coding as we went and never really had a great introduction to the environment. We ended up starting from scratch 8 weeks into our project and had to put in about an average of 8 hours a day for two weeks. The last few days we were putting in easily over 14 hours while taking 3-4 other classes&#8230;</p>
<p>This taught us to put in the time beforehand to really understand everything about the language, syntax, concepts, and programming environment before we started programming. This would&#8217;ve saved us not hours, but <em>days</em>.</p>
<h3 id="section-9">9. But the problem is so hard!</h3>
<p><div id="attachment_3250" class="wp-caption alignleft" style="width: 160px"><a href="http://talkbinary.com/wp-content/uploads/2010/08/doodlejump.jpg"><img src="http://talkbinary.com/wp-content/uploads/2010/08/doodlejump-150x150.jpg" alt="" title="doodlejump" width="150" height="150" class="size-thumbnail wp-image-3250" /></a><p class="wp-caption-text"><small>Look how I jump into 5 million wallets!!</small></p></div>Do you have an algorithm? Well, that&#8217;s your first problem. If you still can&#8217;t solve it, try taking a break. People usually figure out how to solve a problem when they are away from the computer. I&#8217;ve had many times where I even came up with a solution <em>in my sleep</em>.</p>
<p>Many times all a programmer needs is some fresh air or even a distraction. This will free up your mind and possibly let you see what you didn&#8217;t before. </p>
<p>Even sometimes, the best way to solve your problem requires an elegant solution. So the next time you try coming up with a convoluted idea for an iPhone game, check out <a href="http://en.wikipedia.org/wiki/Doodle_Jump">Doodle Jump</a>. All you do is jump and this game has managed to sell over <em>5 million</em> copies. </p>
<h3 id="section-10">10. I&#8217;m waiting for my friend here  to solve this problem</h3>
<p>This is probably the top reason out of all listed above why some people just plain suck at programming. If all you are doing is waiting for your buddy to help you out, then you aren&#8217;t learning anything at all. Sure, they might spend hours trying to figure it out, but in the end that experience is what counts. </p>
<p>So stop depending on other people and learn to become independent. If you aren&#8217;t, maybe that&#8217;s why you aren&#8217;t that great (Or hey, maybe you can become lucky like <a href="http://en.wikipedia.org/wiki/Mark_Zuckerberg">Mark Zuckerberg</a>).</p>
<p>Thanks to <em>Tony, Jay, Chris, William, Miguel, Al, Roby, Joseph, Felicia, Benjamin, Jesse, Pierre, Erick, and Tony</em> for your amazing input on my <a href="http://www.facebook.com/note.php?note_id=455859656521">Why do people initially suck at programming?</a> note on FB.</p>
<p>Have any other reasons you encountered that brought you down? Feel free to post them below and how you managed to do better, if you did! We&#8217;d love to hear from you. </p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/featured/10-reasons-why-people-initially-suck-at-programming/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>Blender &#8211; Free Open Source 3D Content Creation Suite</title>
		<link>http://talkbinary.com/featured/blender-free-open-source-3d-content-creation-suite/</link>
		<comments>http://talkbinary.com/featured/blender-free-open-source-3d-content-creation-suite/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 17:51:12 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[3D Content Creation]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Blender]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Interactive 3D]]></category>
		<category><![CDATA[Rendering]]></category>
		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=2751</guid>
		<description><![CDATA[Blender is a free open source 3D content creation suite for all major operation systems under the GNU General Public License. It can be used for modeling, animating, texturing, UV unwrapping, rendering, simulations, and for creating interactive 3D applications such as videos, video games, and visual effects. Blender competes fairly with commercial software such as<a class="moretag" href="http://talkbinary.com/featured/blender-free-open-source-3d-content-creation-suite/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://talkbinary.com/wp-content/uploads/2010/07/blenderlogo.png"><img src="http://talkbinary.com/wp-content/uploads/2010/07/blenderlogo.png" alt="" title="blenderlogo" width="140" height="50" class="alignleft size-full wp-image-2752" /></a><em><a href="http://www.blender.org/">Blender</a> is a free open source 3D content creation suite for all major operation systems under the <a href="http://www.blender.org/education-help/faq/gpl-for-artists/">GNU General Public License</a>.</em> It can be used for modeling, animating, texturing, UV unwrapping, rendering, simulations, and for creating interactive 3D applications such as videos, video games, and visual effects. Blender competes fairly with commercial software such as <a href="http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&#038;id=13577897">Maya</a> due to its feature set since it leads in a few features but lacking in others. </p>
<p><center><br />
<a href="http://talkbinary.com/wp-content/uploads/2010/07/blenderui.jpg"><img src="http://talkbinary.com/wp-content/uploads/2010/07/blenderui-150x150.jpg" alt="" title="blenderui" width="150" height="150" class="aligncenter size-thumbnail wp-image-2757" /></a> <a href="http://talkbinary.com/wp-content/uploads/2010/07/blendergame.jpg"><img src="http://talkbinary.com/wp-content/uploads/2010/07/blendergame-150x150.jpg" alt="" title="blendergame" width="150" height="150" class="aligncenter size-thumbnail wp-image-2756" /></a> <a href="http://talkbinary.com/wp-content/uploads/2010/07/blenderanimating.jpg"><img src="http://talkbinary.com/wp-content/uploads/2010/07/blenderanimating-150x150.jpg" alt="" title="blenderanimating" width="150" height="150" class="aligncenter size-thumbnail wp-image-2755" /></a><br />
<small>Source: <a href="http://www.blender.org/features-gallery/features/">Blender &#8211; Features</small><br />
</center><br />
<span id="more-2751"></span><br />
<a href="http://www.blender.org/education-help/">Blender &#8211; Education &#038; Help</a> is a great resource since it contains a Wiki User Manual, Docs and Videos, FAQ, Demo Files, Support forum and chat, amongst other resources. When I started using it alongside <a href="http://talkbinary.com/iphone-development/9-game-engines-for-iphone-development/">SIO2 3D Game Engine</a> I checked out the <a href="http://www.blender.org/education-help/tutorials/">Blender &#8211; Tutorials</a> section and got started right away. With the large variety of tutorials for <a href="http://www.blender.org/">Blender</a>, you can always find something you are looking for. I remember taking my senior graduate video game course in college and was amazed by people&#8217;s ability to use Blender. When I asked how they did it, they would always mention they would follow the video tutorials online and after that, let their creativity soar. </p>

<h3 id="section-1">Blender&#8217;s Gallery of Content</h3>
<p>Still not impressed? Check out their <a href="http://www.blender.org/features-gallery/gallery/art-gallery/">Blender &#8211; Art Gallery</a> and take a look at a video below created in Blender. Also be sure to check out my <a href="http://www.flickr.com/photos/talkbinary/sets/72157624465548042/with/4797978467/">iPhone Development Flickr set</a> where you can see my creations in Blender.</p>
<p><center><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5388581&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5388581&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/5388581">Kajimba &#8211; snippets</a> from <a href="http://vimeo.com/user878984">Kajimba</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>A compilation of old and new for all the fans and the uninitiated.</p>
<p>http://www.kajimba.com</p>
<p></center></p>
<h3 id="section-2">Overview of Blender</h3>
<p>For those wanting to get into 3D modeling, animating rendering, or making films, <a href="http://www.blender.org/">Blender</a> is a great place to start. Sure, the UI isn&#8217;t that intuitive in the beginning, but once your check out the tutorial videos found on their website, you&#8217;ll learn that learning the keyboard shortcuts is your best bet. Just have patience and let your imagination do the work.</p>
<p><a href="http://www.blender.org/">Blender</a><br />
<a href="http://www.blender.org/features-gallery/gallery/art-gallery/">Blender &#8211; Art Gallery</a><br />
<a href="http://www.blender.org/education-help/tutorials/">Blender &#8211; Tutorials</a><br />
<a href="http://www.blender.org/features-gallery/features/">Blender &#8211; Features<br />
<a href="http://www.flickr.com/photos/talkbinary/sets/72157624465548042/with/4797978467/">iPhone Development Flickr set</a><br />
<a href="http://talkbinary.com/iphone-development/9-game-engines-for-iphone-development/">SIO2 3D Game Engine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/featured/blender-free-open-source-3d-content-creation-suite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get a Free Year of Amazon Prime with .edu Email Address</title>
		<link>http://talkbinary.com/featured/get-a-free-year-of-amazon-prime-with-edu-email-address/</link>
		<comments>http://talkbinary.com/featured/get-a-free-year-of-amazon-prime-with-edu-email-address/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 15:07:06 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[amazon prime]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[student]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=2712</guid>
		<description><![CDATA[Ah, it feels good be a student right? All you have to do is sign up by providing your school and major and you are good to go. What does Amazon Prime offer? Unlimited Free Two-Day Shipping on Textbooks and millions of other items No minimum order size Upgrades to One-Day shipping for $3.99/item So<a class="moretag" href="http://talkbinary.com/featured/get-a-free-year-of-amazon-prime-with-edu-email-address/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://talkbinary.com/wp-content/uploads/2010/07/amazonprime.jpg"><img src="http://talkbinary.com/wp-content/uploads/2010/07/amazonprime.jpg" alt="" title="amazonprime" width="550" height="186" class="aligncenter size-full wp-image-2713" /></a></center></p>
<p>Ah, it feels good be a student right? All you have to do is sign up by providing your school and major and you are good to go.<br />
<span id="more-2712"></span><br />
What does Amazon Prime offer? </p>
<ul>
<li>Unlimited Free Two-Day Shipping on Textbooks and millions of other items</li>
<li>No minimum order size</li>
<li>Upgrades to One-Day shipping for $3.99/item</li>
</ul>
<p>So head on over and sign up with your .edu address. </p>
<p><a href="http://www.amazon.com/b/?node=668781011&#038;tag=gmgamzn-20">Amazon Student</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/featured/get-a-free-year-of-amazon-prime-with-edu-email-address/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wubi &#8211; Ubuntu Installer for Windows</title>
		<link>http://talkbinary.com/linux/wubi-ubuntu-installer-for-windows/</link>
		<comments>http://talkbinary.com/linux/wubi-ubuntu-installer-for-windows/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 06:05:58 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wubi]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=2622</guid>
		<description><![CDATA[Ever wanted to try Linux but afraid of the complex installation process? Worry no more. Wubi is an officially supported Ubuntu installer for Windows users than brings Linux to anyone with a simple installer as any other Windows application. I&#8217;d say, Wubi is the best and easiest way to get started with Linux. So how<a class="moretag" href="http://talkbinary.com/linux/wubi-ubuntu-installer-for-windows/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://talkbinary.com/wp-content/uploads/2010/07/wubi_logo1.gif"><img src="http://talkbinary.com/wp-content/uploads/2010/07/wubi_logo1.gif" alt="" title="wubi_logo" width="256" height="84" class="alignleft size-full wp-image-2624" /></a> Ever wanted to try Linux but afraid of the complex installation process? Worry no more. <a href="http://wubi-installer.org/">Wubi</a> is an officially supported Ubuntu installer for Windows users than brings Linux to anyone with a simple installer as any other Windows application. I&#8217;d say, <em>Wubi is the best and easiest way to get started with Linux</em>.</p>
<p>So how does it work? Simply run the <a href="http://wubi-installer.org/">Wubi</a> installer, enter a password for the account, choose some basic options, and click &#8220;Install&#8221;. Yes, it&#8217;s that simple. It&#8217;s not going to take any modifying of your partitions or boot loader. It just works like any other application. Yes, it&#8217;s that simple. If you don&#8217;t like it, simple uninstall it like any other application. Best of all, it&#8217;s free.<br />
<span id="more-2622"></span><br />
<center><a href="http://talkbinary.com/wp-content/uploads/2010/07/wubi-123_small.png"><img src="http://talkbinary.com/wp-content/uploads/2010/07/wubi-123_small.png" alt="" title="wubi-123_small" width="510" height="320" class="aligncenter size-full wp-image-2630" /></a></center></p>
<p>I&#8217;ve used it and to be honest, it&#8217;s great. <a href="http://wubi-installer.org/">Wubi</a>  is hassle free and extremely easy to use. Like mentioned, it&#8217;s extremely easy to uninstall and no need to worry about something going wrong. </p>
<h3 id="section-1">What to know about Wubi</h3>
<p>Below are somethings that you should know about <a href="http://wubi-installer.org/">Wubi</a> before you try it out.</p>
<ul>
<li>Read the <a href="http://wubi-installer.org/faq.php">Wubi FAQ</a> if you want to know how it works and answers to many of your questions</li>
<li>To make it easier, pre-download the ISO and save it to the same directory where  <a href="http://wubi-installer.org/">Wubi</a> is extracted. That way, the installer doesn&#8217;t need to download it every time you run it. </li>
<li>You can force  <a href="http://wubi-installer.org/">Wubi</a> to use a 32-bit verison of Ubuntu if you follow the previous step</li>
<li>All you need is 256MB of RAM and an 1GHz or faster Intel/AMD processor is recommended for optimal performance. Installation requires 5GB. Bought your computer within the past 3 years? You should be fine.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/linux/wubi-ubuntu-installer-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Euler &#8211; Mathematical/Computer Programming Related Questions</title>
		<link>http://talkbinary.com/programming/project-euler-mathematicalcomputer-programming-related-questions/</link>
		<comments>http://talkbinary.com/programming/project-euler-mathematicalcomputer-programming-related-questions/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 04:43:37 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[math questions]]></category>
		<category><![CDATA[project euler]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=1633</guid>
		<description><![CDATA[Project Euler provides you with a series of mathematical problems that require some computer programming skills to solve. It aims at making the user dive into new areas in order to learn new concepts for fun. Let&#8217;s take a look at their first problem. Find the sum of all the multiples of 3 or 5<a class="moretag" href="http://talkbinary.com/programming/project-euler-mathematicalcomputer-programming-related-questions/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://projecteuler.net/">Project Euler</a> provides you with a series of mathematical problems that require some computer programming skills to solve. It aims at making the user dive into new areas in order to learn new concepts for fun.</p>
<p><img src="http://talkbinary.com/wp-content/uploads/2009/03/projecteuler.jpg" alt="projecteuler" title="projecteuler" width="203" height="71" class="alignnone size-full wp-image-1634" /></p>
<p>Let&#8217;s take a look at their first problem.</p>
<blockquote><p>Find the sum of all the multiples of 3 or 5 below 1000.</p></blockquote>
<p>So, what do you think? Do you have what it takes? Solving the initial questions will allow you to easier understand more complex questions. At first you might not realize why someone would want to bother with these questions. Well, keep reading. I&#8217;ll tell you why.</p>
<p><center><img src="http://talkbinary.com/wp-content/uploads/2009/03/math.jpg" alt="math" title="math" width="300" height="225" class="alignnone size-full wp-image-1639" /></center></p>
<h3 id="section-1">Serves as great practice for interviewing for positions</h3>
<p>Believe it or not, but all the interviews I&#8217;ve had have required me to solve at least one mathematical question using computer programming. How else do you think I became an <a href="http://www.amazon.com/Technical-University-Recruiting-Careers/b/ref=amb_link_5763692_6?ie=UTF8&#038;node=239379011&#038;pf_rd_m=ATVPDKIKX0DER&#038;pf_rd_s=left-4&#038;pf_rd_r=1FB5QSDEM65BQ7WTEZ9V&#038;pf_rd_t=101&#038;pf_rd_p=465323071&#038;pf_rd_i=203348011">Amazon Code Ninja</a>? I solved a mathematical question involving fibonacci, recursion, and C++! When I interviewed with Google, that&#8217;s the first thing I encountered as well, another mathematical question! Unfortunately I wasn&#8217;t prepared (or the time allotted wasn&#8217;t sufficient and the fact it was over the phone didn&#8217;t help). Either way, I wish I had started practicing earlier.<br />
<span id="more-1633"></span><br />
That is why I recommend <a href="http://projecteuler.net/">Project Euler</a>. I&#8217;ll be diving into these questions and potentially going over them on Talk Binary later on. So if you need a buddy to solve the problems with, let&#8217;s do it together. This will allow you to develop and learn new concepts that might prove useful in the future. It also might be something fun to play around with on your spare time. </p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/programming/project-euler-mathematicalcomputer-programming-related-questions/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Classic Pong Source Code Released</title>
		<link>http://talkbinary.com/programming/opengl/classic-pong-source-code-released/</link>
		<comments>http://talkbinary.com/programming/opengl/classic-pong-source-code-released/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 03:00:17 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[how do I make a game]]></category>
		<category><![CDATA[learn how to make games]]></category>
		<category><![CDATA[pong game]]></category>
		<category><![CDATA[source code for game]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=668</guid>
		<description><![CDATA[Note: Version of Pong had to be taken down to legal issues with the graphics package. I should be releasing my own version sometime soon! Be patient. Thank you. I finally got around to finish my version of Pong. It isn&#8217;t true to the original game, but resembles it somewhat in game play. This isn&#8217;t<a class="moretag" href="http://talkbinary.com/programming/opengl/classic-pong-source-code-released/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p><center><font color="red"><b>Note: Version of Pong had to be taken down to legal issues with the graphics package. I should be releasing my own version sometime soon! Be patient. Thank you.</b></center></font><br />
<br/><br />
I finally got around to finish my version of Pong. It isn&#8217;t true to the original game, but resembles it somewhat in game play. This isn&#8217;t supposed to be a deep game, simply a downloadable game that you can modify in order to learn how to make a simple video game.</p>
<p><center><a href="http://talkbinary.com/wp-content/uploads/2008/08/pong.jpg"><img src="http://talkbinary.com/wp-content/uploads/2008/08/pong-300x232.jpg" alt="" title="pong" width="300" height="232" class="alignnone size-medium wp-image-542" /></a></center></p>
<h3 id="section-1">How to get started</h3>
<p>You simply need to know C++ in order to start! </p>
<p><a href="http://talkbinary.com/2008/08/codeblocks-with-sdl-support/">Codeblocks with SDL support</a> &#8211; Check out this post in order to learn how to set up your environment in Windows using CodeBlocks</p>
<p><a href="http://www.mediafire.com/download.php?ohremrpbzaj">Download Pong</a> &#8211; and get started right away!</p>
<h3 id="section-2">So what do I do?</h3>
<p>Simply open the project file once you extracted the files.</p>
<p><center><img src="http://talkbinary.com/wp-content/uploads/2008/08/projectfile.jpg" alt="" title="projectfile" width="169" height="116" class="alignnone size-full wp-image-714" /></center></p>
<p>This will open the project in CodeBlocks. You can run the game by pressing F9. The game is also found under the bin/Release folder as an executable. If you want to give simply the game, just zip up the Release folder and you should be good!</p>
<h3 id="section-3">What files to modify?</h3>
<p>The only files you need to modify are <strong>paddle, ball, and game</strong> class to modify the existing game. </p>
<p>To add additional keyboard support, fonts, images, music, and more, refer to the other classes. </p>
<p><span id="more-668"></span></p>
<h3 id="section-4">What now?</h3>
<p><a href="http://talkbinary.com/forums/index.php?topic=59.msg141#msg141">Visit the post on the forum</a> for help or comments! Also, show us your creation! We&#8217;d like to see what you can come up with!</p>
<p>I hope everyone enjoys this. Tell me what you think!</p>
<h3 id="section-5">Thanks to</h3>
<p>Thanks to Roby Atadero&#8217;s comments and great OpenGL/SDL package! Couldn&#8217;t have done it without him. </p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/programming/opengl/classic-pong-source-code-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>10 Interesting Articles from this past week!</title>
		<link>http://talkbinary.com/featured/10-interesting-articles-from-this-past-week-2/</link>
		<comments>http://talkbinary.com/featured/10-interesting-articles-from-this-past-week-2/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 15:55:50 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interesting articles]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=188</guid>
		<description><![CDATA[These are articles and a video I star on my Google Reader and I tend to enjoy reading and viewing them! Hopefully everyone will do the same! Engadget &#8211; Bill Gates demonstrates his frustrations of XP through an e-mail &#8211; Bill Gates? Complaining about Windows? Got to be kidding me! No, its true. ScoreHero &#8211;<a class="moretag" href="http://talkbinary.com/featured/10-interesting-articles-from-this-past-week-2/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p>These are articles and a video I star on my Google Reader and I tend to enjoy reading and viewing them! Hopefully everyone will do the same!</p>
<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/p1o1piRVsaE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/p1o1piRVsaE&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></center></p>
<p><a rel="nofollow" href="http://feeds.engadget.com/~r/weblogsinc/engadget/~3/319910831/">Engadget &#8211; Bill Gates demonstrates his frustrations of XP through an e-mail</a> &#8211; Bill Gates? Complaining about Windows? Got to be kidding me! No, its true.</p>
<p><a rel="nofollow" href="http://rockband.scorehero.com/forum/viewtopic.php?t=11340">ScoreHero &#8211; GameInformer article on Rock Band 2</a> &#8211; Check out the new peripherals for the upcoming Rock Band 2! The special edition drum kit looks so much better than Guitar Heroes! As a fan, I&#8217;m waiting for this to come out to purchase it!</p>
<p><a rel="nofollow" href="http://feeds.feedburner.com/~r/CrackedRSS/~3/326620136/article_16409_5-most-baffling-explosions-in-movie-history.html">Cracked &#8211; 5 most baffling explosions in history!</a> &#8211; Hollywood does show some really weird stunts on the big screen! Thing is, the audience never says a thing! An example, a wooden cart blowing up after a collision!? Insane!</p>
<p><a rel="nofollow" href="http://feeds.feedburner.com/~r/CrackedRSS/~3/324861350/article_16458_5-terrible-life-lessons-hollywood-loves-teach-you.html">Cracked &#8211; 5 Terrible Lessons Hollywood Teaches You</a> &#8211; Hollywood like always tends to put a bunch of gibberish out there. As a hot guy always falls in love with a hot girl, etc kinda thing. Check this out!<span id="more-188"></span></p>
<p><a rel="nofollow" href="http://feeds.collegehumor.com/~r/collegehumor/articles/~3/324150603/article:1758277">College Humor &#8211; Cyanide and Happiness</a> &#8211; Gotta love  these web comics!</p>
<p><a rel="nofollow" href="http://feeds.collegehumor.com/~r/collegehumor/articles/~3/324263132/article:1758356">College Humor &#8211; People and their non understanding of technology&#8230;</a> &#8211; Older people and technology&#8230;pshh! They don&#8217;t know what burning a cd means or what the internet really is&#8230;</p>
<p><a rel="nofollow" href="http://feeds.gawker.com/~r/lifehacker/full/~3/313693104/how-to-make-windows-vista-less-annoying">LifeHacker &#8211; How to make Windows Vista a little less annoying</a> &#8211; How to get rid of all the RAM eating nonsense and tidbits that make you pull out your hair when you are asked if you are sure if what you clicked on was really it&#8230;</p>
<p><a rel="nofollow" href="http://feeds.feedburner.com/~r/Techcrunch/~3/330257622/">TechCrunch &#8211; 20k Reasons to Stay in the Basement</a> &#8211; Make video games in Flash? Make 20k if you make it right! Check it out!</p>
<p><a rel="nofollow" href="http://www.gamingblog.org/entry/new-call-of-duty-world-at-war-screens-surface/">Gaming Blog &#8211; Call of Duty World at Way Screens</a> &#8211; Will World at War be as successful or more than Modern Warfare? Let&#8217;s hope so!</p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/featured/10-interesting-articles-from-this-past-week-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Yellow Dog Linux on a PS3 (with video)</title>
		<link>http://talkbinary.com/linux/installing-yellow-dog-linux-on-a-ps3-with-video/</link>
		<comments>http://talkbinary.com/linux/installing-yellow-dog-linux-on-a-ps3-with-video/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 02:38:20 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How to install linux on a PS3]]></category>
		<category><![CDATA[Installing linux on PS3]]></category>
		<category><![CDATA[Linux on PS3]]></category>
		<category><![CDATA[other os]]></category>
		<category><![CDATA[other Os on PS3]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[Yellow Dog linux on PS3]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=176</guid>
		<description><![CDATA[Hello to everyone! As Diego mentioned in an earlier post, I (Andy) will start posting on Talk Binary and after a small crash course on how to post, here is my very first post for everyone to enjoy. This is a quick and easy video tutorial on how to setup Yellow Dog Linux on your<a class="moretag" href="http://talkbinary.com/linux/installing-yellow-dog-linux-on-a-ps3-with-video/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p>Hello to everyone! As Diego mentioned in an earlier post, I (Andy) will start posting on Talk Binary and after a small crash course on how to post, here is my very first post for everyone to enjoy. This is a quick and easy video tutorial on how to setup Yellow Dog Linux on your Play Station 3. <strong>This tutorial assumes you have experience installing a Linux operating system. </strong> I do not go over the install process but simply teach you how to get there. Enjoy, and feel free to post comments or ask questions in our forums.</p>
<h3 class="title"> <strong>Check List</strong></h3>
<p>1. Yellow Dog Linux Image:<a href="http://www.terrasoftsolutions.com/support/downloads/" rel="nofollow"> Terra Soft Download Section</a></p>
<p>2. A blank DVD to Burn the image. <br/><br />
3. Some Sort of External Media to <strong>Back-up</strong> Game Saves, Music, Pics, and Vids. <br/><br />
4. A High Definition TV </p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/byjhmVYmkBM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/byjhmVYmkBM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></center><br />
<span id="more-176"></span><br />
Once you see this on your screen:</p>
<p><center><a href='http://talkbinary.com/wp-content/uploads/2008/07/linux-install.jpg'><img src="http://talkbinary.com/wp-content/uploads/2008/07/linux-install-300x191.jpg" alt="Penguin Peguin" title="Boot Loader Screen" width="300" height="191" class="alignnone size-medium wp-image-177" /></a> </center></p>
<p>The next step is to Run through the install process and your done!</p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/linux/installing-yellow-dog-linux-on-a-ps3-with-video/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>10 Interesting Articles From this Past Week</title>
		<link>http://talkbinary.com/featured/10-interesting-articles-from-this-past-week/</link>
		<comments>http://talkbinary.com/featured/10-interesting-articles-from-this-past-week/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 23:30:46 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=147</guid>
		<description><![CDATA[I&#8217;ll be sharing with all of you some interesting stories on the internet that I&#8217;ve stumbled on or have been referred to other users. Hopefully you&#8217;ll enjoy them as much as I do! If you have any suggestions on what else you might want to see, just drop me a line! Speed Testing The Latest<a class="moretag" href="http://talkbinary.com/featured/10-interesting-articles-from-this-past-week/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be sharing with all of you some interesting stories on the internet that I&#8217;ve stumbled on or have been referred to other users. Hopefully you&#8217;ll enjoy them as much as I do! If you have any suggestions on what else you might want to see, just drop me a line!<br />
<br/><br />
<a href="http://feeds.gawker.com/~r/lifehacker/full/~3/311268774/speed-testing-the-latest-web-browsers" rel="nofollow">Speed Testing The Latest Web Broswers</a> &#8211; Ok, people using IE, READ THIS. I&#8217;m tired of hearing people say, IE has always worked, why change? It&#8217;s like having Christopher Columbus deciding to stay home, why does he need to find a new continent!?<br />
<br/><br />
<a href="http://feeds.gawker.com/~r/lifehacker/full/~3/317538072/extreme-lifehacker-home-office-makeover" rel="nofollow">Extreme Lifehacker Home Office Makeover </a> &#8211; I&#8217;m pretty sure many of you feel the same way about your desk from time to time&#8230;it may be too cluttered!! This article provides some good tips on how to clean it out and make it look more spacious and more time efficient as a messy desk is usually referred to an unproductive one! (Does not apply in ALL cases.)<br />
<br/><br />
<a href="http://feeds.gawker.com/~r/lifehacker/full/~3/320652071/five-best-desktop-media-players" rel="nofollow">Five Best Desktop Media Players</a> &#8211; Hoorah! Winamp made the list, unfortunately it isn&#8217;t that great as it&#8217;s gone through many changes. Fortunately, there is a great support from the community! Others include iTunes, VLC, and more.<br />
<br/><br />
<a href="http://feeds.collegehumor.com/~r/collegehumor/articles/~3/316948767/article:1757472" rel="nofollow">Clippy Helps Write a Love Letter</a> &#8211; Remember Clippy? The one from Word? Well, he apparently has a lot of history behind him.<br />
<br/><span id="more-147"></span><br />
<a href="http://www.thatvideogameblog.com/2008/06/25/rumor-mill-diablo-3-announcement-this-weekend/" rel="nofollow">Diablo 3 Announcement Coming Soon!?</a> &#8211; What!? Diablo 3!? I hope it happens. Starcraft and Diablo are the two franchises from Blizzard that keep me drooling for more.<br />
<br/><br />
<a href="http://www.thatvideogameblog.com/2008/06/21/weekend-discussion-pc-gaming-going-down-the-road-arcades-did/" rel="nofollow">PC Gaming Going Down the Road Arcades Did</a> &#8211; PC Gaming is dieing? Main culprit to blaim is piracy. I say, make games good enough people would buy! We are tired of half-@$$ ports of games that still display the X-Box 360 Controller in there Help Menu ( Lost Planet ) or tell you to press a button that doesn&#8217;t correspond to your keyboard ( Resident Evil )!<br />
<br/><br />
<a href="http://www.download.com/Stickies/3000-2074_4-10856822.html?tag=pop.feed&#038;part=rss" rel="nofollow">Stickies</a> &#8211; Have Stickies on your Windows Desktop! Great small program that is great for reminders.<br />
<br/><br />
<a href="http://feeds.gawker.com/~r/lifehacker/full/~3/316953672/five-ways-to-keep-your-car-running-at-peak-fuel-efficiency" rel="nofollow">Five Ways to Keep your Car Running at Peek Fuel Efficiency</a> &#8211; Now this one is a must for those WHO drive.<br />
<br/><br />
<a href="http://feeds.gawker.com/~r/lifehacker/full/~3/316531537/lego-digital-designer-builds-your-lego-masterpiece" rel="nofollow">Lego Digital Designer</a> &#8211; Build your Lego dream with this windows application! Have all the pieces ordered and shipped to your home to build the model of your dreams!!</a><br />
<br/><br />
<a href="http://www.thatvideogameblog.com/2008/06/18/82-react-positively-to-in-game-advertisement/" rel="nofollow">In Game Advertisement</a> &#8211; Ok come on&#8230;this one must be a joke. I understand one or two, but all over the place!?<br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/featured/10-interesting-articles-from-this-past-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: talkbinary.com @ 2012-02-09 05:05:10 -->
