1. process graphs and trees

    One of the interesting things about processes in Unix is that they are tree structured. This is easily seen with the pstree command; init is the root of all processes. Several things, can, however go wrong with this tree. Defunct or zombie processes show up when a child process dies ...

    read the whole post »
  2. python thirty days ago

    posted on April 16, 2010 - tagged as: python

    These tiny things make Python fun and useful:

    import datetime
    thirty_days = datetime.timedelta(days=30)
    thirty_days_ago = datetime.date.today() - thirty_days
    

    read the whole post »
  3. /^Ruby regex/

    posted on June 04, 2007

    So it turns out that regular expressions in Ruby are totally sweet. They’re a nice language feature just like in Perl…except, not Perl. I was under the mistaken impression that the Ruby crowd was perhaps a bit too minimalist and academic to do something like this (not that ...

    read the whole post »
  4. Sept. 4th

    posted on September 06, 2008 - tagged as: random

    September Fourth was the two month anniversary of my vegetarian experiment. I’m eating better, in better shape, and I’ve saved money by eating out less (not to mention the great new dishes I’ve learned to cook). All told, the vegetarian experiment has been a great time and ...

    read the whole post »
  5. simple example working

    I have a very simple example (sort of) working in erlang-in-lisp/examples.lisp. I did a quick hack to integrate fare-match into send/receive. The matching really isn’t working because the message is being mangled before it is sent over the socket. More tomorrow…

    read the whole post »

« Page 6 / 8 »

social

tags