Superheroes

1 min read

[@793]
MeSuperheroes

Diego and Chris are listing their favorite superheroes. Can you name mine?

Hal Jordan Alex Summers Val Armorr Kurt Wagner

Here are some hints:

  • “My friends call me GL.” — Hal Jordan
  • Cyclops is my brother.” — Alex Summers
  • “My Sensei is not Mr. Miyagi.” — Val Armorr
  • “I am an X-Men.” — Kurt Wagner
Bonus points if you can determine my favorite out of the four. Hint: “Lorna is the love of my life.”

Java.Not

1 min read

[@837]
Javajava.not

Russ and I started a project on java.net a week ago. We're still waiting for approval. How long does it take? It's not like they are swarming with activity over there.

Diego was telling me how he dislikes java.net because most of the projects are dead or undocumented. I'm starting to understand why that is.

Another bright example of Sun's commitment to the Java community, start strong, land flat.

SpamRBL

I'm starting to experiment with Realtime Blackhole Lists to try to deal with the deluge of spam processed by my mail server on a daily basis. Here's my current sendmail 8.x RBL configuration:

FEATURE(`delay_checks', `friend')dnl
FEATURE(`dnsbl', `dul.dnsbl.sorbs.net')dnl
FEATURE(`dnsbl', `sbl.spamhaus.org')dnl
FEATURE(`dnsbl', `list.dsbl.org')dnl
FEATURE(`dnsbl', `bl.spamcop.net')dnl
FEATURE(`dnsbl',`dun.dnsrbl.net')dnl
FEATURE(`dnsbl',`spam.dnsrbl.net')dnl
FEATURE(`dnsbl', `relays.visi.com')dnl
FEATURE(`dnsbl', `dnsbl.njabl.org')dnl

I got some of the hosts from my friend John, as well as from Jeff Makey's Fighting Spam.

JavaMein Google TagLib

The Google TagLib is going to be included with this book. Matthew will be getting copies of the book when released. My German is too rusty.

Don't Close this Window!

1 min read
[@822]
moviesNo Man's Land I just walked in living room while the telly was on. No Man's Land is playing on SHO. It just hit me. The Fast and The Furious was nothing more than an modern copycat. Cute, blond, undercover cop tries to infiltrate car ring run by a charismatic leader and falls in love with the sister. Cool cars too. [@694]
JavaSun != Java Rick pointed out to me that IBM's Bob Stutor was quoted as saying: “So, fundamentally, it is a mistake thinking that Sun equals Java, Java equals Sun”. Where have I heard this before? PersonalDon't Close this Window! I can't stop myself. I tried, but not matter what, I always close opened windows/tabs. It really doesn't help that I am also a shortcut freak. I don't even think about it, I just do it. Maybe it comes from years of using Macs, pre-OS X. Having multiple applications opened at once wasn't such a good idea at the time. It is really unproductive.

St. Patty's Day

1 min read
[@884]
Happy St. Patty's Day! St. Patty's Day Vegan for a day? I think I'll stick to my low-carb diet for now. If I was drinking I would seriously consider having a few of these. I have to get a life. MusicPlay Play

Rock It Till You Drop It

1 min read
[@657]
JavaOSCache I've implemented a caching scheme for my blogs using OSCache. I elected to use the tags for the blog. I wrapped all the relevant pages with <os:cache time="-1">…</os:cache>, and <os:flush/> is called whenever the content is updated. Works like a charm. The linkblog was little bit more work, as it only uses one single JSP page. I had to write a CacheFilter which disables caching whenever certain request parameters are specified. Overall it took longer to test everything than writing the code. The speed and memory consumption improvements are well worth the effort. MusicRock It Till You Drop It Rock It Till You Drop It Where did the links go? Visit my new Linkblog.

Scratchpad

<1 min read
[@821]

Phone Threat

Russ needs help with a phone threat made against his son.

[Update] Overreaction.

[@812]
Madrid

Some interesting views on the bombings in Madrid:

As usual the US media coverage is utterly self-centered. I doubt anybody in America truly understand what Europeans have had to deal with when it comes to terrorism.

[Update] More heartfelt comments:

[@547]
Pulsating

What do I do at 4:00 am on Thursdays? I compile Erik's Pulse. As of last week I've changed the publication day to Thursdays. There's a few things coming down the pipeline too, stay tuned.

[@492]
Scratchpad

I've re-implemented my scratchpad for the new linkblog. Feel free to check it regularly to see what I'm working on.

Where did the links go? Visit my new Linkblog.

JL

1 min read
[@611]
XMLRSS vs. Atom Matthew no longer cares. Nor do I. I stopped caring during the RSS 0.94/2.0 debacle. I contributed, got chastised for it. Forget that. One thing that does strike me as being overlooked though, is simplicity. I recall the first time I looked at RSS, I was pleasantly surprised to see how easy it was to deal with. I can't say the same thing of Atom. I do believe that a syndication format should be accessible to everyone. If someone wants to syndicate their site using some rudimentary Javascript, they should be able to. I don't subscribe to the argument that the API complexity is irrelevant since the tools, libraries, etc. are made (or will be) available to all. XML may not have been intended to be a manually manageable format, it is used that way everyday. Deal with it. [@562]
Java1.4.2_04 I installed JDK 1.4.2_04 on the server. Not quite sure what the changes are since the release notes haven't been updated, yet. So far it seems to be using a lot less memory.

[Update] The release notes have been updated. Lots of fixes.

[@510]
JavaLobbyJL I wrote a guest column for the JavaLobby Newsletter. It was a bit more work than I originally anticipated, but quite fun. Thanks Rick for the opportunity. Where did the links go? Visit my new Linkblog.