-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproposal.html
More file actions
37 lines (33 loc) · 5.07 KB
/
proposal.html
File metadata and controls
37 lines (33 loc) · 5.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="js/meta.js"></script>
<script type="text/javascript" src="js/about.js"></script>
<script type="text/javascript" src="js/nav.js"></script>
<link rel="stylesheet" type="text/css" href="css/text.css">
<link rel="stylesheet" type="text/css" href="css/site.css">
<title>DD: Proposal</title>
</head>
<body>
<div id="content">
<text>In the post-GDPR world,</text>
<p>it seems that every online interaction comes packaged with constant reminders of data tracking. For the first time in the digital age, our data can be experienced with the most rudimentary digital verbs: VIEW your data, DOWNLOAD your data, DELETE your data. Previously taken in secret, data now comes hand in hand with consent; <span class="q">but have we become any more in control of our digital footprint? Is it our awareness, our potential for intervention, or is it our passive consent which gives us this shaky semblance of control?</span></p>
<p>"Digital Distancing" considers the relationship between distance and technology in the era of social distancing in order to define a framework for understanding ourselves through our data. The project is comprised of a journal, a pair of data collection and extraction tools, and visualizations of this data.</p>
<div class="space"></div>
<text>Tracker,</text>
<p>the first of these tools, records a user’s mouse and in-use application. In doing so, it tracks gesture, space, and time and creates three interactive visualizations of a user's computer usage. First, it produces graphs which illuminate paths and hotspots, allowing a user to query, segment, and animate their data. Second, it produces maps which distribute data across quadrants and can be scaled to re-layer the encoded information. Third, it produces a readable pair of lists which highlight the texture and patterns created by inflection points where a user switches between applications.</p>
<div class="space"></div>
<text>Tracer</text>
<p>extracts Exif metadata from images, specifically their coordinates and timestamps and creates three opposing visual representations of a user's movement through physical space. In doing so, the Tracer draws paths which illustrate alternative geometries. Rather than mapping data to physical locations for the purpose of surveillance or tracking, the Tracer considers coordinates abstractly. First, it produces unsorted paths which are rendered in random order—these paths are unpredictable in shape and difficult to trace. Second, it produces sorted paths rendered in chronological order according to the images' timestamps, resulting in traceable, logical paths. Third, it produces overlaid paths which combine both sorted and unsorted paths of the same image sets.</p>
<div class="space"></div>
<text>That is all to say,</text>
<p>devoid of context, it is unclear if this data serves a "function". But when we ask questions of "function" and "purpose", it becomes obvious how unfamiliar our data is, despite having always been in our peripheries. Defamiliarization is the Tracer's primary goal, and it does so by interpreting our physical experiences in digital contexts. By highlighting the data embedded in our visual artifacts, it serves as a method of reorganization.</p>
<p>This data, similar to mouse coordinates, exists like radio static in the background of our digital environments. The Tracker—by centering the minutia and creating mass amounts of it—seeks to reverse the conversation, serving as a platform for reflection, commentary, and retort. The estranged images we're left with are untraceable maps between windows, images, and points of interest.</p>
<p>Rather than tracking tasks and analyzing trends for the purpose of creating a sellable product, these tools only make us more aware of ourselves. They reduce all interactions to data, but in the end, it must be asked if through this process of data collection, if we've actually gained anything at all. <span class="q">And how can we claim that this data is personal when we've never before seen it, and certainly don't recognize it?</span></p>
<p><span class="q">Why do we need a computer to perform these tasks for us, anyway? Could humans not pay attention to these pieces of data, ourselves?</span> Maybe most crucially, <span class="q">have we ever thought to ask if any of this is fun or arousing?</span> That is, <span class="q">do we like our data and what it allows us to see, feel, and believe?</span> </p> <p><span class="q">Who defines digital behavior, and what differentiates it from our physical behavior? How are we learning to develop technological biases?</span> And as we socially distance and learn to be hyper-aware of how we move through public, physical spaces, <span class="q">how are we (re-)learning to move through our private, digital spaces?</span> </p>
<div class="space"></div>
</div>
</body>
</html>