Hacker News new | ask | show | jobs
by PaulHoule 420 days ago
My impression is that the history for web browsers is excellent and it's usually pretty easy to find things, even in cases where I looked at maybe 100 images and have to actually look at the pages and not just the titles. I think though there are a lot of people who don't know the history is there, or don't use it, or don't psychologically want to accept that it exists or something.

I wish browsers had better APIs to get history and bookmarks out, so if I did decide I had to find one of out 100 images I looked at on a particular site yesterday I could write some script to download those images and show all of them on one page.

1 comments

The problem with Firefox is that the history feature doesn’t store duplicate entries. If you go to google.com on 2025-04-28, it creates an entry reflecting that:

ycombinator.com - 2025-04-28 10:35 google.com - 2025-04-28 10:30 youtube.com - 2025-04-28 10:25

If you go to google.com again the next day, it just reorders the list:

google.com - 2025-04-29 11:30 ycombinator.com - 2025-04-28 10:35 youtube.com - 2025-04-28 10:25

This can make it hard to reconstruct groupings of tabs from the history alone if two or more groups shared a given link. It’s not an issue for most users, but it is the reason some users prefer to hoard tabs.