UVA Digital Tools Summit Keynote: Brian Cantwell Smith

Topic at hand is less digital tools than digital epistemologies

“Digital” – candidate for trendiest word (1.5 million books use it in their title), but very ill-understood.

Revisionist history of epistemology:

* Descartes’ turn from the “messy stuff” of the *processes* of understanding the world to the mechanistic explanations of it
* Late 19th-century: people started to think that the mechanical world-view could explain everything, “fusing the world that Descartes sundered through an expansionist ploy on the part of the mechanistic side.”
* Computers grew out of the project of fusing “meaning” and “mechanism”
** Implication that computers are somehow “special”, bridging this chasm

“There aren’t any computers; we’ve been misled”

* It’s not that there are no physical devices, but rather that the notion of computers as occupying a special and unique place in the epistemic landscape is fundamentally wrong
* Being “digital” doesn’t make a computer special

5 examples of the impact of “Computers aren’t special”

* It was a claim of the “fusion” agenda that computers could be fully explained by a mechanistic account
** Wrong: meaning is inextricably bound up with computer functionality and use
* We should hold our systems accountable for their dimensions of “meaning”
** Ontologies are contingent on local culture and perspectives
*** *Every piece of metadata is a political act*
** We as humanists shouldn’t be party to the re-institution of the dualism between physical and mental that’s bound up by how many use “digital”

Computers represent a historical moment in which we have sufficient power and sense of complexity to allow back into our analysis all the stuff that Descartes swept away.

* Cute phrase: “Computing reunites the world of matter with the world of things that matter.”

Idea: “Digital” fundamentally points at the abstraction of information from the physical medium on which it’s encoded. It’s not that it has no physical presence, but rather that this very presence is one step removed from its corporeal form. (Kind of a neutrality of physical presence, like speaking through a filter that makes all voices sound the same.)

Technorati Tags:

Um…

…yeah. So, not much to say at the moment. Heaps of coding, swamped with both Center work and outside projects. Oh, and I’m getting married in a week and a half. Hence, not so much with the blogging, even though I’d planned to make a spectacular re-entrance after a summer off[1].

Sigh.

Well, on the brighter side, I’ll be spending the next few days at a “workshop”:http://www.iath.virginia.edu/dtsummit/schedule.html that promises to offer all sorts of food for thought and chewy discussion; I’ll blog my notes and any other crazy hijinks that ensue. Promise.

fn1. That blogroll? Totally a work in progress. Just need to find time to import my bookmarks. Meanwhile, please don’t point and laugh.

I’m back

Been on a bit of a blog sabbatical for the past few months. All’s well; just didn’t have much of substance to say, so I figured I’d take a break and build up some motive energy (well, not entirely true, but close enough). I’ve been thinking a lot lately about the peculiar transition between grad school and life post-PhD, and I think this lull had a bit to do with my new status catching up with me, leaving me needing some time to figure out exactly how to move forward. More on that soon; in the meantime, enjoy the funky new WordPress goodness, and let the template tweaking begin!

NYTimes affiliate program…

Via the Six Apart Pronet blog, TimesSelect as a blog business opportunity?:

bq. “We want to create a second robust revenue stream,” he explained, filling me in on some of the details and answering key questions about the timing, advertising and the blogosphere. One aspect of the plan is specifically for bloggers — an affiliate program a la Amazon.” (Martin Nisenholtz of Times Digital)

This is wicked smart – I even said so a few months ago…

On code and words…

Lately, I’ve been doing more coding than writing; in fact, at times it feels as if a large switch has been thrown in my mind, and my default mode is now the former, rather than the latter.

As practices, coding and writing can be quite similar – in both cases, though I might sketch an idea out on paper beforehand, the bulk of the work is done sitting in front of a computer screen, making sequences of characters appear in a text-editing window on my computer’s screen. Arguably, part of the reason that one tends to crowd out the other (one way or another) is the sheer similarity of the two actions…there’s only so much time that one can sit and type on a keyboard, and the activity will naturally come to be associated with whatever you use it for the most.

This is the thing that concerns me – when I sit down at my computer these days, my mind begins to automatically ease into coding mode. I say that this is a concern for one main reason; though I enjoy both, I fundamentally identify more as a writer than a coder.

The difference, as I see it, is less one of practice than of intent. As I said, both coding and writing involve stringing together symbols, but with different normative goals; there’s a richness to prose, meant to be read in many more ways than the spare efficiency of code written solely to achieve a discrete task when executed. I find coding to be a more mechanistic process, constructing a Rube Goldberg-esque machine which, when set in motion, is ultimately assessed on one criterion – does it *work*? Prose, on the other hand, can aspire to more than mere functionality.

I don’t mean to denigrate code – there can be an elegant beauty or astonishing intricacy to a well-crafted function, but in the end, it’s meant to be executed, and execution seems fundamentally different from reading. It might just be a question of the user’s intent…we come to a program expecting it to work, but we come to a book looking for more than the pure conveyance of information.

The thing I’ve been noticing is that the more time I spend coding, the more my prose begins to resemble code. As I’ve begun to associate my keyboard more with coding than writing, my writing has become more functional, less joyous. In some ways, this isn’t anything new – my trajectory throughout graduate school was toward a simple formula, “writing = argument,” and the upshot of this “tyranny of the thesis” is an unfortunate state of affairs in which I’ve grown to see writing in mostly instrumental terms. The words become a means to an end, not really much different than lines of code, and the more code I write, the harder I’m finding it to recapture a mode of writing as more than purely informational. On the fringes of my conscious mind, I can tell that I’m grasping to bring back a sense of joy (or at least something more than workmanlike trudging) into my prose, but I can’t seem to find it.

Even more unsettling, I’m finding that my coding skills are getting sharper and sharper, but my writing feels as if it’s getting muddier. It’s shouldn’t come as a surprise, really – I’ve been exercising the former on a daily basis, while my experience with the latter has mostly been limited to revisions on my dissertation, a project of which I’m more or less tired by now (this work falls solidly into the “green vegetables” mode of writing – I’m doing it more because I know that it’s good for me and my career than because I really want to do it). Maybe things’ll improve once I get this damned manuscript out the door, and take the time I’ve been learning to carve out of every week and apply it to fresh ideas and fresh projects…

Page-by-page authentication in MediaWiki

All code below is made available under the GPL v2 license

In the interests of centralizing information, we’ve started an internal wiki at the “Center”:http://chnm.gmu.edu that will eventually function as a sort of dynamic handbook to our facilities, staff and projects. The choice of a wiki was ideal, because each staff member can flesh out the documentation on his or her projects, and since it’s for internal use, we can take the general good intentions of users for granted.

However, there are some pages that will need to be restricted to certain users (things like payroll/budget information, or staffing discussions), so I went ahead and wrote a small plugin that allows any user to restrict access to a wiki page by embedding the allowed usernames within a special tag (working off of a really useful “blog post”:http://daryl.learnhouston.com/?p=125 outlining MediaWiki plugins).

Here’s what you do. Save the following code into a file called “accessControl.php” in your MediaWiki /extensions directory

< ?php
// MediaWiki extension that enables access restriction on a page-by-page
// basis
// Added 5/3/05 by Josh Greenberg
// [based on code snagged from http://daryl.learnhouston.com/?p=125]

//Add the hook function call to an array defined earlier in the wiki
//code execution.
$wgExtensionFunctions[] = "wfAccessControl";

//This is the hook function. It adds the tag to the wiki parser and
//tells it what callback function to use.
function wfAccessControl() {
    global $wgParser;
    # register the extension with the WikiText parser
    $wgParser->setHook( "accesscontrol", "controlUserAccess" );
}

// The callback function for user access
function controlUserAccess( $input ) {
    // Grab currently logged in user
    global $wgUser;

    // Create array of users with permission to access this page
    $usersAccess = explode(",,", $input);

    // Trim leading whitespaces from usernames
    foreach ($usersAccess as $userEntry) {
        $userEntry = strtolower(ltrim($userEntry));
    }

    // Put up an error message if current user doesn't match
    // accesscontrol list
    if (!in_array(strtolower($wgUser->getName()), $usersAccess)) {
        echo '';
         exit();
    }
    return $output;
}
?>

Then, add a line to the bottom of your LocalSettings.php to tell it to include the plugin:

include("extensions/accessControl.php");

That’s it for the installation. To restrict access on a page-by-page basis to specific users, just include the names of the allowed users within an tag (separated by double commas) in the body of that page. Thus, if you wanted to restrict access to the people with usernames “Fred”, “janedoe” and “Josh Greenberg”, you would use the following syntax:

Fred,,janedoe,,Josh Greenberg

Be careful with this! If you’re restricting access to a page, make absolutely sure that you’re including your own username within the tags, or else you won’t be allowed to reload the page to fix your mistake. If you find yourself locked out of a page that you need access to, you’ll have to disable the plugin.

On choosing an e-mail address…

Just sent off a proposal for a lunchtime discussion session at this year’s annual meeting of the “Society for Social Studies of Science”:http://www.4sonline.org/, and was struck by a small dilemma as I was composing an e-mail to the conference organizer – in short, I hesitated over my choice of which e-mail address I should use to send the message.

There are two main address that I use for correspondence, one ending in @epistemographer.com and the other ending in @gmu.edu. I tend to use them relatively interchangeably for day to day work correspondence, though I do tend to use the @epistemographer.com one for my personal life (not that work and personal life don’t tend to bleed into each other quite a bit). In composing the 4S e-mail tonight, I initially lingered over the “Account:” drop-down less for any deep, philosophical reason than for a simply technical one: the George Mason mailservers have been embarrassingly spotty recently, and mail sent to that address can take up to several hours to show up in my inbox.

However, after ticking off the @epistemographer.com address and pressing “send”, I realized something odd – I was the only one of my proposed co-panelists (cc:-ed on the e-mail) whose e-mail address wasn’t a university. I felt momentarily self-conscious, as if I were somehow going to be seen as an impostor, an interloper from outside who didn’t carry the same stature as a bona-fide credentialed professor. I remembered the stigma that an @aol.com address carried in many communities, and started thinking of how incredibly important an e-mail address is in general, but to academics in particular.

Think about it – the work we do is less defined by the particular institution for which we work than most other professions, yet our e-mail addresses (our dominant means of professional communication) tend to clearly identify us with a particular institution. If a lawyer or a CEO changes firms, her change in e-mail address makes perfect sense; she doesn’t need to maintain her old workplace identity, and in her professional life can wholly attach herself to her new employer’s name. For academics, however, the politics of e-mail addresses seem more murky – we’re less fee-for-service contract workers than free agents who happen to find shelter in one institutional home or another, and when we leave one institution for another (or for no institution at all), our main working identities may remain fundamentally unchanged. Unfortunately, the institutions might disagree, forcing us (especially those in the post-graduate-itinerant-scholar mode) to change our public “face” whether we like it or not.

The safest thing to do as an individual scholar seems to be to build up a set of structures that would allow you to maintain your identity independently of your particular institutional context. In a sense, I think this is what I’ve been unconsciously doing with my epistemographer.com domain and e-mail address…asserting more control over my public identity, and making sure that I have control over the public persona I’ve created (and its various names/addresses) no matter where my career happens to take me. At the same time, however, I’m wary that my carefully-constructed persona might be seen as somehow lacking, inferior to a more directly-credentialed public identity that would wear its university affiliation on its sleeve.

I’m thinking that one of the best pieces of advice I could give to a first-year graduate student would be to pick out and register a domain name that is professional yet unique, and start building it into an identity that is under nobody’s control but their own. It might well be the best $30 investment they’d ever make.

Open Source Ethics…

Fascinating case that lays bare some of the fundamental assumptions (and internal contradictions) of an open source community:

* “Matt Mullenweg”:http://photomatt.net creates “WordPress”:http://wordpress.org
* WordPress gets “popular”:http://www.daveschalkboard.com/index.php/archives/2005/03/13/how-popular-is-wordpress/ and grows an “open source”:http://wordpress.org/about/ “community”:http://wordpress.org/development/
* Matt makes a decision to spend some of WordPress’ “whuffie”:http://en.wikipedia.org/wiki/Whuffie, “gets”:http://www.waxy.org/archive/2005/03/30/wordpres.shtml “caught”:http://www.waxy.org/archive/2005/04/01/wordpres.shtml, “responds”:http://photomatt.net/2005/04/01/a-response/

Takehome questions – how much agency does the founder of an open source project have once the project has grown beyond his/her personal efforts? And what are legitimate revenue streams when people support a project they use not because they have to (buying), but because they want to (tipping/patronage)?

A little swordplay at the Kennedy Center

I’m so there on Monday:

bq. __Monday, March 28, 2005, 6pm__
“Kamui”:http://www.kennedy-center.org/programs/millennium/artist_detail.cfm?artist_id=KAMUI, a group of professional sword-fighting specialists, most recently choreographed the fight scenes for the movie Kill Bill in which they played the Crazy 88 characters.

Anyone wanna join me?

(Man, I love the “Millennium Stage”:http://www.kennedy-center.org/programs/millennium/schedule.html)

Kosher?

_A short request, thrown out to the blogosphere:_

When I moved in with my somewhat-more-Jewishly-observant-than-I girlfriend (now fiancee), I started keeping a kosher kitchen. Needless to say, this has been quite an adjustment for a formerly bacon-frying, shrimp-barbecuing, agnostically secular Jew like myself, and I’ve decided to start a blog to chronicle my adventures as I explore cooking under kosher constraints. Rather than do this myself, I’d love to find a few collaborators – so, if you or someone you know matches these criteria, please “get in touch”:mailto:kosher@epistemographer.com :

# Engaging writing style
# Love of food *and cooking*
# Recently started keeping kosher, less for your own beliefs than because of those of your boyfriend/girlfriend/fiancee/spouse/co-habitant. _By “keeping kosher,” I mean you’re at least adhering to some of the major tenets (no pork/shellfish, two sets of dishes, kosher meat, etc.) in and/or out of your home. I’m aware that these things are totally idiosyncratic (that’s part of the point), so if you think you even might fit, please drop me a line._

In short, I’m looking for a few smart foodies whose love of cheeseburgers is outweighed by their love for someone else, and who would be willing to join me as I continue to adjust to eating and cooking with one metaphorical arm tied behind my back.