Linear feeds are a dark pattern

published on 2023-05-25 by dzwdz

I like alternative, community-owned, social media. They have the potential to be much less user-hostile, and can be more mindful of the well-being of their users. Yet, pretty much all of them still copy one of the worst features of corporate social media – the linear feed. Let me explain.

The linear feed

We all know the feed. You open it, you are presented with a list of posts. You scroll down more, and, if you see a post you’ve already seen, you’re caught up. It actually works pretty well with a small volume of posts. But, as you follow more frequently-posting people, you’ll go past the point of being able to see every post. If you want to ensure you see updates from rarely posting friends, your only option is to keep scrolling – otherwise they’ll get lost in the noise from more frequent posters. Not that frequent posting means that your posts are less valuable – but, generally speaking, I’d rather see 10 posts from 10 different friends, than 10 posts from 2 friends. I use social media to keep up with people, so I want to have at least a peek at everyone’s lives.

Now, sure, algorithmic feeds can sort of balance that out. But post frequency isn’t the only metric by which we choose whose posts we care about the most. If I just e.g. went to a party with a few people, I’ll want to see their posts first. An algorithm won’t know about that. Furthermore, it still doesn’t guarantee seeing posts from my very rarely posting best friend – so I’ll still end up compulsively scrolling a lot, just out of FOMO.

A tree of posts

Around 2 years ago, I made an experimental Mastodon client. Instead of a feed, it presented you with a page per each day, each with a list of people who posted on that day. You could expand out everyone’s posts – but everything started out collapsed. It let you see everything at a glance. If any of your rarely posting friends posted something, you could prioritise them. Otherwise, you could indulge in the usual shitposting of your fedi-addicted friends.

That was a pretty simple change, but it already heavily improved my fedi experience, while also reducing the overall time I’ve spent on social media. However, moving past the feed let me solve other issues too – ones I didn’t even notice before! I was already organizing the posts by day, so I started showing the last passed day by default. Thanks to this, the page only changed once per day, unless I explicitly switched to the current day. This might sound insignificant, but once again, it made fedi way less addictive1. I no longer had a compulsion to open up Mastodon over and over again. If I visited it once, I had no reason to open it again until the next day.

Now, the client was jank. I still had to fall back to the official client for many basic things. Yet, I still found myself heavily preferring it. I wasn’t the only one, either! A friend has admitted that using my client has really helped them manage their social media usage. I felt the same.

Where’s the client, then?

Sadly, I quickly ran into limitations of the Mastodon API. It very obviously wasn’t designed for anything but a linear feed. I could probably come up with cursed hacks to work around the issues I ran into2, but I decided that wasn’t worth the effort. The only real way forward would be writing my own ActivityPub server, so I decided to shelve the project.

Recap

Linear feeds do a horrible job of letting the user prioritise posts, encouraging mindless scrolling so as to keep up with all their friends. My own experience leads me to believe that they’re one of the main reasons why social media can be so addictive. Abandoning them lets you view the issues of social media through a new lens – one actually useful for solving them.

Furthermore, current alternative social media doesn’t seem to do a very good job of letting one experiment with alternatives to linear feeds. I hope this will be something that improves in the future.

That being said, I’ll admit to being out of touch with the current state of the Fediverse, or the broader alternative social media sphere. I used to be a regular Mastodon user even before it was cool, but I’ve stopped using it even before the influx of Twitter users – and probably of new developers, too. Still, from what I can tell, the situation hasn’t improved too much since.

déjà vu? An older version of this article was published on Gemini on 2023-02-17.


  1. The same trick works for other kinds of content too. I used to have a daily cronjob which fetched the front pages of various feed aggregators, and it helped me reduce their use too – without really missing out on anything.↩︎

  2. I’m being purposefully vague about them. I don’t believe they are/were an issue with Mastodon itself – I was trying to use it in a very much unintended way. Furthermore, I didn’t work this on so long I don’t remember the details, and I’m not up to date on the current state of the API.↩︎