Tag error: <txp:tru_tags_if_has_tags>
<p class="articlekeywords">
Keywords: <txp:php>
$keywords = parse('<txp:tru_tags_from_article />');
echo str_replace(',', ' | ', $keywords);
</txp:php>
</p>
</txp:tru_tags_if_has_tags> -> Textpattern Notice: tru_tags_if_has_tags tag is not registered while parsing form article_keywords on page blog
Tag error: <txp:comments_form wraptag="div" isize="40" msgcols="70" msgrows="8" class="commentsform" /> -> Textpattern Notice: isize attribute is deprecated. while parsing form default on page blog
Tag error: <txp:comments_form wraptag="div" isize="40" msgcols="70" msgrows="8" class="commentsform" /> -> Textpattern Notice: msgrows attribute is deprecated. while parsing form default on page blog
Tag error: <txp:comments_form wraptag="div" isize="40" msgcols="70" msgrows="8" class="commentsform" /> -> Textpattern Notice: msgcols attribute is deprecated. while parsing form default on page blog
Tag error: <txp:php>
global $variable;
@session_start();
if (trim($_GET['l']) != '') $_SESSION['lang'] = $_GET['l'];
$variable['language'] = $_SESSION['lang'];
</txp:php> -> Notice: Undefined index: l while parsing form language_controller on page blog
Tag error: <txp:php>
global $variable;
@session_start();
if (trim($_GET['l']) != '') $_SESSION['lang'] = $_GET['l'];
$variable['language'] = $_SESSION['lang'];
</txp:php> -> Notice: Undefined index: lang while parsing form language_controller on page blog
A still image from the AMC series Halt and Catch Fire. Gordon (Scoot McNary, left) and Joe (Lee Pace, right) reverse engineer an IBM PC's BIOS system.
The G+C Blog has just published a new paper by Robert Gehl on Reverse Engineering and Genealogy. Gehl, who teaches communication at the University of Utah, articulates the practice of tracing software back to preceding versions with Foucault's history of the present. His article explores the theoretical bases for reverse engineering, drawing mainly on software engineering literature, and considers the ways in which this technical approach might inform genealogical inquiry along Foucauldian lines. The paper is based on research conducted for Gehl's book Reverse Engineering Social Media (2014).
Commenting is closed for this article.