Study reveals that some coping strategies only make the problem worse:
Five billion people spend almost half of their waking hours online. According to a new study from Aalto University, browser clutter is a serious problem for one in four of them. The results will be presented on April 27 at CHI 2023, the leading conference for human-computer interaction research.
'We began exploring which challenges make users feel overwhelmed when browsing the internet. We also mapped the behaviors that cause the clutter and how users react to the stress,' says Associate Professor and Head of Department Janne Lindqvist.
Browsing habits play a major role in cluttering up a browser. Using interviews and an online survey, the researchers found that clutter-related stress goes up when users keep a large number of tabs and browser windows open, as well as because of interactive elements like ads and pop-up windows.
Multitasking adds to the problem, and it gets worse if users are hesitant to close tabs or are dealing with complex tasks. Clutter also accumulates when users have tabs open related to different online activities – for example, if they're managing a travel reservation in one tab and chatting with friends or colleagues in another.
[...] The study found that many users react to stress by trying to change either their behavior or their attitude towards the clutter. Only the former, problem-focused solutions, proved helpful in solving the issue. An example solution would be to consciously minimize clutter by deciding on an upper limit to the number of tabs you have open.
[...] The researchers pointed out that 'organizing' techniques, such as using tools to manage tabs, might just lead to more clutter. 'These approaches are similar to someone not actually cleaning but just rearranging things in the same space – the problem doesn't go away,' says Lindqvist.
[...] 'We use computers every day, and it's definitely not always ideal. Many things would actually be much better handled only on paper,' he says. 'I look at this from the point of view of how we can live a meaningful and good life despite computers.'
How many tabs do you have open right now?
Journal Reference:
Rongjun Ma, Henrik Lassila, Leysan Nurgalieva, Janne Lindqvist, When Browsing Gets Cluttered: Exploring and Modeling Interactions of Browsing Clutter, Browsing Habits, and Coping [open], CHI '23: Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems, April 2023 https://doi.org/10.1145/3544548.3580690
(Score: 2) by aafcac on Wednesday May 17, @12:50PM
The non-techies I point this out to think I've lost the plot, but IMHO, the best programs are CLI ones with a GUI that runs over the top of that if you need it. That way, you can more easily script the program if you want to automate it without having to go to extremes like Power Automate Desktop and if you need to explain to somebody how to do something, it's mostly a matter of giving them the command line arguments and indicating what each argument does. So long as you're not needing to do something like mixing audio or making judgments about image corrections, chances are that that's enough.
I also regularly use sed, awk, grep and xargs with command line utilities to quickly process a large number of files in one go. Doing the same with windows apps is a pain and usually requires power automate.
Commandlines are also helpful because there are utilities that allow you to record the entire session along with any messages without having to resort to videos. If something goes wrong or I forget what I did at a certain point, I can do a quick text search rather than watching the video.