English 738T, Spring 2015
Header image

Author Archives: Jennifer Ausden

As Technoro Team MARKUP’s sole Windows user, it was clear from the start that “lack of cool” would not be my only hindrance during the beginning phases of the project: our team’s software set-up instructions were geared towards the Mac user, and included a Mac-specific streamlining program, GitHub for Mac. As the GitHub for Mac site chirps brightly, “When you first launch GitHub for Mac, we’ll help you set up your GitHub account and find repositories already on your computer. From there, you can start managing repositories.” In short: we’ve got you, brother!

Well, not so much help from GitHub, I found, if you are the aging, brown-suited, fuddy-duddy PC guy. At the end of the day, Git is just not fully supported by Windows. This does not mean that PC users are precluded from the project work; the software infrastructure setup — and support thereof — is just chunkier, slower, and the components are less condensed. In fact, anticipate an agonizing project acceleration rate: of my total project time investment, approximately 60% was spent on initial techno-troubleshooting, with only 40% on actual TEI markup.

GitHub for the PC User is distinctly less program-supervised, involving multiple user steps and several separate components, including the GitHub website, GitBash and GitGUI. From the position of a complete command-line newbie, the GitHub Guide does not sufficiently hand-hold overall – “wait, that command saved what where?” – but does include a subsection called the Windows Setup Guide, located here: <http://help.github.com/win-set-up-git/>

In hopes that my notes may help streamline the Windows set-up process for future users, the essential components of the Git setup process – in the context of our markup project purposes — are outlined here in “newbie-speak”:

1)     GitHub.com

This is where the games begin, and where I found myself revisiting often in order to access others’ file changes, view changes to the repository (or, “repo”), and perform other repo-related tasks.

Setup Phase One, Step One is to visit GitHub.com and download the Git Setup Wizard, which unpacks both GitBash and GitGUI into a specified folder. You will return to this site after you generate a new “SSH key” in GitBash, as follows:

2)     GitBash

GitBash is, well, a Bash prompt – think Windows Command Prompt – with access to Git. It is here that a user may run commands to various ends. Specifically, for Phase One, Step Two, the user will want to get that SSH key generated and copy it in back at GitHub.com. In short, GitHub will “use SSH keys to establish a secure connection between your computer and GitHub,” and this process, sufficiently outlined in the Windows Setup Guide, involves three sub-steps: 1) checking for already-existing SSH keys, 2) backing-up and removing any found, and 3) generating a new SSH key. At this point, you will create and enter a pass phrase. Be wiser than this user, and note this pass phrase.

Phase One, Step Three: Also from GitBash, you will set up your Git username and email (to be used on GitHub.com, as well as certain administrative tasks on GitBash). Again, the GitHub Windows Setup Guide proved easy-to-follow for this step.

Once set with Git login details, it’s on to Phase Two: Forking, which can be done fairly simply back at GitHub.com (in short, click the “fork“ button in the repository you wish to access). However, there is a following action, which is to clone this repo locally. Remember, Git is a “revision control system”: therefore the meta-process is 1) clone data so that you can 2) edit select data and then 3) upload changes that will be reviewed before being processed onwards. This was a sedating thought in the midst of command prompts, file paths, keys, and forks: oh, right…there is a greater purpose here.

So, to “clone the repository” (rather, to make a local copy of the repo of XML files in which we type out our markup, and which the system will push back to the master branch from later), we run a cloning code in GitBash, followed by one last code (in truncated form, “remote add upstream”, then “git fetch upstream”) that changes your default remote from pointing to “origin” to the original repo from which it was forked. And, here is where you will likely need to wield that pass phrase from Phase One, Step Two.

Once forked, all infrastructure is in place for the user to return, or push, all edits into the repository, for team access through GitHub.com, review and further process.

Where and how to properly access the schema file [containing the coding “rules”] remains a mystery to me: our team leader kindly emailed me the “Relax NG Compact Syntax Schema” file, which had to remain where saved (for me, my Desktop) in order to be recognized by another product, not a part of the Git package: the Oxygen XML Editor.

3)     Oxygen XML Editor

Perhaps the most user-friendly of all components, the Oxygen XML Editor is where the PC user can shake off her bewilderment with Git and let the bewilderment with TEI markup begin! Oxygen allows for multiple XML files to be opened simultaneously as tabs, and if your schema is properly in place, the “Validate” feature provides feedback on any exceptions or errors you’ve entered. Just be sure to *save* each file after any changes; moreover, be sure to save in the cloned directory (for example, mine defaulted to “Jennifer Ausden/sg-data/data/engl738t/tei“) not to your desktop, or else GitHub.com cannot locate your changes to the files, and the push process will essentially be doomed. Speaking of uploading doom…

4)     GitGUI

GitGUI, while part of the original download bundle, was utilized only when I was struggling to push my Oxygen XML files – at least, those containing any changes since the last push or since the original clone, as the case may be – back to the repo at GitHub.com.

When I tried running in GitBash the Windows Help Guide’s command “git push origin master”, I was met with a nerve-shattering error message:

Pushing to git@GitHub.com:umd-mith/sg-data.git

To git@GitHub.com:umd-mith/sg-data.git

 ! [rejected]  master -> master (non-fast-forward)

error: failed to push some refs to ‘git@GitHub.com:umd-mith/sg-data.git’

To prevent you from losing history, non-fast-forward updates were rejected

Merge the remote changes (e.g. ‘git pull’) before pushing again.  See the

‘Note about fast-forwards’ section of ‘git push –help’ for details.

The thought of “losing history” inspired an immediate chai latte break, but upon return, I warily entered the command for ‘git push –help’, whose advice brought with it another surge of fear. In a nutshell: this “fast-forward error” is likely happening because someone else is attempting a simultaneous push. Wait if you can, but if all else fails, go ahead and add “–force” to the end of the code. DO NOT force a push unless you are absolutely sure you know what you’re doing.

Failing to meet that criteria, I had a brief moment of panic, and decided to implement my own local version control: first by attempting to move “my” assigned XML files from the cloned repo folder to a local folder, until I realized the push could not happen from another folder than the original cloned location. Local version control, Plan B was to create a surrogate system; namely, a highly sophisticated JIC process (…that is, emails to myself of the XML files containing my code, “Just In Case”).

Thus feeling fairly secured – for some reason – my next step was a test work-around, by switching over from Bash to GUI. The latter, upon opening, offers three options: “Create New Repository”, “Clone Existing Repository”, or “Open Existing Repository.” In confidence I had (probably) cloned sufficiently at this point, I chose to “Open”, successfully “opening” C:/Users/Jennifer Ausden/sg-data/ . This interface was much more friendly; here was a little window of “Unstaged Changes” in the helpful form of a file-path list (for example,“data/engl738t/ox-ms_abinger_c57-0022”) which with simple clicks allowed me to “Stage,” “Commit,” and finally “Push” back to the master branch and repository.

Heart racing, I flew back to the repository on GitHub.com, and lo and behold, there at [sg-data / data / eng738t / tei] were all the files (specifically, “ox-ms_abinger_c57-0022″ through “ox-ms_abinger_c57-0031″) to which I had made and saved a change.

Huzzah! Scores of emails and help searches later, the brave little PC was now equipped with:

1) a secure connection to GitHub.com;

2) a GitHub.com username and password;

3) a “fork” in the repository at GitHub.com;

4) a local, cloned version of the holding-place for all the empty XML files, to be filled with our markup coding magic via Oxygen;

5) the Oxygen XML Editor program in which to type up the code for each file;

6) a copy of the schema file, so Oxygen could properly “Validate” each file; aka, alert me to any coding incompatible with the schema, and;

7) through Git GUI, a way to push back my changes to the repo on GitHub.com.

And so it appears, Windows users can eventually function in, and contribute to, a team Git project. Just anticipate being, at least at start-up, the old Windows guy in the brown suit.

 

[T3: if you should spot any edit opportunities in the below transcription, please feel free to either edit/repost or drop me a note. Cheers!]

Top seven connections between Caleb Williams and The Matrix:

1) Both Neo & Caleb lack familial bonds; moreover, ties to a system

2) Red pill scene vs.  scene in which Falkland tells Caleb the truth

3) Agent Smith pursues Neo; Gines pursues Caleb [as Caleb laments, "he the persecutor, I the persecuted” (306)]

4) Caleb: “mind is master of itself” (188) versus Neo: “there is no spoon”…further, Neo’s resurrection moment is parallel to Caleb’s speculation, “what power can cause that man to die, whose soul commands him to continue to live?” (156) 

5) Society (and dreams that interrogate it)
* Caleb = “My resentment was not restricted to my prosecutor, but extended itself to the whole machine of society” (183); Matrix takes social machinery to a literal level. (An important contrast to Neo, though: Caleb remains within the machine as a prisoner in both endings; in the first, in bearing Falkland’s burden he essentially remains his prisoner, and in the second, he’s literally imprisoned)
* Caleb = “I have dreams, strange dreams, I never know what they are about” / Neo initially understands his visions through “strange dreams” that too interrogate his “conscious” experience

6) Caleb calling self murderer = Neo conquering Matrix
* Caleb gains a sense of agency by calling himself Falkland’s murderer…he “disrupted the system” of servitude, and subverts interpolation
*And yet, perhaps he only “resets” the system: for ex., the Architect mentions previous matrices, involving “resetting” the model each time, with slight adjustments…Caleb too only ”resets” the system, and to change, in fact to become Falkland, he must commit murder himself

7) Caleb & Cypher both seek to escape “things as they are”

Prior to starting this week’s reading, I ran a mental inventory of my preconceptions surrounding these texts and their shared themes. After dropping “feminism” in the center of the mental Venn, my next thought was in the temporal lobe, so to speak: “Vindication” was published in 1972, and “Manifesto” in 1980. As Lit folks, we often find a text’s birthday is of relative relevance…while temporal location grants us access to historical context, we can get anachronistic with it: distance in time between two texts is not necessarily indicative of distance in relevance or theme. We put texts in conversation across centuries, often with fruitful conceptual results. And that’s certainly the case with “Vindication” and “Manifesto.”

Inspecting further through the lens of temporality, I think these women can signpost distinct moments in the chronology of the US women’s rights movement. Here’s my stab at a timeline:

Wollstonecraft — “Vindication”

 

Susan B. et al — Nat’l Woman Suffrage Assoc.

 

Friedan — “The Feminine Mystique”

 

1792

 

1869

 

1963

 
 
 

1848

 

1920

 

1980

 

First Womens Rights Convention

 

19th Amdt — Women’s right to vote

 

Haraway — “Cyborg Manifesto”

Sure, I’d agree this is reductionist, but it can be helpful nonetheless: and I think the very process of considering markers in the evolution “the woman question” facilitates access to some further ideas.

For example, perhaps we can look at Wollstonecraft as the pioneer of the first phase – moving women socio-spatially from “fringe” to “center” – and Haraway as a pioneer of another ( I hesitate to say “second”) phase, one insisting on blurred spaces, as well as a reality that is irreparably complicated, simultaneously interconnected and fractured. Similarly, we do not locate in Haraway a distinct jumping-off point for a discussion of woman; no cohesive definition of what she might have been, and this connects with her sentiments that “the cyborg has no origin story in the Western sense” (150). This, she finds, “is actually “a ‘final’ irony since the cyborg is also the awful apocalyptic telos of the ‘West’s’ escalating dominations of abstract individuation, an ultimate self untied at last from all dependency, a man in space” (150-151). The modern cyborg is at once a realization of ideological evolution, and a contained-self processing unit (…a new CPU?)

When we’re looking at something like “womens rights” in “society,” there seems to be a strain between WOMEN [laws, gender and societal norms, and metastructures] and the WOMAN [actual, individual female bodies and minds]. So how have the stakes evolved, really? Are we actually comparing apples to apples…were “women” in 1792 the same as “women” in 1980?

Authorial intent surely differs as much as historical context. Wollstonecraft has her eyes on the equality prize, and must rely on a certain degree of us-them either-or logic; Haraway needs a dichotomy-free framework.  For Haraway, we’re simply beyond gender duality, and beyond long-held stereotypes of the female reality that have, in fact, ironically grounded much feminism and related identity politics, as well as the cultural meta modus operandi. Perhaps, then, Wollstonecraft’s vision of gender equality becomes realized in the blurring of the human condition to which Haraway gestures? “We are all cyborgs now,” she says…and while I’m not sure this generalization jives, exactly, with her concern that “the production of universal, totalizing theory is a major mistake that misses most of reality,” I rather like to think that this could stand in as some perverse resolution to Wollstonecraft’s call for a social focus on the moral development of all humans. Under Cyborgism  we can be equal parts in communication…we can tune our moral monitors to the same program…by escaping dualism, we can stride towards species actualization, and become “more human than human,” a la Blade Runner?

Wollstonecraft’s concern for women’s moral development walks in hand with the topic of power: ultimately that women need power over their whims and vices, and need to make an autonomous claim for their personal development. Women must fight the oppressive emphasis on feminine passion and pathos, and foreground strength. This is a hardness in place of a softness, an agency in exchange for cloistered virtue. Haraway’s cybernetic organism I think is a very pleasing image of hardness and softness (at least in its human animal/machine breakdown), representing a constitutive code quite distinct from the code underlying dominant social functions and territories. The appeal of Haraway’s breakdown is evident aesthetically in a contemporary example, the Borg Queen:

From <http://images.wikia.com/borgcollective/images/a/a1/Borg-queenside.jpg>

New Woman is not a helpless creature, but a power system: for Wollstonecraft, in fact, one which needs cultivation and moral cultivation as much as if not more than man. Woman‘s virtue is overstated, says Wollstonecraft, and quite frankly is plagued by “ignorance and slavish dependence”. Woman’s fondness for pleasures is not pure and innocent, but uncultivated and immature. 

Is a cyborg a cultivated and mature female? Ultimately, it is hard what to make of this new Woman: The cyborg is a kind of disassembled and reassembled, postmodern collective and personal self” (164). Contradictions are constitutive in the new politics. 

Like our Blade Runner replicants, the problem lies in the question – what IS human; what IS woman? Is “the woman question” a lower-tier problem than the “human question” – or a point of access to it? Ultimately, does modernity…post-modernity…meta-modernity?…does our time need a “Vindication the Third: Of the Rights of Cyborgs”?

A Model Happy Hour

Posted by Jennifer Ausden in Spring 2012 | Uncategorized - (0 Comments)

While I unfortunately had to miss tonight’s post-bootcamp festivities, I thought I’d bring to our table a happy-hour-inspired Ngram:

Despite a few foreseen quality concerns for this run (such as the various meanings of “spirits” and “liquor” in context), and surely unforeseen others, I am  officially convinced that modeling tools are powerful provocateurs of interesting questions…crucially, for example: should we be avidly investigating vintage year ~1673?

Have a good weekend, all!

Hi all,

Just thought I’d share my mental reflex to  Brautigan, which was, naturally, a vision of Keanu Reeves dripping with goo in The Matrix. (Hope this isn’t a spoiler!)

After some thought, there do seem to be a few fairly sturdy justifications of this connection…the Machines’ human harvest fields seem to align with the poem’s “cybernetic meadow” (line 3), and collectively they serve as a pessimistic manifestation of a “cybernetic ecology” (line 19).  Such an eco(techno?)system would certainly, in a sense, make us humans “free of our labors” (line 20)…to such an extent, in fact, that the user becomes the tool.

It is this sort of dark undertone that, as I read it, pervades the poem. But, maybe there is an argument that Brautigan’s speaker is a genuine optimist?

Cheers,

Jen