Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.34 KB

073_making_social_media_less_addictive.md

File metadata and controls

43 lines (27 loc) · 2.34 KB

Making Social Media Less Addictive

First posted on October 25, 2021

Social media is pretty addictive. How addictive? I don't know, so my friends and I asked our class:

class survey of social media consumption they don't like. Over half spend less than 1 hour consuming media they dislike.

So we had an idea. What if we built an app to filter content from social media sites. One way to limit your use is only to show 3-5 posts every 12 hours. We could also run algorithms to remove clickbaity posts. This would avert users from clicking on recommended posts and diving deep into rabbit holes for half an hour.

But which social media should we build this app for? We weren't sure, so we asked:

class survey of social media platform usage. 1) YouTube, 2) Facebook, 3) Reddit

From our experience, these distributions make sense. So we planned to retrieve the posts from Facebook, Instagram, Reddit, and YouTube first.

So we began writing code.

And it was fun, but after working on it for two weeks, we hit a brick wall:

Facebook bans Unfollow Everything developer for life.

He was banned for life. I guess you can tell what we did next. We ceased work because none of us wanted the same fate.

So right now, we're back to square 1 and have to figure out a project we'd want to work on. But that's okay. It's all part of the process. Anyway, I hope that you enjoy your week and look forward to the next!

- Curtis

P.S. You can read more about Unfollow Everything here.


#72: Learning by Auto-grouping Our Notes  |  #74: How I Lost My Job