Ask HN: Do you still bookmark websites?
81–90 of 145 posts
Re: Ask HN: Do you still bookmark websites?
#82The 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.
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?
#83I currently am in the bad habit of bookmarking websites and never, ever viewing my bookmarks.
;) It's like hoarding... I hoard links and knowledge, but rarely go back to them. I think I need therapy.
Re: Ask HN: Do you still bookmark websites?
#84I currently am in the bad habit of bookmarking websites and never, ever viewing my bookmarks.
Never touched them again.
Re: Ask HN: Do you still bookmark websites?
#85I 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 have learnt to let go
Re: Ask HN: Do you still bookmark websites?
#86It'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.
Re: Ask HN: Do you still bookmark websites?
#87Re: Ask HN: Do you still bookmark websites?
#88I 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?
#89I currently am in the bad habit of bookmarking websites and never, ever viewing my bookmarks.
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.