gitstats packaged in Debian unstable

September 12th, 2009

gitstats has been packaged for Debian by Vincent Fourmond, and is now in unstable. As far as I know, this is the first of my projects that made it into Debian.

$ apt-cache search git statistics
gitstats - statistics generator for git repositories

So, who’s going to debianize ViewGit? Granted, it would be more work, but I think it would have more users too ;-)

projects , ,

KDE 4.3 sucks, too

September 6th, 2009

It’s been a while since I ranted that KDE 4.2 sucks, so I figured it was a time to give an update, just in case someone is still wondering whether 4.3 sucks, too.

Read more…

rant ,

How to modify author of multiple commits in git

July 12th, 2009

I needed a nifty way of changing author name/e-mail in multiple commits when someone made commits with wrong authorship details.

The orig branch here contains the commits to be modified, and rewrite will contain the rewritten commits.

git checkout -b rewrite
git reset --hard HEAD~4 # last four commits
git format-patch --stdout HEAD..orig |
  sed 's/^From: Joe <foo@bar>/From: New <new@mail>/' > mbox
git am mbox

Stanislav found another way to change author of git commits, but I prefer mine. ;-)

git checkout -b rewrite

tips ,

Encreecia 0.0.11 released

July 8th, 2009

Encreecia v0.0.11 has been released. It contains 44 commits from 2009-03 which I forgot to release back then.

Read more…

releases ,

Piwik plugin for DokuWiki and Piwik 0.4 released

June 10th, 2009

The DokuWiki piwik plugin has been updated to reflect the API changes made in Piwik 0.4. You only need to extract the new version over the old one to upgrade.

There’s no rush to upgrade as Piwik 0.4 is still compatible with the old tracking code.

Thanks to Konrad for requesting update!

releases , ,

Facebook – first week

May 24th, 2009
Facebook warning

Facebook warning

I have sinned. I joined Facebook on 2009-05-17. As of writing this, I have 80+ acquaintances on my friend list. I’ve tested out the Facebook Mobile as well. It seems to be surprisingly usable.

The issues that come to mind now:

  • When adding new friends, Facebook keeps warning you after you’ve hit some kind of invisible daily limit. I hit the limit several times during the first few days, so it seems to be very low. But on the bright side, once you are done adding initial acquaintances, you probably won’t see it ever again.
  • You seem to surrender all rights to privacy and having your data collected when you succumb to using applications.
  • Image uploading java applet could use some improvement.

What I haven’t tested yet:

  • Image tagging
  • Applications (and don’t plan to at the moment)

Interesting things:

  • Ability to tag images with names of the people on it. Not very revolutionary but works great on a social networking site.
  • Good for casual “additional” socialization as a side dish for actually going out and meeting friends.
  • Good way to stay up-to-date on lifes of your friends, while riding on a bus, train etc.
  • Easy way to get in touch with old friends.
  • Everyone else uses it. Wait, no, they don’t. A lot of people don’t. And great deal of them never will.

All in all, not as horrible as I imagined it would be. But you’ve sold your soul anyway.

rant

KDE 4.2 sucks

April 26th, 2009

kde_panel_goodness

… and I’m going to use it as an example of free software projects being capable of marketing crap as a good product.

I’m almost wishing KDE 3.5 gets forked and developed in a sane manner. And I’ve even considered testing out Gnome.

kde_wmnd

The people who said KDE 4.2 rocks, meant “in comparison to 4.1 or 4.0.” If KDE 4.2 is good in comparison to those, I never want to find out how horrible the earlier versions were.

Now, normally you’d start making bug reports about issues you find, but if the overall quality is sour crud, it’d make more sense to report what works.

And the answer to that is “a lot less than in KDE 3.5.”

rant ,

Freshmeat – “Releases pending approval” bug

April 20th, 2009

I earlied ranted about Freshmeat being slow on approving submissions, but based on the Freshmeat Support discussions, it seems the problem lies in their new software that makes some releases pending approval invisible to the admins. And the oddities don’t end there

No idea whether just releases submitted within a given period are affected. In any case, I hope they patch it up.

rant

Second bike24 order = success

April 8th, 2009

I just got my second order from Bike24 (from Germany to Finland), and I’ve got to say it was smooth.

  • 2009-03-31 Made the order
  • 2009-04-03 Bike24 shipped the order (from Dresden, Germany)
  • 2009-04-07 Delivery by DHL (in Finland)
  • 2009-04-08 Confirmed everything was a perfect fit :-)

Which totals to a week.

Only issue I’ve had so far when ordering from Bike24 is that the local delivery is done via DHL, which was not-so-good experience on the first time. They tried delivering the package when I was not at home (instead of calling me beforehand to ask when it’s okay to deliver – like our postal service Itella does). When I called them back, negotiating a time was, uh, not easy. They couldn’t say exact time that they can deliver (not even within an hour – if I recall right the span was three hours or something like that), and I didn’t manage to get a delivery after working hours, so I had to ask them to bring it to my workplace.

But, apart from that “no good delivery after working hours” issue with DHL, my experiences with Bike24 have been good.

rant

Encreecia will become Pay to Play

April 1st, 2009

In a somewhat unexpected move (even to me), Encreecia is going be run using “Pay to Play” model in the future. What this means is that the players need to subscribe with a monthly payment – the amount is open at this point.

In the first stage, the aim is to cover costs for a dedicated server hosted by Nebula. If we can’t get enough subscribers to offset the costs, another possibility is selling in-game items and goods for the players. This model has been well-tested in various online games and should prove to be effective.

In the second stage, when the server costs are covered, the plan is to fund the development with the income. This includes graphics artists, background music composers, UI designers, etc. Depending on the amount of money left, I may consider working part-time on the project myself (unlike working on it at evenings on my free time now).

The game will still remain free software in the future. The only change to that is that the Pay to Play server will be always running the newest software, and the free software releases will lag a bit behind that. So you need to subscribe to see all the bells and whistles.

Subscribers will also get priority whenever bugs and in-game issues are being looked into.

More info coming soon…

Update: Note the date ;-)

projects ,