where hiveminder fails me

June 26, 2008  🌀 💾

So, several months later, I’m still mostly using Hiveminder, though not as fastidiously as I once was. I still like it, and I have no plans to abandon it for some other next big thing, but there are places where it lets me down and where I wish I could Just Send Patches or something. I mean, who knows if I would, but it’s easy to convince myself that I would be all over fixing it up if I could.

please erect no barriers to entry for bug reports

June 24, 2008  🤤

Yesterday, we found a serious bug in the IMAP library used by RoundCube. To report the bug, we had to click through a pile of links and sign up for an account. When we tried to send a report to the mailing list, it was rejected (500 error) because you may not post in the first few minutes of being a list member.

regarding reputation

June 22, 2008  🐫

Last week, I was at YAPC::NA in Chicago. It was a good YAPC, and I’ll probably write a little more about it later, if I can think of anything worth relating. One thing came up, though, that I really wanted to mention.

iphone 2 for rjbs?

June 12, 2008  ⚙️ 📱

I was sure that when iPhone 2 came out I’d get one. The new price makes it pretty attractive, too. Then again, one of the reasons I was so eager to get one was that I was stuck with that piece of crap Samsung. Now I have my RAZR back, which is a nice phone. Then again, just yesterday my five year old iPod finally gave up the ghost, so I have no portable music player.

we got a new car

June 12, 2008

After mumbling about doing so for ages, I finally bit the bullet and replaced our aging and ailing car. Our old 1997 Geo Prizm has been traded in for a 2006 Scion xB. We drove down to Harleysville to Fuzzy Dice with Steve R., our consultant and official Middle Aged Friend. We did nearly no haggling because the asking price was very close to KBB’s suggested retail and we just wanted to get the darn car and get home.

old navy pass / fail

June 9, 2008

So, I finally own a pair of shorts, again. I owned about four, I think. I’ve put on a fair bit of weight (ugh) since I stopped going to the gym, and some of my shorts no longer fit. One pair lost a button, but was mostly wearable with a belt, and the other pair split up the back while I was doing yardwork. For weeks, I’ve been wearing trousers for everything. I nearly ruined a pair while wearing them to haul and lay down sod. Ugh!

new distribution: data-section

June 8, 2008  🐫 🧑🏽‍💻

I’ve, uh, been writing a lot of new general-purpose modules this week. This happens sometimes when I suddenly find myself writing a new program and I want to reuse mostly generic tricks that I wrote into an old program. I split a lot of things out of Rubric, eventually, and now I’m splitting things off of this and that. I broke Config::INI::MVP::Reader out of App::Addex::Config, Mixin::Linewise out of Config::INI, and this next module out of Software::License – although it’s something I’ve done in other ways, before.

new distribution: pod-eventual

June 7, 2008  🐫 🧑🏽‍💻

I’ve been wanting to do some mucking around with POD. I started a little down this route a few weeks ago with Pod::Coverage::TrustPod, and what I found was that it was really a pain in the butt to easily say, “this file contains POD. Give me the content of hunks between =begin foo and =end foo. I’m sure it’s possible, and that if you understand Pod::Simple you can do it fairly quickly, but I just got too confused and side-tracked trying to figure it out. I really just wanted to get a hunk of data by saying something like:

new distribution: mixin-linewise

June 7, 2008  🐫 🧑🏽‍💻

I was almost led astray into the den of releasing a module with a name ending in ::Tiny, but then I saved myself.