top of page
pepi ng

nyc-based designer interested in the intersection between art and technology
Dick Hub
In this project, Julia and I imagined a dystopian society, where we harnessed, evaluated, visualized and stored intimate user data from their sexual lives. This was created as a response against the increasing normalization of privacy invasion as a business model. 
DSCF2023.jpeg
Introduction
With the advent of the internet, we as consumers are increasingly resigned to giving up fundamental aspects of our privacy in exchange for greater convenience when using our phones and computers. We have almost seemed to have grudgingly accepted the fact that being monitored by corporations and even governments is just a fact of modern life.

Many of us also believe that, since we aren't doing anything "wrong", or "illegal", we have "nothing to hide" and that we should not be afraid of authority figures gathering our data. However, do we really know what our data is harnessed for, and how the invasion of our privacy is affecting our lives? More often than not, corporations collect and sell our browsing data and analyze this data to influence our buying habits and patterns through targetted advertising or even our mindsets and cognitive behaviors. For instance, during the 2016 US Presidential Elections, Cambridge Analytica, a British Consulting firm, acquired the private data of 87 million Facebook users, in order to sell psychological profiles of American voters to political campaigns.

We are currently living in a world of low government effectiveness, a legislative system that is unable to keep up with the current state of technology, and a Neo-liberal, Capitalistic society that believes in the idea that companies should be free to do whatever they want in order to maximize profits, with a little nod to morality. Our data is being harnessed, our behaviors are being swayed, in the most insidious and ubiquitous ways possible.
dildomedium.png
3D modelling & printing: Dildo
In order to play into the concept of how mega corporations harness our most intimate data, we decided to link intimacy to the concept of sex/ masturbation- a topic that is taboo.
DSCF2075.jpeg
Touch sensors
We made touch sensors that were placed strategically all around the dildo and connected to the Arduino. From the touch sensors, we harnessed: 

(1) Location in which dildo is touched
(2) Pressure of touch on the dildo
(3) Time which the user interacted with the dildo.
Code
Arduino
We harnessed the data (measuring the pressure exerted) from each touch sensor every 0.1 second.
This data is then imported into a CSV file, which we can then access in Python.
Arduino file 2.gif
Harnessing data with Arduino
Screenshot 2022-09-10 at 2.19.34 AM.png
CSV file
Data visualization
.ion() function turns on interactive mode
Creating scatterplot diagram
Graph is displayed for 0.01 seconds
Graph is set invisible
Screenshot 2022-09-10 at 2.08.26 AM.png
We coded an interactive, real-time data visualization
Data evaluation
We then coded a data evaluation function, such that it can analyze a user's behavior, style of affection and sexual response cycle from their interaction with the dildo. 

This mimics the way companies profile and stereotype customers according to their behavior or physical traits, and use this information to manipulate users' consumption habits.
Screenshot 2022-09-10 at 2.29.04 AM.png
An example of a data evaluation
Data storage
We created an interface that mimics the check-out page of an online sex shop. Whatever information the user keyed in is now permanently stored in our JSON database. We can also easily retrieve a customer's data by just searching up their name.
Screenshot 2022-09-10 at 2.59.31 AM.png
"Check-out page" 
Screenshot 2022-09-10 at 2.41.48 AM.png
Retrieving user's information
Screenshot 2022-09-10 at 3.02.21 AM.png
User data stored in JSON file
Brief explanation of how data is visualised, processed and stored
Behind-the-Scenes 👀
IMG_4348.jpg
Untitled2.gif
IMG_5047.jpeg
IMG_5436.jpeg
ezgif.com-gif-maker (1).gif
bottom of page