Attitude

masak on 2009-02-08T18:18:27

Moritz seems to have an uncanny ability to get me to blog lately, with just a single line of IRC conversation. Last time it was a tongue-in-cheek suggestion for how to draw attention to blocker bugs. This time it was a light-hearted but oh-so-true comment on my complaining, for the N-th time, about being blocked in various places, with no-one to fix my bugs for me:

<moritz_> in the old days you'd just worked around it

I proceeded to explain to him why these particular bugs were non-workaroundable, and he had the cheerful audacity to suggest workarounds for them. Hrm.

It was somewhere around then that I realised that I had lost that industrious spirit that helped us build November last summer, despite all the obstacles at that time. Dang.

Several thoughts have struck me since then. The expression "it is a poor workman who blames his tools" applies here; I should complain less and JFDI more. In a way, rakudobugs and their corresponding workarounds actually help code quality in our projects, because we have a very legitimate reason to return to a particular piece of code and rewrite it when the rakudobug is fixed. But for that to work, "just write a # RAKUDO comment and move on" has to be the dominant paradigm.

Another is the Swedish expression "Det är inte hur man har det, utan hur man tar det". (Loosely, "Attitude trumps situation.") By which I mean, the more I complain about bugs which block me, the more it will feel that way, with less code being written as a result.

It turns out that at least bug number three in that last blog post wasn't an absolute blocker by far. I managed to rewrite that code, and I believe the end result even became more readable, on top of actually working as intended. Damnit, even the saying "every obstacle is an opportunity in disguise", despite being such a clichéd cliché, applies here.

I haven't had much time to look at the two other bugs in the list, but it wouldn't surprise me if they, too, are more a question of having the right attitude than of anything else. If nothing else, I'll just write a # RAKUDO comment and move on.

Lastly, just because I'm one of the heaviest Rakudo abusers in the world, that still doesn't give me the right to expect anything in terms of feature implementation speed or bug fixing speed. It's an open-source project, propelled by people who do it for their love of the Perl 6 idea, or because they secured that grant, or both. Rakudo has been coming along nicely during the last half year, but due to a combination of circumstances its core devs just haven't been available very much in January. I must learn to accept that.

In the end, I'm glad I realised that I'd gone from industrious workarounditude to excessive complainulexity; in the future, I'll try and re-focus on the former, because I believe that's the way I can best help the Rakudo effort along.

Nobody can take your mojo from you. Except perhaps yourself.


Keep up the spirit :)

azawawi on 2009-02-08T18:49:00

masak++

Thanks

JonathanWorthington on 2009-02-09T00:17:57

From my part, I can say that your bug reports are *very* highly valued, even if they aren't resolved quickly. While from your point it has probably felt like not much was done, Rakudo has taken quite a few steps during January. They have muchly been on adding features than resolving bugs in existing things, though. That's both a good and a bad thing - we're some steps closer to implementing the Perl 6 spec now, but for sure it's not so encouraging for those using and reporting bugs in Rakudo.

To take some examples of what happened in January: we moved to a new repo, got parametric roles (which also lay the foundation for typed arrays and hashes), junction auto-threading is done, nested classes are further along, the type registry is in place, the handles trait verb does most of what the spec says it should, we're closer to custom dispatchers after a dispatch refactor, there's more compile-time error checking, role composition and multi/proto methods now play nice(r) together...and more.

After a very feature-focused January, I hope to look more at bugs this month. We need balance, and I'm trying to strike it on my part. Thanks for sticking with us, and please don't feel ignored. Sometimes - and I'm speaking for myself here - there just needs to be space to focus away from the ticket queue a bit and get more of the spec implemented. Otherwise, we'd end up doing a subset of Perl 6 wonderfully - rather than the whole spec releasably. :-)

Thanks again!

Jonathan

Re:Thanks

masak on 2009-02-09T05:28:44

Thanks for the heart-warming comment.

Thanks for sticking with us, and please don't feel ignored.

I can assure you I don't feel ignored. I understand and agree with the argument about the features/bugfixes balance. Now that you mention it, much has happened under the hood in Rakudo which will benefit the Perl 6 projects out there -- even though a lot of it looked like regressions in the short run.

More than anything else, this post was a reminder to myself that targeting Rakudo is a bumpy ride, but that that's part of the original deal. If it weren't, I'd have written November in 2010 instead.