Introducing Pickpocket - Randomly pick an article from your Pocket

Reading time: 2 mins

I’ve just published a gem called pick-pocket, which helps you empty your Pocket library by selecting a random article from your library.

The project is open-source with a MIT license, and it can be found here: https://github.com/tiagoamaro/pickpocket

Motivation

For anyone who uses Pocket to store articles to read it later: you know how easy it is to add a bunch of articles on your Pocket library, pilling them up as a huge backlog you want to read but don’t have time for it.

Based on my personal non-archived articles, I started checking out how old and how big was my Pocket’s library. I was not surprised to get some absurd numbers as:

Wow!

In other words: if you’re facing a large set of articles on your Pocket library, you know you won’t be reading that article from 1 year ago so soon.

I now understand why Pocket rebranded from “Read It Later” to Pocket. They knew people wouldn’t be able to read it later.

Unbiased Choices

Taking decisions is already hard enough on our daily basis, and our tools should be helping us out. Pocket is incredible on storing our links, but it doesn’t help a single bit when we’re looking at our list trying to figure out what we’re going to read next.

Since it’s showing our articles sorted by date, our old articles will become older and older, ending up suffering from starvation.

What’s the best way to choose which articles to read next? Not choosing anything! Let our tools do it for us.

Enter Pickpocket

Based on those premises, I’ve created the pick-pocket gem. A simple CLI which randomly picks articles from your Pocket. You just need to follow the repository instructions and the gem should be ready to go.

The goal is: ease of use. Sync your local library, read as many articles as you want, sync again, ad infinitum.

I’ve been using it for a couple of days now, and I found myself using the following workflow:

Conclusion

I hope Pickpocket will help you with your Pocket’s queue :) It’s already helping me out, digging up articles I didn’t even remember I saved from more than a year ago!