Cixar

XML/RSS

Categories:

/ (121)
  art/ (4)
    tale/ (1)
  bookmark/ (2)
  langlubber/ (4)
  movies/ (2)
  music/ (1)
    garageband/ (2)
  photo/ (1)
  politics/ (1)
  program/ (29)
    cli/ (1)
    javascript/ (13)
      chiron/ (5)
    python/ (6)
    swil/ (2)
    tale/ (22)
  reading/ (4)
  tale/ (25)
  writing/ (2)

Archives:

2008-Nov
2008-Oct
2008-Sep
2008-Aug
2008-May
2008-Apr
2008-Mar
2008-Feb
2008-Jan
2007-Jun
2007-May
2007-Apr
2007-Mar
2007-Feb
2007-Jan
2006-Oct
2006-Sep
2006-Aug
2006-Jun
2006-May
2006-Apr
2006-Mar
2006-Feb
2006-Jan
2005-Dec
2005-Nov
2005-Oct
2005-Sep
2005-Aug
2005-Jul
2005-Jun
2005-May
2005-Apr
2005-Mar


The Sourcerer

by Kris Kowal.

The Sourcerer has moved! Please visit askawizard.blogspot.com.

Thu, 03 Mar 2005

Reading List

I'm reading:

  • "The Farthest Shore", by Ursula LeGuin,
  • "The Lay of Leithian", from "The Silmarillion", by J.R.R. Tolkien,
  • "The Evolution of Usefull Things", by Henry Petroski, and
  • The Kalevala, by Finland
this entry was posted on Thu, 03 Mar 2005 at 23:39 in reading

Will Google Return My Call

I sent my resume to google last week. I've been polling my four mail inboxes with vigor.

My lab partner, Mike Andrion, and I have been meeting every evening since Tuesday to get a handle on our Minix kernel hack assignment. It will, in the end be a magic eight ball device driver.

$ cd /dev
$ mknod 8ball c 15 0
   # character device, major number 15,
   #  minor number unimportant
$ echo Are we done yet? > /dev/8ball
$ cat /dev/8ball
Outlook uncertain.
this entry was posted on Thu, 03 Mar 2005 at 17:55 in