How do you manage your inputs?

post by Mateusz Bagiński (mateusz-baginski) · 2023-03-28T18:26:36.979Z · LW · GW · No comments

This is a question post.

Contents

  Answers
    2 Viliam
    1 bvbvbvbvbvbvbvbvbvbvbv
    1 bvbvbvbvbvbvbvbvbvbvbv
None
No comments

Do you have some system for queueing/prioritizing all kinds of inputs (books, blog posts, videos, etc) that works for you and lets you process them at a pace that you find satisfying?

If you do, please share.

If you don't, what have you tried. What didn't work? What worked at least partially? Or maybe you think that this is the wrong way to think about it?

Answers

answer by Viliam · 2023-03-29T09:40:41.752Z · LW(p) · GW(p)

In my browser, I have folders "articles I want to read", "books I want to read", and "movies I want to see" (not exactly these names). The movies folder typically contains links to IMDB, but could also be a Wikipedia page or anything.

To be honest, I actually do not read the articles most of the time. The folder just keeps growing.

The books, at some moment I download them (the ones I can find) and place them on my reader. That makes them likely to be read at some moment when I am away from the computer, having my reader with me.

The movies, when I have free time, I check my folder, download something and watch it.

answer by bvbvbvbvbvbvbvbvbvbvbv · 2023-03-29T12:09:06.763Z · LW(p) · GW(p)

I use RSS a lot, adds some articles to read in wallabag, annotate them there then create anki cards from the annotations.

answer by bvbvbvbvbvbvbvbvbvbvbv · 2023-03-29T12:08:30.358Z · LW(p) · GW(p)

One of my first python project was aimed at dealing with heterogenous reading lists.

It's basically a todo list where you can sort the todos by an ELO score computed by successive pairwise comparison.

The code is terrible but I still think the idea can work.

I think it would be a good plugin idea for PKM apps like logseq, obsidians etc

Here's the link : https://github.com/thiswillbeyourgithub/LiTOY-aka-List-that-Outlives-You

I used it for some time but I have an end of medschool competitive exams in a few years so it's kind of on pause for now.

No comments

Comments sorted by top scores.