Recently in dbix-class Category

it's as easy as ADD, one two three

| 3 Comments | No TrackBacks
This post is more writing typing my ADD thoughts down somewhere. There are many 'projects' I'd like to do, if had the time and/or [self-]motivation to do them. I've created github repos for most of them. I'm also posting these ideas to get feedback and/or receive help from others.

currently, it uses Parallel::ForkManager (back-end), HTML-Mason (front-end) and its own quasi-orm. I'd like to rewrite it using Moose, POE, Catalyst (with TT or HTML-Mason) and DBIx::Class
currently, it uses AUTOLOAD and various other 'old' perl OO. I'd like to rewrite it using Moose and potentially POE::Component::SNMP, as I'd like to be able to use callbacks
  • create a Movable Type 'clone' [github]
I currently use Movable Type to power my blog. I like it, but not it's CGI nor its mish-mash of SSI, PHP, etc. I'd like to create a Catalyst blog engine, similar to Movable Type.  I originally started hacking on Angerwhale, but per the advice of its original author, I stopped.

I'm sure I'll get asked why I want to rewrite all these tools that function already and do the job they were intended to do. Part of the answer is, all of them don't do something I want in one way or another or are difficult to expand upon. Another part is that it'd be nice to bring them into enlightened perl. And, as I'm sure for any other developer, there is a certain amount of NIH and wanting to create something to put your name on.

some updates

| No Comments | No TrackBacks

well, after discussion, I have decided not to patch angerwhale any further and start my own blog based on catalyst. I'll be dogfooding it here (and perhaps my other domains). This should be an interesting project to learn Moose, Catalyst, DBIx::Class and KiokuDB. Hopefully I can get this done alongside my GSoC project and my aspirations for a Moosified/POE/DBIx::Class netdisco (and eventually SNMP::Info).

Powered by Movable Type 4.32-en