Are you Agile?

Thursday, September 25. 2008

If you are not already developing software using Agile Practices, you should read the article Writing Software With the Grain by Tim Berglund on Java World. Tim explains why Agile software development is more natural for humans and therefore more successful by concept.

I personally enjoy Agile software development for some years and know that it is not easy for a development team to change its habits. But it's worth the effort. Today I can't image developing without Agile methodologies anymore.

Programmers Usenet 2.0

Tuesday, September 16. 2008

Joel Spolsky and Jeff Atwood have released the first beta version of Stack Overflow. This site provides a great new way to ask programming questions and find or get answers. As Joel explains the current problem:
If you’re very lucky, on the fourth page of the search results, if you have the patience, you find a seven-page discussion with hundreds of replies, of which 25% are spam advertisements posted by bots trying to get googlejuice for timeshares in St. Maarten, yet some of the replies are actually useful, and someone whose name is “Anon Y. Moose” has posted a decent answer, grammatically incorrect though it may be, and which contains a devastating security bug, but this little gem is buried amongst a lot of dreck.
And Stack Overflow tries to solve this problem by leveraging web 2.0 technologies:
Some people propose answers. Others vote on those answers. If you see the right answer, vote it up. If an answer is obviously wrong (or inferior in some way), you vote it down. Very quickly, the best answers bubble to the top. The person who asked the question in the first place also has the ability to designate one answer as the “accepted” answer, but this isn’t required. The accepted answer floats above all the other answers.

Continue reading "Programmers Usenet 2.0"

Views on Engineers

Monday, June 9. 2008

The German association of engineers (VDI [de]) has releases pretty funny Videos about engineers (unfortunately only in German). In these videos people are asked on the street about topics like
  • What is an engineer?
  • What are engineers doing?
  • Are engineers different somehow?
  • What do engineers carry around?
  • What do engineers like?
  • How to engineers dress themselve?

The answers are very funny. Have fun...


Continue reading "Views on Engineers"

Avoiding Distractions

Sunday, May 18. 2008

Paul Graham has released a new essay titled Disconnecting Distraction. It deals with the problem about how to separate the distracting component of Internet use from its productive use:

The problem is a hard one to solve because most people still need the Internet for some things. If you drink too much, you can solve that problem by stopping entirely. But you can't solve the problem of overeating by stopping eating. I couldn't simply avoid the Internet entirely, as I'd done with previous time sinks.

His proposed solution is interesting and maybe worth a try, when your desk layout allows it:

I now leave wifi turned off on my main computer except when I need to transfer a file or edit a web page, and I have a separate laptop on the other side of the room that I use to check mail or browse the web.


Continue reading "Avoiding Distractions"

Jaclin is Born

Friday, December 7. 2007

I proudly announce the birth of Jaclin. No, not another daughter: Jaclin, not Jacqueline.

Jaclin 0.1 is a small tool to answer some questions about a compiled Java class file:

  • With which Java runtime is the class compatible?
  • Are debug infos available in the compiled class?
  • What kind of debug infos are compiled in?
  • Is it really a Java class at all?

Please see the project page for more information and download links.

If you have questions or comments feel free to add them to this posting below.

« previous page   (Page 2 of 3, totaling 11 entries) » next page