<?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; technology</title>
	<atom:link href="http://bugflux.org/tag/technology/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>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>making the world a slower, smaller place since &#8217;00</title>
		<link>http://bugflux.org/blog/1434:making-the-world-a-slower-smaller-place-since-00/</link>
		<comments>http://bugflux.org/blog/1434:making-the-world-a-slower-smaller-place-since-00/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 14:07:50 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1434</guid>
		<description><![CDATA[it is easy to consider that sometimes technology doesn&#8217;t evolve even faster because we are short minded. it&#8217;s the classic (days old) example of looking for life only where there&#8217;s water and oxygen. ok, sometimes the handicap is just our inability &#8230; <a href="http://bugflux.org/blog/1434:making-the-world-a-slower-smaller-place-since-00/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>it is easy to consider that sometimes technology doesn&#8217;t evolve <del datetime="2010-12-05T14:20:34+00:00">even</del> faster because we are short minded. it&#8217;s the classic (days old) <a href="http://news.google.com/news/more?q=life+as+we+do+not+know+it&amp;hl=en&amp;qscrl=1&amp;prmd=ivn&amp;resnum=4&amp;um=1&amp;ie=UTF-8&amp;ncl=d4KUTGk1w4qNcbM_PwHdP5pscO0IM&amp;ei=w6D7TP2uMMzqOcjx0NQK&amp;sa=X&amp;oi=news_result&amp;ct=more-results&amp;resnum=1&amp;ved=0CCQQqgIwAA">example</a> of looking for life only where there&#8217;s water and oxygen. ok, sometimes the handicap is just our inability to open our minds, but other times it is just stupidity or, more excusably, imposition of our senses.</p>
<p><span id="more-1434"></span></p>
<p><strong>because we are limited:</strong></p>
<p>a few days ago i was discussing with the devs of <a href="http://www.ieeta.pt/atri/cambada/">cambada</a> about something that has bothered me for a long time. the cambada is a robotic soccer team here at the university of aveiro. the idea is that, by 2050, robots can defeat the best human team. currently the robots are very advanced, play together, form a team! they all communicate by a wireless link. sometime in the future this will be forbidden, because most humans can&#8217;t communicate telepathically, so the robots would have an unfair advantage. likewise, robots will have to stand up in two legs, whilst currently they are usually based in holonomic solutions.</p>
<p>this kind of makes sense given that the purpose is to challenge human beings, so it should be between &#8220;equals&#8221;. but apart from this specific environment, we see this kind of handicap assigned to robots in lots of places! it strikes me why would anyone ever want a robot that can walk on two legs, since there are so many movement strategies that are far easier to program and unquestionably more efficient. sure, the control system is a good challenge, and might be of service for other applications, but it&#8217;s generally useless!</p>
<p><strong>because we have limits:</strong></p>
<p>decades ago we could drive a horse back to our parents house (:s). then cars appeared, and were a little faster and we liked them. now we can build cars much faster than we can consider for safe usage by humans. cars nowadays ship with electronic controls that limit its speed on purpose. it&#8217;s perhaps just one bit on a chip! in many other fields we have technology being held back so that humans can control it.</p>
<p>we could have hour long movies screened in a few seconds, if that makes any sense, but we just couldn&#8217;t perceive them. we could transmit an hour long conversation to our girlfriend in a second, but we need to have it at the pace we can talk it and listen to it. the robots could shoot balls at a few hundred km/h, but that would just mean broken legs for the human team. we could have a space ship march out of the solar system for a trek, but no human would survive that! (ok, that&#8217;s kind of the opposite example, it&#8217;s the machine that would have to be faster. but it works same way around: the machine would stand the challenge, not the humans!!)</p>
<p><strong>because limits aren&#8217;t bad:</strong></p>
<p>a friend of mine was just telling me how having a 100mbit connection is bad. he was kidding, of course, but right, nonetheless! think about it: 10 years ago, if we wanted to see a movie, we had to go out and rent it. on the way out, we could stop for candy, or do other chores in the pathway. more recently, acquiring a movie no longer requires going out, we just get it only (means buy it online) and download it in an hour, or so! meanwhile, we could still do the laundry, wash the dishes or cook dinner.</p>
<p>now it has completely changed. in a few minutes we are watching a full hd movie. we no longer have the opportunity to pipeline our actions, our life is just more synchronized! this is how we start losing time everyday with evolution, because we no longer try to do more than one thing at once! ok, it is arguable that we do this things much faster, nevertheless, i was just pointing what makes some sense! :P</p>
<p><strong>because it&#8217;s not over yet:</strong></p>
<p>am i saying that machines are better than humans? well, i&#8217;d like to say &#8220;far from it&#8221;, but it really isn&#8217;t anymore. the only thing machines can&#8217;t do better than us is cognition and right brain abilities. hell, we don&#8217;t fully understand it ourselves, no machine can possess it yet! also we haven&#8217;t paid attention to our right brain in a very long time, and still aren&#8217;t these days. once we value its power and understand how it works maybe we&#8217;ll be able to put that in a machine and have them be <a href="http://www.youtube.com/watch?v=K2cYWfq--Nw">harder, better, faster, stronger</a> than us in every sense.</p>
<p><strong>it really isn&#8217;t anymore! </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1434:making-the-world-a-slower-smaller-place-since-00/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>all work, no play</title>
		<link>http://bugflux.org/blog/1418:all-work-no-play/</link>
		<comments>http://bugflux.org/blog/1418:all-work-no-play/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 14:49:09 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1418</guid>
		<description><![CDATA[i finally went around buying a new computer. i actually waited a couple of days to start writing this in the new laptop and, my god, this keyboard is an absolute delight to type on&#8230; i scanned the market a &#8230; <a href="http://bugflux.org/blog/1418:all-work-no-play/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>i finally went around buying a new computer. i actually waited a couple of days to start writing this in the new laptop and, my god, this keyboard is an absolute delight to type on&#8230;</p>
<p>i scanned the market a lot, as always. at first i was hoping to buy a <a title="macbook pro @ apple.com" href="http://www.apple.com/macbookpro/" target="_blank">macbook pro</a>. the pros were battery life, operating system, and good design/construction. the problem is that, more than that, i always look for a good performance/cost compromise. current 13&#8221; mbps aren&#8217;t the case, and i&#8217;d have to wait more than a couple more months for a then-outdated spec list.<span id="more-1418"></span></p>
<p>so, having crossed macbooks off the list, i started looking everywhere else, even leaving <a title="laptop reliability @ gizmodo.com" href="http://gizmodo.com/5406415/laptop-reliability-study-asus-and-toshiba-come-out-on-top" target="_blank">brand prejudice</a> aside. i was very glad to read about the new <a title="new dell studio xps @ dell.com" href="http://www.dell.com/us/p/xps-14/pd.aspx" target="_blank">dell xps powerhouses</a>. i wanted the 14 incher, but then, as they were (and still are) taking too long to arrive to portugal, i gave the laptop a lot of thought and ended giving up on it. (and it was actually pretty difficult to get in touch with portuguese dell to find out. i couldn&#8217;t find such information on almost 20 minutes of calls). it just wasn&#8217;t right for my present/future concerns.</p>
<p>why? i started giving less and less importance to graphics and multimedia capabilities to prefer mobility and business-oriented service. that&#8217;s when i put the <a title="portégé r700 @ toshiba.com" href="http://us.toshiba.com/computers/laptops/portege/R700" target="_blank">toshiba r700</a> and the <a title="elitebook 8440p @ hp.com" href="http://h10010.www1.hp.com/wwpc/uk/en/sm/WF06b/321957-321957-64295-3955549-3955549-4095872-4156585.html" target="_blank">hp elitebook 8440p</a> on the table. i&#8217;m now typing on the latter, due to the first being slightly less spec&#8217;ed for a higher price, although it tops this one easily in the mobility department.</p>
<p>this laptop is the absolute category winner. what i needed to replace my old one, now soon-to-be stationed back home, was a bump in memory, storage and processor speed. this laptop provides all that on top of an excellent accessory list. it is a 4-thread (2-core) <a title="core i7 620m @ intel.com" href="http://ark.intel.com/Product.aspx?id=43560" target="_blank">620m intel processor</a>, an almost outdated <a title="nvs @ nvidia.com" href="http://www.nvidia.com/object/nvs_techspecs.html" target="_blank">nvs 3100</a> cuda enabled nvidia graphics card, <a title="momentus xt @ seagate.com" href="http://www.seagate.com/www/en-us/products/laptops/laptop-hdd" target="_blank">320gb momentus xt</a> hybrid drive (home upgrade), 4gb ram. all of this on top of a perfectly linux compatible docking station. at the end the boxes went for almost as much as i had paid for my previous <a title="a8js @ asus.com" href="http://www.asus.com/product.aspx?P_ID=pNLoBhyc0e3u6osr" target="_blank">a8js</a>. it&#8217;s not just the performance increase, it&#8217;s the service quality:</p>
<p>a nicely rugged laptop. the aluminum feels cold and solid. the laptop does feel a bit light for what it looks like, but it&#8217;s by no means light, it is almost as heavy as my previous one, and almost doubles the r700&#8242;s mark. not that i care. besides the solid feel, i am entitled to a 3-year (battery included!) next business day on site repairs with toll-free 24&#215;7 phone support. <span style="text-decoration: line-through;">this is not a <a title="boston-power.com" href="http://www.boston-power.com/" target="_blank">boston technology</a> battery (i guess, i have to check the papers more carefully), so the warranty is only one year.<br />
</span></p>
<p>i had only troubles trying to boot archlinux from a pen, the bios would freeze. that was with a dd&#8217;ed hybrid image. it worked when i flashed the stick with universal usb installer, so i might just be headed for a <a title="bugs @ archlinux.org" href="https://bugs.archlinux.org/" target="_blank">flyspray bug report</a>.</p>
<p>many people whined about this touchpad. it is not a good one, it&#8217;s small and a bit too much sunk, and i can&#8217;t two-finger-scroll in linux, though it is possible in windows. the buttons are hinged. i didn&#8217;t even know what that meant until i clicked them, but i don&#8217;t see why that&#8217;s bad, i actually like it. the point-stick (or clitoris, as it is more widely known) isn&#8217;t very much usable for me, and it sometimes gets in the way of typing, but that could be just me.</p>
<p>the keys have a _very_ good response, a long and solid stroke, but with a smooth feeling. this is a very good keyboard and though i haven&#8217;t used a thinkpad&#8217;s before, i think they don&#8217;t provide the smooth feeling with the solid stroke combo. this is really nice. i&#8217;m portuguese, but i could only get a decent deal on this with a gbr layout. not that i care, it might actually help me work, and so far didn&#8217;t get in the way of typing with the portuguese layout.</p>
<p>battery-life-wise, i have been writing and browsing for a almost an hour with low brightness and a powersave cpu frequency governor (booted and browsed a few minutes with ondemand and maximum brightness), and the battery is now around 70%. it&#8217;s not spectacular, but it&#8217;s more than i could ever expect from my previous laptop, and i will use it mostly as a power failure backup mechanism, so that&#8217;s a good mark. (mind that the newly installed hard-drive drains a few more watts than the original momentus shipped inside).</p>
<p>i can&#8217;t tell if the momentus xt is paying its dues. some applications do feel faster to go up, but the new processor and memory coupled with an anyway 7200rpm hard drive certainly make the difference compared to the previous machine.</p>
<p><strong>edit:</strong></p>
<p>sorry, i forgot to mention the keyboard flex&#8230; oh, wait: no, i didn&#8217;t!</p>
<p><strong>edit 2:</strong></p>
<p>this _is_ the hp long life 6 cell 51 whr li-ion battery! so yes: boston technology, 3 year warranty. boy, am i glad/lucky!!</p>
<p><strong>a couple of things i did forget to mention:</strong></p>
<p>this momentus xt is fairly noisy. i haven&#8217;t had laptop with a 7200rpm before, so i&#8217;m not sure if this was true for the shipped drive as well.</p>
<p>but, most important, the screen. the contrast sucks, there&#8217;s no other way to put it. it can&#8217;t be used for image/video work. it isn&#8217;t very bright and the colors might surprise you in the output. but the truth is that a bad matte screen is easily better for me than a reasonable glossy one. i see no reflections here, and this is a very good point on this screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1418:all-work-no-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sign here, here, and here</title>
		<link>http://bugflux.org/blog/1412:sign-here-here-and-here/</link>
		<comments>http://bugflux.org/blog/1412:sign-here-here-and-here/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 20:15:19 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1412</guid>
		<description><![CDATA[a few days ago i sold my soul to the institute of telecommunications, here in aveiro. this means a couple of months of android, for starters. i remember saying something about how stupidly android handles applications, compared to bada. well, &#8230; <a href="http://bugflux.org/blog/1412:sign-here-here-and-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>a few days ago i sold my soul to the <a title="it.pt" href="http://www.it.pt/" target="_self">institute of telecommunications</a>, here in aveiro. this means a couple of months of android, for starters. i remember saying something about how stupidly android handles applications, compared to bada. well, yesterday i was reading some stuff about it and, my god, this all makes a whole lot of sense to me. it&#8217;s a little different approach to the concept of applications. android might just be the next best thing to search, from google. it&#8217;s a shame that this is java (i&#8217;d still like to see some efficiency data compared to c++, or other <em>real language</em>) and google can&#8217;t sell (remember google wave? buzz, what&#8217;s that?).</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1412:sign-here-here-and-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>o sonho premiano</title>
		<link>http://bugflux.org/blog/1408:o-sonho-premiano/</link>
		<comments>http://bugflux.org/blog/1408:o-sonho-premiano/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 17:47:05 +0000</pubDate>
		<dc:creator>nDray</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[pt]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bugflux.org/?p=1408</guid>
		<description><![CDATA[é cada vez mais comum ver pelo mercado fora promessas de grandes aplicações e inovações com a realização de concursos. basicamente a ideia é uma samsung, por exemplo, lançar um desafio de desenvolvimento de algo inovador contra a possibilidade de &#8230; <a href="http://bugflux.org/blog/1408:o-sonho-premiano/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>é cada vez mais comum ver pelo mercado fora promessas de grandes aplicações e inovações com a realização de concursos. basicamente a ideia é uma samsung, por exemplo, lançar um <a title="samsung smart tv challenge" href="http://www.samsungsmarttvchallenge.eu/" target="_blank">desafio de desenvolvimento de algo inovador</a> contra a possibilidade de ganhar um prémio de algumas centenas de milhar de euros. geralmente todas as candidaturas estão sujeitas a regras, de entre as quais o facto de a empresa ficar com os direitos sobre a aplicação, ou obrigar a que seja livre.</p>
<p>para o público isto é óptimo. é a garantia de que certamente surgirá algo novo, bom, e ilusão de que o prémio está ao alcance de todos. isto é o sonho americano. a falsa promessa das políticas de direita e do esforço pessoal em vista de um futuro bom. o problema é que estamos perante um ídolos. o sonho não está ao alcance de todos, apenas de um. no entanto todos os outros se esforçaram e devotaram o mesmo tempo e dedicação, apenas não tiveram sorte, e ficaram na miséria.</p>
<p>não está à vista?</p>
]]></content:encoded>
			<wfw:commentRss>http://bugflux.org/blog/1408:o-sonho-premiano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

