User:Rita Graca/gradproject/hackpact

From XPUB & Lens-Based wiki
< User:Rita Graca‎ | gradproject
Revision as of 20:09, 13 October 2019 by Rita Graca (talk | contribs) (Created page with "<big>Hackpact</big> === Hck 1 — Touch gestures === One of my topics of interest is how technology spreads its influence outside interfaces, changing our gestures and langu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hackpact

Hck 1 — Touch gestures

One of my topics of interest is how technology spreads its influence outside interfaces, changing our gestures and language. I think it would be interesting to explore omnipresent expressions of technology in our bodies.
To begin with, I will choose one hand gesture and make a small visual experience. If I continue with these, it would be nice to put them all together. You would toggle the visuals with gestures that you do every day when using technology, no instructions besides the embodied knowledge.

Field notes:
I wanted to use touch and not to be restricted to the keyboard, as the touch reflects the proximity we have with our devices.
First I was using Kivy, a Python library because it allowed me to work with multi-touch. Michael made me realise it was too complex for the small prototype I was aiming for so I moved to javascript.
I spent way more than 45 minutes as I had to search for js libraries that recognised touch.
I chose Hammer library for the prototype.

Gesture: Double-tap
Outcome: Simple gradient change when the user double-taps the screen.


Hck 2 — Touch gestures

Field notes: This time it was fast because I knew the library better.
It’s hard to prototype touch gestures because my computer doesn’t have touch so I need to be always putting online the script to try it on my phone.
  


I forget often the command to do it:

  python -m SimpleHTTPServer 8000

Gesture: Pan up
Outcome: Simple gradient change when the user pans up the screen. 



Hck 3 — Clickbait generator

One of the persuasion tactics used by users is clickbait.

 “Clickbait is a form of false advertisement which uses hyperlink text or a thumbnail link that is designed to attract attention and entice users to follow that link and read, view, or listen to the linked piece of online content, with a defining characteristic of being deceptive, typically sensationalized or misleading [...]”

 I used the scripts from the Eliza bot experiments we made last year with Michael to do a clickbait generator.

Field notes:
The Eliza folder I have is missing a python script, needed for the makefile script.
The bot doesn’t read numbers or characters such as??!!!!!!. Which are quite essential when doing clickbait titles. It’s probably something with the UTF-8 encoding but I couldn’t figure it out.


Hck 4 + 5

Hck 6 + 7