Year: 2002

  • Tomcat

    Matt Raible notes that Tomcat 4.1.7 Alpha has been released.

  • MSFT

    Reuters/Yahoo: Is Microsoft going to buy Rational and/or Borland? [via JDJ]

    Two arbitrage traders said that there had been speculation that Microsoft, which had been rumored to be interested in buying Rational before IBM closed the deal, would step back into the race.

    […]

    Borland Chief Executive Dale Fuller declined to comment on whether any deal with Microsoft was in the cards, but he added that he would consider offers.

    It looks like it’s all speculation.  I’ll probably just leave it at that.

  • SliMP3

    Nathan Torkington reminded me of the SliMP3.  It’s got it all: MP3 playing, clean design, Ethernet and RCAs out.  I had almost forgotten about it, too.  I’ll have to get one someday.

  • JSP Testing

    TheServerSide:

    Scioworks Collage 1.0 is an IDE plugin that allows developers to visualize JSPs in regular browsers without starting any application server or servlet container, eliminating the time-consuming deploy-restart-compile cycle. It also enables independent front-end coding by decoupling front-end and back-end development.

    Sweet!

  • The Shuttle XPC and Linux Revolution

    Paul Howland at Sudhian Media has a very detailed writeup of his experience with Red Hat 8.0 on the super-sexy Shuttle XPC.

  • Weblogs

    Here are some new blogs that I’ll be keeping track of:

    I stumbled upon all three in my referral logs today.  Also, Patrick pointed to Scorched3D, a remake of one of my favorite VGA games from back in the day.

  • Trellix.ToInterland();

    Dan Bricklin:

    This afternoon, Interland announced that they have signed a deal to acquire Trellix Corporation, the company that I founded.

    Good, Dan.  I think I know more people that are not happy with Interland than are.  Hopefully Trellix won’t suffer.

  • Moore’s Law

    Slashdot mentions that Moore’s Law has reached its limit.  You know what that means, right?  It’s time for another breakthrough in chip design.  A big one.  I can’t wait.

  • Learning to Program Computers

    Matt Kennedy unleashes his essay: Learning to Program Computers:

    The most difficult part of becoming a computer programmer is truly understanding what it means to “program a computer.” It’s possible to span an entire career in the industry without achieving this knowledge, but for those who do, it can often differentiate them from their peers.

    Go read it.  Math, logic, learning.

  • Novell UDDI?

    Infoworld:

    HOPING TO KICK-START adoption of the emerging UDDI (Universal Description, Discovery, and Integration) Web services specification, Novell on Wednesday introduced a UDDI server based on its eDirectory software. The offering is designed to add security and identity management capabilities to UDDI.

  • Just Say No

    Dave Johnson reminds us to just say no to System.out.println.  From the Websphere best practices white paper:

    Because System.out.println statements and similar constructs synchronize processing for the duration of disk I/O, they can significantly slow throughput.

    Yikes.  I didn’t know that either.

  • Eclipse-HOWTO

    Scott Storkel at OnJava has an intro to Eclipse:

    Eclipse also includes a number of unique features such as code refactoring, automatic code updates/installs (via the Update Manager), a task list, support for unit testing with JUnit, and integration with the Jakarta Ant build tool.

  • Web Design

    Ingo Rammer is looking for a web designer.

  • Blogger API 2.0

    Things are starting to pick up on the bloggerDev list.  The new API is being refined.  I posted to it this afternoon trying to justify (in my mind at least) the version change to 2.0.

    A major release (2.x.x), IMHO, is justified when either (or both):

    • Major revisions are made to the codebase or interface
    • Backwards compatability is broken

    Also, it’s okay to break backwards compatabiity every once in awhile.  Otherwise we’d spend too much time supporting the 1.0 release than implementing new features.  It does look like Steve is going to do his best to keep backwards compatibility with the Blogger API (1.0), tho it will definately be considered deprecated when the 2.0 API is finalized..

  • Refactorings in C#

    Richard Caetano is back:

    As a new project on StronglyTyped, I started a section called Refactorings in C#.  This area will tie in closely with Martin Fowler’s book Refactoring.  I’m hoping to solidify my refactoring vocabulary with this project.  My goal is to cover 2 or 3 refactorings a week.  We’ll see how that goes =)

    I’m looking forward to it.

  • Noisy Macs

    Juha doesn’t think that the new Powerbook G4 is all that noisy.  I was in my local Apple store a few weeks ago and looked at the Powermac G4 desktops.  Man, they’re hurricanes compared to the older blue & white G3’s and Quicksilver and below G4’s that I’ve been used to.  It’s still a lot quieter than my main desktop machine (a 3dcool Tornado 1000 case with 4 fans), but it struck me as an ugly kind of unmaclike noisy.

    Don’t get me wrong, I’d still buy one in an instant if I had the funds.

  • Blogger 2 Notes

    Steve Jenson is going to change the prefix to the Blogger2 API to blogger2.*.  This was the first thing that jumped out to me as a problem.  So it looks like the Blogger API and Blogger2 API will coexist.  This is both good and crucial.  It looks like Steve is taking suggestions quite well.  Several things that were suggested are going to be rolled into the Blogger2 API.

  • Referral Gem of the Day

    Wow, I got linked in Japanese by Ryuji Abe [site translated to English] in The diary formerly known as Go ahead make my day:

    I’ll assume that Ryuji wasn’t calling me names and say thanks for the link. (Babelfish says: “By portable telephone blog”).  Ryuji’s site runs on a GPL’d program called hns (or the Hyper NIKKI System).  I don’t see any references to RSS, so I can’t keep track of this blog in my aggregator.  There are some good links in there.  Time to add something else to my list: learn Japanese before I die.  For the short term, perhaps I should break out some script-fu and scrape the babelfish translations once a day and spit out some (valid) RSS.  His diary reads much like an Advogato diary: Projects, Links, Life.

    Being the stupid American that I am, I just found out from Ryuji that there is a Slashdot Japan [rdf].  The eerie part: there’s a poll without CowboyNeal as an answer.

    OSDN Japan

  • Weblogs in Meatspace

    DaveNet: Weblog is Meatspace.  Let me know when, let me know where.  I’ll go to that left coast if I have to.  It’s hard to compromise on a specific place when you’re trying to accomidate a world full of bloggers.

    We should create a web app (with XML-RPC, SOAP, and REST interfaces, of course) that allows any blogger interested in attending WIM to ping with their location.  Then take that data and figure out where the geographic middle of that is.  It’ll change as more people ping, of course.  Where can I vote on the 24 hour day extensibility issue?

  • Sam Ruby on REST and Signal to Noise

    Sam Ruby on REST:

    Mark Baker: Figure out what are the identifiable objects in your system, give them all URIs, and make sure they answer GET requests. Much of REST will flow naturally from that.  That is a good first step.  The next step is to agree on common representations.  Sometimes consensus can be reached on these representations, and that is goodness.  Otherwise, extensibility and/or discovery mechanisms may be helpful in providing the right amount of coupling.

    And then:

    You want to catch my interest?  Say it in on a weblog.