tcl-dox patches
February 10th, 2010 by greg
Jochen Keil emailed me a bunch of patches for tcl-dox. I’m not maintaining tcl-dox anymore but hopefully the patches can help people.
Category: Geek, Software | No Comments »
February 10th, 2010 by greg
Jochen Keil emailed me a bunch of patches for tcl-dox. I’m not maintaining tcl-dox anymore but hopefully the patches can help people.
Category: Geek, Software | No Comments »
April 3rd, 2009 by greg
0.8.3 is my final release.
I am no longer maintaining tcl-dox. It started as a fun experiment but I’ve lost interest. Tcl-dox is highly error prone and difficult to maintain because it is based on regular expressions. I may work on
a new version of tcl-dox that uses libtcl and the Tcl_ParseCommand function to do far more robust and reliable translations. …But time is scarce and I can’t promise that I’ll ever get around to that.
If you wish to take over tcl-dox please let me know. I’ll post about it here so any existing tcl-dox users can easily find the new home.
This release fixes a couple of very minor issues. I can’t promise that this release is any better than the others.
Category: Software | No Comments »
December 4th, 2008 by greg
More than a month ago I tried out Rockbox, an open source mp3 player firmware. I’ve been very happy with it. Read the rest of this entry »
Category: Geek, Software | No Comments »
June 23rd, 2008 by greg
At work I administer a few Linux servers. I’m a long time Debian user who has rarely been disappointed by the distribution. As such I have Debian on the machines I administer. The company has chosen to use Symantec’s Backup Exec software. They “support” Linux but, in my experience with their software, it’s terrible. Memory leaks, crashes, and the most convoluted install scripts I’ve ever seen. If it were my choice I wouldn’t use their crapware at all but I have to use it.
Long ago I found this set of instructions for installing “RALUS” on Debian. Since their install scripts were so terrible I was happy to find good alternative. I’m reproducing the instructions here for my own reference. These instructions are based off of installing version 11d.7170. Read the rest of this entry »
Category: Software, Tips | No Comments »
March 3rd, 2008 by greg
Well, I’m embarrassed! I let some embarrassing bugs make their way into the 0.8 and 0.8.1 release of tcl-dox. This release fixes a crash related to an uninitialized variable as well as the handling of namespaces. The latest release is 0.8.2. If you have trouble with 0.8.2 please use 0.7 and send along bug reports.
Category: Software | No Comments »
February 29th, 2008 by greg
A new version of tcl-dox has been released. This version fixes a number of issues and has a few enhancements. Code was contributed for handling arrays. A bug where identifiers with underscores weren’t handled correctly has been fixed. Tcl code outside of procedures and classes is ignored now (but not global variables). Tcl code inside class declarations that isn’t explicitly translated by tcl-dox is now ignored as it was causing problems with Doxygen.
Thanks go to everyone that contributed code.
The latest version is 0.8.1.
Category: Software | No Comments »
January 17th, 2008 by greg
Sync Kolab is an add-on for Thunderbird that synchronizes your address book as well as calendar data. The calendar features are optional and only available if you use the Lightning add-on (I do not). You can store your address book data in an IMAP folder or on a Kolab server. I’ve long been an IMAP user and I do not wish to administer a Kolab server so I’ve opted for the IMAP backend.
I’ve been using Sync Kolab for months now but I’ve always been disappointed. Thunderbird has an option to choose the format of messages, either plain text or HTML, for each contact. This is great because I like the richer formatting available in HTML but HTML isn’t appropriate for many situations. Mailing lists are a prime example of when to use plain text. I’d finally grown annoyed enough that I started peering into the source code to add the feature myself.
What I found in the code was that the feature was already supported — if you are using the VCARD backend. Now that I’ve switched to the VCARD backend all is well!
Category: Geek, Software, Tips | No Comments »
January 7th, 2008 by greg
A new version of tcl-dox has been released. It fixes a bug in the handling of comments inside proc bodies. Special thanks to Michele Joyce for reporting the bug. The latest version is 0.7.
Category: Software | 3 Comments »
November 15th, 2007 by greg
I don’t update this blog often enough. I should because it’s really not that hard to write a post (WordPress is excellent) but it still seems to be inconvenient enough that I don’t post when I have something worthwhile to say. I’m not saying that I have something worthwhile to say very often (this sentence is proof of itself).
This week I came across a post on digg showcasing a number of blog editors. I had looked into off-line blog editors on Linux and Windows not too long ago but I was not very impressed with what I saw. This time I saw ScribeFire which is a firefox add-on.
I’m not usually wild about software that is implemented as add-ons or plugins for other software but in this case I think I’m ok with it. Blogging is web oriented so embedding a blog editor in firefox could be justified. Still I think I’d prefer it to be a standalone app especially since ScribeFire has add-ons of its own as well as themes.
Time will tell if I continue to use this software or not but it looks very promising.
Category: Software | No Comments »
September 11th, 2007 by greg
Today I installed WebSVN 2.0. I’m pretty impressed. It’s a very fast and useful web based tool for browsing subversion repositories. It’s so fast that I’m questioning why Tortoise is as slow as it is.
This is the first version that I was able to install due to security reasons. Previous versions effectively bypassed authorization settings because WebSVN would run as the web server user account. This version of WebSVN reads and honors authz files. All you need to do is configure Apache to authenticate users the same way as you would for SVN and tell WebSVN where your authz file is. This version also has a lot of usability improvements (no more tedious scrolling!) as well as a much improved look.
The stuff I like the most (so far):
Category: Geek, Software | No Comments »