MOTD

Message Of The Day

Sun, 27 Oct 2002

21:18 [zork(~/nick/gar/lnx-bbc)] cat libstdc++.txt

I hated XFree86, but now I just hate GCC

I hacked and sawed for months before Dave Barry finally pushed TinyX into my face, and I realized that it was exactly what the LNX-BBC needed. It was a quick day's work to get it mostly set up in a pretty good fashion.

But since we were not about to take twm, I nixed it in favor of hackedbox. The problem: hackedbox is C++, and our libstdc++.so isn't getting installed. This is giving us big headaches, as no matter how many ways we build gcc, it only ever gets bigger yet never succeeds in installing libstdc++!

It's enough to make me pine for the days when it was a separate package, and we may end up having to use a pre-2.95 version of the thing in the end as a hideous patch. GAR.

20:49 [zork(~/nick/bookbinding)] cat japanese.txt

A Japanese Binding

As my fiancee and I were at our calligrapher's studio the other day, I chanced to mention my interest in bookbinding. We talked for a long time, and she eventually gave me some handouts she'd made for her own bookbinding class. It turns out that calligraphy is often part of a larger discipline of manuscript, and so the creation of the entire book is taught.

This particular technique is for perfect binding without gluing the spine. Regardless of this, it is still important for the grain of the paper to run parallel to the spine.

[pattern for covering around board and spine reinforcement: 3/4 inches around the board, sloping in at spine piece to extend out a little under 2 inches]

There is a pretty good coverage of how to do the final lacing at http://www.sff.net/people/Brook.West/bind/bindit.html

09:04 [zork(~/nick/blosxom)] cat PST8PDT.txt

Standard Time

I just noticed that the clock rolled back to 1am, thanks to daylight savings ending here in California.

I'm curious as to whether or not this entry (roughly 1:05PST) will be placed later than the previous one (1:27PDT).

08:27 [zork(~/nick/web)] cat css-fu.txt

Stupid CSS tricks

Okay, so I was bored, so I went ahead and did a green button. I now find it utterly baffling that this little trick isn't more widespread. I see all these stupid little GIFs for the syndication buttons on all these sites I find.

So the CSS for it is just this:

.button {   background: #ff6600;
    color: white;
    border-left:   1px solid #ff9a57;
    border-top:    1px solid #ffc8a4;
    border-right:  1px solid #7d3302;
    border-bottom: 1px solid #3f1a01;
    padding: 0px 0.5em 0px 0.5em;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: small;
    text-decoration: none; }

Then you make your link <a class="button" href="rss.xml">XML</a> and up comes a little orange button. You can even put all thet style nonsense into the style= attribute of the a tag if you want.

05:22 [zork(~/nick/blosxom)] cat pyblosxom.txt

Switcheroo

So nobody should notice, but I switched from the Perl version of blosxom to the python version. One bonus this gives is the ability to define little filter modules to the text. I had hand-hacked in the blank-lines-separate-paragraphs bit to the Perl version, but I've been able to do still more by simply hacking pyblosxom to use a default filter.

It can cache the files if things get too slow, but I don't imagine that will happen.

The most notable changes are that URLs such as http://www.lnx-bbc.org/ and http://www.lnx-bbc.org/logo.png will be translated (the second one was "http://www.lnx-bbc.org/logo.png", and the URL has to be separated by whitespace -- I may add angle brackets or something to the mix at some point).

Also, you can do emphatic text with the application of asterisks. (that was just "emphatic text" -- again, spaces make the magic happen).

04:26 [zork(~/muse)] cat 2002-10-24T20:03:09-0700.txt

Stamps.

I HAVE NICE STAMPS. Do YOU have nice stamps? I HAVE NICE STAMPS.

[zork(~)] cal
[zork(~)] tree
[zork(~)] syndicate.py
[zork(~)] cat README