James's Web Log

A blog created whilst studying Digital Media Arts at the University of Brighton.

18 October 2020

Incessantly Overwhelming

by James

Listening to people speaking their truth opens up the idea that, ultimately, we all have a similar goal, which is to find an authentic sense of our self in a world that is incessantly overwhelming.

Jordan Stephens, The Guardian

As I scroll through my Twitter timeline, the series of tweets also slides through my head, being passively played out and filtered as to whether it’s deserving of engagement. If I was to engage thoughtfully with all the tweets on this timeline, I would quickly become overwhelmed – with an inbuilt attention filter, I’m able to passively scroll for much longer. That’s a theory anyway.

What if we couldn’t passively scroll through tweets and just forget them as they leave our field of vision? What if all these tweets we read, looked at or watched hung about with us, leaving faint traces in our memory? My next project, content-aggregation.js, visualises these traces, leaving the ghost of the tweets you’ve scrolled past still visible on the timeline.

Content Aggregation – The Dark Cloud

In the first version, I let tweets pile up at the top of the screen, making the viewing of new content still feasible. In the second version, I gave the ghost data free range to haunt the webpage wherever it chooses.

Content Aggregation – So Much Nuance

After expermenting with taking canvas screenshots, I found it much easier to duplicate the entire tweet HTML and restyle it. The twitter feed container gets new tweets added to it and old tweets removed periodically, so I added an event listener to trigger my code whenever new tweets were appended. The source code is available on GitHub. There’s a good reason old tweets are removed from the timeline – too many tweets and the webpage starts lagging severly. Too much information and our brain doesn’t fair so well either.

We don’t operate as machines however. When I’m overwhelmed, I notice less, perhaps because I already have enough of my attention on other things, or I’ve got a backlog of information I still need to sort out in my head. I can easily ignore this feeling of being overwhelmed however, especially when I’ve got a series of enterntaining tweets to read through or the lastest trending topics to check out. The passive distraction of checking Twitter can help me escape my sense of being overwhelmed (oftentimes, you guessed it, from too much internet).

In the above artwork, the ghost tweets eventually cover the screen and we can’t scroll to view new content anymore. It would be more realistic to have the tweets appear in full opacity; as you scroll, you can still see the new tweets appear as much as you like, but the old content and the webpage itself gets obscured and forgotten.

Content Aggregation – Of A Disparate Nature

In this case, I like how having the tweets pop up all over the screen really highlights how unrelated they are to each other. I was aimlessly scrolling through this for a while, not reading the content much, just seeing the effect it creates. There was a weird period whilst scrolling where I only saw tweets liked by a handful of Twitter users (eg Nancy Wood). I wonder if Twitter picked up on the weird fast scrolling behaviour and adjusted the content it gave me accordingly.

I recorded a video of me scrolling through it all. As content is often so quick to be discarded after we see it for the first time, I forced myself to watch through the video again. I felt emotional revulsion towards doing this. I stopped watching five minutes and 50 seconds in, as it was too much. I didn’t have control over how fast the data was coming in, and the data had no novelty to distract me, so I felt a lot more overwhelmed. Good experiment!

tags: Web Projects