I’ve been using Juice to download and manage podcasts on my Mac for quite some time now. When Apple added podcast support to iTunes, I though about just using that, but there are a few things I don’t like about the way iTunes does stuff. Also, iTunes doesn’t have BitTorrent support, and a couple of the podcasts I subscribe to use BT. Juice is pretty good, but it’s a bit slow on my machine, and there are a few quirks. I’d like to try out Transistr, but it’s been in “coming soon” mode since January, I think. This recent blog post indicates that they’re making progress on it, though. I don’t know if there are any other good podcatchers for the Mac.
Category: software
Adium
Some time ago, I tried to set up an IM client on my Mac that would connect to my company’s Sametime server. It might have been an older version of Adium, or it might have been Mercury. I can’t quite remember. Either way, I couldn’t get it to work, and just gave up. Well, I took another shot at it today, this time using the current version of Aduim, and it worked like a charm.
The official Sametime client for Mac is in beta right now. It looks pretty good, from what I’ve seen, but it’s nice to have something that works well in the meantime.
goodbye Vista
I decided to give up on Vista for now. I restored the backup of my original XP install on my laptop. (Done with Acronis True Image, by the way.) I think if I had a much more powerful laptop, the Vista beta might be usable, but it’s just too slow on a 2-year-old Gateway machine, with 512 MB of RAM and a low-end video card.
I am still looking forward to the final release of Vista, but I doubt I’d upgrade either my desktop or laptop to Vista; I’ll need to wait until the next time I buy new machines.
Free Anti-Virus Protection
Just for yuks, I sent off for an activation code for Active Virus Shield, AOL’s new free anti-virus software. I’m not sure if I can talk myself into actually installing it on one of my own machines, though. I’m kind of scared to put anything related to AOL on my computers. Given their previous history, I’m afraid I might never get it off again.
Nero
I just bought the newest version of Nero from Best Buy. As with a lot of software that comes out these days, it seems to be a bit bloated with unnecessary features, and it (of course) wants to take over nearly every file type imaginable. Really, I just want decent software for burning CDs and DVDs. I don’t need ANOTHER music player or photo organizer! On the plus side, it does come with a nice video player that does a decent job of playing DVDs. (My DVD drive didn’t come with decent DVD software, strangely enough.)
spyware
I bought CounterSpy about a year ago. I used it on my home PC for awhile, but I started having problems with it at some point and uninstalled it. It’s always worked fine on my laptop, though, so I figured it was probably something with the machine itself. Well, I’ve since replaced almost every part in that machine and reinstalled XP. I’ve been meaning to reinstall CounterSpy and try it out again, but I haven’t had the time. I just realized that the one-year license was almost up, so I figured I should install it, see if it worked, and decide whether or not to renew the license. I gave it a shot, and, unfortunately, it appears to have screwed up my machine again. I had to uninstall it. I like the guys at Sunbelt, so I feel kind of bad about abandoning CounterSpy, but they just don’t seem to have gotten their act together enough to produce a solid product that’ll work on my computer without any trouble.
I’ve been looking around at other anti-spyware packages. PC Magazine has some good stuff on anti-spyware software. Spy Sweeper seems to be pretty popular, and well-reviewed. Really, I’m careful enough with my own computer that I probably don’t need anti-spyware software, but it still seems like a good idea to have something. I could also just stick with Spybot S&D, which is pretty good for a free program.
Verizon iobi
I’m thinking about signing up for Verizon’s iobi service. It does a few nice things, such as selective call forwarding, that could come in handy on occasion. I’m not sure if it’s really worth the money though. It’s only $8/month, but I’m not sure I need it enough for it to be worth that. And I’m not sure I trust Verizon to write a PC application that works reliably and easily. The demo looks good, though.
more project management stuff
A couple of follow-ups from yesterday’s long post.
- Matt Woodward talks about Subversion and Trac on his blog, in an entry from just a few days ago.
- MoinMoin Wiki is a wiki written in Python. It might be worth trying, since it doesn’t rely on a bunch of stuff that’s external to Python. It seems to be pretty much self-contained.
- Swiki Swiki is a wiki that’s built on top of a web server called Comanche that’s implemented in Squeak, which is apparently an open-source Smalltalk implementation. I downloaded it and played around a bit today. It’s actually pretty neat, but probably not what I’m looking for.
- WikiMatrix is a site allowing you to compare a bunch of wikis, feature-by-feature. It’s pretty slick.
- OnLamp has an article comparing open-source wikis. It’s about a year old, but still useful.
tilting at windmills
I’ve been somewhat obsessed with project management lately. I’m trying to do whatever I can to organize things at work, so I’ve been playing around with version control systems, wikis, bug tracking systems, project management systems, and stuff like that.
A while back, I implemented CVS, and started using it for the ASP.NET code for our intranet site. This seems to be working OK, and the two other developers involved have gotten used to it and are using it correctly, for the most part. I’m using CVSNT with ViewCvs (now called ViewVc) and TortoiseCVS.
I chose CVS over Subversion because, at the time, it seemed like it would be easier to implement under Windows, and was more widely used. Subversion is starting to look pretty good right now, largely because of Trac, a web-based project manager that integrates with a Subversion repository and allows you to do a bunch of nifty things.
I played around with CvsTrac today, which is a bit like Trac, but works with CVS. It’s a nice little system that includes a wiki and a “ticket” system for change requests. I installed the CvsTracNT package, which does a nice clean install on Windows. Unfortunately, it doesn’t seem to work with the version of CVS that I’m using. It appears that it’s assuming a certain structure for the CVSROOT/history file that has been changed in more recent releases. I looked through the CvsTrac code, and I think I see what I’d need to change to fix it, but I’m not sure I want to go through all the grief of figuring out how to rebuild it under Windows on my own.
I’ve also been playing with stand-alone wikis a bit. My goal would be to set up a wiki that could be used for project documentation and management for a number of our internal systems. I want to set up documentation pages for individual database tables and program modules, for instance, and link and categorize them in a way that makes it easy for me to keep the documentation up to date and see where the interdependencies are, and dig into the change history on stuff.
I tried FlexWiki a while ago. I like a few things about it, including the fact that it’s an ASP.NET application, so it fits in with our other stuff well. I didn’t like a number of things, though, including the way it formats text, for instance. I’m also not particularly fond of the built-in programming language, WikiTalk. It’s nice that you can do some dynamic stuff with it, but I don’t want to have to learn a whole new language just for that.
I tried out another ASP.NET wiki system last week. It’s called Perspective. I like a lot of things about this one. I like the way it formats text. I like the system of categories and collections. it’s got a good text search feature. The one thing I don’t like is the one thing that seems to kill every wiki I look at — the fact that you can’t give pages completely arbitrary names. For a wiki to work out for me, I’d really need to be able to name pages after database tables, program function names, and stuff like that. Perspective will change a name like “f_add_user” to “F Add User”, which will screw things up a bit for me. I’d also like to be able to set up a category for ongoing notes, where I might want to name a page something like “2006-01-20 4:50pm foo_detail table changes”. Perspective (and most other wiki systems, I think) would remove most of the non-alphanumeric characters from that name and replace them with either white space or nothing at all.
Some alternatives I’ve been looking at include Basecamp, a hosted web-based project manager. The downside on Basecamp is that it costs money. Not much ($25 or $50 a month for the kind of thing I’d be doing), but enough that I’d have to justify the expense to the Powers That Be. I’ve also noticed that they don’t seem to have a decent full-text search capability, so that’d really be a killer. And, of course, being externally hosted, I would have no real control of the data and no opportunity to link things to our CVS server or anything like that.
I’m using OneNote right now for a lot of the stuff I’d like to put into a wiki or project management system. While OneNote works great, it’s not that easily sharable; sharing a notebook on the file server works OK, but including the one guy who’s working out of his home in Arizona would be a bit difficult. And of course it’s not a free product; I’d have to buy a license for everyone I wanted to have access to the notes. Chris Pratley lists some of the features coming in the next version of OneNote in his blog. There’s definitely some interesting stuff going on there, but I don’t know if I can afford it for my whole team, or if a non-web-based solution would really be right for us.
Lotus Notes has been our company’s default collaboration platform for a while now, and there’s no good reason why I couldn’t use a Notes database of some sort for project management. The TeamRoom template that ships with Notes is a pretty good start for this kind of thing. I may wind up falling back on Notes for this stuff. I have a couple of people internally who can help me customize whatever we need, and we already have full Notes licenses for everybody, so there’s no cost issue. Ed Brill has a couple of blog entries talking about Notes and Wikis. He makes a good point, about how wikis are usually doing just a subset of the stuff you can do in Notes. OpenNTF.org has a few templates that might come in handy if I went down this road.
Well, I have now spent about an hour writing up this post. If nothing else, it helped me get some stuff straight in my head, and gave me a chance to consolidate some of the links to all this good stuff in one place.
CounterSpy problems
My desktop PC has been behaving for the last few days, without CounterSpy on it, so I decided to reinstall CounterSpy and see if the problems came back. Boy howdy, they sure did! I think I’m going to have to do without CounterSpy, until maybe the next major release. Something about 1.5 really doesn’t agree with my computer.