Giter Club home page Giter Club logo

othertownsend's Introduction

The Other Townsend

This is part of a project made for the BioDesign Challenge in 2019.

request response
Title The Other Townsend
Names of students Marley Townsend
Final presentation PDF
Website http://theothertownsend.com/

Project Description

"The Other Townsend" is a fictitious person--a new sibling--made from personal and biological data collected online from my family. This critical and aesthetic response demonstrates how little major corporations know us, reflects on how damaging this practice might be and offers some ideas about how to protect ourselves in the future.

I manually tracked my family's mood, sleep patterns, physical locations, genetics, and browsing history over seven days to formulate a life for my new sibling. I used this information to make both an image portrait and a data portrait. My new sibling is an example of what companies (Amazon, Verily/Google, Gyroscope, Facebook) think we are. It is a "police sketch" of a person made entirely of stolen data.

By doing this work manually, I wanted to prove that the subjectivity of human health, mentality, interests, fears, and relationships are uncapturable by data. These corporations are both invading our privacy and failing to capture anything real about us. They are doing this without considering possible consequences.

"The Other Townsend" lives in a computer, with a Telegram chatbot interface for people at https://t.me/OtherTownsendBot.

Links

High-resolution images

Personal and Biological Data mashup


Police Sketch


Electronic habitat


Poster


Team: Marley Townsend

@theothertownsend

This code lives on a server at Digital Ocean and serves up files for a Telegram bot, t.me/OtherTownsendBot

The Other can answer a few questions. Say 'Hi' before asking:

  • How are you feeling?
  • How did you sleep?
  • Where are you?
  • What have you been looking at?

@devothertowbsend

The dev bot lives here: https://t.me/devothertowbsend_Bot if you would like to see what's coming next:

/start
/set <n seconds>			# get OT updates every <n seconds>
/unset						# unset automatic updates
/loc						# get current location
/feeling					# an iconic report of current mood
/sleep						# an iconic report of how they slept
/shop						# what they are shopping for

We are adding an interface for proactive healthcare monitoring:

  • weight
  • blood pressure
  • ECG (electrocardiogram)
  • atrial fibrillation
  • blood sugar levels (hyperglycemia and hypoglycemia)
  • calories consumed
  • steps taken

Data may be uploaded via a WiFi and cellular networks to proactive healthcare and insurance providers.

initial setup

git clone https://github.com/douglasgoodwin/othertownsend.git devothertowbsend ; 
cd othertownsend

mkdir logs

sudo chgrp -R www-data .
sudo chmod -R g+rw .

cp _config.py.example _config.py AND PUT A REAL TELEGRAM TOKEN INSIDE

virtualenv -p python3 venv ;
. venv/bin/activate ;
pip install -r requirements.txt

# add an entry to supervisor like this

	[program:devothertowbsend]
	command=/home/dgoodwin/devothertowbsend/venv/bin/python ticker.py \
		-b 127.0.0.1:8002 \
		-w 1 \
		--timeout=60 \
		--graceful-timeout=60 \
		--max-requests=1024
	directory=/home/dgoodwin/devothertowbsend/
	pythonpath=/home/dgoodwin/devothertowbsend/venv
	user=root
	redirect_stderr=True
	stdout_logfile=/home/dgoodwin/devothertowbsend/logs/gunicorn.log
	stderr_logfile=/home/dgoodwin/devothertowbsend/logs/gunicorn_err.log
	autostart=true
	autorestart=true
	startsecs=10
	stopwaitsecs=10
	priority=999

sudo supervisorctl reload 

othertownsend's People

Contributors

douglasgoodwin avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.