list overview: other potential features?

I'm wondering if there are other worthwhile personalization features that could be added to the list overview page? For example, I've added personalized groups of discussions (bookmarked discussions, discussion you've posted to), which contrasts with the general groups of discussions (most recent discussions, most active discussions, etc.). Could we do something similar with the section for list stats? Right now, there's only general list stats - overall posting frequencies and a leader board of the top posters. Would it be meaningful to add personalized stats? Some ideas I had for this might be:…Read more …

setting up hyperkitty dev environment

Stumbled across one of Fedora's app called HyperKitty and was interested in some of their UI. To get started mucking around with the code, I followed these directions to setup the dev environment. I used a Fedora 19 image running on VMWare. The only changes I needed to do were: Run all the software updates for Fedora before doing any of the dev setup steps. Set up a Launchpad account and a GitHub account Create a SSH key and add it to your accounts. To create a SSH key: # create ssh keys…Read more …

bitbucket setup

While I do have a GitHub account, I've decided to give BitBucket a try. The biggest selling point for me is that they have unlimited private repos. I still think GitHub is better for the general open source community, since more developers are on that site so it's one less account they have to create when they are contributing to a particular project. But for tinkering on small, personal projects, it seems like BitBucket is more along the lines of what I'm looking for. After creating a BitBucket account, I went ahead and…Read more …