“Do you see? Even I had trouble installing Linux, and I hung my machine about three times just because a standard install got confused.
“If I have trouble installing Linux, something is wrong. Very wrong.”
— Linus Torvalds on the state of the art…make sure you know what civil rights you’re giving up:
France has embraced a law enforcement strategy that relies heavily on preemptive arrests, ethnic profiling and an efficient domestic intelligence-gathering network. French anti-terrorism prosecutors and investigators are among the most powerful in Europe, backed by laws that allow them to interrogate suspects for days without interference from defense attorneys.
I haven’t made my favorite lasagna for a while, so it’s going to be this weekend’s gaming dinner. Soon enough, the advance of the rainy season will lead us to make pot roast and lazy chile colorado as well. We already had the meat loaf last weekend.
Sometime soon I should really revisit my online cookbook project. I actually rewrote all the library routines about a year ago, but never got around to rebuilding the search engine to use them.
What in Audubon’s name is a “humming dove”?
I finally started watching Noir, and just finished disc 5. Great stuff that carves out a new niche in the “pretty girls with guns” genre, so much so that it’s not really part of it. Sadly, in the weeks between now and the release of Kaleido Star disc 6, the last two volumes of Noir won’t be enough, so here’s what I’m ordering today from Robert’s Anime Corner Store:
Going into December, it’ll be Galaxy Angel Z, Tristia of the Deep Blue Sea, and of course more Kaleido Star and R.O.D The TV.
Someone finally got around to automating a comment-spamming tool that evaded my trivial protections (rename MT CGI scripts, force preview before post). Naturally, they decided to send six different comments to three or four different articles, about a dozen times each.
Sadly for them, they put their web site into the commenter’s URL field, which I don’t display, so their efforts were in vain. Even worse, from their point of view, they sent them all from the same IP address, which meant it took about thirty seconds to clean things up. And another five to ban their entire netblock at the firewall. I didn’t even need to rebuild, since the comment pages aren’t cached (another trivial change from the defaults).
I think for the next pass, I’ll change the comment URL from /mt/hasturhasturhastur to /murfle/gleep. The best defense against automation is diversity.
Gamer friend Scott just discovered that the reason he was having so much trouble with PCGen under Linux was that the JVM was defaulting to a rather small heap size, effectively thrashing the app into oblivion when he tried to print.
Now, while it’s true that PCGen is as piggy as a perl script when it comes to building complex data structures in memory, it’s still fundamentally a straightforward application, and yet it exceeds the default maximum heap settings. He had plenty of free RAM, gigs of free VM, and here was Sun’s Java, refusing to use any of it unless he relaunched the application with a command-line override. Doing so not only fixed printing, it made the entire application run substantially faster. Feh.
I’d noticed a slowdown with recent versions of PCGen on my Mac as well, but Apple was good enough to compile their JVM with defaults sufficient to at least make it run completely. Sure enough, though, increasing the default heap settings makes it run faster, by eliminating a whole bunch of garbage collection.
In other words, with Java, Sun has managed to replicate the Classic MacOS annoyance of adjusting memory allocation on a per-application basis, and made it cross-platform!
PCGen is still the only major Java app I have any use for on a regular basis, although there’s another one that has recently entered my arsenal of special-purpose tools, Multivalent. I have no use for 99% of its functionality, but it includes robust tools for splitting, merging, imposing, validating, compressing, and uncompressing PDF files, as well as stripping the copy/print/etc limitations from any PDF you can open and read.
There’s another Java application out there that might join the list sometime soon, Dundjinni, but first the manufacturers have to finish porting it from Windows to the Mac…