<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: If I really knew how to code&#8230;</title>
	<atom:link href="http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/</link>
	<description>Nerdette ravings</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:36:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ian</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-1230</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 04 Oct 2008 17:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-1230</guid>
		<description>Well, I don&#039;t know about other things on your list but FuzzyClock screenlet is now available: http://gnome-look.org/content/show.php?content=90714  :D</description>
		<content:encoded><![CDATA[<p>Well, I don&#8217;t know about other things on your list but FuzzyClock screenlet is now available: <a href="http://gnome-look.org/content/show.php?content=90714" rel="nofollow">http://gnome-look.org/content/show.php?content=90714</a>  :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "gpl" - JabberTags</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-1180</link>
		<dc:creator>Recent Links Tagged With "gpl" - JabberTags</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-1180</guid>
		<description>[...] public links &gt;&gt; gpl   Miia Ranta: If I really knew how to code… Saved by Kimleyers on Thu 11-9-2008   GPL License Wrangles Saved by derekhty on Fri [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; gpl   Miia Ranta: If I really knew how to code… Saved by Kimleyers on Thu 11-9-2008   GPL License Wrangles Saved by derekhty on Fri [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Nuxoll</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-978</link>
		<dc:creator>Stefan Nuxoll</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-978</guid>
		<description>There&#039;s no sense in adding Gettext support to gwibber until the rest of the code gets cleaned up and better organized.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no sense in adding Gettext support to gwibber until the rest of the code gets cleaned up and better organized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-961</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Sat, 23 Aug 2008 15:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-961</guid>
		<description>The most important thing in programming (or learning to program) is to have fun.

The second most important thing is to set your goals in small, bite-sized pieces.  Things you&#039;re reasonably sure you can achieve in a couple of hours.  If you achieve them, you get the sense of satisfaction that makes programming fun.  If not, you can pick some other small task.  Every big task can be split into several smaller ones.

One thing to remember is that in programming everything is more difficult than you initially thought.  Heck, I&#039;ve been programming for over fifteen years, and I still continually underestimate the difficulty of programming tasks.

Python is a great language.  It lets you express your thoughts without having to fight the syntax or getting bogged in the details.  It will not directly help with most of your goals (those projects that are written in C or Java), but the main concepts of those languages are pretty similar, and the more languages you learn, the easier is to learn new ones.</description>
		<content:encoded><![CDATA[<p>The most important thing in programming (or learning to program) is to have fun.</p>
<p>The second most important thing is to set your goals in small, bite-sized pieces.  Things you&#8217;re reasonably sure you can achieve in a couple of hours.  If you achieve them, you get the sense of satisfaction that makes programming fun.  If not, you can pick some other small task.  Every big task can be split into several smaller ones.</p>
<p>One thing to remember is that in programming everything is more difficult than you initially thought.  Heck, I&#8217;ve been programming for over fifteen years, and I still continually underestimate the difficulty of programming tasks.</p>
<p>Python is a great language.  It lets you express your thoughts without having to fight the syntax or getting bogged in the details.  It will not directly help with most of your goals (those projects that are written in C or Java), but the main concepts of those languages are pretty similar, and the more languages you learn, the easier is to learn new ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel LaGesse</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-960</link>
		<dc:creator>Daniel LaGesse</dc:creator>
		<pubDate>Fri, 22 Aug 2008 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-960</guid>
		<description>A bit ambitious? Admittedly, python is very easy to learn. And PyGTK makes it easy to create GTK apps. I found the easiest way to learn way using the official tutorial: http://docs.python.org/tut/ (also available in many other formats). Worked for me. Pity all those apps are probably written in different languages though...

Good Luck,
Daniel</description>
		<content:encoded><![CDATA[<p>A bit ambitious? Admittedly, python is very easy to learn. And PyGTK makes it easy to create GTK apps. I found the easiest way to learn way using the official tutorial: <a href="http://docs.python.org/tut/" rel="nofollow">http://docs.python.org/tut/</a> (also available in many other formats). Worked for me. Pity all those apps are probably written in different languages though&#8230;</p>
<p>Good Luck,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peng&#8217;s links for Friday, 22 August &#171; I&#8217;m Just an Avatar</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-959</link>
		<dc:creator>Peng&#8217;s links for Friday, 22 August &#171; I&#8217;m Just an Avatar</dc:creator>
		<pubDate>Fri, 22 Aug 2008 18:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-959</guid>
		<description>[...] Ranta: If I really knew how to code&#8230; A member of Planet Ubuntu shares her wish list. You&#8217;ve got to love her emote at the bottom of [...]</description>
		<content:encoded><![CDATA[<p>[...] Ranta: If I really knew how to code&#8230; A member of Planet Ubuntu shares her wish list. You&#8217;ve got to love her emote at the bottom of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Doyle</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-958</link>
		<dc:creator>Jonathan Doyle</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-958</guid>
		<description>&lt;blockquote&gt;I’d add Adblock Plus support to Epiphany&lt;/blockquote&gt;

Word. I refuse to use Epiphany unless it gets ABP/NoScript/Tab Mix Plus support.</description>
		<content:encoded><![CDATA[<blockquote><p>I’d add Adblock Plus support to Epiphany</p></blockquote>
<p>Word. I refuse to use Epiphany unless it gets ABP/NoScript/Tab Mix Plus support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xan</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-957</link>
		<dc:creator>Xan</dc:creator>
		<pubDate>Fri, 22 Aug 2008 12:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-957</guid>
		<description>There&#039;s many things a non-coder or a hacker in training can do to help projects. If you are interested in helping Epiphany/WebKit come by #epiphany on GimpNet or send an email to the list, we&#039;ll think of somethinng for you ;)</description>
		<content:encoded><![CDATA[<p>There&#8217;s many things a non-coder or a hacker in training can do to help projects. If you are interested in helping Epiphany/WebKit come by #epiphany on GimpNet or send an email to the list, we&#8217;ll think of somethinng for you ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myrtti</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-956</link>
		<dc:creator>myrtti</dc:creator>
		<pubDate>Fri, 22 Aug 2008 10:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-956</guid>
		<description>@Laurens: sure there is adblock, but *not* Adblock Plus. Just surf to http://irc-galleria.net with Epiphany and see why I&#039;d like to see Adblock Plus on Epiphany as well.</description>
		<content:encoded><![CDATA[<p>@Laurens: sure there is adblock, but *not* Adblock Plus. Just surf to <a href="http://irc-galleria.net" rel="nofollow">http://irc-galleria.net</a> with Epiphany and see why I&#8217;d like to see Adblock Plus on Epiphany as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens</title>
		<link>http://myrtti.fi/blog/2008/08/22/if-i-really-knew-how-to-code/comment-page-1/#comment-955</link>
		<dc:creator>Laurens</dc:creator>
		<pubDate>Fri, 22 Aug 2008 10:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=211#comment-955</guid>
		<description>There is the package epiphany-extensions, (http://packages.ubuntu.com/hardy/epiphany-extensions) which provides adblocking. Works great for me!</description>
		<content:encoded><![CDATA[<p>There is the package epiphany-extensions, (<a href="http://packages.ubuntu.com/hardy/epiphany-extensions" rel="nofollow">http://packages.ubuntu.com/hardy/epiphany-extensions</a>) which provides adblocking. Works great for me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

