Live data from Hacker News

Ask HN: Do you still bookmark websites?

news.ycombinator.com

81–90 of 145 posts

Re: Ask HN: Do you still bookmark websites?

#82
post #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.

The proxy log contains the timestamps but not the titles

For the titles I could extract them from pcaps; I also have a running tcpdump capture that logs to a (daemontools) multilog directory

The URL consumption might be different, and difficult to compare, for a number of reasons, e.g.,

I do not use a browser that sends automatic HTTP requests for resources like images, CSS files, Javascripts, etc.

I do not use a browser that runs Javascript so there are no XHR or other Javascript-triggered requests

I do not use remote DNS, I use "curated" DNS data, so the URLs are only for resources at domains I specifically request

I use HTTP/1.1 pipelining so I have large numbers of URLs that are for resources from a single domain, for example DoH (I do not include these in the URL database)

Generally the proxy log is rather clean and excludes garbage requests that are being sent automatically; IME, use of a "modern" browser will fill a log with such garbage

The proxy's self-signed certificate blocks many potential requests from hardware with pre-installed software from so-called "tech" companies, e.g., Google, Apple, Microsoft, because the TLS connections fail

These attempted connections to the mothership are incessant; they would fill a proxy log with garbage URLs if they were accepted

All this makes it easier to for me keep a URLs database; storing all those garbage URLs would make the database less useful

Re: Ask HN: Do you still bookmark websites?

#84

I currently am in the bad habit of bookmarking websites and never, ever viewing my bookmarks.

The one time I ever looked at my bookmarks was when I was on a long flight bored of my laptop with no internet, then I realized I had used an extension that cached my bookmark content so I read a bunch of articles, blog posts, and HN comment threads.

Never touched them again.

Re: Ask HN: Do you still bookmark websites?

#85

I currently am in the bad habit of bookmarking websites and never, ever viewing my bookmarks.

https://en.wikipedia.org/wiki/Tsundoku ;) It's like hoarding... I hoard links and knowledge, but rarely go back to them. I think I need therapy.

I had amassed a lot of bookmarks. I finally got around deleting them and felt "free"

I have learnt to let go

Re: Ask HN: Do you still bookmark websites?

#86
This is probably a bit unorthodox, but I use tab session manager [0] for firefox. I started using it mainly to be able to save an open window to return to a project, and it ended up replacing my bookmarks. My issue with bookmarks was always the friction of managing them, but for whatever reason it fits my mental model to organize by open windows.

It's really nice to open up a window or group of windows related to a project that I haven't touched in a few months and it just be one click. Plus, if I open up new tabs those also get saved for the next time. It also works for easily pulling up my regular work session so I don't need to manually open up the 8 or so tabs I always need in a workday. Something toaybe check out if you already organize open windows by task or project.

[0] https://tab-session-manager.sienori.com/

Re: Ask HN: Do you still bookmark websites?

#88
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.

Does it support tagging?

Re: Ask HN: Do you still bookmark websites?

#89

I currently am in the bad habit of bookmarking websites and never, ever viewing my bookmarks.

I hit Ctrl+Shift+D on dozens of tabs multiple times a day.

Browser search does work pretty good tho for something like pulling that specific article I saw on the New Yorker last week or the new pizza restaurant I came across last month.

Post reply on HN