Hacker News new | ask | show | jobs
by potatoball 751 days ago
Do you mind elaborating on your process for ‘tagging’?

I’ve been looking for some type of solution to send a url to something which can then scrape the URL.

Currently my process is to just send it to myself on a self hosted Zulip server (Slack like alternative) but I find it a bit cumbersome.

I’ve been considering an email based system after reading a blogpost from Stephen Wolfram someone posted recently here but I‘ve been looking for what others have done as well.

Aforementioned blogpost: https://writings.stephenwolfram.com/2019/02/seeking-the-prod...

1 comments

It is not really automated, more like a few places where I collect links from:

* starred items on FreshRSS, I have a script that can extract them and reset.

* email folder in Thunderbird. On Android I use "Share as" and send emails to myself

* Bookmark folder in Brave. This gets synced from all my devices

* Paper notes with timestamp on youtube videos and podcasts. I like to listen while running, this is simple stupid method. I would like some sort of "clicker", where I just press button to tag timestamp and video, but never got time to do that.

* Paper notes with quotes from books and other PDFs I read. I have to manually find relevant URLs. This will feed new books into my system.

* Google Keep snippets. I never degoogled myself, this is pretty nice app.

* Photos from my phone. I go through that periodically.

Every a few days I go through all of that, and compile it into list of URLs. Some of that is automated (FreshRSS, Google Keep), but it is manual job.

Downloading and processing with LLM takes about two days (I use CPU, about 1000 articles weekly). I run that on my laptop over weekend. LLM generates keywords and links it with my existing notes. Larger documents have summaries with links.