So every now and then, I hit up Digg for a few minutes worth of brain cell slaughter. That's truly all it is, because for the most part, it's silly pictures, dumb videos (except for the one where a guy makes his own vacuum tubes), and of course, top N lists, where N is {3, 5, 10, 20, 21, and pretty much the set of all natural numbers}. I don't have any dumb videos to show, and the picture isn't all that silly, but it does show the Handwriting widget embedded inside a Tomboy note. And as for the top 10 list...
10. I'd like to apologize to everyone that I haven't spoken to already involved with the Mono Project and the 2007 Google Summer of Code. I recently looked through the blog and realized that a WHOLE LOT of work was done *before* the Summer of Code even started. And then, the day it starts... nothing, until now. This certainly wasn't on purpose, and what it comes down to is that a lot of stuff came down on me at exactly the same time. I was able to get a little hacking done over the course of the summer, but not much.
9. I now work full time for Appalachian State University, home of the 3-time NCAA FCS National Champion Mountaineers. But my job has absolutely nothing to do with football (their website isn't even hosted on campus). I am now the Operations and Systems Analyst for Electronic Student Services, and take care of servers that host around 60% of campus web traffic and our student medical records, in addition to taking care of our home-grown Housing Management and Extra-Curricular Transcript softwares. We also develop and maintain the phpWebSite Content Management System, which is Free software. Check it out. The only reason I'm still on WordPress is that I haven't gotten around to writing the WP->phpWS importer yet.
8. Having a full-time position has taught me one thing: Despite loving what I do, when I get home from work, I'm usually quite ready to go out and do something else. Hence, the apparent death of Virtual Paper. It's really not a bad gig, though. I get to work on Free software all day, and all of our office machines in the department and the most of the servers themselves are Linux. As a professional sysadmin who does unfortunately have to deal with one Windows server... seriously, don't use Windows as a server. On the desktop... eh... but as a server, what a load of crap. PS, the views expressed in this blog do not necessarily reflect the views held by Appalachian State University or its employees, or the State of North Carolina.
7. I don't have a degree, but am still working on a BS in CS. Staff get a free class per semester (and one summer class), and so long as the supervisor approves (he does), we can take that time out of work without making it up. Pretty sweet gig. Was going to graduate this December, but it looks like another 3-4 years. Honestly, the one class per semester works a lot better for me anyway.
6. My new boss apparently reads my blog, or rather, read it through once and bugged me about why the hell I hadn't touched it in months. He's pretty much the most amazing boss anyone could have, and if I hadn't already known him and that I would have enjoyed being his peon, I don't think I would have taken the job. Also, he has little control over what I get paid, so this is all genuine.
5. The idea for Virtual Paper came to me after the 2006 Boston GNOME Summit. There, I met Boyd Timothy and a few other Tomboy hackers. I also hadn't owned a Tablet PC for very long at that time, and was enjoying getting to know about all the cool stuff it could do. I had a thought... what if you could draw a quick sketch or diagram right inline with your note about something?
4. At the 2007 Boston GNOME Summit, I met up with Boyd again. I pretty much spent the whole time trying to get what I had done on Virtual Paper embedded into a Tomboy note. Boyd helped significantly, and we were able to solve some more general problems in Tomboy with embedding images and widgets in the notes' TextView widget. I was all excited for a few days even after I got back in town, and then work took over my life again.
3. I think I'm finally starting to find a sort of balance and get used to the new lifestyle. Also, I've had an urge building up inside me as well as encouragement from friends to finish what I started. Not that software is ever finished, mind you, but at least work on it and be proud of it.
2. Virtual Paper is now in GNOME SVN as part of the Tomboy project, the Sketching Add-in. You will notice a severe regression in features; they're all still there, but they're not exposed in the UI yet. Any ideas? Also, at the moment, sketches do not save or reload as you close and open notes, thereby making them pretty useless. I need to talk to Boyd tomorrow about where they should be saved. But anyway, look at the pretty screenshot:

Also, you can check it out for yourself:
svn co http://svn.gnome.org/svn/tomboy/trunk tomboy
Sketching is not enabled by default; you will need to tell configure that you want it:
./autogen.sh --prefix=/usr --enable-sketching=yes
Update 2007-01-21: Forgot to mention; to add the widget into a note, from within any open note, click the Tools button and mash 'Add a sketch'. There is a default sized hard-coded, and you can't change that yet without recompiling. Perhaps I should add this to configure:
./configure --enable-sketching=yes --sketch-height=100 --sketch-width=100
Ok, seriously, just kidding there. We'll figure something out; like I said, it's pretty rough at the moment.
1. YOU can now benefit from it and contribute to it! The code is out there and public and readily accessible (see above). When I work on it, I'm working on it out of Tomboy's checkout, so any changes I make should make it in pretty quickly. Bugs should be filed against Tomboy in GNOME Bugzilla. I do still plan to release a standalone version, but for now I'm focusing on making the Tomboy addin useful, since I feel that it will benefit more people more quickly than focusing on a separate application.