<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for aristeu</title>
    <link>http://www.advogato.org/person/aristeu/</link>
    <description>Advogato blog for aristeu</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Thu, 23 May 2013 09:16:13 GMT</pubDate>
    <item>
      <pubDate>Thu, 24 May 2012 15:48:32 GMT</pubDate>
      <title>24 May 2012</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=75</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=75</guid>
      <description>gotta love those days you stop and finally learn how to fix&lt;br/&gt;
properly small annoyances that have bugged you for years.&lt;br/&gt;
today was how to add new lines in regular expressions in vim.&lt;br/&gt;
one would think \n is the answer, but it's \r.&lt;br/&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 22 May 2012 18:33:10 GMT</pubDate>
      <title>22 May 2012</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=74</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=74</guid>
      <description>x200 looking like new after a 512G SSD and 8GB of RAM</description>
    </item>
    <item>
      <pubDate>Fri, 30 Jul 2010 03:08:24 GMT</pubDate>
      <title>30 Jul 2010</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=73</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=73</guid>
      <description>decided to give github a try today. awesome service so far.</description>
    </item>
    <item>
      <pubDate>Sat, 18 Apr 2009 05:52:55 GMT</pubDate>
      <title>18 Apr 2009</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=72</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=72</guid>
      <description>if you got a &lt;a href="http://tinyurl.com/6qzyl6" &gt;Nyko&#xD;
blu-wave&lt;/a&gt; and want to use it with &lt;a href="http://elisa.fluendo.com/" &gt;Elisa&lt;/a&gt;:&lt;br&gt;&lt;br&gt;&#xD;
&lt;i&gt;svn co&#xD;
https://jake.ruivo.org/uinputd/trunk/jsremote&lt;/i&gt;&lt;br&gt;&lt;br&gt;&#xD;
and follow the README file :)&#xD;
</description>
    </item>
    <item>
      <pubDate>Tue, 14 Oct 2008 15:06:40 GMT</pubDate>
      <title>14 Oct 2008</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=71</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=71</guid>
      <description>after spending some time trying to get into advanced mode on&#xD;
my second iogear KVM, I finally figured out what's wrong.&#xD;
on the user manual it says:&#xD;
&#xD;
&lt;p&gt; &lt;i&gt;&#xD;
&#xD;
&lt;p&gt; 1. press and hold clear key for two seconds.&#xD;
&#xD;
&lt;p&gt; 2. press and hold minus key [-] key for one second.&#xD;
&#xD;
&lt;p&gt; 3. release minus key [-] and within one second also release&#xD;
clear key&#xD;
&#xD;
&lt;p&gt; &lt;/i&gt;&#xD;
&#xD;
&lt;p&gt; when, in reality it should be:&#xD;
&#xD;
&lt;p&gt; &lt;i&gt;&#xD;
&#xD;
&lt;p&gt; 1. press and hold clear key for two seconds.&#xD;
&#xD;
&lt;p&gt; 2. tap on the minus key.&#xD;
&#xD;
&lt;p&gt; 3. release clear key shortly after.&#xD;
&#xD;
&lt;p&gt; &lt;/i&gt;&#xD;
</description>
    </item>
    <item>
      <pubDate>Thu, 13 Mar 2008 16:05:06 GMT</pubDate>
      <title>13 Mar 2008</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=70</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=70</guid>
      <description>I'm sick and tired of fixing cosmetic issues trying to add&#xD;
support to PS3 bluetooth remote to linux (three months&#xD;
redoing patches). I'll just leave the latest version of the&#xD;
required patches here. good luck trying to get past the&#xD;
fashion police.&#xD;
&#xD;
&lt;p&gt; http://ruivo.org/~aris/ps3_remote/&#xD;
&#xD;
&lt;p&gt; Yes, the patches do work.&#xD;
If you have problems _using_ the patches, feel free to contact&#xD;
me.&#xD;
</description>
    </item>
    <item>
      <pubDate>Tue, 14 Aug 2007 17:52:53 GMT</pubDate>
      <title>14 Aug 2007</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=69</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=69</guid>
      <description>So, the problem is solved.&#xD;
First off, its SUBSYSTEM is input not usb. We're handling a&#xD;
evdev device creation, don't forget. The final version:&#xD;
&lt;br&gt;&lt;br&gt;&#xD;
&lt;i&gt;&#xD;
ACTION=="add", SUBSYSTEM=="input", KERNEL=="event*",&#xD;
GOTO="wacom_rules"&lt;br&gt;&#xD;
GOTO="wacom_rules_end"&lt;br&gt;&#xD;
LABEL="wacom_rules"&lt;br&gt;&lt;br&gt;&#xD;
ATTRS{idVendor}=="056a", SYMLINK+="input/wacom"&lt;br&gt;&#xD;
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0000",&#xD;
SYMLINK+="input/wacom-tablets/penpartner&#xD;
input/wacom-tablets/penpartner-%b"&lt;br&gt;&#xD;
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010",&#xD;
SYMLINK+="input/wacom-tablets/graphire&#xD;
input/wacom-tablets/graphire-%b"&lt;br&gt;&#xD;
(...)&lt;br&gt;&#xD;
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0047",&#xD;
SYMLINK+="input/wacom-tablets/intuos2-6x8a&#xD;
input/wacom-tablets/intuos2-6x8a-%b"&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
LABEL="wacom_rules_end"&lt;br&gt;&#xD;
&lt;/i&gt;&lt;br&gt;&#xD;
&#xD;
&lt;p&gt; ATTR&lt;b&gt;S&lt;/b&gt; looks for the file on the parent directories as&#xD;
well, solving the problem here.&#xD;
&lt;br&gt;&#xD;
One note is that if you try to get ATTRS{idVendor}=="056a"&#xD;
on the first rule to avoid repeating on all rules, it won't&#xD;
work, no idea why udev behaves this way.&#xD;
</description>
    </item>
    <item>
      <pubDate>Tue, 31 Jul 2007 02:53:17 GMT</pubDate>
      <title>31 Jul 2007</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=68</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=68</guid>
      <description>It's easy to get upset with udev.&#xD;
On rawhide, the wacom rules simply don't work. The problem is&#xD;
that now there's no decent way to get Vendor/Product ids when&#xD;
you receive an eventX creation event. This is needed so the&#xD;
wacom rules can create /dev/input/wacom-tablets/&amp;lt;model&amp;gt; link.&#xD;
The current ugly way to fix it is to use ATTR{../id/vendor}.&#xD;
There must be a better solution. Yes, the rule worked for some&#xD;
time (BUS=="usb", KERNEL=="event*", SYSFS{idVendor}==...)&#xD;
</description>
    </item>
    <item>
      <pubDate>Thu, 5 Apr 2007 16:10:02 GMT</pubDate>
      <title>5 Apr 2007</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=67</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=67</guid>
      <description>Spent my last days feeling like crap. Between fury explosions&#xD;
passing by depression and moments of extreme tension. The&#xD;
feeling that everything was falling apart. Something was&#xD;
terribly wrong. First suspect was the fact I don't go to&#xD;
climbing gym for a week, wrist injury. The lack of exercise&#xD;
can make me more nervous, but this is not the case: going to&#xD;
the gym everyday spend some time on treadmill. Coffee. In larger&#xD;
quantities or a stronger one can lead me to this behavior.&#xD;
Not the case also, I haven't been drinking more than the usual&#xD;
nor trying new brands. It could be lack of sleep. Hm, don't&#xD;
think so. I've been sleeping more than the usual since this&#xD;
weekend. Imagine trying to debug your brain while wanting to&#xD;
smash everything around. Not fun.&#xD;
&#xD;
&lt;p&gt; So, the answer came yesterday at night. I decided last friday&#xD;
that I wasn't having enough sugar. I'm a kind of person who&#xD;
prefers anything with salt than a chocolate or candy.&#xD;
Anyway, while reviewing what I usually eat everyday, I&#xD;
decided that would be healthy to have some chocolate&#xD;
everyday, some pieces. But what caffeine does is simply&#xD;
accelerate the sugar burn and having more than the usual on&#xD;
my veins made the amount of coffee I usually drink everyday&#xD;
more effective. This added to some problems I had last days&#xD;
resulted in a damn hard week.&#xD;
&#xD;
&lt;p&gt; No more coffee.&#xD;
&#xD;
&lt;p&gt; for you.&#xD;
&#xD;
&lt;p&gt; .&#xD;
&#xD;
&lt;p&gt; .&#xD;
&#xD;
&lt;p&gt; .&#xD;
&#xD;
&lt;p&gt; hm, what about dropping the chocolate instead?&#xD;
&#xD;
&lt;p&gt; hehe&#xD;
</description>
    </item>
    <item>
      <pubDate>Wed, 20 Dec 2006 19:43:22 GMT</pubDate>
      <title>20 Dec 2006</title>
      <link>http://www.advogato.org/person/aristeu/diary.html?start=66</link>
      <guid>http://www.advogato.org/person/aristeu/diary.html?start=66</guid>
      <description>after some time, I finally decided to do something about&#xD;
energy saving. I bought one of &lt;a&#xD;
href="http://www.apc.com/resource/include/techspec_index.cfm?base_sku=BR1200"&gt;these&lt;/a&gt;&#xD;
to keep my home server running on constant power outages we&#xD;
got here. I installed apcupsd daemon and the CGI to provide&#xD;
informations about the state of battery, etc. I noticed that&#xD;
my home server - amd64 dual core 3800+, 3 SATA disks -, with&#xD;
a 19'' TFT monitor, DSL modem and a WRT54GS use 15% of APC&#xD;
capacity when idle and when I was compressing a big file&#xD;
with bzip2 (thus using one core, plus two disks (RAID1)) the&#xD;
usage jumped to 20%! It's 60VA more. Amazing.&#xD;
</description>
    </item>
  </channel>
</rss>
