<?xml version="1.0"?>
<rss version="2.0.">
  <channel>
    <title>Advogato blog for nutella</title>
    <link>http://www.advogato.org/person/nutella/</link>
    <description>Advogato blog for nutella</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 9 Jul 2008 05:15:52 GMT</pubDate>
    <item>
      <pubDate>Sun, 9 Mar 2008 00:36:01 GMT</pubDate>
      <title>9 Mar 2008</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=231</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=231</guid>
      <description>Weird!  It seems that a reasonably high proportion of the&#xD;
time I visit Central Computers (San Francisco or Santa Clara)&#xD;
Don Marti is there. Clone? Mistaken identity? Eerie coincidence?</description>
    </item>
    <item>
      <pubDate>Sun, 20 Jan 2008 21:35:47 GMT</pubDate>
      <title>20 Jan 2008</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=230</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=230</guid>
      <description>Zoiks!  Is it just me (Firefox 2.0.0.11) or did someone&#xD;
(&amp;lt;cough&amp;gt; adulau &amp;lt;cough&amp;gt;) forget to close a [bold] tag in&#xD;
their RSS feed?</description>
    </item>
    <item>
      <pubDate>Sat, 1 Dec 2007 02:16:57 GMT</pubDate>
      <title>1 Dec 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=229</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=229</guid>
      <description>While using truly Free software allows totally unrestrained&#xD;
joy when passing on tips and tricks to others, there's still&#xD;
some happiness to be gained when the software is proprietary&#xD;
but the recipients of the tip are people with whom you work.&#xD;
Here in the Real World[TM] I have to deal with (non&#xD;
computer) hardware manufacturers who sell overpriced&#xD;
computers running horrible equipment control software and&#xD;
who refuse to give you the "administrator" password,&#xD;
presumably because they believe you'd immediately copy the&#xD;
kludgey software to a more affordable box. Argh! Mercifully&#xD;
there's also equipment specific software written by Real&#xD;
Programmers and they've embedded macro languages that allow&#xD;
you to express yourself and get the job done.  Thank you, Oh&#xD;
Sensible Ones! Today I managed to use such a a TIMTOWTDI&#xD;
rich macro language in a strange way and it was clearly The&#xD;
Right Way. It was so beautiful. My co-workers immediately&#xD;
appreciated the&#xD;
extra stability and efficiency, if not the beauty of the&#xD;
code. That was reward enough.</description>
    </item>
    <item>
      <pubDate>Fri, 16 Nov 2007 01:39:10 GMT</pubDate>
      <title>16 Nov 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=228</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=228</guid>
      <description>&lt;strong&gt;GAR! Google GAR!&lt;/strong&gt;&lt;br&gt;&#xD;
I wanted to demonstrate to a colleague the prevalence of&#xD;
typos out in the interweb and so asked The Google to return&#xD;
hits containing "Gusty Gibbon" (one of my favourites).  Alas&#xD;
the big G assumes that this is just a typo and returns many&#xD;
hits for the more boring correct title.&lt;p&gt;&#xD;
But what if I was working on a project on primate&#xD;
flatulence? How would I find the information I need?</description>
    </item>
    <item>
      <pubDate>Mon, 1 Oct 2007 22:44:12 GMT</pubDate>
      <title>1 Oct 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=227</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=227</guid>
      <description>As I mentioned &lt;a&#xD;
href="http://advogato.org/person/nutella/diary/226.html"&gt;earlier&lt;/a&gt;,&#xD;
I have been allowed some time to play with Mathematica at&#xD;
work. I&#xD;
tried to assess it by transliteration of some of those popPK&#xD;
spreadsheets and in doing so it has grown on me. I do like&#xD;
the ability&#xD;
of the random number generator to produce real numbers over&#xD;
a specified range. For Excel I had been forced to use&#xD;
&lt;tt&gt;RANDBETWEEN()&lt;/tt&gt; (which only generates integers) and&#xD;
scale by a large number - this led to many off-by-epsilon&#xD;
rounding errors.  Now I can precalculate the log-normal&#xD;
probabilities of each of the target limits of the PK&#xD;
parameters with;&lt;br&gt;&lt;tt&gt;CDF[LogNormalDistribution[mean,&#xD;
cv/100*mean], Exp[value]]&lt;/tt&gt;&lt;br&gt; and then generate a table&#xD;
of random parameter values for the population &#xD;
with;&lt;br&gt;&lt;tt&gt;myList =&#xD;
Table[Log[Quantile[LogNormalDistribution[myMedian,&#xD;
myCV/100*myMedian], Random[Real, {myMinProb, myMaxProb}]]],&#xD;
{populationSize}];&lt;/tt&gt;&lt;br&gt;This seems to be a small price to&#xD;
pay for having to use studlyCaps for variable names and for&#xD;
forever forgetting to use square brackets instead of&#xD;
parentheses and double square brackets instead of&#xD;
singles.  The other major gotcha was not realising that you&#xD;
have to initialise an array (e.g. by setting to&#xD;
&lt;tt&gt;Null&lt;/tt&gt;) if you&#xD;
want to subsequently add values to it piecemeal (the error&#xD;
messages generated are way too arcane).&lt;p&gt;I also had to&#xD;
change my approach when switching&#xD;
programs as in Mathematica it is actually easier to plot a&#xD;
function defined symbolically than it is to generate a bunch&#xD;
of x,y values and use them.</description>
    </item>
    <item>
      <pubDate>Tue, 18 Sep 2007 01:53:26 GMT</pubDate>
      <title>18 Sep 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=226</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=226</guid>
      <description>&lt;strong&gt;Pump up the func&lt;/strong&gt;&lt;br&gt;I've mentioned &lt;a&#xD;
href="http://advogato.org/person/nutella/diary/214.html"&gt;previously&#xD;
&lt;/a&gt; that I have been experimenting with some PBPK and&#xD;
enzymology modeling on a Ti89. This was my first exposure to&#xD;
anything that allows you to work digitally with symbolic&#xD;
mathematics. I must have been looking too awestruck as a&#xD;
colleague has allowed me to play with their installations of&#xD;
Mathematica (not seen it before) and MATLAB (only seen very&#xD;
old versions previously), just to expand my horizons. They&#xD;
are both very cool but have way too much functionality for&#xD;
my needs. At first glance the capabilities of Mathematica&#xD;
appear to be a superset of MATLAB (although the latter&#xD;
likely has the edge for matrix manipulation). I've started&#xD;
trying to move some of my models into the two packages.&#xD;
MATLAB looks as if it  could handily replace some of my more&#xD;
clunky spreadsheets, where I'm using discrete methods, as I&#xD;
can turn the columns into lists and functions.&#xD;
Scanning Mathematica's abilities suggests that I could come&#xD;
up with more general &#xD;
analytical models, and that is very appealing. I see that&#xD;
there are some &lt;a&#xD;
href="http://en.wikipedia.org/wiki/Comparison_of_computer_algebra_systems"&gt;free&lt;/a&gt;&#xD;
&lt;a href="http://en.wikipedia.org/wiki/Comparison_of_numerical_analysis_software" &gt;alternatives&lt;/a&gt;&#xD;
but I don't know if any of them could cope with the uses I&#xD;
have in mind (I was aware of &lt;tt&gt;octave&lt;/tt&gt; but have never&#xD;
used it).</description>
    </item>
    <item>
      <pubDate>Wed, 15 Aug 2007 01:42:10 GMT</pubDate>
      <title>15 Aug 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=225</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=225</guid>
      <description>&lt;strong&gt;Oh, the Good Old Days!&lt;/strong&gt;&lt;br&gt;&#xD;
While browsing the shelves in the local library I came&#xD;
across a copy of the DVD from a concert I &lt;a&#xD;
href="http://advogato.org/person/nutella/diary/5.html"&gt;attended&lt;/a&gt;&#xD;
many moons ago. Naturally I had to borrow it and scan&#xD;
through it looking for myself (I'm still not a fan and so&#xD;
couldn't muster the time to watch the entire thing through).&#xD;
As I mentioned nearly seven years ago I was back behind the&#xD;
camera booms so my vanity wasn't tweaked.&#xD;
One question answered by the credits is the name of the&#xD;
mystery camerawoman - apparently it was Amy Ocheltree.  Nice&#xD;
job, Amy!&lt;p&gt;&#xD;
It has been a while since I tried &lt;a&#xD;
href="http://dosbox.sourceforge.net/"&gt;DOSBox&lt;/a&gt; so I gave&#xD;
it another whirl and am amazed at just how well it copes&#xD;
with some old programs. I may be able to retire my old&#xD;
486/66 that I keep around "just in case".</description>
    </item>
    <item>
      <pubDate>Thu, 9 Aug 2007 21:17:51 GMT</pubDate>
      <title>9 Aug 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=224</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=224</guid>
      <description>&lt;strong&gt;...and a sample of blood. ...and your first born&#xD;
child.&lt;/strong&gt;&lt;br&gt;&#xD;
My experience to date with &lt;a&#xD;
href="http://www.cdw.com/"&gt;CDW&lt;/a&gt; has been fairly positive,&#xD;
although I used to have the luxury of picking items up at the&#xD;
will-call window. Alas, recently they seem to have taken a&#xD;
sharp turn&#xD;
for the worse. I tried to order an item earlier this week&#xD;
and was told that,&#xD;
despite the web site claim of 2 - 3 days availability, it&#xD;
was out of stock for at least two weeks. I wasn't&#xD;
particularly surprised by this as I know that the&#xD;
availability numbers on the site are works of fiction&#xD;
intended to trap&#xD;
buyers. In the past I've had to wait a week or two for ~30%&#xD;
of the items I've bought.  The latest shock was being told&#xD;
that, although my credit card details and address were okay,&#xD;
they could not sell the item to me as I had not given them&#xD;
my home telephone number. The only option to allow the sale&#xD;
to take place was for me to fax&#xD;
them an image of my driver's license. I checked with the&#xD;
sales person (who like all CDW people I've dealt with was&#xD;
friendly and polite). The summary of the email stream is as&#xD;
follows;&lt;br&gt;&lt;tt&gt;&#xD;
ME: Is this company policy?&lt;br&gt;&#xD;
CDW: Yes.&lt;br&gt;&#xD;
ME: Is there any alternative? You have validated my credit&#xD;
card and home address. Surely that's enough.&lt;br&gt;&#xD;
CDW: The only alternative is to cancel your order.&lt;br&gt;&#xD;
ME: What would you do with all my personal information?&lt;br&gt;&#xD;
CDW: My job is to collect all personal details&#xD;
from customers and if I can't do this with google,&#xD;
whitepages online or zabasearch I am obliged to ask the&#xD;
customer.&lt;br&gt;&#xD;
ME: Is it okay if I warn the rest of the world about&#xD;
this?&lt;br&gt;CDW: (implied) Yes.&lt;/tt&gt;&lt;p&gt;So I can cross another&#xD;
supplier (and another vendor I'd endorse) off my list.</description>
    </item>
    <item>
      <pubDate>Thu, 9 Aug 2007 02:27:18 GMT</pubDate>
      <title>9 Aug 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=223</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=223</guid>
      <description>In addition to frequently falling into the well-recognised&#xD;
&lt;a href="http://xkcd.com/214/" &gt;wikipedia trap&lt;/a&gt; and being&#xD;
distracted by &lt;a href="http://xkcd.com/77/" &gt;reality&lt;/a&gt; I've&#xD;
noticed that I've now come to see inane email at work as&#xD;
slarshdawt articles and feel the urge to apply tags&#xD;
appropriately. Alas there's no way of making &lt;a&#xD;
href="http://slashdot.org/tags/noshitsherlock"&gt;useful&lt;/a&gt;&#xD;
&lt;a href="http://slashdot.org/tags/worstarticleever" &gt;tags&lt;/a&gt;&#xD;
have an effect on those that most need them.</description>
    </item>
    <item>
      <pubDate>Tue, 1 May 2007 02:14:53 GMT</pubDate>
      <title>1 May 2007</title>
      <link>http://www.advogato.org/person/nutella/diary.html?start=222</link>
      <guid>http://www.advogato.org/person/nutella/diary.html?start=222</guid>
      <description>&lt;a&#xD;
href="http://advogato.org/person/titus/diary.html?start=269"&gt;titus&lt;/a&gt;&#xD;
I sympathise with you concerning the changes in output&#xD;
format. I encourage you to keep going as it is very cool&#xD;
when you track down an apparent problem to an error in NIH's&#xD;
sequence file (or other supplier). The folk at the National&#xD;
Library of Medicine used to be very happy that other people&#xD;
were debugging their files by parsing them rigorously. I&#xD;
haven't done this in a few years so I am guessing that such&#xD;
source errors are rarer now but it feels good to be the one&#xD;
to spot them.&lt;p&gt;Thanks to Sun I now have the free (gratis)&#xD;
Solaris 10 DVD set. After sending my request in January I&#xD;
had given up hope as the intermediary who was mailing them&#xD;
emailed me to tell me that I hadn't filled out an&#xD;
application (so how did they get my contact information?).&#xD;
I've dabbled with Solaris 7 and 8 in the past, both x86 and&#xD;
SPARC, but the inclusion of Sun Studio on the latest set was&#xD;
what had sparked my interest. Hmmm... I have no idea if I&#xD;
can add an ATAPI DVD-ROM to my Ultra 5. Otherwise I'll try&#xD;
it out on a spare x86 box.</description>
    </item>
  </channel>
</rss>
