Skip to content

www.rolfje.com

Author: rolfje

It’s not about tools; it’s about people

Posted on 2008-03-30 By rolfje 2 Comments on It’s not about tools; it’s about people

Last week a collegue of mine did an introductory talk about RUP (Rational Unified Process). It was an interesting talk about how RUP can be applied in projects, what the philosophy is behind RUP, and lessons learned during her first RUP workshop.

After the talk, we discussed how RUP looked a lot like DSDM, Agile and XP. In all these methods, developers are arrogant enough to “demand” customers to conform to their process. Sure there is a lot to be said for consulting the customer often, and having lots of pre-releases, but the customer is still the customer, not your in-house QA department.

Read More “It’s not about tools; it’s about people” »

Software

DOCTYPE is a myth…

Posted on 2008-03-25 By rolfje No Comments on DOCTYPE is a myth…

… and other wisdom from Joel. Finally, after weeks of slightly boring posts about travel, speeches and FogBugz, Joel has an article on his blog he was so famous for: Martian Headsets.

The article discusses the problems with the HTML spec, and numerous other problems developers are facing these days. That, and the Martians’ strange fascination for all kinds and shades of red.

At times, the article remembered me of some thoughts I have during my dayjob:

  • Minimize. (also known as the KISS principle)
  • Have a contract early in the process. Make it testable. Find a way to handle problems in the contract.
  • Be strict and transparent. Fail early and explain.
  • Using a standard and conforming to it are two different things.
  • Communicate.

Although all are true to some degree, they aren’t going to solve all problems, because everybody has their own set of thoughts and rules. For every problem there is a nice, clean, simple, cheap, wrong answer.

Now go read the article, it’s much better than my writing…

Microsoft, Software

Nokia 6300 and Apple’s iSync

Posted on 2008-03-16 By rolfje No Comments on Nokia 6300 and Apple’s iSync

Nokia 6300 and iSyncLast week, my trusty Sony Ericsson T610 became a bit awkward to use. The “down” function of the joystick finally gave up on me, after intermitting failures the past month. The only way to select the next menu item was to go “up” through all menu items. It became a pain to use, so I needed a new one.

Read More “Nokia 6300 and Apple’s iSync” »

Hardware, Software

OSX 10.5.2 Solved SMB problems (for me)

Posted on 2008-03-16 By rolfje 1 Comment on OSX 10.5.2 Solved SMB problems (for me)

In a previous post on this blog, I indicated that the 10.5.1. update of Apple’s OSX did not fix my network and SMB problems with my Iomega drive. In the comments underneath, some readers kindly pointed out that Iomega’s K104w11 Firmware update is available for the Iomega drive I have. Now that 10.5.2 is out, I reconnected the Iomega drive to my network. And suddenly the world changed…

Read More “OSX 10.5.2 Solved SMB problems (for me)” »

Apple, Hardware, Software

Drachten open for Dragracing in 2008!

Posted on 2008-03-11 By rolfje No Comments on Drachten open for Dragracing in 2008!

Drachten Dragrace 2008 FlyerAfter a lot of discussions about the tarmac, who has done what and why, and who has to solve which problems and who is to pay for it all, a “…declaration of Intent has been signed by Dragrace club eXplosion and Stichting Vliegveld Drachten, which means for the next five years, dragracing can be held again on the airstrip in Drachten.”

For more info, see the press release at the eXplosion dragracing site. The work on the airstrip has already started, eXplosion posted some of them on their website. Enjoy.

Racing

Remember The Milk review

Posted on 2008-03-07 By rolfje 1 Comment on Remember The Milk review

This morning I thought I had way too much tasks, way too much paper on my desk, a messy inbox, and a cluttered schedule. Then I made a terrible mistake: try to solve this with more tools. You don’t always solve “more X” with “more Y”.

Read More “Remember The Milk review” »

Software

Migrate CVS repository to GForge

Posted on 2008-03-05 By rolfje 13 Comments on Migrate CVS repository to GForge

At work we were testdriving SourceForge Enterprise Edition. It is a great system to keep all your project information, source code, documents, bug reports and changes together, and linked. As you may have noticed, the pricing model of the Enterprise Edition is a well kept secret on the site. Our management bargained with the Colabnet people, but the costs (or TCO) were way to steep to keep SourceForge as our main system.

Another product which promises to do almost the same thing is GForge Advanced Server. GForge originally started as a fork of the (then open source) SourceForge code, and is not as advanced as SourceForge is today. But their pricing is more to the likings of our financial people, and we decided it has a good tradeoff between function and price.

Having said all this, we need to migrate a few projects from SourceForge to GForge. If you’d like to know how to do this, this article is for you. It describes how to get your CVS repository into GForge in 6 steps.

Read More “Migrate CVS repository to GForge” »

Software

When “J” means “:-)”

Posted on 2008-02-27 By rolfje 12 Comments on When “J” means “:-)”

Lately I’ve been recieving mails with the letter “J” in seemingly random places. At first I thought I had gotten old, the world around me changed and people were starting to replace the smileys with single letter J’s. I thought it meant “Joke” and carried on.

Recently I noticed other people being puzzled by the J’s aswell, so I thought I’d find out where the J’s come from. It actually turns out to be a technical problem when using Microsoft Outlook to send smileys.

Microsoft translates a “:-)” into a smiley character from the wingdings font. When the mail is sent, the character encoding of the mail screws everything up and by the time that I recieve the mail in Thunderbird it has become a “J”.

Until Microsoft solves this, try to refrain from using smileys, or turn off the “show emoticons as icons” feature.

Fun, Software

GForge CVS/SSH Authentication Failures

Posted on 2008-02-26 By rolfje No Comments on GForge CVS/SSH Authentication Failures

Recently we had a problem connecting to our GForge CVS through SSH. We added the public RSA key to the GForge user, but because of wrong configuration on the client we tried to connect a couple of times with the wrong key. After a while the GForge CVS will return the following error:

Received disconnect from <GForge ip>: 2: Too many authentication failures for <username>

To solve this, simple ask a GForge administrator to edit the GForge user, and press the “Save” button without changing anything. You will be able to reconnect immediately after the administrator has pressed “Save”.

Software

Link CVS/SVN commit to GForge Tracker Item

Posted on 2008-02-21 By rolfje 3 Comments on Link CVS/SVN commit to GForge Tracker Item

Today I spent some time figuring out what the exact format of the CVS comment is when I want to link a commit to a GForge tracker item. I’ll try to explain it a bit simpler:

  • We have GForge installed at work. We use GForge to manage a software project for a customer.
  • The customer reports a bug in the Tracker of GForge. This bug gets assigned to me.
  • I read the code, find the problem and fix it. Now I want to commit the fix to the GForge integrated CVS, and have it automatically linked to the Tracker item for future reference.

I spent 30 minutes Googling for an example, and did find a lot of info, but no real usage examples. The info says “Include the tracker item id in the commit comment”. I spent anther 10 to 20 minutes trying to figure out if this meant just the number, the number with the prefix, or brackets, or both. To save more people from searching, you should copy-paste the complete tracker id from the tracker item screen.

Read More “Link CVS/SVN commit to GForge Tracker Item” »

Software

Posts navigation

Previous 1 … 19 20 21 … 35 Next
         

Recent Comments

  • rolfje on Exit WordPress
  • rolfje on Methode Buijs uitgelegd
  • LinkedIn is at Peak Enshittifaction – Will Chatham's Blog on Linked-In not really Opt-in?
  • Hans j on 1N4148 diode as RF switch
  • Roaming Rhonda on DLNA on OSX, done right

Tags

Apple backup design DIY DRM eclipse environment Fun Garmin GForge gmail google hacking hamradio Hardware helicopter iphone ipod iTunes Java Keynote linux maven modelling music news opinion oracle osx photo photography programming repair review security Software Steve Jobs technology Time Machine Ubuntu usability Utilities vacation windows Workshop

Categories

  • Apple (105)
  • Divorce (1)
  • Electronics (3)
  • Fun (57)
  • Games (7)
  • Hardware (72)
  • Microsoft (18)
  • Racing (14)
  • Software (134)
  • Uncategorized (66)
  • Workshop (20)

Archives

Copyright © 2025 www.rolfje.com.

Powered by PressBook WordPress theme