java

programming languages

Size Is The Enemy

Steve Yegge's latest, Code's Worst Enemy, is like all of his posts: rich, rewarding, and ridiculously freaking long. Steve doesn't write often, but when he does, it's a doozy. As I mentioned a year ago, I've started a cottage industry

By Jeff Atwood ·
Comments

java

Dynamic, Lightweight Visualization

Edward Tufte's print world is filled with stunningly beautiful visualizations. Even seemingly mundane things like visualizations of Ruby, Java, and JavaScript grammars can be beautiful. But they're static. They don't move. They're not interactive. That's where Ben comes in. If

By Jeff Atwood ·
Comments

java

John Carmack on Java, Phones, and Gaming

John Carmack, the primary developer of Doom and Quake at id Software, posted some great comments on his recent experiments with cellphone game development in Java. My favorite? there is something deeply wrong when text editing on a 3.6 ghz processor is anything but instantaneous. That’s quote of

By Jeff Atwood ·
Comments

java

Automated Continuous Integration and the BetaBrite LED Sign

In the spirit of Java Lava Lamp build monitoring: A few months ago, on April 1 2004 to be precise, I posted an article on eXtreme Feedback. The article was on a relatively serious subject: “How do you get your team to pay attention to the software/project status and

By Jeff Atwood ·
Comments

java

Weeding out the Weak Developers with J2EE

I got into an interesting discussion today about that recently published report, Comparing Microsoft .NET and IBM WebSphere/J2EE. If you haven’t read it, there’s a summary at eWeek, but I definitely recommend downloading the full report for the details. If you’re too busy to do either

By Jeff Atwood ·
Comments

java

Java vs. .NET RegEx performance

I was intrigued when I saw a cryptic reference to “the lackluster RegEx performance in .NET 1.1” on Don Park’s blog. Don referred me to this page, which displays some really crazy benchmark results from a Java regex test class – calling C#’s regex support “20 times slower

By Jeff Atwood ·
Comments