August 2010


Damnit and History16 Aug 2010 09:39 am

I was looking through the IPA code and came across these two lines:

‘Str’: _ipa_create_text_input,
‘Int’: _ipa_create_text_input,

I immediately thought

What is he doing putting D&D character abilities in the code?

Of course, the next line was

‘Bool’: _ipa_create_text_input,

Ah, data types.  Once a geek…

Philosophy and Software13 Aug 2010 01:59 pm

I’m reading the IRC #fedora-board-meeting as I write this, with a discussion going on about the Vision statement for Fedora and it occurs to me that Fedora is really an Adjective.


Continue Reading »

FreeIPA and package management and Software03 Aug 2010 05:13 pm

When a group forms, one of the things it does, over time, is develop values.  Different development teams have different values, and people that come into the development process have to learn and adopt those values.   One value of the FreeIPA project that is very different from other recent projects of mine is this:  The main code repository is only for “published” code.  Work in progress should happen elsewhere.  The main git repository should be easily readable.


Continue Reading »