<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for pipeman</title>
    <link>http://www.advogato.org/person/pipeman/</link>
    <description>Advogato blog for pipeman</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 26 May 2013 00:56:53 GMT</pubDate>
    <item>
      <pubDate>Thu, 30 Aug 2012 12:51:47 GMT</pubDate>
      <title>30 Aug 2012</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=49</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=49</guid>
      <description>&lt;b&gt;Disabling Java in Safari for all users on a Mac&lt;/b&gt;&lt;br/&gt;
&lt;br/&gt;
There are a lot of instructions on how to disable Java applets in different web browsers. However, none of the instructions I've seen have tackled my situation: in my home we each have one account, and even though I administer the computer I don't know the password of the other accounts hence I can't login as all the other users and manually uncheck the "Enable Java" check box in the Safari security preferences. Because of that I was looking for a way to do it automatically for all users, and this is what I came up with:&lt;br/&gt;
&lt;br/&gt;
&lt;hr&gt;&lt;code&gt;&lt;br/&gt;
# become root&lt;br/&gt;
sudo -s&lt;br/&gt;
&lt;br/&gt;
# exit all instances of Safari&lt;br/&gt;
killall Safari&lt;br/&gt;
&lt;br/&gt;
# wait for Safari to exit&lt;br/&gt;
while ps axc|grep -q Safari ; do echo "waiting..." ; done&lt;br/&gt;
&lt;br/&gt;
# for all users that have a Safari prefs file, set the appropriate keys to "false"&lt;br/&gt;
# paste the following all in one go&lt;br/&gt;
dscl . -list /Users home | while read username homedir ; do \&lt;br/&gt;
  file="${homedir}/Library/Preferences/com.apple.Safari" ; \&lt;br/&gt;
  if [ -f "${file}.plist" ] ; then echo "Disabling Safari's Java for user $username" ; \&lt;br/&gt;
    for prop in com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaEnabled WebKitJavaEnabled ; do \&lt;br/&gt;
      defaults write "$file" $prop false ; chown $username "${file}.plist" ; \&lt;br/&gt;
    done; \&lt;br/&gt;
  fi ; \&lt;br/&gt;
done&lt;br/&gt;
&lt;/code&gt;&lt;hr&gt;&lt;br/&gt;
&lt;br/&gt;
That's it!&lt;br/&gt;
&lt;br/&gt;
Caveats:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;This will only change Safari's preferences (we use Safari at home, with Firefox reserved for sites that require Java or Flash)&lt;br/&gt;
&lt;li&gt;This will only change Safari's preferences if the user has launched Safari at least once&lt;br/&gt;
&lt;li&gt;While I have tested this in Mountain Lion (10.8.1) and Lion (10.7.4), I can't make any guarantees as to whether it'll work in your particular environment. Worst case it may reset your Safari preferences to default. Always have backups. :-)&lt;br/&gt;
&lt;/ul&gt;&lt;br/&gt;
If you want to disable &lt;i&gt;all&lt;/i&gt; plug-ins as well as Java, something I recommend, run this instead for the last step:&lt;br/&gt;
&lt;hr&gt;&lt;code&gt;&lt;br/&gt;
dscl . -list /Users home | while read username homedir ; do \&lt;br/&gt;
  file="${homedir}/Library/Preferences/com.apple.Safari" ; \&lt;br/&gt;
  if [ -f "${file}.plist" ] ; then echo "Disabling Safari's Java and all plug-ins for user $username" ; \&lt;br/&gt;
    for prop in com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaEnabled WebKitJavaEnabled \&lt;br/&gt;
    WebKitPluginsEnabled com.apple.Safari.ContentPageGroupIdentifier.WebKit2PluginsEnabled ; do \&lt;br/&gt;
      defaults write "$file" $prop false ; chown $username "${file}.plist" ; \&lt;br/&gt;
    done; \&lt;br/&gt;
  fi ; \&lt;br/&gt;
done&lt;br/&gt;
&lt;/code&gt;&lt;hr&gt;&lt;br/&gt;
&lt;br/&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 21 Feb 2011 20:35:48 GMT</pubDate>
      <title>21 Feb 2011</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=48</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=48</guid>
      <description>Top shell commands in my home computer as of today:&#xD;
&lt;pre&gt;&#xD;
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head&#xD;
88 git&#xD;
76 cd&#xD;
74 ls&#xD;
34 sudo&#xD;
21 ssh&#xD;
18 du&#xD;
14 cat&#xD;
13 ps&#xD;
13 mdfind&#xD;
12 open&#xD;
&lt;/pre&gt;</description>
    </item>
    <item>
      <pubDate>Mon, 28 Sep 2009 01:39:14 GMT</pubDate>
      <title>28 Sep 2009</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=47</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=47</guid>
      <description>&lt;b&gt;Retesting&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; &lt;a href="http://www.advogato.org/person/pipeman/diary/5.html" &gt;Almost five &#xD;
years ago&lt;/a&gt; I took this test, and it classified me as Amiga OS - now I took &#xD;
the same test again and came up as OS X. It would be interesting to see what &#xD;
has changed in more detail; I couldn't figure out any questions that I definitely &#xD;
would have answered differently five years ago.&#xD;
&#xD;
&lt;p&gt; &lt;a href="http://bbspot.com/News/2003/01/os_quiz.php" &gt;&lt;img src="http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/os_x.jp&#xD;
g" width="300" height="90" border="0" alt="You are OS X. You tend to be fashionable and clever despite &#xD;
being a bit transparent.  Now that you've reached some stability you're &#xD;
expecting greater popularity."&gt;&lt;br&gt;Which OS are You?&lt;/a&gt;&#xD;
&#xD;
&lt;p&gt; What has changed in the last five years, however, is that run OS X on most of my computers. Back then, I had Windows &#xD;
2000 on my desktop computer (with coLinux for development), and Windows XP (I think) on my laptop. I do have a W2K &#xD;
VM on my home Mac (mostly used for &lt;a href="http://www.facebook.com/notes.php?id=797442585" &gt;getting &#xD;
dissapointed at SF Anytime&lt;/a&gt;, a local video-on-demand service that requires Windows (and lately, newer Windows &#xD;
than Windows 2000)), and at work I keep a spare hard disk that I plug in when I need to do things that requires Windows &#xD;
(some of the bureaucracy tools require IE, among other this), but about 80% if my time is spent in OS X and 19% in Linux &#xD;
(although it depends on how you count; I'm pretty much always logged-in to my home Linux server (a small fanless VIA &#xD;
x86 with a flash disk), for example, and similarly always using a handful of Linux servers at work where, among other &#xD;
things, &lt;a href="http://www.youtube.com/watch?v=dHaQrYcRC4I" &gt;our testing infrastructure&lt;/a&gt; is largely Linux-&#xD;
based, even the parts that runs automated tests on Mac OS X (which in itself is an interesting topic for another talk or blog &#xD;
post).</description>
    </item>
    <item>
      <pubDate>Mon, 14 Apr 2008 17:00:44 GMT</pubDate>
      <title>14 Apr 2008</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=46</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=46</guid>
      <description>&lt;b&gt;In a Dream&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; Reading about &lt;a href="http://jautero.livejournal.com/136884.html" &gt;Juha's &#xD;
dream&lt;/a&gt; reminded me of my own from a couple of nights back.&#xD;
&#xD;
&lt;p&gt; In the beginning it was a bit like a bad re-make of BSG. We were heading for &#xD;
a destination of unknown location, on a big Battlestar-esque space ship. &#xD;
Somehow magically me and some other dude was on a smaller ferry ship, &#xD;
travelling through some worm-hole-like tunnel that was made out of metal. &#xD;
We landed on some unknown planet, with grass and stone plates laid out in &#xD;
plaths on the ground. We followed one of the paths and ended up in a &#xD;
candystore. A girl worked in the candy store. I noticed that they had &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Ahlgrens" &gt;Ahlgrens Bilar&lt;/a&gt;&lt;/i&gt;, a &#xD;
typical Swedish candy, which I found odd for what was presumably an &#xD;
extrasolar planet. I commented to the shopkeeper girl that I liked that candy, &#xD;
and she replied that she had never tasted it, and went to do so. Soon she had &#xD;
eaten all of it, delighted by its taste. I was a bit sad that I got none myself. I &#xD;
also found it odd that they accepted Earth currency and credit cards, and I &#xD;
noticed that she had received mail from Earth, with postage stamps from &#xD;
some Earth country. I even think she had a phone connected to the Earth GSM &#xD;
network. I asked her about it, and she explained that she was part of an &#xD;
intergalactical conspiracy, where her kind had infiltraded all layers of society &#xD;
in, among other worlds, Earth, like in &lt;i&gt;Fight Club&lt;/i&gt; but with no &#xD;
malicious intent. Instead it was just a practical thing to be able to &#xD;
communicate and trade intergalactically, also in worlds that were not &#xD;
intergatactically aware yet. I don't remember her name exactly, but I &#xD;
remember her telling me that if someone wanted to mail her from earth, all &#xD;
they had to do was address the envelope to "&lt;i&gt;Her name&lt;/i&gt; with-the-&#xD;
Hat" and people of her kind at the post office would make sure that it made &#xD;
its way to her little candy shop in a completely different part of the galaxy.</description>
    </item>
    <item>
      <pubDate>Mon, 14 Apr 2008 15:16:38 GMT</pubDate>
      <title>14 Apr 2008</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=45</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=45</guid>
      <description>&lt;b&gt;shell history statistics&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; Following &lt;a href="http://varaventtiili.blogspot.com/2008/04/what-does-&#xD;
your-shell-history-say-about.html" &gt;sti's shell history meme&lt;/a&gt;, here are &#xD;
some meaningless shell history statistics from my home computers. (By the &#xD;
way - I would've done that one-liner like this: &lt;code&gt;history | awk '{print &#xD;
$2}' | sort |uniq -c | sort -rn|head&lt;/code&gt; - two more pipelines out of &#xD;
habit.)&#xD;
&#xD;
&lt;p&gt; &lt;b&gt;My home Mac:&lt;/b&gt;&#xD;
&lt;pre&gt;&#xD;
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head&#xD;
127 ssh&#xD;
52 ls&#xD;
45 ping&#xD;
32 cd&#xD;
26 sudo&#xD;
13 open&#xD;
12 mount&#xD;
10 top&#xD;
10 cat&#xD;
9 df&#xD;
&lt;/pre&gt;&#xD;
&#xD;
&lt;p&gt; Surprise: &lt;code&gt;mount&lt;/code&gt; - turns out I often use mount without &#xD;
parameters to see which device a newly attached hard disk appears at.&#xD;
&#xD;
&lt;p&gt; &lt;b&gt;My Linux gateway box&lt;/b&gt;&#xD;
&lt;pre&gt;&#xD;
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head&#xD;
47 ls&#xD;
40 cd&#xD;
39 screen&#xD;
38 sudo&#xD;
24 ps&#xD;
20 w&#xD;
19 ping&#xD;
17 mount&#xD;
15 cat&#xD;
14 &lt;a href="http://www.tuxisalive.com" &gt;tuxgdg&lt;/a&gt;&#xD;
&lt;/pre&gt;&#xD;
&#xD;
&lt;p&gt; No surprises, really - I mostly use this box for IRC in a screen session - but &#xD;
lately also for playing with my &lt;a href="http://www.tuxisalive.com/" &gt;Tux &#xD;
Droid&lt;/a&gt;, hence tuxgdg.&#xD;
&#xD;
&lt;p&gt; &lt;b&gt;My work laptop (Linux)&lt;/b&gt;&#xD;
&lt;pre&gt;&#xD;
$  history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head&#xD;
92 sudo&#xD;
76 ssh&#xD;
41 echo&#xD;
38 ping&#xD;
31 ipsec&#xD;
22 tail&#xD;
22 cd&#xD;
21 ls&#xD;
16 cat&#xD;
14 vi&#xD;
&lt;/pre&gt;&#xD;
&#xD;
&lt;p&gt; This computer is mostly used for remotely connecting to the work VPN (hence &#xD;
ipsec), and through that connecting to work servers using SSH, and the rest is &#xD;
done through Gnome or a web browser.&#xD;
&#xD;
&lt;p&gt; &lt;code&gt;ping&lt;/code&gt; appears everywhere, most likely because my ISP is &#xD;
quite unstable at times. Also, I'm more &lt;code&gt;vi&lt;/code&gt; than I thought.</description>
    </item>
    <item>
      <pubDate>Tue, 6 Nov 2007 18:13:57 GMT</pubDate>
      <title>6 Nov 2007</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=44</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=44</guid>
      <description>&lt;b&gt;The Big Bang Theory&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; I started watching &lt;a href="http://imdb.com/title/tt0898266/" &gt;The Big Bang &#xD;
Theory&lt;/a&gt;, a TV-series centred around a few geeks and a hot girl. It's quite &#xD;
humorous at times, and quite stereotypical all the time. In the second episode, &#xD;
they are trying to assemble an IKEA media centre piece and one of the guys says &#xD;
"this is why Sweden has no space program". Of course, as the resident expatriate &#xD;
Swede I have to set the record straight: &lt;a href="http://www.rymdbolaget.se/?&#xD;
id=6014" &gt;Sweden has had a space program for 35 years&lt;/a&gt; (if not even &#xD;
longer). It's certainly not big or anything, but at least it's something. :-) &#xD;
Nowadays they're even &lt;a href="http://www.rymdbolaget.se/?&#xD;
id=5104&amp;cid=6476&amp;DivId=&amp;Year=2007" &gt;dabbling with commercial space &#xD;
flight&lt;/a&gt; - we'll see how that turns out.</description>
    </item>
    <item>
      <pubDate>Fri, 26 Oct 2007 13:17:16 GMT</pubDate>
      <title>26 Oct 2007</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=43</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=43</guid>
      <description>&lt;b&gt;Mac essentials&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; A friend of mine has been bugging me to compile a list of Mac software  so &#xD;
that he can start using his own Mac properly. So I thought I'll just jot down a &#xD;
few programs that I find make life with Mac bearable, in no particular order.&#xD;
&#xD;
&lt;p&gt; &lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.adiumx.com/" &gt;Adium X&lt;/a&gt; is the most elegant &#xD;
instant messaging software ever. Comes with Growl integration, of course.&#xD;
&lt;li&gt;For web browsing, &lt;a href="http://www.apple.com/safari/" &gt;Safari &#xD;
3&lt;/a&gt; is very usable and has all the essential features I need including &#xD;
tabbed browsing &#xD;
and type-as-you-find (Mac stylee) plus some other neat goodies such as a &#xD;
sweet DOM inspector and universally resizable text fields (so that I don't have &#xD;
to put up &#xD;
with Advogatos very very small textarea for writing this blog post), although I &#xD;
still have Firefox lying around for stupid sites that won't work with Safari &#xD;
(Gmail's &#xD;
chat, for example).&#xD;
&lt;li&gt;For Safari: &lt;a href="http://www.inquisitorx.com/safari/" &gt;Inquisitor&lt;/a&gt; turns the Safari &#xD;
search field into a real-time search/suggestion thingy&#xD;
&lt;li&gt;Also for Safari, be sure to install &lt;a href="http://growl.info/documentation/growlsafari.php" &gt;GrowlSafari&lt;/a&gt; to &#xD;
get Growl integration with Safari. This, for &#xD;
example, lets me have important RSS feeds in the bookmark bar, and get &#xD;
Growl notifications when they are updated&#xD;
&lt;li&gt;&lt;a href="http://www.videolan.org/vlc/" &gt;VLC&lt;/a&gt; for watching videos&#xD;
&lt;li&gt; &lt;a href="http://n.ethz.ch/student/naegelic/download/" &gt;QuickTime &#xD;
XviD Component&lt;/a&gt; - so that you can watch those &#xD;
downl^H^H^H^H^Hmovies ripped &#xD;
from legally obtained DVDs, in Front Row (tip: Front Row follows symlinks; so &#xD;
if you download your movies to a location  - say /Volumes/BigDisk - other &#xD;
than &#xD;
~/Movies, just &lt;tt&gt;ln -s /Volumes/BigDisk ~/Movies/&lt;/tt&gt; and you'll be &#xD;
able to navigate to them in Front Row)&#xD;
&lt;li&gt;On the same theme, you'll also most likely need &lt;a href="http://trac.cod3r.com/a52codec" &gt;A52Codec&lt;/a&gt; to get some audio &#xD;
stimuli from those movies as &#xD;
well&#xD;
&lt;li&gt;For BitTorrent, I use &lt;a href="http://azureus.sourceforge.net/" &gt;Azureus&lt;/a&gt; (with the classic UI). &#xD;
Yes, it &lt;i&gt;is&lt;/i&gt; a resource hog, but it is also very &#xD;
feature-rich. In Azureus, I use the plugin RSSFeed Scanner to subscribe to RSS &#xD;
feeds with interesting torrents, so it will generally download everything I'm &#xD;
interested &#xD;
in automatically.&#xD;
&lt;li&gt;&lt;a href="http://quicksilver.blacktree.com/" &gt;QuickSilver&lt;/a&gt; is another &#xD;
integral part of any modern Mac. It lets you launch applications with just Ctrl-&#xD;
Space &#xD;
and the first few letters of the application name. Sleek and handy. It can also &#xD;
do a gazillion of other things that I've never bothered to learn about.&#xD;
&lt;li&gt;&lt;a href="http://growl.info/" &gt;Growl&lt;/a&gt; is one of these tiny additions &#xD;
that just extends OS X in a natural way. In itself it doesn't do much, but it &#xD;
gives other &#xD;
applications a method of giving notifications of important events in an &#xD;
elegant way.&#xD;
&lt;li&gt;If you like me use &lt;a href="http://last.fm" &gt;last.fm&lt;/a&gt; a lot, then you &#xD;
will want &lt;a href="http://sourceforge.net/projects/iscrobbler/" &gt;iScrobbler&lt;/a&gt;, that &#xD;
is a bit more lightweight than the official last.fm client. Also, it gives you neat &#xD;
Growl integration of iTunes&#xD;
&lt;li&gt;For the UNIX and Linux inclined, there is of course a whole world of good &#xD;
stuff. A good start is to install the X11 application that comes with Mac OS X, &#xD;
and &#xD;
then install &lt;a href="http://finkproject.org/" &gt;Fink&lt;/a&gt; or &lt;a href="http://www.macports.org/" &gt;MacPorts&lt;/a&gt; (personally, I prefer Fink &#xD;
because of apt-get &#xD;
goodness). &#xD;
&lt;li&gt;&lt;a href="http://earth.google.com/" &gt;Google Earth&lt;/a&gt; is a good time &#xD;
waster (but why isn't there a full screen mode?)&#xD;
&lt;li&gt;For coding I use &lt;a href="http://aquamacs.org/" &gt;Aquamacs &#xD;
Emacs&lt;/a&gt; - however, since I moved over from my old PPC Mac Mini a new &#xD;
Intel iMac, it refuses to &#xD;
shut down properly, so I have to kill -9 it manually. I have yet to investigate it, &#xD;
though, since normally, once I launch Emacs, it stays up until it's time to &#xD;
reboot the &#xD;
computer some week later.&#xD;
&lt;li&gt;To keep track of my computer resource usage, I use &lt;a href="http://www.ragingmenace.com/software/menumeters/" &gt;MenuMeters&#xD;
&lt;/a&gt;&#xD;
&lt;li&gt;To keep track of my computer's IP adress, I use DynDNS and the &#xD;
corresponding &lt;a href="http://www.apple.com/downloads/dashboard/networking_security/dy&#xD;
ndnsupdater.html" &gt;DynDNS Dashboard widget&lt;/a&gt;&#xD;
&lt;li&gt;For backup, I've used &lt;a href="http://www.jungledisk.com/" &gt;Jungle &#xD;
Disk&lt;/a&gt; and Amazon S3, although I am currently considering other options &#xD;
due to a few &#xD;
bugs in the exclusion logic in the Jungle Disk backup feature&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt; That was the ones I could come up with from the top of my head. Well, &#xD;
naturally I have lots of other programs installed (hundreds of them being &#xD;
regular Unix tools &#xD;
coming from Fink such as ethereal, nmap and tcpdump for network &#xD;
monitoring and troubleshooting), but these are the most important ones. The &#xD;
only game I play is &#xD;
basically the old Command &amp;amp; Conquer Generals, which Aspyr was nice &#xD;
enough to release an Intel update to, so it plays nicely also on my new iMac. &#xD;
Most of the time I &#xD;
spend in OS X's own Terminal application, running irssi or messing around &#xD;
with shell scripts or other coding stuff (another tip: command-double click &#xD;
on a URL in &#xD;
Terminal opens it in a browser). </description>
    </item>
    <item>
      <pubDate>Sun, 8 Jul 2007 03:36:41 GMT</pubDate>
      <title>8 Jul 2007</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=42</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=42</guid>
      <description>&lt;b&gt;Vacation&lt;/b&gt;&#xD;
&lt;a href="http://www.flickr.com/photos/pajp/751883126/" title="Photo Sharing" &gt;&lt;img align="right"&#xD;
src="http://farm2.static.flickr.com/1095/751883126_7b6a33c8f1_m.jpg"&#xD;
width="240" height="192" alt="mac-on-mac-on-linux" /&gt;&lt;/a&gt;&#xD;
&lt;p&gt;&#xD;
My vacation has started. Of course, that means sitting up&#xD;
all night getting red-eyed making random hacks. Pretty much&#xD;
the same stuff as usual, that is.&#xD;
&#xD;
&lt;p&gt; &lt;p&gt;&#xD;
I've found myself booting into Linux on my Mac at home more&#xD;
often nowadays.&#xD;
Ubuntu 7.04 does quite a good job on my PPC Mac Mini. I&#xD;
noticed that IBM has a JDK for PPC - and it was even&#xD;
available in some repository through apt. My two biggest&#xD;
annoyances to date: Flash and no Compiz or Beryl. The&#xD;
open-source Flash implementation that is what you'll have to&#xD;
live with if you're on PPC (Macromedia hasn't released a PPC&#xD;
version of their own player) can't play YouTube videos&#xD;
(which is possibly the most important job for Flash on my&#xD;
computer) and seems to crash the browser occasionally. Also,&#xD;
web sites that tries to figure out whether you have Flash&#xD;
installed or not, tend to think that you don't. As to&#xD;
Compiz/Beryl, I've become so used to having wobbling windows&#xD;
at work, so when I sit at a Linux desktop without any&#xD;
desktop effects, it feels all stiff and, well, boring. It's&#xD;
like rounded corners: it just makes things feel more&#xD;
natural. I did in fact get some wobbliness out of SUSE 10.1&#xD;
for PPC, however, the graphics drivers were pretty messy and&#xD;
my screen ended up with the colours inverted. I eventually&#xD;
gave up, after many hours of X configuration file editing.&#xD;
&lt;p&gt;&#xD;
Another annoyance is the lack of write support for journaled&#xD;
 HFS+ filesystems, which is what most of my disks are&#xD;
formatted in. I currently haven't yet figured out a good&#xD;
filesystem that works reliably in both Linux and Mac. I have&#xD;
lots of media files that I want to access from both&#xD;
environments, and that doesn't work out too well. Now, I&#xD;
haven't checked up on the ext2/ext3 support in Mac OS for a&#xD;
few months, but last time I checked, there was an ext2&#xD;
filesystem driver for OS X that worked OK, except that it&#xD;
seemed to often fail to unmount the filesystem cleanly, and&#xD;
then refusing to mount it on subsequent reboots (as it was&#xD;
dirty and there was no fsck). For now, I've been using HFS+&#xD;
for my big media disk - I can at least safely read from it -&#xD;
we'll see if I totally mess it up if I try writing to it.&#xD;
For my portable hard disk, I've even used NTFS (since I need&#xD;
to mount it in Windows and it needs to store virtual machine&#xD;
images of several gigabytes, so FAT32 is a no-go) and when&#xD;
needed used ntfs-3g to mount it in both Linux and OS X. Very&#xD;
slow, but works for dropping files back and forth. </description>
    </item>
    <item>
      <pubDate>Wed, 2 May 2007 20:00:57 GMT</pubDate>
      <title>2 May 2007</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=41</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=41</guid>
      <description>Late last week, one of my pet spare-time-projects at work finally got the &#xD;
green &#xD;
lights, so now &lt;a href="http://www.f-secure.com/linux-weblog/" &gt;my team &#xD;
also &#xD;
has its own weblog&lt;/a&gt; and not just the &lt;a href="http://www.f-&#xD;
secure.com/&#xD;
weblog/" &gt;fancy research &amp;amp; response guys downstairs&lt;/a&gt;. Of course, &#xD;
in the &#xD;
end it's just yet another corporate blog, but it's nice to be able to talk &#xD;
more directly to the Linux community through a blog, in a not-so-PR-&#xD;
controlled &#xD;
way. One other really neat thing is that our managers agreed to release our &#xD;
&lt;a href="http://www.f-secure.com/linux-weblog/2007/01/18/rescue-&#xD;
cd-200/" &gt;Rescue CD&lt;/a&gt; as a free (as in beer, not speech - but still) &#xD;
download &#xD;
- which is a minimal bootable Linux with a simple text-mode menu that lets &#xD;
you &#xD;
scan and disinfect a virus-infested Windows system. &#xD;
&#xD;
&lt;p&gt; &lt;p&gt; Lots more fun stuff going on, but I'll save that for later. Today I'm still &#xD;
recovering &#xD;
from heavy &lt;a href="http://en.wikipedia.org/wiki/&#xD;
Walpurgis_Night" &gt;Vappu&lt;/a&gt; celebrations.</description>
    </item>
    <item>
      <pubDate>Sun, 25 Mar 2007 04:00:24 GMT</pubDate>
      <title>25 Mar 2007</title>
      <link>http://www.advogato.org/person/pipeman/diary.html?start=40</link>
      <guid>http://www.advogato.org/person/pipeman/diary.html?start=40</guid>
      <description>&lt;b&gt;meme&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; &lt;a href="http://www.flickr.com/photos/pajp/428207443/" title="Photo &#xD;
Sharing" &gt;&lt;img align="right" src="http://farm1.static.flickr.com/&#xD;
177/428207443_99b2b7e888_m.jpg" width="240" height="180" alt="Is" /&#xD;
&gt;&lt;/a&gt;&#xD;
&#xD;
&lt;p&gt; My coworker &lt;a href="http://jautero.livejournal.com" &gt;Juha&lt;/a&gt; &lt;a href="http://jautero.livejournal.com/124252.html" &gt;posted&lt;/a&gt; this meme &#xD;
that I thought would make for a nice waste of time:&#xD;
&#xD;
&lt;p&gt; &lt;ol&gt;&#xD;
&lt;li&gt; Open your music library in appropriate media program (iTunes, Winamp, &#xD;
Media Player, iPod, etc).&#xD;
&lt;li&gt; Put it on random.&#xD;
&lt;li&gt; Press play.&#xD;
&lt;li&gt; For every question, type the song that&amp;rsquo;s playing.&#xD;
&lt;li&gt; When you go to a new question, press the &amp;ldquo;next&amp;rdquo; button&#xD;
&lt;li&gt; Don&amp;rsquo;t lie and try to pretend you&amp;rsquo;re cool&#xD;
&lt;/ol&gt;&#xD;
&#xD;
&lt;p&gt; &lt;ul&gt;&#xD;
&lt;li&gt;Opening Credits: Egotrippi - &amp;Auml;l&amp;auml; Koskaan Ikin&amp;auml;&#xD;
&lt;li&gt;Waking Up: Stina Nordernstam - Hopefully Yours&#xD;
&lt;li&gt;First day at school: Bj&amp;ouml;rk - Human Behaviour&#xD;
&lt;li&gt;Falling in love: Kent - Stoppa Mig Juni (Lilla Ego)&#xD;
&lt;li&gt;Fight song: Regina Spektor - Us&#xD;
&lt;li&gt;Breaking Up: Dashboard Confessional - Reason To Believe&#xD;
&lt;li&gt;Prom: Fireside - All criminals are us&#xD;
&lt;li&gt;Life is Good: The Knife - Listen now&#xD;
&lt;li&gt;Mental Breakdown: The Corrs - Love To Love You&#xD;
&lt;li&gt;Driving: Skumdum - Sj&amp;auml;lvupptagen&#xD;
&lt;li&gt;Flashback: Sahara Hotnights - I Know Exactly What to Do&#xD;
&lt;li&gt;Getting Back Together: Zen Caf&amp;eacute; - Lohdutan sua&#xD;
&lt;li&gt;Wedding: Something Corporate - Drunk Girl&#xD;
&lt;li&gt;Paying the Dues:Teddybears sthlm - Start at 11 (feat. eagle-eye cherry)&#xD;
&lt;li&gt;The Night Before War: Green Day - Letterbomb&#xD;
&lt;li&gt;Final Battle: I am Kloot - Loch&#xD;
&lt;li&gt;Moment of Triumph: I am Kloot - Proof&#xD;
&lt;li&gt;Death Scene: Apulanta - Kalamiehen Toveri&#xD;
&lt;li&gt;Funeral Song: Foo Fighters - Weenie Beenie&#xD;
&lt;li&gt;End Credits: Saint Etienne - Avenue&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt; Not half bad, I thought it would get more embarrasing. :-) It'll be interesting &#xD;
to see who kisses the drunk girl at my wedding - and of course I've never &#xD;
been to a prom, but it'd be a hell of a prom if it would be accompanied by &#xD;
Fireside.&#xD;
&#xD;
&lt;p&gt; Pictured: the shoreline at Hernesaarenranta near where I live looked &#xD;
absolutely gorgeous when I walked home from work this week, with its big &#xD;
ice blocks that have been pushed up to land. Unfortunately my digital camera &#xD;
doesn't work so this shot by my mediocre cell phone camera will have to do. &#xD;
It anyway reminded me once again why I want to live close to the sea.</description>
    </item>
  </channel>
</rss>
