<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for bucky</title>
    <link>http://www.advogato.org/person/bucky/</link>
    <description>Advogato blog for bucky</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 26 May 2013 03:29:53 GMT</pubDate>
    <item>
      <pubDate>Thu, 15 Jun 2000 16:16:35 GMT</pubDate>
      <title>15 Jun 2000</title>
      <link>http://www.advogato.org/person/bucky/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/bucky/diary.html?start=4</guid>
      <description>&lt;B&gt;The Advogato Experience&lt;/b&gt;&lt;BR&gt;
Boy, &lt;A HREF="http:
//www.mozilla.org/projects/seamonkey/milestones/index.html"&gt;
milestone 16 &lt;/a&gt; sure makes reading Advogato a pleasant
experience.  A fair sight better than Netscape 4.7, at least.
&lt;P&gt;
&lt;B&gt;Coding&lt;/b&gt;&lt;BR&gt;
I signed up my project on sourceforge.net - it's called "&lt;A
HREF="http://sourceforge.net/project/?group_id=6617"&gt;
Flashlike&lt;/a&gt;",
because it's supposed to read/generate files in the
Macromedia Flash format.  I'm new to library design, but I'm
learning a lot, just thinking about what the interface
really needs, and really shouldn't have.  I hope to have it
in way-pre-alpha phase soon.
&lt;P&gt;
&lt;B&gt;On the road again...&lt;/b&gt;&lt;BR&gt;
The big move is rapidly approaching, from Ann Arbor to
Boston.  It's nerve-wracking, but everything's coming together.
&lt;P&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 12 May 2000 19:04:33 GMT</pubDate>
      <title>12 May 2000</title>
      <link>http://www.advogato.org/person/bucky/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/bucky/diary.html?start=3</guid>
      <description>Forgive me, &lt;A HREF="/person/icemonk/"&gt;icemonk&lt;/a&gt;, for I
have sinned.  It has been several days since my last diary
entry... :)
&lt;P&gt;
&lt;B&gt;Don't look now, but...&lt;/b&gt;
&lt;P&gt;
I scored one of those convex-rear-view-mirror doodads for my
monitor (I lucked out, by walking into our marketing
director's office at just the right time - thanks,
'ILOVEYOU'!), and it give me a nice angle of the world
behind me.
&lt;P&gt;
Problem is, I haven't gotten used to it yet, so I think I
hear something, and start turning around, and realize
halfway there that I don't have to.  ("Must... retrain...
neck...")
&lt;P&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 8 May 2000 18:59:59 GMT</pubDate>
      <title>8 May 2000</title>
      <link>http://www.advogato.org/person/bucky/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/bucky/diary.html?start=2</guid>
      <description>&lt;B&gt;Algorithms&lt;/b&gt;&lt;P&gt;
&lt;A HREF="/person/andrei/"&gt;andrei&lt;/a&gt;, I was just reading &lt;A
HREF="http://www.programmingpearls.com"&gt;Programming
Pearls&lt;/a&gt; this weekend, and Bentley was working on a very
similar problem in chapter 12 (for generating random test
examples, I think).  Here's hoping I remember it correctly:
(pseudo-code, of course)
&lt;P&gt;
&lt;PRE&gt;
int num_needed, num_available; /* pre-initialized */
List NewList;
for (element = List-&amp;gt;first; 
      element-&amp;gt;next != NULL;
      element = element-&amp;gt;next) {
    if (@random@number@ &amp;lt; (num_needed/num_available)) {
        append(NewList, element); /* sort of - really just
the data */
        num_needed--;
    }
    num_available--;
}
&lt;/pre&gt;
&lt;P&gt;
"@random@number@" and "append" are mostly hand-waving, of
course.  This should guarantee that you'll get exactly
num_needed elements in the new list, and the order from the
original list is maintained (I wasn't sure whether that was
important, from your posts).  And I believe the distribution
is uniform, too.
&lt;P&gt;
I hope this matches the problem you're working on.
&lt;P&gt;</description>
    </item>
    <item>
      <pubDate>Wed, 3 May 2000 20:57:59 GMT</pubDate>
      <title>3 May 2000</title>
      <link>http://www.advogato.org/person/bucky/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/bucky/diary.html?start=1</guid>
      <description>&lt;B&gt;Connections&lt;/b&gt;
&lt;P&gt;
I think my ISP's having problems with e-mail.  I mean, when
was the last time I got absolutely *no* e-mail in an entire
evening?  What are the odds?  It's like a ghost town in that
mailbox - I keep getting the whistle from &lt;A
HREF="http://www.man-with-no-name.com/"&gt;The Good, the Bad,
and the Ugly&lt;/a&gt; every time I tab past that window.
&lt;P&gt;
My desktop got a lot cleaner when I discovered &lt;A
HREF="http://powershell.sourceforge.net/"&gt;PowerShell&lt;/a&gt;. 
Well, my computer desktop, at least.  My physical desktop's
still beyond hope.
&lt;P&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 2 May 2000 16:14:55 GMT</pubDate>
      <title>2 May 2000</title>
      <link>http://www.advogato.org/person/bucky/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/bucky/diary.html?start=0</guid>
      <description>&lt;B&gt;First diary entry&lt;/b&gt;
&lt;P&gt;
I must admit, the first time or two that I came to Advogato,
I was 
a bit overwhelmed by the sheer volume of information.  But I
think
I'm adapting.  Browsing recent diary entries is cool!
&lt;P&gt;
I'm currently trying out the &lt;A
HREF="http://www.fourmilab.to/hackdiet/"&gt;Hacker's Diet&lt;/a&gt;, 
because it makes sense to me, and because I really need to
lose
weight.  I'm finding that being on a calorie restriction
makes me
pretty cranky, which is a switch from my usually quiet,
laid-back
demeanor.  But, somewhat surprisingly, I'm finding that
being
cranky is kinda fun.  (Well, for me, at least.)  I find that
I have to 
guard what I say more carefully, especially responding to
webmaster e-mails and tech requests.
&lt;P&gt;
Boy, there's so many cool open source projects out there
that I'd 
love to be involved in, but absolutely no time to do them!  
Sometimes, having a wide range of interests sucks.
&lt;P&gt;
That's it for me.  I hope everybody's doing okay.
</description>
    </item>
  </channel>
</rss>
