Undead projects

Ovid on 2006-07-28T13:01:19

You know, every once in a while I think about making a small improvement to one of my modules but I assume the project is basically dead because I don't hear any feedback and I've no indication that anyone is using it. A few months ago I applied a patch from Raphael Manfredi allowing my AI::NeuralNet::Simple to support multiple networks and persistence via Storable. A couple of weeks ago I answered a question about Class::Trait because after upgrading, it broke someone's production code.

Today I found out that Joshua Ben Jore had written a patch for AI::Prolog because he wanted it to be able to call back into Perl. This astonishes me because even though those are some of my favorite projects, I assumed there was no interest in them. Just goes to show that no matter how marginal you think your work is, there's still a chance that someone, somewhere, will find it useful.


Give me download stats!

djberg96 on 2006-07-28T15:12:20

This is one of the reasons I would have liked to have seen download stats added to CPAN - so I can see how popular (or not) one of my modules is and decide how much attention to give it accordingly.

v2

jjore on 2006-07-31T04:06:49

I made a new update at http://diotalevi.isa-geek.net/AI-Prolog-perl-callbacks2.diff. It uh... does stuff better. More tests. Saner function lookup. Saner results gathering. etc.