Tag Archives: workshops

Workshop: Digital Safety in the Age of Surveillance

CUNY Digital Initiatives gave a workshop about digital safety, with a specific focus on overt and covert digital surveillance on Wednesday, September 24. The workshop was led by PhD student Anna Sellis.

Anna spoke first about the importance of understanding how digital information is collected and can be used against individuals, particularly in the wake of last year’s student protests, as students are increasingly monitored by universities using digital data collected from social media sites, location tools, etc. She also discussed how the NYPD has several ways of collecting easily available information for monitoring and location purposes. One way they do this is through cell site simulators (also known as “sting rays” or imsi catchers). These are mini mobile cell towers, or drones, that can connect to phones to intercept calls, read messages, and generally collect data from the phone’s owner. Information collected from sources such as the cell site simulator is often sold to data brokerages, where it can be used for monitoring but also for marketing and scam purposes.

So what can be done to prevent or minimize risk? Several suggestions for ways to protect devices and their humans from data breach, stolen identity, surveillance and fraud. Installing malware programs are a good first defense: there are apps (DangerZone, uBlock origin) and software programs (Malwarebytes, Avira, Bitdefender) that can mitigate cyber attacks, but often the first and easiest defense it to make sure provider updates are installed on phones and devices. Next, Anna discussed ways to enable secure settings: avoid biometric data (fingerprints, facial recognition); disable location services and clear location history; use airplane mode and the new “lockdown” mode on iPhone strategically; check connectivity settings and delete connectivity history. I was unaware about connectivity history: it’s a list of everywhere your device has connected to WiFi and can provide details about your movements over time.

Anna then encouraged using end-to-end encrypted software or Open Source programs for messaging, email, browers and document sharing, including Whatsapp, Jitzi, Disconnect and others. She noted that while these platforms and programs may be more secure, there is sometimes a trade-off in that they can be buggy and slow performing. To prevent tracking through internet sites you visit, VPNs, or Virtual Private Networks, are software that allow you to visit sites without digitally disclosing your identity, although there are a few caveats: don’t use the free VPNs and before you sign up, check out privacy policies and make sure their encryption is up to date (you can Google it). TORs (The Onion Router) is an open source, volunteer network that runs your connection through three servers before it sends you to the internet, scrambling your path. A student did ask whether the security of the volunteer computers could be guaranteed, and while Anna wasn’t exactly sure, another student mentioned there might be a way. Other safeguards Anna reviewed included: creating strong passwords; using two-factor identification; using password managers and reviewing privacy settings on social media.

As Anna noted, while any data collection method can be used against its owner, a variety of data used together can create a very detailed picture of a person’s life. This can comprise a person’s movements, finances, records, opinions and politics, and more, and there is always the threat that the information will be used to do harm, no matter who is doing the collecting.

Workshop Command Line 9/23

I attended the workshop Command Line, you can take the workshop on your own on their website dhrift.org.

The workshop was led by a PhD Student of Theoretical Physics who uses coding for visualizations. The workshop was an interactive way to understand the basics of coding and how its connected to the click and drop graphics of today’s computers/phones . The level of understanding needed for the workshop can be from none to beginner, if you’ve used a computer before you can navigate through the workshop and learn a thing or two.

The workshop began with explaining interface and terminal. An interface is a computer, and the terminal is the environment in which the user can communicate with the computer. The code editor is the terminal used at the workshop and it was a simple way for those in the workshop to be able to use the commands regardless of the type of computer they’re using. This was important to note as different interfaces (Microsoft, apple) have different commands to use in their respective terminals.

Many are use to a graphic/icon interface, with a mouse to click, open, move, delete, and edit items on a computer. A key takeaway from the workshop is a user can accomplish the same tasks from a graphic/icon interface on a text interface in a terminal by using commands. This method can be useful and more efficient when lengthy, repetitive tasks will take extended periods of time in a graphic interface.

I enjoyed the quick history lesson on computers, how the first interfaces were human and more specifically under-paid women. This relates to a few readings in our class, and a note was made in the workshop about the hidden contributions woman played in NASA. To relate to this week’s readings, I got a better understanding of the punch card. In the reading, Father Busa’s Female Punch Card Operatives , there was a note that Busa found his training school of female keypunch operators to be a success. But in the workshop, women were contracted in these roles for cheaper labor. I didn’t quite understand the connection of the punch card to Busa’s overall project, this workshop bridged that gap. A punch card represented machine code, now creating those punch cards is no longer physical work but digital.

As the workshop progressed, key words were defined, and questions were presented to review steps. The workshop was very interactive and easy to follow, you can go back and forward at any time, and the instructions to input commands were very clear. I would recommend the workshop to someone who would like a better understanding of a computer, the background work in place when you click your mouse.