posts brought to you by the category “games”
Das eez kaput! Sometime around 2002 I spaced the entire database
table that mapped individual entries to categories. Such is life.
What follows is a random sampling of entries that were associated
with the category. Over time, the entries will be updated and then it
will be even more confusing. Wander around, though, it's still a fun
way to find stuff.
For our friends in California.
rue St. Denis, Montréal, October 2003
Lori Alden : The Cook's Thesaurus
The bloodrage will do that to you, I hear.
Creating a toolbar for [Mozilla]
This tutorial demonstrates how to use XUL and JavaScript to write
a toolbar that can interact with a website, and how to add that
toolbar to [Mozilla]
Matt Kingston : Homebrew TrackBack Tutorial
LDP : Announcing the Lampadas Project
"Lampadas is an interactive environment for
writing, managing, publishing and reading documentation. ... Lampadas
supports any format the author is comfortable writing in. Rather than
forcing authors to standardize on a tool, Lampadas supplies the meta-data
shortcomings of the author's choice."
The dictified dictionary.com word of the day is : proclivity
Proclivity \Pro*cliv"i*ty\, n. [L. proclivitas: cf. F.
proclivit['e].] 1. Inclination; propensity; proneness; tendency. ``A
proclivity to steal.'' --Abp. Bramhall. 2. Readiness; facility;
aptitude. He had such a dexterous proclivity as his teachers were fain
to restrain his forwardness. --Sir H. Wotton.
web1913
proclivity n : a natural inclination; "he has a proclivity
for exaggeration" [syn: {propensity}, {leaning}]
wn
The random pseudodictionary.com word of the day is : heebatow
Similar to shushing. A nice, confusing way of telling
someone to be quiet.
ex. In response to someone talking too much. "Excuse me,
would you please heebatow."
From the "Thinking Out Loud" department : Mail::Audit::Weblog
=pod
=head1 SUMMARY
use
Mail::Audit
qw (Weblog)
my $mail = Mail::Audit->new();
# use Mail::Audit to figure out
# if we're interested in the message
# here...
$mail->post();
# ?
$mail->accept();
return 1;
=cut
package Mail::Audit::Weblog;
use Mail::Audit;
return 1;
package Mail::Audit;
# Maybe Net::Weblog::CommonAPI ?
use Net::Weblog;
sub post {
my $self = shift;
$self->tidy();
my $weblog = Net::Weblog->new(...);
my $post = $weblog->new_post();
$post->title($self->subject());
$post->author($weblog->from());
$post->body(@{$self->body()});
$post->footnote($self->header());
$post->category("unread");
# Use power of Mail::Audit ($self)
# to assign additional categories
# here...
# ?
$post->publish();
# For sheer laziness, we could also
# use Mail::XML and a write a SAX::Filter
# for handing off to a $weblog->raw (?)
# method. So, if we were using $self to
# auto-generate categories we would also
# do $self->put(category1,$category) before
# doing :
my $xml = "";
my $writer = XML::SAX::Writer->new(Output=>\$xml);
my $filter = Net::Weblog::Filter::MailToBlog->new(Handler=>$writer);
my $parser = XML::SAX::ParseFactory->parser(Handler=>$filter);
# Not actually sure Mail::Audit can do this
$parser->parse_string($self->to_xml());
# raw ??? Anyway, if you were into that sort of
# thing you could forget about creating a $weblog
# object altogether (not to mention $writer and $xml)
# and just pass your blog credentials to the $filter
# object and have it post the message when it
# encountered the end_document event...
$weblog->raw($xml);
# Which doesn't look so lazy anymore...
# The upshot, of course, is that you could bundle
# the above and use the code outside of your mail
# filter.
return 1;
}
return 1;
see also :
hurl
Dave, it's not hard to think about a site that uses "all the latest
and greatest technology
The random pseudodictionary.com word of the day is : chank
(adj) Derogatory term, applied to situations where you feel
cheated or left out.
ex. Christ, we missed the bus. That's chank!
see also :
chank dict-ified
I wrote an AxPoint DTD
Roxane Ouellet and Uche Ogbuji : Introduction to DAML
Me : WWW::Pseudodictionary.pm 0.1
Notes from the "You say French beans" department.
Some guy named "chregu" : php_imagick
"[is] a native php-extension written in c to
access the ImageMagick-functions. A work in progress (ImageMagick has a
lot of functionality)."
eclectic : Understanding the ID
"I thought it might be useful to post a rolling
summary of the current XML-DEV discussion concerning ID attributes, to
help avoid creating a "cauldron of seething expectations". "
MakeMan
"is a project to provide several frontends, GUI
and non-GUI, to an XML interface to write man pages. MakeMan will use
``DocBook'''s definition (RefEntry) as a basis for man pages to represent
the content in SGML, so as to allow a large variety of applications to
access the same data. This will make it possible to write different
frontends, possibly networked client and www-interfaces, SOAP-services
etc. while at the same time promoting proper documentation."
The dict-ified dictionary.com word of the day is exhort
| source : web1913 | Exhort \Ex*hort"\, v. i. To
deliver exhortation; to use words or arguments to incite to good deeds.
With many other words did he testify and exhort. --Acts ii. 40. | source
: web1913 | Exhort \Ex*hort"\, n. Exhortation. [Obs.] --Pope. | source :
web1913 | Exhort \Ex*hort"\, v. t. [imp. & p. p. {Exhorted}; p. pr.
& vb. n. {Exhorting}.] [L. exhortari; ex out + hortari to incite,
encourage; cf. F. exhorter. See {Hortative}.] To incite by words or
advice; to animate or urge by arguments, as to a good deed or laudable
conduct; to address exhortation to; to urge strongly; hence, to advise,
warn, or caution. Examples gross as earth exhort me. --Shak. Let me
exhort you to take care of yourself. --J. D. Forbes. | source : wn |
exhort v 1: urge on or encourage esp. by shouts; "The crowd cheered the
demonstrating strikers" [syn: {cheer}, {inspire}, {urge}, {barrack},
{urge on}, {pep up}] 2: force or impel in an indicated direction; "I
urged him to finish his studies" [syn: {urge}, {urge on}, {press}] |
source : devils | EXHORT, v.t. In religious affairs, to put the
conscience of another upon the spit and roast it to a nut-brown
discomfort.
The Reefknot project
"has decided to take a "toolkit" approach to
developing iCalendar-compliant software [in Perl]. That is, we hope to
develop a set of tools and libraries which make it easy for people to
develop iCalendar software. We hope that this will help rapidly multiply
the number of calendaring tools and systems available, giving users even
greater choice and letting us further reap the benefits outlined above."
Dan Connolly : PalmPilot Datebook and the Semantic Web
NY Times : "The [ Microsoft ] Clippy campaign,
which will cost about $500,000, also includes a
Web-site-based computer game in which irate users, many of whom have long
found the paper clip program annoying to the point of distraction, will
finally be able to retaliate by shooting virtual staples, tacks and
rubber bands at the animated Clippy figure."
Brian Aker : mod_mp3
"turns Apache into your basic RIAA hating, but
every college student loving mp3 streaming server. It can play from a
list of files, either straight through or randomly. It can also be used
to cache mp3's into memory and have the server operate entirely from
memory. Enjoy, groove, mp3s not included."
Sightings : Unicorn love
Sightings : A big old pile of dirty snow.
December 01 is a day without weblogs.
Me : Favorites::Convert.pm
The other day I came across a Perl script on
Freshmeat that
converts
your IE (Win) favorites into a Netscape bookmarks file
. I tried it out and thought wouldn't it be cool if I could make other
bookmarkish files from my IE favorites. [I am no big fan of Microsoft but
the fact remains that they have the best browser on the market right
now.] So I chunked out the code and put it in a module and told it load
other modules depending on what kind of output file you're after. As of
this writing Favorites::Convert will generate plain old HTML, XBEL and
OPML files. Still to do : proper documentation ( don't worry there's a
test script that calls the single public method ), indentation /
pretty-printing and moving the bookmark definition information into XML
files so they can be read by other languages.
Andy Mackay : DocBrowser
"The eventual aim of this product is to able to
slurp an entire static html tree (including images) to "Zopify" a site.
At the moment this release allows you to slurp a whole bunch of files off
the file system and creates Zope objects in the same structure."
Frontier on BSD
I don't want to sound unduly critical of the nice
Userland people because I think I understand why they've targeted the
audience they have in the past, but with that out of the way... finally!
I know, I know. It's really only Apple's BSD plus their GUI but I am less
excited that I can "lick" Frontier now than that it is simply running on
some flavour of Unix. Coolness.
Last night, I tried to do the Right Thing
and went to bed early hoping to prevent an itchy
throat from becoming a cold. Unfortunately, the condo-weirdos across the
street decided that it was 80's revival dance party night. Bic lighters,
shiny dresses and Solid Gold dancing on the balcony. In their
determination to party like it was 1999, one of the revelers was heard to
say that they were just going to keep at it until someone called the
police. If you think that one man trying to act and sing like Annie
Lennox is bad, let me assure you that four is decidedly worse. Don't
believe the hype. The 80's were bad bad years.
Marc St-Maurice, leader of the Marijuana Party :
"I'm just waiting for Jean Chrétien to drop the
writ and call a by-election, then I'm off to Okanagan-Coquihalla to go
mano a mano with Stockwell Day. We're putting marijuana on top of the
agenda and I'm itching for a debate."
Dru Lavigne : Accessing Microsoft Files [from FreeBSD] Using
Sharity-Light
Ariel Bosch : Data::JavaScript.pm
"dump[s] perl structures to JavaScript code."
Edward Gorey, 1925 - 2000
Kudos to Cam
and company for
Sullivan
. Cam has also been known to ask people what they dream about, so I
thought of him last night when I awoke to the sound of rain striking the
roof. For a brief, terrible moment I was certain that [the rain] was a
cgi-script to make water run amok.
NY Times : You've Got Inappropriate Mail
Some of the most spurious arguments I've heard in
a long time. There are plenty of ways to secure a mail server and limit
the traffic on a network without resorting to spying on [your] employees.
Everything looks like a nail when you've got a hammer, ri