<?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>bugflux.org &#187; blog</title>
	<atom:link href="http://bugflux.org/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://bugflux.org</link>
	<description>André Prata, nDray</description>
	<lastBuildDate>Fri, 16 Sep 2011 07:54:03 +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>pacman: like, +1, upvote, digg, &#8230;</title>
		<link>http://bugflux.org/blog/1538:pacman-like-1-upvote-digg/</link>
		<comments>http://bugflux.org/blog/1538:pacman-like-1-upvote-digg/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 16:43:18 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1538</guid>
		<description><![CDATA[i have been a quite happy archlinux user for a few years now. one of the reasons is surely pacman and, today, i have turned a little bit happier about it. quite often, when working on a project, i have &#8230; <a href="http://bugflux.org/blog/1538:pacman-like-1-upvote-digg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>i have been a quite happy archlinux user for a few years now. one of the reasons is surely pacman and, today, i have turned a little bit happier about it.</p>
<p>quite often, when working on a project, i have to install several packages and libraries that, most certainly, i&#8217;ll never use again after the project is done, so i need to remember to remove them. what i usually did was:</p>
<ol>
<li>install the packages as dependencies (<strong>pacman -S &#8211;asdeps</strong>) and then,</li>
<li>later, when project is done, check my database for all installed packages that depended on no other explicitly installed package (<strong>pacman -Qdt</strong>).</li>
</ol>
<p><span class="Apple-style-span" style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">the thing is that, over time, and many simultaneous projects, the listing gets crowded, and mixed up with optional dependencies for packages that i use (i install them as dependencies so they get removed when i remove the main package (<strong>pacman -Rncs</strong>)).</span></p>
<p>what i needed was a feature to &#8220;mark this installation with a reason: this project&#8221;. no, pacman does not support that, afaik. but it does support something perhaps better: meta-packages! for example, for the <a title="odtone @ helios.av.it.pt" href="http://helios.av.it.pt/embedded/odtone/index.html">odtone</a> project (my thesis depends on), i created the <strong>odtone-meta</strong> package that depends on all the packages that are needed, and has no particular source! thus, all i need to do is install the package, all dependencies are managed automatically! the PKGBUILD:</p>
<pre class="brush: bash; title: ; notranslate">pkgname=odtone-meta
pkgver=001
pkgrel=1
pkgdesc=&quot;This package depends on all necessary packages for odtone&quot;
arch=('any')
url=&quot;http://helios.av.it.pt/embedded/odtone/index.html&quot;
license=('LGPL')
depends=('boost' 'boost-libs' 'rasqal' 'raptor' 'redland' 'redland-storage-sqlite')</pre>
<p>this way, when the project is finished, i just remove the odtone-meta package, and everything that isn&#8217;t a dependency for another package is just removed!</p>
<p>neat!!</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1538:pacman-like-1-upvote-digg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>unintended (dis)honesty</title>
		<link>http://bugflux.org/blog/1528:unintended-dishonesty/</link>
		<comments>http://bugflux.org/blog/1528:unintended-dishonesty/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 16:42:05 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1528</guid>
		<description><![CDATA[this morning i slipped to my boss/coordinator/teacher that i don&#8217;t have aspirations of going too far in my professional career. well, given some thought, that&#8217;s sort of a lie. what i usually mean by this is that i don&#8217;t want &#8230; <a href="http://bugflux.org/blog/1528:unintended-dishonesty/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>this morning i slipped to my <a title="diogogomes.com" href="http://diogogomes.com/" target="_blank">boss/coordinator/teacher</a> that i don&#8217;t have aspirations of going too far in my professional career. well, given some thought, that&#8217;s sort of a lie. what i usually mean by this is that i don&#8217;t want to be the head of something too large to handle on the nine to five schedule! for as long as i&#8217;ve known myself, i always felt great for being complimented. i often get that for being good at what i do, so i&#8217;ll keep trying!</p>
<p>for the next &#8220;year&#8221;, the big thesis road, my mind is more or less settled on working on top of <a title="odtone @ atnog.av.it.pt" href="http://atnog.av.it.pt/projects/odtone" target="_blank">odtone</a>. maybe you laptop-owner-linux-user will read my name in a few manpages in the future! =)</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1528:unintended-dishonesty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my own hdr tutorial</title>
		<link>http://bugflux.org/blog/en/1523:my-own-hdr-tutorial/</link>
		<comments>http://bugflux.org/blog/en/1523:my-own-hdr-tutorial/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 11:01:05 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1523</guid>
		<description><![CDATA[in the past, before owning a camera, i&#8217;d seen some samples of hdr art. everyone likes it, there&#8217;s something about all that fake colors that makes us dream. well, but it seemed a hard and tough result to achieve, i &#8230; <a href="http://bugflux.org/blog/en/1523:my-own-hdr-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>in the past, before owning a camera, i&#8217;d seen some samples of <a title="hdr ppol @ flickr.com" href="http://www.flickr.com/groups/hdr/pool/">hdr art</a>. everyone likes it, there&#8217;s something about all that fake colors that makes us dream.</p>
<p>well, but it seemed a hard and tough result to achieve, i had read some tutorials for photoshop and gimp, and it looked like a pain in the arse. well, not anymore. i&#8217;m going to guide you through a few easy steps in order to achieve those amazing results!<span id="more-1523"></span></p>
<h2>step one:</h2>
<p>get luminance hdr: <a href="http://qtpfsgui.sourceforge.net/">http://qtpfsgui.sourceforge.net/</a></p>
<h2>step two:</h2>
<p>use it!</p>
<h2>result:</h2>
<p>this is <a title="summer rise @ flickr.com" href="http://www.flickr.com/photos/bugflux/5820870840/in/photostream/lightbox/">my first experience</a>. i barely looked in the viewfinder, i just downloaded luminance hdr and ran out to get this scene. one of the main reasons i didn&#8217;t get the d3100 instead of this d7000 was the stupid absence of automatic bracketing&#8230; even at 5fps the scene, or my hand, moves, so having to change the exposure automatically and align the images must be really boring&#8230; yeah, i don&#8217;t own a tripod, yet. neither i would carry it at all times, even if i had&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/en/1523:my-own-hdr-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wohoa, bada gets phonegap!</title>
		<link>http://bugflux.org/blog/1510:wohoa-bada-gets-phonegap/</link>
		<comments>http://bugflux.org/blog/1510:wohoa-bada-gets-phonegap/#comments</comments>
		<pubDate>Mon, 02 May 2011 22:17:57 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1510</guid>
		<description><![CDATA[nice!! https://github.com/phonegap/phonegap/tree/master/Bada]]></description>
			<content:encoded><![CDATA[<p>nice!!</p>
<p><a href="https://github.com/phonegap/phonegap/tree/master/Bada">https://github.com/phonegap/phonegap/tree/master/Bada</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1510:wohoa-bada-gets-phonegap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>but not for long</title>
		<link>http://bugflux.org/blog/1505:but-not-for-long/</link>
		<comments>http://bugflux.org/blog/1505:but-not-for-long/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 21:45:16 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1505</guid>
		<description><![CDATA[it was just a few days ago that i complained about not being able to spend big to get big. well, it&#8217;s been about 6 years now, and i finally bought a real camera. browsing for prices this weekend i &#8230; <a href="http://bugflux.org/blog/1505:but-not-for-long/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bugflux.org/wp/wp-content/uploads/2011/03/iam.png"><img class="aligncenter size-medium wp-image-1507" title="iam" src="http://bugflux.org/wp/wp-content/uploads/2011/03/iam-300x45.png" alt="" width="300" height="45" /></a></p>
<p>it was just <a title="stuck" href="/?p=1499">a few days ago</a> that i complained about not being able to spend big to get big. well, it&#8217;s been about 6 years now, and i finally bought a real camera. browsing for prices this weekend i ended up on the mediamarkt.pt shitty website, which advertised a sale for today: no vat! i couldn&#8217;t resist, it had to be now. and it was. and i&#8217;m glad!</p>
<p>23%, thanks jose socrates, means that i bought the d7000 + 18-105mm kit, and get a few hundred bucks left. these will be spent there on a 35mm f/1.8, plus a memory card and we&#8217;ll see what else. probably a bag!</p>
<p>i didn&#8217;t want the 18-105 anyway, i don&#8217;t fancy the plastic bayonet, but no body-only option was available. i take it as a good thing, though, being forced to buy a general purpose zoom lens. buying just the 35mm could be a bad option since i don&#8217;t want to spend any more money on this any time soon. besides the card and the bag, i still need a polarizing and nd filter, and a tripod, and i&#8217;m done for years to come!</p>
<p>many thanks, unknowingly, go to <a title="kenrockwell.com" href="http://kenrockwell.com/" target="_blank">ken rockwell</a> and <a title="florian.freundt.org" href="http://florian.freundt.org/" target="_blank">florian freundt</a>! of course, <a title="dpreview.com" href="http://dpreview.com/" target="_blank">dpreview</a> as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1505:but-not-for-long/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>stuck</title>
		<link>http://bugflux.org/blog/en/1499:stuck/</link>
		<comments>http://bugflux.org/blog/en/1499:stuck/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 10:20:59 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[psicology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1499</guid>
		<description><![CDATA[for a long time i have assumed, as one of my most best kept qualities, that i&#8217;m capable of deferring gratification. well, i&#8217;m certainly capable of it, but i actually thought that it was an internal wiring of my decisions! &#8230; <a href="http://bugflux.org/blog/en/1499:stuck/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/andrewgrill/3931839695/"><img class="alignleft" title="derren brown stuck" src="http://bugflux.org/wp/wp-content/uploads/2011/03/derren-brown-stuck-300x222.jpg" alt="" width="300" height="222" /></a>for a long time i have assumed, as one of my most best kept qualities, that i&#8217;m capable of deferring gratification. well, i&#8217;m certainly capable of it, but i actually thought that it was an internal wiring of my decisions! :p</p>
<p>recently, though, i&#8217;ve come to think that this is perhaps not the case. i have something wired, but it no longer looks like delayed gratification.</p>
<p>it behaves more like a disappointment paralysis!<span id="more-1499"></span></p>
<p>in a sentence, i freeze the desire of applying large investments on new things that i&#8217;ve been dreaming for years now, but i&#8217;m very keen on the idea of investing those same volumes for others. it means that i don&#8217;t care about the value involved, just as long as i don&#8217;t end up knowing that it was a bad move! fear of failure, huh?</p>
<p>well, it&#8217;s still a part of me, and it&#8217;s probably still a good thing, getting me here so far, but!</p>
<p>it sucks!!</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/en/1499:stuck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>looking back into the future</title>
		<link>http://bugflux.org/blog/1497:looking-back-into-the-future/</link>
		<comments>http://bugflux.org/blog/1497:looking-back-into-the-future/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 12:40:40 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1497</guid>
		<description><![CDATA[now i&#8217;m more than happy about my last laptop purchase. the computer really owns up to everything i mentioned, and the only thing keeping me back was the desire from a better 13 inch macbook pro. well, the better 13 &#8230; <a href="http://bugflux.org/blog/1497:looking-back-into-the-future/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>now i&#8217;m more than happy about my <a title="all work, no play @ bugflux.org" href="/?p=1418">last laptop purchase</a>. the computer really owns up to everything i mentioned, and the only thing keeping me back was the desire from a better 13 inch macbook pro. well, the better 13 inch macbook pros came out just yesterday, cost the same as my machine, now becoming 4 months old, and is still worst: overall, and particularly on every aspect. thunderbolt? sure, i&#8217;ll buy a <a title="nikon d4 to support thunderbolt @ nikonrumors.com" href="http://nikonrumors.com/2011/02/23/nikon-d4-to-support-light-peak.aspx">d4</a> to go with it right away =)</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1497:looking-back-into-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>artificial</title>
		<link>http://bugflux.org/blog/1492:artificial/</link>
		<comments>http://bugflux.org/blog/1492:artificial/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 16:27:07 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[political]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1492</guid>
		<description><![CDATA[this strip has kind of been very inspirational to me since the week it was released. it&#8217;s something funny and interesting to think of, i believe, and i think i&#8217;ve solved my view of the puzzle. in a nutshell, and &#8230; <a href="http://bugflux.org/blog/1492:artificial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>this <a title="artificial @ abstrusegoose.com" href="http://abstrusegoose.com/215" target="_blank">strip</a> has kind of been very inspirational to me since the week it was released. it&#8217;s something funny and interesting to think of, i believe, and i think i&#8217;ve solved my view of the puzzle.</p>
<p>in a nutshell, and like i&#8217;ve always studied in school, nature has a nice way of being. rule of thumb: it regenerates itself, it is self-sustainable, its systems are cyclic!</p>
<p>we, humans, and the systems that we come up with, on the other hand, rule of thumb: are not! that&#8217;s what&#8217;s artificial to me. and no, humans weren&#8217;t created to <a title="george carlin on saving the planet @ youtube.com" href="http://www.youtube.com/watch?v=eScDfYzMEEw" target="_blank">invent plastic</a>! =D</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1492:artificial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>problemacia descontornável</title>
		<link>http://bugflux.org/blog/1471:problemacia-descontornavel/</link>
		<comments>http://bugflux.org/blog/1471:problemacia-descontornavel/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 13:21:24 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[pt]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1471</guid>
		<description><![CDATA[numa tentativa infantil de erradicar os problemas da minha ligação adsl durante a noite, vi-me forçado a configurar novamente o mutt e msmtp para enviar mensagens periódicas aos serviços de apoio da sapo e pt. o problema, efectivamente, tem a &#8230; <a href="http://bugflux.org/blog/1471:problemacia-descontornavel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>numa tentativa infantil de erradicar os problemas da minha ligação adsl durante a noite, vi-me forçado a configurar novamente o <a title="mutt.org" href="http://www.mutt.org/" target="_blank">mutt</a> e <a title="msmtp @ sf.net" href="http://msmtp.sourceforge.net/" target="_blank">msmtp</a> para enviar mensagens periódicas aos serviços de apoio da <a title="net @ sapo.pt" href="http://net.sapo.pt/" target="_blank">sapo</a> e pt.</p>
<p>o problema, efectivamente, tem a ver com quebras de ligação a todo o minuto a partir das 18 horas, por exemplo, e até ser hora de deitar. na verdade a ligação não cai com frqeuência, é mais ao contrário. fica frequentemente desligada e liga-se momentaneamente. como não conseguem garantir-me os débitos de uns miseros 4MB a ligação tenta ressincronizar a uma taxa inferior, mas volta a falhar de qualquer modo. no ano passado baixaram-me o downstream para 3MB, mas este ano a ligação conseguiu ficar ainda pior.</p>
<p>if you ask me, someone has ever more clients, but no hardware upgrade concerns.</p>
<p><span id="more-1471"></span></p>
<p>executado no arranque do gnome (que efectivamente me liga à internet), <strong>.mailnetcommand.sh:</strong></p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/bash

while :
do
	mutt -s &quot;Problemacia descontornável&quot; -- mail16200@telecom.pt &lt; $HOME/.mailnetbody.txt
	mutt -s &quot;Problemacia descontornável&quot; -- suporte@acesso.sapo.pt &lt; $HOME/.mailnetbody.txt
#	rm $HOME/sent
	sleep $((900+$RANDOM%900)) # repeat after 15 to 30 minutes
done &amp;
</pre>
<p><strong>.muttrc:</strong></p>
<pre class="brush: plain; title: ; notranslate">
set sendmail=&quot;/usr/bin/msmtp&quot;
set from=myname@myserver.tld﻿</pre>
<p><strong>.msmtprc:</strong></p>
<pre class="brush: plain; title: ; notranslate">
account default
host mail.myserver.tld
from myname@myserver.tld

auth on
user myname@myserver.tld
password mypassword
tls on
tls_certcheck off # who cares?﻿</pre>
<p><strong>.mailnetbody.txt</strong></p>
<pre class="brush: plain; title: ; notranslate">
&lt;insert intended puns here&gt;
...
Reenviarei esta mensagem sempre que achar conveniente,
e até considerar o problema resolvido.
</pre>
<p>sou capaz de ter problemas também com o &#8220;myserver.tld&#8221; por causa de estar sempre a enviar e-mails para o mesmo sítio, mas hão-de ser enviadas mensagens suficientes para dar um ar de cliente aborrecido&#8230;</p>
<p>care: \_/</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1471:problemacia-descontornavel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>crisis of a middle-class citizen</title>
		<link>http://bugflux.org/blog/1459:crisis-of-a-middle-class-citizen/</link>
		<comments>http://bugflux.org/blog/1459:crisis-of-a-middle-class-citizen/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 17:03:43 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1459</guid>
		<description><![CDATA[it hasn&#8217;t always been the case, but le&#8217;me say that i regard myself as an intelligent, handsome guy. back in grade school my intelligence meant that teachers enjoyed setting my goals up high, and my handsomeness meant that people wouldn&#8217;t always &#8230; <a href="http://bugflux.org/blog/1459:crisis-of-a-middle-class-citizen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>it hasn&#8217;t always been the case, but le&#8217;me say that i regard myself as an intelligent, handsome guy. back in grade school my intelligence meant that teachers enjoyed setting my goals up high, and my handsomeness meant that people wouldn&#8217;t always account for my intelligence. what my intelligence therefore meant was that my anticipation of the future was one of a hard-working man, most devoted to his professional success, and what my handsomeness therefore meant was that people disappointed me for discarding my ability to attract and delight, inside as much as out.</p>
<p>i thankfully never fully embraced these ideas, though.</p>
<p><span id="more-1459"></span></p>
<p>back in fifth grade i asked my parents for a musical keyboard. we bought a nice casio one, i though. i chose it. i believe the idea came from sharing a possession with a friend of mine, who still is one of my best. i hammered it for a while, but of course i needed teaching, and so i went to a local music school for it. after a year i was quite proficient at it. although listed under the piano class, i was practicing at home with non-touch-sensitive-keys keyboard. very much unlike a piano! my parents didn&#8217;t bide to my &#8220;want a piano&#8221; desire, about the same time my teacher suggested that i got in the conservatory, since i was learning nothing already, there. a school teacher of mine even suggested i moved with her into town and study there. i was fucking 12, they scared the shit out of me.</p>
<p>so i went through grade school without a serious hobby other than video games. it was not until i was 18 that i finally decided to try and plain tennis. once again i went to a local school. at the end of the first month or so i had bought my own racket. half a year into once a week training, it didn&#8217;t feel very appropriate for my technique, i had a hard time confidently swinging with it. having to pay more attention to my national exams and the driving lessons i decided to abandon the sport. i thought that i should try and sell my racket and forget about tennis. the coach wouldn&#8217;t let me. he told me that i had learned so much in those six months and had developed so well compared to all other trainees that it was just stupid to quit, sell the racket. i still keep the racket, and occasionally play, but i should really get one better suited for me, even for recreation&#8230;</p>
<p>this kind of bothers me. i quit things that i enjoy partly because i can&#8217;t or don&#8217;t afford better equipment, but mostly because, after asserting my ability, the drive to increase the proficiency level just vanishes. it was quite interesting to see a university teacher (doctor) telling the same about himself a couple of weeks ago, while defending his aggregation. the jury was asking the reason for such a broad curriculum rather than being emphasised on a single field of studies. the doctor answered that he had that problem. he was curious about many things and, once he proved himself apt for those fields, he lost interest and moved on.</p>
<p>this is what i find myself in, in those two stories, but nowadays as well at a smaller scale. this semester i had two projects to deliver. one on advanced network architectures and another one on knowledge and data engineering. the first project consisted on implementing a subset of the http protocol and a peer-to-peer network on top of that. me and my colleague didn&#8217;t do that great a job, it was quite disappointing for what we could accomplish. even with the project being so interesting, i wasn&#8217;t able to devote as much time as was necessary for a good release (more on group project responsibility in the future, maybe).</p>
<p>that (same of the aggregation!) teacher is a serious right brain thinker. for the final presentation, he asked the students to emphasize anything they wanted about the project, and talk about that. we decided to just talk about how our modelling of the solution. we had called our project p80p (p2p on top of http, port 80). the &#8220;P80P&#8221; text was clean and big on the screen on the first slide, and it reminded the teacher of the p-80 from the second great war&#8217;s aircraft. the first few minutes into the presentation (we presented last) the teacher noted &#8220;by far, the best presentation&#8221;. but at the end he was again reminded of the airplane. we had a very good start, but we didn&#8217;t have a good conclusion for the presentation. we impressed with the structure and attitude, but it was so exhausting to develop those slides that we simply forgot to think about how to finish.</p>
<p>and you know what? i was more than happy about the comments. i felt &#8220;by far, the best&#8221; anyway. truth be told, i prepared most of the presentation, and it was awesome. though it was incomplete, i feel i did my part.</p>
<p>the same happened with the other project. we didn&#8217;t have that many ideas, and they had to be our own. we just had to mess with xml, webservices, user accounts, etc. lots of projects consisted of ideas that messed with all of it, but they were just feed aggregators, webstores, and stuff like that. a group even implemented the last.fm&#8217;s funcionality on top of the last.fm api! :S no way i was going to do that! how could i feel that my project was better than google reader, or itunes or last.fm? me and my colleague simply messed with rss. we engineered a website where you can add a few feeds, configure a set of rules to match feeds to categories, and present graphics about the distribution of contents among that categories. for example, we input news feeds about politics, set a few matches for each candidate of the upcoming elections and get &#8220;how much is being written about each candidate&#8221;. this was very easy to code, my colleague didn&#8217;t feel good about that being our project.</p>
<p>guess what! it wasn&#8217;t, there were very nice projects, but ours was new, and the teacher said &#8220;i like your idea, you can sell that!&#8221;. our grade will probably be at the middle of the table, even lower, but i enjoy that our project matters.</p>
<p>and this has been my academic life. i get satisfaction from slightly above average results; i never attended a &#8220;resort exam&#8221; to raise my average; teachers and coordinators seem to understand and trust me. but! i will be one mark below 16 by the end of the masters, which is the minimum for a phd studies scholarship. this time, the phd will then be the next equipment that i can&#8217;t or don&#8217;t want to afford.</p>
<p>and you know what? i&#8217;m more than happy! life is not devotion to professional success. not mine, anyway. i&#8217;ll just keep being half awesome. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1459:crisis-of-a-middle-class-citizen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

