Getting back to linux 5

Back when I was at the LINC project, I worked on a Linux laptop full time. Then Mac OS X happened, and I fled the linux world for the user-friendly *nix on the Mac platform. Now, I’m starting to look at linux as a day to day desktop OS again.

First, the why: basically, because it’s the beginning of the bicycle season and I’m out of shape. Since I’m out of shape, I’m trying to carry as little as possible. Now, my 12″ iBook isn’t exactly large, or heavy, but in trying to carry as little as possible, it was obvious that it was one of the things that should be left at home along with the extraneous notebooks, manila folders, and just about everything else that I didn’t absolutely need to work. Also, we’re in the planning stages of a new program, and at least one of the groups we’re hoping to work with is an all Linux shop. I figured the least I could do was return to Linux land and see how things had changed in the last year or two.
continue reading…

Blogging the Grassroots Global Justice Movement 0

SWOP has built a very nice web log, covering the news from on the ground in Albuquerque. Here’s their entry covering the founding of Grassroots Global Justice in San Antonio in April.
Karlos is the communications wizard at SWOP. He recently told us on how they intend to use the blog in their community organizing.:

We are going to be doing “breakfast and blogging” workshops over the summer as well to demystify it for folks who may think it is difficult. Ultimately, the idea is to have an online community that resembles the folks we organize with where we can start to create a dialogue about grassroots issues. It is only a supplement to our organizing and mission.

Also, it’s a way to get around the corporate media filter, straight to targeted audiences. Particularly when corporate media doesn’t cover community demos, events, etc., but also to comment on stories that do run locally.

Blogging - not just for breakfast any more…

Raise your half full glass to the online revolution 0

It seems we are running from one extreme to the other these days…a new paper appears about online civic engagement which promises to be the thin edge of reform in community organizing; meanwhile we are still slogging through the drudgery of door-to-door work to be supported by a new national voter database specifically designed specifically for nonprofits’ use.

In April, the Center for Civic Participation organized a meeting of activist-voter-geeks and the techno-geeks that love them to talk about establishing the aforementioned national voter database. This would be a terrific advance for basebuilding community-led organizing, but only if it’s as widely available as electricity and costs about the same. Of course, success in that endeavor will aggravate the problems that most non-profits in general and basebuilding groups in particular had with their databases last year. It was a train wreck. Look for a new report from PTP examining the technology wins and losses that community organizing had with civic participation projects. In the meantime, watch for information on the group that came out of the April meeting. It’s got the “cute” name of “the newginia task force”

The report, Power to the Edges: Trends and Opportunities in Online Civic Engagement, takes the optomistic view that we’re on the track to the restoration of citizen democracy in this country. This paper does a good job of collecting the fundamental arguments for “self-organizing” combined with “e-activism” as applied to civic engagement. The title “Power to the Edges” seems to be from a summary of the practices employed by the failed Dean and Clark campaigns, which were highly decentralized, and not from the victorious Bush campaign, which wasn’t.

It’s handy having all the arguments in one place, but the paper is probably weakest when it tries to make the case for a trend. For example, the paper cites the Pew Internet & American Life Project’s collection of predictions called The Future of the Internet to support this argument:

The cost of technology and access continues to drop, and although a digital divide persists, it is closing and will continue to close over the next decade. Internet usage continues to broaden both in terms of who is online as well as what they’re doing online.

The trouble is, that report doesn’t predict how large the digital divide will be in ten years. The Future of the Internet report wasn’t a survey of Internet use. Nope, it was a survey of 1286 experts, academics, pundits, futurists and what have you. They are entitled to their opinions, and they have lots of them. They seem to be quite divided on most issues in the report, including the future of broadband use in households.

In fact, the Pew Center’s surveys of actual usage show that Internet penetration has been stalling out at around 60% (See http://www.pewinternet.org/pdfs/Internet_Status_2005.pdf, page 59.) Since Progressive Technology Project supports groups that are in the 40-50% of the population that isn’t online in any meaningful way, we tend to see little salvation for grassroots democracy in the online world unless or until the online civic participation thinkers develop a more comprehensive view of just who is exactly out there in the offline world. When we’re toasting the online revolution, let’s not forget that the glass is only half full here. We need more creative thinking and discussion about how to integrate all kinds of organizing using the new technologies.

New database application for organizers? 0

We’ve been looking into the database problems that community organizing groups had with list enhancement projects last fall. It points up the real problems that groups have with their database software. While the activities of community organizing don’t vary much from one organization to another, the same cannot be said for their software, in fact we estimate that 60-75% have custom software.

They are using spreadsheet programs, custom-built applications written in MS Access or Filemaker Pro, modified versions of ebase, donorperfect, organizer’s toolbox, ms Outlook and a few scattered mySQL applications.

Bluntly stated, the situation is a mess – a mess because, without some effort to standardize, it’s nigh on to impossible for groups to share their experiences with each other. The training costs are enormous. There is no economy of scale for the community. PTP is interested in getting a community of practice going within the organizer’s community, but the ability to share best practices will be terribly hindered unless and until a more common technology platform is developed.

Apple’s Spotlight as a psuedo-database? 0

Not that I’m even remotely advocating this but I’ve recently been noodling around an idea for a really quick and dirty low-end database of sorts using the Spotlight feature in the latest Mac operating system and plain text files.
continue reading…

why didn’t I think of that 1

From time to time, I have the pleasure of bouncing around a command line on some of the linux boxes we’re running here.

I often find myself needing to edit configuration files, and after too many oops moments, have finally developed the habit of making a backup copy of the file I’m changing so that if I really mess something up, I can revert to the backup copy.

If you’ve ever renamed a file, you know that the first renaming is easy - just throw a .bak or .old on the end of the filename and move on. But what about the second or third iteration? This “lifehack” provides a solution that’s so elegant that I can’t believe that I hadn’t thought of it. It will be added to my list of practices ASAP.