<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for eskimoses</title>
    <link>http://www.advogato.org/person/eskimoses/</link>
    <description>Advogato blog for eskimoses</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 19 Jun 2013 05:39:10 GMT</pubDate>
    <item>
      <pubDate>Wed, 16 Jan 2002 18:47:32 GMT</pubDate>
      <title>16 Jan 2002</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=17</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=17</guid>
      <description>&lt;p&gt;Today marks the release of version 0.21 of 
&lt;a href="http://www.advogato.org/proj/WikkiTikkiTavi/" &gt;WikkiTikkiTavi&lt;/a&gt;, my PHP- and MySQL-based wiki 
engine.  Now with XHTML-strict compliance, CSS, table 
syntax, an RSS feed, and other minor additions, tweaks, and 
fixes.</description>
    </item>
    <item>
      <pubDate>Thu, 6 Dec 2001 15:55:03 GMT</pubDate>
      <title>6 Dec 2001</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=16</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=16</guid>
      <description>&lt;p&gt;Had fun last night whipping up a
&lt;a href="http://tavi.sourceforge.net/TaviPatches/ChessBoard" &gt;
chessboard macro&lt;/a&gt; for my wiki engine, just to prove it 
could be done.

&lt;p&gt; &lt;p&gt;I wish I had more time to spend on wiki, both hacking 
the backend and contributing to wiki sites themselves.  
Work keeps me busy these days.
</description>
    </item>
    <item>
      <pubDate>Tue, 15 May 2001 13:58:48 GMT</pubDate>
      <title>15 May 2001</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=15</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=15</guid>
      <description>&lt;p&gt;Aargh.  I like PHP.  I love Perl regular expressions.  
Hence, I love &lt;tt&gt;preg_match&lt;/tt&gt; and 
&lt;tt&gt;preg_replace&lt;/tt&gt;.

&lt;p&gt; &lt;p&gt;Or I used to.  Y'see, &lt;tt&gt;preg_replace&lt;/tt&gt; has Perl's 
cool "evaluate the right-hand-side as though it were code" 
operator: '&lt;tt&gt;e&lt;/tt&gt;'.  Coolness.  So I write a whole mess 
of functions to do all sorts of cool transformations of 
wiki markup into HTML.

&lt;p&gt; &lt;p&gt;Except, if the right hand side is code, 
&lt;tt&gt;preg_replace&lt;/tt&gt; has no consistent means of 
representing backreferences!  Try this, kiddos:

&lt;p&gt; &lt;blockquote&gt;&lt;pre&gt;function f($x) { print $x; }
$s = "a' \" \\b";
$s = preg_replace('/a(.*)b/e', 'f("$1")', $s);&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt; &lt;p&gt;Yeppers, it bombs.  Seems that, while they remembered to 
escape quotes, they forgot to escape backslashes 
themselves.  Oops.

&lt;p&gt; &lt;p&gt;I just wish they could treat that &lt;tt&gt;$1&lt;/tt&gt; the way 
Perl does it: like a variable and not like a "replace this 
token with the string itself"!  Tell me that wouldn't make 
lots more sense. :-)

&lt;p&gt; &lt;p&gt;Thanks to the wonders of still-open PHP bug reports and 
very slow upgrades on virtual hosts, it looks like I'm 
doomed to keep my wiki engine in perpetual beta for quite a 
bit longer (been lingering on this for nearly two months 
now, no sign of relief).  Other than this it's ready for 
release!  Grr.

&lt;p&gt; &lt;p&gt;That was therapeutic. :-)  Except it doesn't get me 
closer to a solution.  I'm almost ready to ditch PHP 
altogether.  Perl or Python, anyone?
</description>
    </item>
    <item>
      <pubDate>Thu, 29 Mar 2001 17:40:58 GMT</pubDate>
      <title>29 Mar 2001</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=14</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=14</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hobbies and Work&lt;/strong&gt;

&lt;p&gt; &lt;p&gt;&lt;a href="http://www.advogato.org/proj/WikkiTikkiTavi/" &gt;WikkiTikkiTavi&lt;/a&gt; version 0.20 is now in beta 
test.  Did a complete rewrite of the parsing engine and 
presentation system.  It's now got templates and a whole 
host of other additions, making for a considerably more 
mature product.  The whole exercise was quite fun.

&lt;p&gt; &lt;p&gt;Just in time for work to start sucking up all of my free 
time. :-)  Beginning the next release cycle with some
heavy-duty assignments, which will be fun but 
extraordinarily demanding.

&lt;p&gt; &lt;p&gt;What little free time remains I will continue to work on 
&lt;a href="http://andstuff.org/" &gt;AndStuffWiki&lt;/a&gt;, which 
suffered a little while I was working on the wiki engine.  
I'm really eager for it to start growing at a measured and 
steady pace, both in terms of content and participants.

&lt;p&gt; &lt;p&gt;&lt;strong&gt;Life&lt;/strong&gt;

&lt;p&gt; &lt;p&gt;My wife and I are buying a house, which we'll be closing 
on at the end of May.  Our first house, which has been 
quite an educational experience!  Thankfully, we had a 
wonderful realtor who helped us every step of the way.  
It'll be a pleasant improvement over our apartment, not to 
mention the fact that we'll finally be sinking our monthly 
payments into real equity.
</description>
    </item>
    <item>
      <pubDate>Tue, 2 Jan 2001 18:29:22 GMT</pubDate>
      <title>2 Jan 2001</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=13</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=13</guid>
      <description>&lt;P&gt;So for a while now I've had a virtual host on a &lt;A 
HREF="http://www.he.net"&gt;hosting provider&lt;/a&gt;.  They 
provide me with a few free POP accounts, but I want perhaps 
a dozen or so web-accessible e-mail accounts.  So here's my 
idea:

&lt;p&gt; &lt;p&gt; &lt;OL&gt;
&lt;LI&gt;Set up &lt;tt&gt;procmail&lt;/tt&gt; to redirect e-mail for 
those "accounts" to a file, such as 
&lt;tt&gt;/home/myhost/spool/blahblah&lt;/tt&gt;.  Optionally, clutter 
my database schema even further by tossing it into my (one 
and only) database instead.&lt;p&gt;
&lt;LI&gt;Stick fake info for the "accounts" in 
&lt;tt&gt;/home/myhost/etc/passwd&lt;/tt&gt;.&lt;p&gt;
&lt;LI&gt;Find a web-based e-mail interface and wire it up to 
&lt;tt&gt;/home/myhost/etc/passwd&lt;/tt&gt; and 
&lt;tt&gt;/home/myhost/spool/blahblah&lt;/tt&gt;.&lt;p&gt;
&lt;/ol&gt;

&lt;p&gt; &lt;p&gt; &lt;P&gt;Now the problem is with step 3.  I searched &lt;A 
HREF="http://www.freshmeat.net/"&gt;Freshmeat&lt;/a&gt; and &lt;A 
HREF="http://www.sourceforge.net/"&gt;Sourceforge&lt;/a&gt;, to no 
avail.  I'd hoped to use &lt;a href="http://www.squirrelmail.org/" &gt;SquirrelMail&lt;/a&gt;,
but it seems happy only with IMAP.  Does anyone know of 
open-source CGI scripts that do what I want (&lt;em&gt;i.e.&lt;/em&gt;, 
read spool files instead of IMAP or POP)?  I don't 
really have the time to roll up my sleeves and reinvent the 
wheel.  I might consider patching an existent project if it 
didn't turn out to be a massive chore.
</description>
    </item>
    <item>
      <pubDate>Tue, 3 Oct 2000 13:00:06 GMT</pubDate>
      <title>3 Oct 2000</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=12</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=12</guid>
      <description>&lt;P&gt;Posted some interesting thoughts that have been bugging 
me off and on at &lt;a href="http://www.usemod.com/cgi-bin/mb.pl?TheoryOfRelativity" &gt;MeatBall:TheoryOfRelativity&lt;/a&gt;.  
A different perspective on the effects of gravity on 
spacetime.  I'd love it if anybody looked it over with a 
critical eye.</description>
    </item>
    <item>
      <pubDate>Mon, 25 Sep 2000 13:08:35 GMT</pubDate>
      <title>25 Sep 2000</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=11</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=11</guid>
      <description>&lt;P&gt;I think it's funny how such a large proportion of diary 
entries here start out with an apology for how long it's 
been since the author wrote.  I realized a while ago that I 
had the same tendency in writing e-mails to friends I 
hadn't written in a while.  Invariably, the e-mails would 
begin with "Sorry I haven't written in quite a while.  
Partially due to busy-ness, but also just due to my own 
laziness."

&lt;p&gt; &lt;P&gt;It occurred to me that this must get annoying to 
whomever I'm sending ('cause it typically happened to be 
the same people).  So right then and there I resolved never 
to give an excuse for a late e-mail, but to make up for it 
instead by giving more details on what happened since 
last I wrote.

&lt;p&gt; &lt;P&gt;Just an amusing thought that struck me this morning.  
There's a whole lot of "been a long time since I wrote" 
being saved for posterity here. &lt;tt&gt;:-)&lt;/tt&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 21 Sep 2000 14:46:45 GMT</pubDate>
      <title>21 Sep 2000</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=10</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=10</guid>
      <description>&lt;P&gt;Why &lt;a href="http://www.usemod.com/cgi-
bin/mb.pl" &gt;MeatballWiki&lt;/a&gt; and 
&lt;a href="http://c2.com/cgi/wiki" &gt;Wiki&lt;/a&gt; are fast becoming 
my preferred places to 
hang out:

&lt;p&gt; &lt;p&gt; &lt;UL&gt;
&lt;LI&gt;&lt;A 
HREF="http://advogato.org/article/172.html"&gt;whoami&lt;/a&gt;.
&lt;LI&gt;&lt;A 
HREF="http://advogato.org/article/171.html"&gt;kuro5hin.&lt;EM&gt;com
&lt;/em&gt; is back&lt;/a&gt;.
&lt;LI&gt;&lt;A HREF="http://www.kuro5hin.org/"&gt;kuro5hin&lt;/a&gt; is 
becoming rather, um, popular.  Perhaps too much so.  But 
perhaps it'll calm down.
&lt;LI&gt;If worse comes to worst, you can delete bad content on 
a wiki; bad content, once posted, is semi-permanent on &lt;A 
HREF="http://slashdot.org/"&gt;Slashdot&lt;/a&gt;, &lt;A 
HREF="http://www.kuro5hin.org/"&gt;Kuro5hin&lt;/a&gt;, and 
&lt;a href="http://advogato.org/" &gt;Advogato&lt;/a&gt;.
&lt;LI&gt;Wikis are just darn cool, 'specially the two listed 
above.
&lt;/ul&gt;

&lt;p&gt; &lt;p&gt; &lt;P&gt;PS: On the ever so slight chance that I'm delighting 
any 
troll by 
having "bit the bait", this isn't a rant at all (cf. my &lt;A 
HREF="http://advogato.org/person/eskimoses/diary.html?
start=9"&gt;previous diary entry&lt;/a&gt; regarding the
self-defining nature of community); it's more 
of a wistful statement of my slowly shifting tendencies 
in community 
preference.

&lt;p&gt; &lt;P&gt;PPS: &lt;a href="http://www.advogato.org/person/raph/" &gt;raph&lt;/a&gt;, I'd be happy to be docked 
all the way back to observer if that's what it takes to 
stiffen the trust metric to a more reasonable threshold.  
I'm sure most other participants would also gladly give up 
some or all of the "status" they've attained.  
Again, I have few problems with who certs who; the trust 
metric, however, is I think a tad too generous.</description>
    </item>
    <item>
      <pubDate>Thu, 14 Sep 2000 13:40:48 GMT</pubDate>
      <title>14 Sep 2000</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=9</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=9</guid>
      <description>&lt;P&gt;A number of people have commented lately that they don't feel like they deserve their certification.  I'm not 
quite as concerned about this as some have expressed, for these reasons:

&lt;p&gt; &lt;UL&gt;
&lt;LI&gt;I think there's room here at Advogato for more than just active &lt;EM&gt;contributors&lt;/em&gt; to OSS.  I say this 
somewhat selfishly, since I don't participate actively in OSS design, development, or testing.  I think, however, 
that there is scope for open-source "philosophers", into which category I'd place myself -- people able and 
willing to speak at length on open-source (and contribute to it through their participation in Advogato 
discussions), but who in general don't participate otherwise.
&lt;LI&gt;A community is what the community defines itself to be, not what it has been decreed to be by its 
founder(s).  I've been continuing to ponder the notion of 
online 
communities and technological controls on the communities.  I think what I wanted most to avoid was the 
degradation of a community into spam, trolling, etc.  But what I failed to consider is that communities are 
vibrant, dynamic entities with a personality of their own that is independent of the personalities participating in 
it.  The more restrictions and conditions that are imposed on a community, the more it will chafe under those 
restrictions.  I think growth &lt;EM&gt;and death&lt;/em&gt; are key elements of any community.  At least, "death" in the 
sense that it shifts from the founding intent, perhaps to the extent that the founders jump ship.  What I'm 
saying is that if the community decides on a particular attitude towards certification, that is not inherently 
"wrong".  (Note: I would argue that perhaps stronger preconditions should be used to justify the metric's 
bumping 
people to a higher level.  However, I wouldn't argue with any individual's choice to certify any other 
individual.)
&lt;/ul&gt;

&lt;p&gt; &lt;P&gt;I would speculate that someday, Advogato will become too big for its britches (some people probably 
already are starting to feel this way).  Yes, there will probably be 
stop-gap measures, like a diary "favorites" list to only show you the diary entries you want to see (someday 
the 
diary list will be completely recycled in a matter of hours, I'd bet).  But enough people will become dissatisfied 
that they set up additional communities elsewhere, and life goes on.  I don't think that's bad -- I think it's a 
good 
and healthy progression in the life of communities and their participants.  It's necessary to keep the flow of 
new 
and exciting ideas going.</description>
    </item>
    <item>
      <pubDate>Wed, 13 Sep 2000 19:46:57 GMT</pubDate>
      <title>13 Sep 2000</title>
      <link>http://www.advogato.org/person/eskimoses/diary.html?start=8</link>
      <guid>http://www.advogato.org/person/eskimoses/diary.html?start=8</guid>
      <description>&lt;P&gt;&lt;a href="http://www.advogato.org/person/nymia/" &gt;nymia&lt;/a&gt;, keep up the good work.  I like
reading your diary entries; 'twould be sad to see it move
elsewhere or disappear as "private".

&lt;p&gt; &lt;P&gt;I hope to tutor a fellow from church tonight, if our
schedules coincide.  He's in high-school but is taking
classes at NC State.  He's got problems with math, which is
right up my alley.  Finally an opportunity to start giving
back in response for all that my mentor gave me!  I would
probably barely even be using computers today if he hadn't
done so much to help and encourage me to where I am.  I owe
a lot to him.  Here's to mentors everywhere, and the idea of
mentoring! (clink!)</description>
    </item>
  </channel>
</rss>
