« January 2002 | Main | March 2002 »

February 27, 2002

keyspan drivers

Mostly for me, but KeySpan has released a new version
of the driver for their USB serial port adapters. I use one of thses
heavily on my TiBook for connecting to routers and such.

oracle linux tuning

Hard-core tech article
from Linux Journal on tuning Linux for running Oracle. Glad to
see articles like this come out. There are tons of articles on
tuning Solaris for Oracle, but not many for Linux.

python rpc

IBM DeveloperWorks has a two-part article (here and here)
about the Python SOAP libraries for XML-based remote procedure
calls.

February 25, 2002

live upgrade

Sun Blueprints Online has a new article
about using the Live Upgrade framework to manage multiple versions
of the Solaris OS on the same system. The software allows you
to perform upgrades, patches, and other updates with more safety,
keeping a "fall back" known-good OS available.

February 18, 2002

jim fulton

Here
is an interview with Jim Fulton, one of the head tech guys that
designed and built the Zope Python web framwork.

February 13, 2002

andrew morton

Tech-heavy interview
with Andrew Morton, the kernel hacker, not the guy that writes
trashy biographies.

February 12, 2002

StandaloneZODB

StandaloneZODB,
the object persistance engine that is at the core of the Zope
web application server, has been released as a standalone module.
ZODB is by far one of the coolest bits of technology that make up
Zope.

February 10, 2002

SICP

"Structure and Interpretation of Computer Programs" is a very
well-known and well-respected computer science text, used
(among other places) at MIT for introductory programming
classes. It's based around LISP/Scheme. An online version of
the full text of the book was made available as part of the (now
defunct) ArsDigita University. The download site appears to be
either dead or overloaded, but thanks to the
Internet Wayback Machine
, the book
is still available.

NMIS

NMIS is a VERY
cool-looking web-based network management system written
in Perl.

lisp porn

Heh, Lisp P0rn,
slick-looking applications written in Macintosh Common LISP.

February 7, 2002

lisp cookbook

In a similar vein to O'Reilly's Perl Cookbook, The Common Lisp Cookbook
provides examples of how to accomplish various tasks in that programming language.

cfengine

IBM developerWorks has an introduction
to cfengine for automating
system administration.

February 6, 2002

mod python

mod_python is cool.
That is all.

February 5, 2002

osx memopry savings

Great tip
(from Andrew Welch of Ambrosia Software) for saving considerable
amounts of memory in MacOS X. Basically, you tell the window
manager to compress the window content buffers in memory if
they haven't been recently updated. Looks like it's a feature built
into OS 10.1, but not enabled by default by Apple.

mozilla 098

There's a new Mozilla release
out there: 0.9.8. I've been running nightly builds for a while and
the quality is *really* improving.

February 4, 2002

applescript intro

O'Reilly has an AppleScript Primer for Mac OS X
available on their Mac DevCenter site.

codewarrior

Metrowerks has released CodeWarrior 7.2,
the latest version of their Macintosh and x86 development environment.
I wish I could afford to get the latest version of CodeWarrior, but
for my programming hobby I'll have to stick with Apple's free
development tools (which aren't that bad at all).

February 3, 2002

carmack

Interesting, but somewhat non-geeky article
from Red Herring about id Software
and John Carmack.

February 2, 2002

On Lisp

Paul Graham's book, "On Lisp" book is now available
online (Postscript only). Paul worked for Viaweb, which became
Yahoo Stores, written pretty much totally in LISP.

February 1, 2002

perl highlander

An amusing Perl-related article
from Randal Schwartz on ensuring only one instance of a given
app is running at any given time. The title? "There can be only one ...
way to do it!"

python cocoa

No Python-to-Cocoa interface yet, but we're getting closer

cisco hardware troubleshooting

Cisco has a great page
of hardware troubleshooting documents for their products. Not
all of their devices are listed (by far), but a lot of the most common
ones are there.