PPC is for “Peeing Penguins Crossing!”?

October 14th, 2007

Just had to change some boot options on my PowerBook to get rid off a borked ubuntu-bootsplash (namely adding video=offb:off video=nvidiafb). When I updated yaboot in the process, I got the following:

liquid:~$ sudo ybin -v
[..]
ybin: Setting attributes on ofboot…
ybin: Setting attributes on yaboot…
ybin: Setting attributes on yaboot.conf…
ybin: Blessing /dev/hda2 with Holy Penguin Pee…
ybin: Updating OpenFirmware boot-device variable in nvram…

Well, if it helps..

ALSA, multiple sound-cards and random devices

October 12th, 2007

I have two sound-cards in my XPC, one ICH5 onboard solution and a Terratec Aureon 5.1 PCI card. I have both enabled using the onboard solution for my headset and the Aureon for line-in/out. ALSA seems to assign the cards randomly (depending on the sequence the modules are loaded?) which results in having my audio-player’s ouput on my headset sometimes while I actually want it on line-out of my PCI-card. The ALSA FAQ to the rescue! Adding the index parameter to the options of the appropriate module within /etc/modprobe.d/options seems to do the trick:

options snd_cmipci index=0
options snd_intel8x0 index=1

Youtube code-snippet for embedding video not XHTML compliant.

August 11th, 2007

According to the W3C Markup Validation Service the snippet suggested by youtube to embed video isn’t valid XHTML 1.0 Transitional. Google to the rescue! A quick search revealed the following compliant alternative:

<div style="text-align:center">
  <object type="application/x-shockwave-flash" style="width:425px; height:350px"
data="http://www.youtube.com/v/VIDEO_ID">
    <param name="movie" value="http://www.youtube.com/v/VIDEO_ID">
    </param>
  </object>
</div>

(Source: http://www.wildbits.de/2006/04/02/youtube-xhtml/)

New iThings and stuff..

August 11th, 2007
..and I thought MadTV wasn’t about politics.

Advanced Harddrive Silencer

August 10th, 2007

I just bought and installed 1GB memory for my good old PB and it’s pure awesomeness! Until now it only had 512MB. Running Mail, a browser, iTunes, Adium and all the other little helpers, bells and whistles requires just exactly slightly more.

Mac Mem Update

No more waiting/working cursors and rumbling harddrive while virtual memory is accessed.