Live data from Hacker News

Ask HN: Do you still bookmark websites?

news.ycombinator.com

71–80 of 145 posts

Re: Ask HN: Do you still bookmark websites?

#71
This post makes me realise I do, both in terms of browser bookmarks and in a more elaborate way in a similar read-it-later sense that other commenters have mentioned. I've not even thought of it as bookmarking until now though.

First, I use regular bookmarks in Safari for pages I might visit "often," i.e. more than once. This makes them immediately searchable in Alfred and really fast to open.

Secondly, I use a multipronged Emacs system which allows me to easily file and sort links that I browse on a given day into an org-roam journal file. First, anything from Elfeed (rss reader) that I open or engage with gets logged. Second, I can save the currently open browser tab's URL with a keyboard shortcut. I've also mapped a 4 finger trackpad press to this which makes it super automatic and easy to do. I try doing this for everything I read and/or engage with, since I often find myself thinking "what was that one thing," and this has helped me find it on multiple occasions now. Third, there's a dedicated way to capture the URL with a PROCESS todo state tag. All of these show up in my org agenda buffer which means I see them all the time and go through them every once in a while. Fourth, a dedicated shortcut (and trackpad 4 finger force press) both logs the page and sends it to Wallabag, which is a sort of self-hosted pocket alternative. This is synced with my Kobo ereader (with the Koreader operating system) and I tend to read through the interesting articles at a pace only slightly slower than they accumulate, so it tends to be manageable.

For videos, I also have a quick docker service that allows me to yt-dlp a video, save it as mp3, and add it to an RSS feed for a podcast I host for myself, so I can listen to them on the go.

In general I'm trying to separate the act of seeing a piece of media to engage with and consuming said piece of media. One notable benefit is that something that might have seemed interesting later turns out not to be. On the other hand, logging most things I engage with comes in handy a lot when I'm talking to someone and something I barely paid any mind to in the past comes up!

In the future, I intend to expand the system with logging of the content as well as the URL, and adding embedding support with a vector database to allow for both full-text and semantic search. Retrievability is the biggest pain point right now (though ripgrep is already perfect for 80% of the usecases).

Since it's all integrated with org-roam, I can also quickly "promote" links to full nodes, link them to other concepts, etc. This comes in super handy with quickly going through a lot of literature by following arXiv feeds via RSS. Having it all in one system is super handy.

Re: Ask HN: Do you still bookmark websites?

#72
post #70

I bookmark a lot with raindrop. But I'm planning to migrate to (or create) some self-hosted solution because it's too much data about me. It takes a while for me to migrate as I really like raindrop's UI. I don't come back to most of the bookmarks tho.

I switched from Raindrop to Linkwarden. The reading/annotation is not as smooth but I don't really use it for that. It's self hostable and has integration with floccus for bookmark syncing with a browser.

Re: Ask HN: Do you still bookmark websites?

#73

The solution I use is a script that periodically updates a simple URL database by filtering the TLS/HTTPS proxy log. The proxy software is configured to record the full URL for every HTTP request in a response header. Thus the log contains all URLs that have been accessed. Generally, I do not use a "modern" browser. I send HTTP requests using a variety of software. The log captures all HTTP requests from all software…

Do you log timestamps and page titles? About how many URLs do you log in an average day or week? Curious if your consumption is similar to mine or not.
Post reply on HN