Older blog entries for codic (starting at number 4)

Brainstorming

ICQing with my friend Aaron today about what kind of programming we'd like to do this summer in our Free Time. It was funny because we accidently started brainstorming about a project to help with (get this!) brainstorming!

Anyway, the idea is to have a tiny little program (tiny enough that when you hit a special key mapped by your window manager to launch it that it would appear almost immediately) that will pop up a dialog box for you to type the idea that just popped into your head. The idea would then be stored in an ideas database (personal or shared) to be revisited at another point in time to categorize, rate, sort, delete (if the idea really sucked), expand on, etc. using a seperate (less tiny) program when you had the time.

In the case where a shared database is in use, you can rate or expand on other people's ideas creating a graph of idea nodes (most likely a tree, but I haven't thought about that enough yet).

The goal here is convenience. The amount of time required to pop up the window, enter the idea, close the window, and resume your previous activity must be approximately equal to the time required to enter the data.

Comments?

Certified kenelson and Guillaume as Journeyers today for their awesome work on Gtk--. Guillaume doesn't show up on the Gtk-- project page, but he is one of the core contributors.

Wrote some reasonably cool code today. It's a C++ class that wraps the dlfcn.h functions. It's simple, but effective. You can get it on my Development page.

Oh, and I downgraded myself to an Apprentice today. I thought it was more realistic given that I have yet to contribute to the free software community in any truly meaningful way.

Hrm... I've learned today that I'm too stupid to have an account on this site. I wanted to reply to an article today, but couldn't figure out how. Doesn't matter. I should be studying anyway.

Update: I'm not too stupid, just not active enough. So things'll change this summer.

I've been meaning to do this for a while, but didn't get around to it until now. If you're reading this, you probably arrived here by fluke and have no idea who I am. Maybe one day you will.

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!