<?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>Sometimes I listen to myself</title>
	<atom:link href="http://blog.charleskiyanda.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.charleskiyanda.com</link>
	<description>Open Source Culture and Science</description>
	<lastBuildDate>Sat, 28 May 2011 22:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Kludging your way to nice figures with ubuntu+kile+inkscape+cairo+eps+psfrag</title>
		<link>http://blog.charleskiyanda.com/2011/05/28/kludging-your-way-to-nice-figures-with-ubuntukileinkscapecairoepspsfrag/</link>
		<comments>http://blog.charleskiyanda.com/2011/05/28/kludging-your-way-to-nice-figures-with-ubuntukileinkscapecairoepspsfrag/#comments</comments>
		<pubDate>Sat, 28 May 2011 22:50:40 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[FOSS/Linux]]></category>
		<category><![CDATA[Geeky stuff of the day]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=155</guid>
		<description><![CDATA[<p>Several inkscape+latex+psfrag users have been complaining for quite a  while now about the changes in cairo. I periodically forget how to  kludge my way through while I wait for the situation to stabilize and I  have to search the tubes for a couple hours before I remember all the  details, so here <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2011/05/28/kludging-your-way-to-nice-figures-with-ubuntukileinkscapecairoepspsfrag/">Kludging your way to nice figures with ubuntu+kile+inkscape+cairo+eps+psfrag</a></span>]]></description>
			<content:encoded><![CDATA[<p>Several inkscape+latex+psfrag users have been complaining for quite a  while now about the changes in cairo. I periodically forget how to  kludge my way through while I wait for the situation to stabilize and I  have to search the tubes for a couple hours before I remember all the  details, so here it is for all to enjoy (and for me to find much more  quickly the next time). I use linux (ubuntu), kile, tetex, inkscape and psfrag. If you&#8217;re on windows, well, I can probably not help.</p>
<p>The problem: The later versions of inkscape use cairo to generate eps files. The new version of cairo doesn&#8217;t have explicit strings for the words in the eps files. Instead of having the string &#8220;(hello)Tj&#8221; somewhere in your eps file, you have the string &#8220;&lt;0102030304&gt;Tj&#8221;. Psfrag looks for hello somewhere, can&#8217;t find it and hence is utterly confused. As a result, so are you. (Un)fortunately, inkscape is a really good FOSS program and I&#8217;m unwilling to change my ways at this point.</p>
<p>The solution: Here&#8217;s my workflow.</p>
<ol>
<li>Make a file in inkscape as usual. Use short labels (which will later be replaced by psfrag) if you want to make it quicker later on. I just go through the alphabet in sequence.</li>
<li>Replace all the &lt;##&gt;Tj strings with (CC)Tj. Make sure to change the numbers to the right letters. (If you write the letters in order in inkscape, then 01 corresponds to a, 02 corresponds to b, etc.) To be a bit quicker, I make a epsfix.sh script, which does it for me once I&#8217;ve figured it out. This way, I can modify the figure later on and not go completely mad. A sample script is shown at the bottom for 2 labels, a and b.</li>
<li>run epsfix.sh</li>
<li>produce dvi using kile (I use kile, you might not)</li>
<li>produce ps from dvi using kile (or whatever it is you use)</li>
<li>ps2pdf text.ps text.pdf (because using kile and dvi2pdf(?), the pdf doesn&#8217;t have the psfrag substitutions in)</li>
</ol>
<p>As an extra (which I always forget also): to get text on multiple lines using psfrag, use a shortstack: &#8220;\psfrag{label}{\shortstack[l]{some more\\text}}&#8221;.</p>
<p>Not simple and not pretty. There are probably more succint and elegant scripts for epsfix.sh. You might be able to get the pdf generation to work from withing kile. Personally, I&#8217;ve given up and just keep a terminal window open for that operation.</p>
<p>Sample script epsfix.sh with 2 labels, a and b:</p>
<p>#! /bin/sh<br />
cp fig.eps fig.eps.backup ##(for your sanity the first time you run the script)<br />
mv temp.eps fig.eps<br />
sed &#8216;s/&lt;01&gt;/(a)/&#8217; fig.eps | sed &#8216;s/&lt;02&gt;/(b)/&#8217; &gt; temp.eps<br />
rm fig.eps<br />
mv temp.eps fig.eps</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2011/05/28/kludging-your-way-to-nice-figures-with-ubuntukileinkscapecairoepspsfrag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to improve, as a foreign speaker, your written english.</title>
		<link>http://blog.charleskiyanda.com/2010/12/16/how-to-improve-as-a-foreign-speaker-your-written-english/</link>
		<comments>http://blog.charleskiyanda.com/2010/12/16/how-to-improve-as-a-foreign-speaker-your-written-english/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 03:15:37 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=153</guid>
		<description><![CDATA[<p>I really, really, REALLY hope I got the commas right in the title. I&#8217;m a native French speaker and struggle to no end when writing documents in English. I&#8217;ve been looking for ways to improve my written English. Writing more often on this blog is, in part, an effort to achieve this goal.</p>
<p>My wife recently started <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/12/16/how-to-improve-as-a-foreign-speaker-your-written-english/">How to improve, as a foreign speaker, your written english.</a></span>]]></description>
			<content:encoded><![CDATA[<p>I really, really, REALLY hope I got the commas right in the title. I&#8217;m a native French speaker and struggle to no end when writing documents in English. I&#8217;ve been looking for ways to improve my written English. Writing more often on this blog is, in part, an effort to achieve this goal.</p>
<p>My wife recently started a Master&#8217;s degree and I&#8217;ve discovered that correcting the texts of another non-native speaker. Consider it a game of chess against a well-matched opponent. Despite my limited abilities, I&#8217;m amazed I can actually make her texts better.</p>
<p>I&#8217;ve found some resources most useful in correcting (others and myself alike). Regarding commas, the best explanation I&#8217;ve seen so far online is <a href="http://grammar.ccc.commnet.edu/grammar/commas.htm" target="_blank">here</a>. The oatmeal also has an <a href="http://theoatmeal.com/comics/semicolon" target="_blank">informative and funny poster about semicolons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/12/16/how-to-improve-as-a-foreign-speaker-your-written-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>social software and science</title>
		<link>http://blog.charleskiyanda.com/2010/12/08/social-software-and-science/</link>
		<comments>http://blog.charleskiyanda.com/2010/12/08/social-software-and-science/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 05:51:17 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=148</guid>
		<description><![CDATA[<p>I haven&#8217;t been through this entire post on academicproductivity.com, but glancing at the first few lines seems interesting. On the subject of science and <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/12/08/social-software-and-science/">social software and science</a></span>]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been through <a href="http://www.academicproductivity.com/2007/soft-peer-review-social-software-and-distributed-scientific-evaluation/" target="_blank">this entire post on academicproductivity.com</a>, but glancing at the first few lines seems interesting. On the subject of science and social software.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/12/08/social-software-and-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API design</title>
		<link>http://blog.charleskiyanda.com/2010/12/08/api-design/</link>
		<comments>http://blog.charleskiyanda.com/2010/12/08/api-design/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 01:40:53 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=145</guid>
		<description><![CDATA[<p>An interesting post on API design. Not so much technical information as reaffirming the value of being concise, consistent and predictable when <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/12/08/api-design/">API design</a></span>]]></description>
			<content:encoded><![CDATA[<p>An interesting <a href="http://design.canonical.com/2010/12/so-you-want-to-provide-an-api-for-the-world-to-use/" target="_blank">post on API design.</a> Not so much technical information as reaffirming the value of being concise, consistent and predictable when designing interfaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/12/08/api-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>classifying papers</title>
		<link>http://blog.charleskiyanda.com/2010/11/17/classifying-papers/</link>
		<comments>http://blog.charleskiyanda.com/2010/11/17/classifying-papers/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 05:12:18 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[FOSS/Linux]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=140</guid>
		<description><![CDATA[<p>Every few months I ask myself the question again: &#8220;What to do with my scientific library?&#8221; I&#8217;ve run across solutions here and there, bu none which convinced me: jabref, zotero, papers, etc.</p>
<p>I actually tried jabref, but it struck me as not having many functions beyond holding a list of all my papers and generating a bibtex <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/11/17/classifying-papers/">classifying papers</a></span>]]></description>
			<content:encoded><![CDATA[<p>Every few months I ask myself the question again: &#8220;What to do with my scientific library?&#8221; I&#8217;ve run across solutions here and there, bu none which convinced me: jabref, zotero, papers, etc.</p>
<p>I actually tried jabref, but it struck me as not having many functions beyond holding a list of all my papers and generating a bibtex file. Zotero is hosted on servers far away somewhere and my work doesn&#8217;t allow this. (Well, they might allow it, but to be prudent I host all work related files locally.) Papers seems awesome, but is unfortunately mac only. The situation seemed desperate until I saw gPapers! I thought I finally had found THE program of my dreams. Alas, gPapers is rather unfinished. The person who developed it originally doesn&#8217;t seem to have contributed in a while. What to do? Well, contribute of course! Though I have been known to file bug reports and test alphas, I&#8217;ve never contributed actual code to an open-source project, so this is my first experience. It seems like the timing and circumstances are perfect for me to get involved:</p>
<ul>
<li>gPapers is written in python, which I&#8217;ve taken the time to learn lately;</li>
<li>I&#8217;m tired of looking for this perfect software and have gotten frustrated enough that I&#8217;m willing to write it;</li>
<li>right now, the feature-set of gPapers seems contained, so the initial deciphering of the code shouldn&#8217;t be impossible (it&#8217;s not like I just decided to rewrite the whole linux kernel);</li>
<li>there are few developers and the pace is slow, so I should have time to get up to speed without having the software go through three major revisions.</li>
</ul>
<p>The only problem is: the active fork of gPapers is hosted on github. I have no idea how git works, let alone github. (I DO use version control, but I&#8217;m a svn user right now and have no experience with distributed version control.) I managed to create an account on github, create keypairs and upload the public key to github and&#8230;that&#8217;s pretty much where I was as of this morning. After a few days of looking, I came across a great tutorial containing the information I had been looking for so far. It basically answers the question I&#8217;ve been stuck with for a while: &#8220;Ok, I&#8217;ve created an account on github and now I want to contribute to a project. What do I do?&#8221; (spoiler: the answer is basically that you fork the project, as surprising as it may sound to svn users.)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6457780&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=6457780&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/6457780">Getting started with GitHub</a> from <a href="http://vimeo.com/berry">Charles Max Wood</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>As for gPapers itself, I got the software to run a few days back and now I&#8217;m off to see if I can actually make it work. Let&#8217;s see how much has to be done to make gPapers better than papers.</p>
<p>[Update 11/17/2010: I was corrected by a commenter. You can use zotero entirely locally. I'll give zotero a whirl again sometime in the next few days then. I'll probably still try to contribute to gpapers, be it only to learn how to use git properly.]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/11/17/classifying-papers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating an online persona</title>
		<link>http://blog.charleskiyanda.com/2010/11/06/creating-an-online-persona/</link>
		<comments>http://blog.charleskiyanda.com/2010/11/06/creating-an-online-persona/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 21:20:13 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=137</guid>
		<description><![CDATA[<p>A (really good!) friend of mine was recently contacted by a head hunter. He was subsequently flown to the company headquarters and given a tour. He&#8217;s also an engineer, though his specialty is not at all in the same domain as mine. (I still like him though.) While touring this company, he noticed they actually needed <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/11/06/creating-an-online-persona/">Creating an online persona</a></span>]]></description>
			<content:encoded><![CDATA[<p>A (really good!) friend of mine was recently contacted by a head hunter. He was subsequently flown to the company headquarters and given a tour. He&#8217;s also an engineer, though his specialty is not at all in the same domain as mine. (I still like him though.) While touring this company, he noticed they actually needed people with a strong background in combustion/explosives/stuff I could do&#8230; so he spontaneously decided to give them my name. I&#8217;m not necessarily looking for a job now, though I&#8217;ll probably be looking for a job at some point in the future (my current post-doctoral contract is for 2+1 years) and there&#8217;s no harm in keeping options open. (Actually, I&#8217;m quite happy he gave them my name).</p>
<p>I haven&#8217;t been contacted by a head hunter yet&#8230;</p>
<p>Why is that?</p>
<ul>
<li>They might not be looking for people like me that hard. I can&#8217;t do anything about that.</li>
<li>They might need more time to look/find me. I can&#8217;t do anything about that either.</li>
<li>I might not exist in their wold. Now there&#8217;s a problem.</li>
</ul>
<p>My friend was contacted on LinkedIn, which I guess by now is a de facto standard for translating online your professional identity. I didn&#8217;t have a linkedin account until this morning. In fact, unless you&#8217;re absolutely intent on finding who I am as a researcher and a scientist using online search tools, you have to really know what you&#8217;re looking for. You need to know I work on detonation waves and solid explosives mostly. In fact, if you go on google and look for my online professional self, you don&#8217;t find him. You quickly learn I like photography (and you get to see some of the pictures I&#8217;ve taken over the years), you find this blog (which is neither very well maintained nor very  professional) and you discover that I commented on a Richard Martineau&#8217;s cyberpresse blog years ago and I was once too drunk. I don&#8217;t regret what I wrote, but it&#8217;s hardly a good description of my professional life.</p>
<p>Hence the title of this post and my need to create a new (additional?) online persona. The professional me: Charles-the-scientist-online.</p>
<p>There&#8217;s not a standard site scientists and researcher types should go to in order to define that online persona. There&#8217;s not yet a clear standard for an online-facebook-scientist-social-network. Here are thus the first 2 steps I&#8217;ve picked:</p>
<ol>
<li>At-least-weekly updates to this blog (which ultimately will be beneficial for me in several other ways);</li>
<li>Create a proper account on linkedin.</li>
</ol>
<p>Why those first two steps?</p>
<ol>
<li>My facebook account is rather non-professional and I&#8217;ve kept it rather hidden. When you look for me online, my facebook account doesn&#8217;t come up very high (as of 11/06/2010, it doesn&#8217;t show up on the first page of google results for my name). I&#8217;d like to keep it that way. This website, on the other hand, has been coming up in first place for a while. I may as well capitalize on this.</li>
<li>As I hinted earlier, linkedin seems to be a de facto standard now. I&#8217;m guessing I can use that site as a repository of CV, links to stuff I&#8217;ve created, etc.</li>
</ol>
<p>So far, I&#8217;ve successfully created an account on linkedin and I already had a question. I had to pick between the basic (free) account and the premium experience (25$/month) account. As I&#8217;m not really looking for a job just now, I decided to go with the free option. I wasn&#8217;t quite sure at first what the best option was to be found. Then again, I imagine most people are probably on the free account anyway (they claim to have 80 million users, which if everyone was on the paid option would mean 1.6 billion dollars monthly revenue&#8230;)</p>
<p>More news on the creation of the new online persona as time goes by, although an interesting question has already popped up in my head. Is there room on the internet for two of me? My personal facebook profile is pretty much limited to facebook. What if I wanted that information to be public, would I have a problem? Would the personal friend-me be competing with the professional-scientist-me for online exposure? How do you manage that situation?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/11/06/creating-an-online-persona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How social networks are not at all like real people networks</title>
		<link>http://blog.charleskiyanda.com/2010/07/20/how-social-networks-are-not-at-all-like-real-people-networks/</link>
		<comments>http://blog.charleskiyanda.com/2010/07/20/how-social-networks-are-not-at-all-like-real-people-networks/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 04:40:57 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[Geeky stuff of the day]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=134</guid>
		<description><![CDATA[<p>An interesting presentation by Paul Adams on how online social networks are not built at all in the same way real life networks are. For a long time now I&#8217;ve kept, on the back of my mind, this idea that there must be a way for scientists to interact in a 21st century way rather than <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/07/20/how-social-networks-are-not-at-all-like-real-people-networks/">How social networks are not at all like real people networks</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.slideshare.net/padday/the-real-life-social-network-v2" target="_blank">An interesting presentation</a> by Paul Adams on how online social networks are not built at all in the same way real life networks are. For a long time now I&#8217;ve kept, on the back of my mind, this idea that there must be a way for scientists to interact in a 21st century way rather than our current, &#8216;tried and tested&#8217;, peer-reviewed publication system. This talk has sparked quite a few ideas in my head but none clear enough for me to actually describe here. Nonetheless, a really interesting presentation worth the 200-and-some slides!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/07/20/how-social-networks-are-not-at-all-like-real-people-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally</title>
		<link>http://blog.charleskiyanda.com/2010/02/28/finally/</link>
		<comments>http://blog.charleskiyanda.com/2010/02/28/finally/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 06:47:51 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=131</guid>
		<description><![CDATA[<p>After neglecting way too much in my life, I&#8217;ve finally defended my thesis. Being in the process of making final corrections, I thought I&#8217;d post here a couple of tricks I discovered along the way for the list of abbreviations and the list of symbols. If you&#8217;re using latex and (for abbreviations) linux, read on.</p>
<p>List of <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2010/02/28/finally/">Finally</a></span>]]></description>
			<content:encoded><![CDATA[<p>After neglecting way too much in my life, I&#8217;ve finally defended my thesis. Being in the process of making final corrections, I thought I&#8217;d post here a couple of tricks I discovered along the way for the list of abbreviations and the list of symbols. If you&#8217;re using latex and (for abbreviations) linux, read on.</p>
<p><strong>List of abbreviations</strong></p>
<p>Took an afternoon, but I remembered how to use grep and sed long enough to craft this little bit of regexp voodoo.</p>
<p>sed -r input.tex &#8216;s/([a-z]{0,1}[A-Z]{2,})/\n\1\n/g&#8217; | egrep &#8216;[a-z]{0,1}[A-Z]{2,}&#8217; &gt; output</p>
<p>It&#8217;ll catch the acronyms of the form AAAAA or aAAAAA (with obviously any number of As) as well stuff you write in all caps. It also obviously spits out all the acronyms in the order they appear without sorting them nor eliminating doubles. Took me 1.5 hours to do that, figured I didn&#8217;t really want to bother with writing a perl script.</p>
<p><strong>List of symbols and variables<br />
</strong></p>
<p>I&#8217;m stuck doing it by hand, although I found there was a way to automate the list of symbols. Unfortunately it requires some thinking ahead I didn&#8217;t do and it would probably take just as long to do it either way now. See <a href="http://filer.case.edu/oxb6/listofsymbols.html" target="_blank">here</a>.</p>
<p>Enjoy and happy thesis writing if you&#8217;re going through the process as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2010/02/28/finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please be aware the content you browse may be visible to passengers around you.</title>
		<link>http://blog.charleskiyanda.com/2009/12/22/be-aware/</link>
		<comments>http://blog.charleskiyanda.com/2009/12/22/be-aware/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:16:39 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=127</guid>
		<description><![CDATA[<p>I keep complaining about every little thing around me whenever I travel by plane, but I think I secretly enjoy it. The long lines at security, the overpriced food, the delays (although this time, my first flight is on time), the multiple check points where you have to show every piece of ID you have. At <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2009/12/22/be-aware/">Please be aware the content you browse may be visible to passengers around you.</a></span>]]></description>
			<content:encoded><![CDATA[<p>I keep complaining about every little thing around me whenever I travel by plane, but I think I secretly enjoy it. The long lines at security, the overpriced food, the delays (although this time, my first flight is on time), the multiple check points where you have to show every piece of ID you have. At least, the airline companies are slowly getting with the time and we now have wifi onboard. It was about time.</p>
<p>I thought about the topic of this particular post while I was waiting for my carry-on at the &#8220;security&#8221; check point. The guy operating the x-ray machine looked perplexed while looking at the pink and purple picture of my bag. Just for kicks, I thought I&#8217;d make the list of the items that I&#8217;ve tested and can make it through the Albuquerque check point:</p>
<ul>
<li>a 2.5&#8243; diameter cardboard tube (it has pictures rolled inside there, christmas present for my parents and in-laws who, hopefully, don&#8217;t read my blog yet)</li>
<li>a camera tripod (with the head unscrewed so it can fit in the carry-on. I guess that makes it just a really big metal stick.)</li>
<li>frozen green chili (wrapped up in plastic, then in paper and then in plastic again. To be fair, it is Albuquerque, so they may be very familiar with what green chili looks like under x-ray.)</li>
<li>a bunch of electronic things (ipod, fm transmitter, headphones) with all the cords mangled together.</li>
</ul>
<p>and finally, the one which really surprises me</p>
<ul>
<li>two home made fruit cakes (made by my wife I should mention so nobody thinks I can actually cook). This is my mom&#8217;s recipe which is as dense as steel and each cake is wrapped in gauze (and drenched in brandy, hmmmmmm), then wrapped in plastic foil and then wrapped in tin foil. I can&#8217;t believe that looks like anything intelligible on an x-ray.</li>
</ul>
<p>Thank god for airport security keeping me and my holiday festivities safe!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2009/12/22/be-aware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m writing up</title>
		<link>http://blog.charleskiyanda.com/2009/12/06/im-writing-up/</link>
		<comments>http://blog.charleskiyanda.com/2009/12/06/im-writing-up/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 18:56:19 +0000</pubDate>
		<dc:creator>Charles Kiyanda</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://blog.charleskiyanda.com/?p=123</guid>
		<description><![CDATA[<p>in the meanwhile,</p>
<p>itunes store killes? (maybe not, but alternatives probably)</p>
<p>www.bluetracks.ca</p>
<p>www.beatport.com</p>
<p>reporting on statistics of physical and mental violence in heterosexual couples (in french) showing more men are victims of violence than women. This is specifically canadian data, although they do hint at US and new zealand data as well. I&#8217;ll have to search that stuff a bit <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.charleskiyanda.com/2009/12/06/im-writing-up/">I&#8217;m writing up</a></span>]]></description>
			<content:encoded><![CDATA[<p>in the meanwhile,</p>
<p>itunes store killes? (maybe not, but alternatives probably)</p>
<p><a href="http://www.bluetracks.ca" target="_blank">www.bluetracks.ca</a></p>
<p><a href="http://www.beatport.com" target="_blank">www.beatport.com</a></p>
<p>reporting on statistics of physical and mental violence in heterosexual couples (in french) showing more men are victims of violence than women. This is specifically canadian data, although they do hint at US and new zealand data as well. I&#8217;ll have to search that stuff a bit more once I&#8217;m done.</p>
<p><a href="http://www.cyberpresse.ca/le-quotidien/progres-dimanche/200901/23/01-820413-violence-conjugale-les-hommes-ne-sont-pas-epargnes.php" target="_blank">cyberpresse</a></p>
<p>Update: On the topic of violence in relationships, here&#8217;s arguments from the other side of the story. Maybe it&#8217;s really just a faulty diagnostic tool?</p>
<p><a href="http://www.inspq.qc.ca/violenceconjugale/statistiques/default.asp?id=6" target="_blank">inspq1</a></p>
<p><a href="http://www.inspq.qc.ca/violenceconjugale/faq/violencefemmes.asp?id=30#cts" target="_blank">inspq2: critique de l&#8217;outil CTS</a></p>
<p>Always be careful with statistics&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charleskiyanda.com/2009/12/06/im-writing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

