Voder-Vocoder

The Log of Hal Canary

Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Feedback Form | Site Map | WP Backend | RSS2 | Atom

Archive for 2005-02

« Previous Entries

Cooking Goals

I’m setting cooking goals for myself. One thing I want to do is perfect my chili recipe.

I also want to learn to prepare more Japanese food.

Hal Canary | Food | 2005-02-27 23:53:05 EST
Permanent Link | Comments Off

My favorite email interface

Because I’m geek, AND I’m lazy.

echo 'Mom, what recipe do you use for chili?' \
 | mutt mom -s chili

Hal Canary | Computers & Code | 2005-02-27 19:19:45 EST
Permanent Link | Comments Off

Chili

I just made chili for the first time in my life. I didn’t even try to follow a recipe, I just started with a canonical chili sin carne, but I couldn’t help but make changes to the recipe as I went along. I added an extra bell pepper, because I like them a lot, and I added a bit of tofu, but not enought that you notice it. And I increased the amount of chili powder until I could taste it; then I added some more.
(more…)

Hal Canary | Food | 2005-02-27 18:58:46 EST
Permanent Link | Comments Off

English is so versatile…

English is so versatile, no wonder it will replace all other languages within a century. Yeah, English!

Because of its profane status and versatility, the word “fuck” can be used many times in an English sentence. For example,

  • “Fucking fuck those fucking fuckers!” (”Forget about those very disliked people.”)
  • “Fucking fucker’s fucking fucked!” (”It is broken.”)

The latter example excellently demonstrates the versitility of the word fuck, as each instance represents a different syntactical usage: an article, a noun, a present participle (to is), and an adjective.

(Source)

Hal Canary | Found on the internets | 2005-02-27 17:21:01 EST
Permanent Link | Comments Off

What’s the difference?

Hal Canary | Computers & Code | 2005-02-27 13:59:32 EST
Permanent Link | Comments Off

let this be it

If a single piece of legelation passes in the next two years, let this be it. (via)

Hal Canary | Politics | 2005-02-26 21:34:42 EST
Permanent Link | Comments Off

23 Emptys

I have a case of 23 empty returnable beer bottles. They are of no use to me. Anyone want them?

Hal Canary | Life | 2005-02-25 21:44:46 EST
Permanent Link | Comments Off

Simple

I love the simple things, like the feel of a new toothbrush.

Hal Canary | Life | 2005-02-25 19:30:58 EST
Permanent Link | Comments Off

Google Movie Showtimes

Hal Canary | Found on the internets | 2005-02-25 13:33:47 EST
Permanent Link | Comments Off

h2h

Which term is better? Cory Doctrow’s “hand-to-hand piracy” or “sneakernet”, which I first heard from Chris Wilson?

Hal Canary | Computers & Code | 2005-02-16 06:48:04 EST
Permanent Link | Comments Off

NN

For those who know Noble, he can be found
here

Hal Canary | Life | 2005-02-15 21:26:28 EST
Permanent Link | Comments Off

icky shiz …or… burning audio in linux

I’ve used itunes at my parents house to burn audio CDs. It works nicely. At home, I use Rhythmbox, which has no such ability. Here’s how I do it.

Create a nice 80-minute playlist. SAve it to /home/hal/tmp/x.

Run this script:

#!/bin/sh
# $HOME/bin/make-audio-cd-from-playlist.sh
grep  '=file://' $1 | awk -F '//' '{print $2}' > tmp-file
i=1
for LINE in $(cat tmp-file) ; do
    if [ "$i" -lt 10 ] ; then
	FILENAME="track_0${i}.wav"
    else
	FILENAME="track_${i}.wav"
    fi
    lame --decode "$LINE" $FILENAME
    i=$(($i+1))
done
cdrecord dev=/dev/cdwriter -pad -v -audio track_??.wav

And then:

$ cd  /home/hal/tmp/
$ make-audio-cd-from-playlist.sh x

UPDATE: Recent versions of Rhythmbox have the ability to burn audio CDs.

Hal Canary | Computers & Code | 2005-02-10 14:27:10 EST
Permanent Link | Comments Off

« Previous Entries

Copyright 1997-2007 by Hal Canary.
mailto: h3 at halcanary dot org
xmpp:halcanary@jabber.org
aim:halwcanary
http://halcanary.org