<?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>Nathan Jamin's Weblog &#187; Geeking Out</title>
	<atom:link href="http://www.njamin.org/blog/category/geeking-out/feed" rel="self" type="application/rss+xml" />
	<link>http://www.njamin.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jun 2010 08:21:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Testing WordPress 2.5</title>
		<link>http://www.njamin.org/blog/geeking-out/testing-wordpress-25-45.php</link>
		<comments>http://www.njamin.org/blog/geeking-out/testing-wordpress-25-45.php#comments</comments>
		<pubDate>Tue, 22 Apr 2008 18:07:41 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeking Out]]></category>

		<guid isPermaLink="false">http://www.njamin.org/blog/?p=45</guid>
		<description><![CDATA[Wow! Just wow&#8230; A great upgrade I can recommend to everyone. Some feature I am loving, and this is not exhaustive, I have used the new version for 10min :): 1. Improved user interface, much more useable, not trying to guess where functionalities might be 2. One-click plugin upgrade &#8211; literally, that&#8217;s a huge timesaver, [...]

<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/agile/succeeding-with-agile-237.php' rel='bookmark' title='Permanent Link: Succeeding with Agile'>Succeeding with Agile</a></li>
</ol></br>]]></description>
			<content:encoded><![CDATA[<p>Wow! Just wow&#8230; A great upgrade I can recommend to everyone. Some feature I am loving, and this is not exhaustive, I have used the new version for 10min :):</p>
<p>1. Improved user interface, much more useable, not trying to guess where functionalities might be<br />
2. One-click plugin upgrade &#8211; literally, that&#8217;s a huge timesaver, nicely implemented too<br />
3. Possibility to edit the URL (to some extent) of every post I am writing<br />
4. Possibility to &#8220;password protect&#8221; a post<br />
5. I am guessing the introduction of a workflow with post statuses (published, unpublished, pending review)<br />
6. Possibility to schedule a post for publication</p>
<p>Might add more to this as I discover this new release a little more every day&#8230;</p>
<p>PS: a little note on the upgrade process &#8211; as usual it took me at the very most 10min for this upgrade. 90% of it being waiting for the files to be uploaded on the servers :)</p>


<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/agile/succeeding-with-agile-237.php' rel='bookmark' title='Permanent Link: Succeeding with Agile'>Succeeding with Agile</a></li>
</ol></p></br>]]></content:encoded>
			<wfw:commentRss>http://www.njamin.org/blog/geeking-out/testing-wordpress-25-45.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin, Guifications and Glib</title>
		<link>http://www.njamin.org/blog/geeking-out/pidgin-guifications-and-glib-29.php</link>
		<comments>http://www.njamin.org/blog/geeking-out/pidgin-guifications-and-glib-29.php#comments</comments>
		<pubDate>Sat, 15 Sep 2007 17:15:24 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeking Out]]></category>

		<guid isPermaLink="false">http://www.njamin.org/blog/help/pidgin-guifications-and-glib-29.php</guid>
		<description><![CDATA[I&#8217;m having some troubles to install the Guifications plugin for Pidgin. I&#8217;ve spent maybe 5 hours looking for a solution but without success so far &#8211; and damn it&#8217;s getting on my nerves&#8230; I&#8217;m running Ubuntu Feisty and Pidgin 2.2.0, both of them running very smoothly. I would like right now to install the Guifications [...]

<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/geeking-out/syntax-highlighting-in-vim-17.php' rel='bookmark' title='Permanent Link: Syntax highlighting in Vim'>Syntax highlighting in Vim</a></li>
<li><a href='http://www.njamin.org/blog/google/google-reader-problem-34.php' rel='bookmark' title='Permanent Link: Google Reader problem'>Google Reader problem</a></li>
</ol></br>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having some troubles to install the Guifications plugin for Pidgin. I&#8217;ve spent maybe 5 hours looking for a solution but without success so far &#8211; and damn it&#8217;s getting on my nerves&#8230;</p>
<p>I&#8217;m running Ubuntu Feisty and Pidgin 2.2.0, both of them running very smoothly. I would like right now to install the Guifications plug-in for Pidgin which is a little system notifying when a user comes online (there are actually many other use cases but this one is for me the most useful). Since there are no Debian packages for this plug-in, I have to compile it from the source which I downloaded on the official website.  The only small issue with this method is that I have to download eventual dependencies beforehand.</p>
<p>The problem comes during the configuration (<em>./configure</em>) of the package, at which point I get this (now extremely annoying) error message:</p>
<p><code><br />
[...]<br />
checking for PIDGIN... yes<br />
checking for pkg-config... (cached) /usr/bin/pkg-config<br />
checking pkg-config is at least version 0.7... yes<br />
checking for GLIB - version &gt;= 2.0.0...<br />
*** 'pkg-config --modversion glib-2.0' returned 2.14.0, but GLIB (2.12.11)<br />
*** was found! If pkg-config was correct, then it is best<br />
*** to remove the old version of GLib. You may also be able to fix the error<br />
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing<br />
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is<br />
*** required on your system.<br />
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH<br />
*** to point to the correct configuration files<br />
no<br />
configure: error:<br />
*** GLib 2.0 is required to build Guifications; please make sure you have the<br />
*** GLib development headers installed. The latest version of GLib is always<br />
*** available at http://www.gtk.org/.<br />
</code></p>
<p>If I understand correctly, expected version of Glib is 2.14.0 and the one returned is 2.12.11</p>
<p>I went on (again) to look for the expected version and found it there: http://packages.ubuntu.com/gutsy/libs/libglib2.0-0</p>
<p>I installed all related packages and tried again but without success&#8230; Same error message popping up, again and again&#8230;</p>
<p>Seeing I can&#8217;t get this sorted it out myself, I went to get some help on the official Guification IRC channel where a bunch of bored geeks preferred playing with the moderation bots rather than point me to any relevant resources. Nice.</p>
<p>I posted then on a couple of forums again without much help so far. I have been suggested to install libnotify instead which seems to be a lighter version of Guifications. I will consider this if I can&#8217;t get Guifications working :).</p>
<p>Has anyone out there had some similar issue? I would appreciate any kind of help on the matter&#8230;</p>


<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/geeking-out/syntax-highlighting-in-vim-17.php' rel='bookmark' title='Permanent Link: Syntax highlighting in Vim'>Syntax highlighting in Vim</a></li>
<li><a href='http://www.njamin.org/blog/google/google-reader-problem-34.php' rel='bookmark' title='Permanent Link: Google Reader problem'>Google Reader problem</a></li>
</ol></p></br>]]></content:encoded>
			<wfw:commentRss>http://www.njamin.org/blog/geeking-out/pidgin-guifications-and-glib-29.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pownce invites for you!</title>
		<link>http://www.njamin.org/blog/geeking-out/pownce-invites-for-you-24.php</link>
		<comments>http://www.njamin.org/blog/geeking-out/pownce-invites-for-you-24.php#comments</comments>
		<pubDate>Mon, 23 Jul 2007 07:14:28 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeking Out]]></category>

		<guid isPermaLink="false">http://www.njamin.org/blog/news/applications/pownce-invites-for-you-24.php</guid>
		<description><![CDATA[I have been invited to the new &#8220;Twitter killer&#8221; Pownce. If you don&#8217;t know what Twitter is, check my Twitter page and you&#8217;ll understand quickly (I think :) ) I have 5 invites to give away&#8230; Please comment in this post to get yours, first come first served! I didn&#8217;t have time to try it [...]

<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/agile/succeeding-with-agile-237.php' rel='bookmark' title='Permanent Link: Succeeding with Agile'>Succeeding with Agile</a></li>
<li><a href='http://www.njamin.org/blog/scrum/a-basic-thought-on-team-commitment-responsibility-247.php' rel='bookmark' title='Permanent Link: A Basic Thought on Team Commitment &#038; Responsibility'>A Basic Thought on Team Commitment &#038; Responsibility</a></li>
<li><a href='http://www.njamin.org/blog/uncategorized/archives-30.php' rel='bookmark' title='Permanent Link: Archives'>Archives</a></li>
</ol></br>]]></description>
			<content:encoded><![CDATA[<p>I have been invited to the new &#8220;Twitter killer&#8221; <a href="http://www.pownce.com" target="_blank">Pownce</a>. If you don&#8217;t know what Twitter is, check <a href="http://twitter.com/njamin" target="_blank">my Twitter page</a> and you&#8217;ll understand quickly (I think :) ) I have 5 invites to give away&#8230; Please comment in this post to get yours, first come first served!</p>
<p>I didn&#8217;t have time to try it out yet, but will do when I have more time&#8230;</p>


<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/agile/succeeding-with-agile-237.php' rel='bookmark' title='Permanent Link: Succeeding with Agile'>Succeeding with Agile</a></li>
<li><a href='http://www.njamin.org/blog/scrum/a-basic-thought-on-team-commitment-responsibility-247.php' rel='bookmark' title='Permanent Link: A Basic Thought on Team Commitment &#038; Responsibility'>A Basic Thought on Team Commitment &#038; Responsibility</a></li>
<li><a href='http://www.njamin.org/blog/uncategorized/archives-30.php' rel='bookmark' title='Permanent Link: Archives'>Archives</a></li>
</ol></p></br>]]></content:encoded>
			<wfw:commentRss>http://www.njamin.org/blog/geeking-out/pownce-invites-for-you-24.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syntax highlighting in Vim</title>
		<link>http://www.njamin.org/blog/geeking-out/syntax-highlighting-in-vim-17.php</link>
		<comments>http://www.njamin.org/blog/geeking-out/syntax-highlighting-in-vim-17.php#comments</comments>
		<pubDate>Mon, 09 Jul 2007 21:05:14 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeking Out]]></category>

		<guid isPermaLink="false">http://www.njamin.org/blog/tutorials/syntax-highlighting-in-vim-17.php</guid>
		<description><![CDATA[In my recent frenzy for PHP programming, I&#8217;ve been using Vim as main text editor (it comes by default in Ubuntu, and in most Linux flavours actually)&#8230; I have been tempted to use many full featured applications but many more experienced developers advised me to stick to something simple &#8211; do it the hard way [...]

<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/productivity/managing-your-to-do-list-with-gmail-55.php' rel='bookmark' title='Permanent Link: Managing your to do list with Gmail'>Managing your to do list with Gmail</a></li>
<li><a href='http://www.njamin.org/blog/geeking-out/pidgin-guifications-and-glib-29.php' rel='bookmark' title='Permanent Link: Pidgin, Guifications and Glib'>Pidgin, Guifications and Glib</a></li>
<li><a href='http://www.njamin.org/blog/scrum/pmbok-vs-scrum-205.php' rel='bookmark' title='Permanent Link: PMBOK vs. Scrum'>PMBOK vs. Scrum</a></li>
</ol></br>]]></description>
			<content:encoded><![CDATA[<p>In my recent frenzy for PHP programming, I&#8217;ve been using <a title="Vim Official Website" href="http://www.vim.org/index.php" target="_blank">Vim</a> as main text editor (it comes by default in <a title="Linux Ubuntu" href="http://www.ubuntu.com" target="_blank">Ubuntu</a>, and in most Linux flavours actually)&#8230; I have been tempted to use many full featured applications but many more experienced developers advised me to stick to something simple &#8211; do it the hard way or just don&#8217;t do it :)</p>
<p>Vim offers a lot of possibilities when it comes to text file editing &#8211; and to master this tool requires years of practice (here is the <a title="Official Vim Book" href="http://www.truth.sk/vim/vimbook-OPL.pdf" target="_blank">official Vim book</a> &#8211; about 570 pages). Anyways, since Vim doesn&#8217;t use syntax highlighting by default, here is a little guide to enable this feature:</p>
<blockquote>
<ol>
<li>Open a terminal</li>
<li>Edit the file <em>/etc/vim/vimrc</em></li>
<li>Search for the word &#8220;syntax&#8221; (in Vim, type in <em>/syntax</em> and hit return)</li>
<li>Remove the double quote mark at the beginning of the line</li>
<li>Start Vim and open any configuration file or PHP file, and you should see syntax highlighting</li>
</ol>
</blockquote>
<p>That&#8217;s it, you&#8217;re all set&#8230; Here is a <a title="Vim with Syntax Highlighting" href="http://farm2.static.flickr.com/1163/764037846_2884fd6dbf_o.png" target="_blank">screenshot</a> of the result :)</p>
<p>Note: to install Vim, just copy and paste <em>sudo apt-get install vim-full</em> in your terminal</p>


<b>Some posts that may be related:</b><li><a href='http://www.njamin.org/blog/productivity/managing-your-to-do-list-with-gmail-55.php' rel='bookmark' title='Permanent Link: Managing your to do list with Gmail'>Managing your to do list with Gmail</a></li>
<li><a href='http://www.njamin.org/blog/geeking-out/pidgin-guifications-and-glib-29.php' rel='bookmark' title='Permanent Link: Pidgin, Guifications and Glib'>Pidgin, Guifications and Glib</a></li>
<li><a href='http://www.njamin.org/blog/scrum/pmbok-vs-scrum-205.php' rel='bookmark' title='Permanent Link: PMBOK vs. Scrum'>PMBOK vs. Scrum</a></li>
</ol></p></br>]]></content:encoded>
			<wfw:commentRss>http://www.njamin.org/blog/geeking-out/syntax-highlighting-in-vim-17.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
