I hear you. I do use bookmarks, and sometimes they work better than a google search, but they are a solution to a different problem (a problem for which sometimes I wonder whether it doesn't make sense to store the raw html of every page I ever visit and stick it in a full text search index ... org capture maybe?), and they are siloed inside their specific apps or websites. I got burned by using reddit's save functionality without realizing that you can only ever see the last 2k saved pages and now I bookmark things locally so at least sort of unified there.
The issue that I'm thinking about here is finding active UI elements that already contain what I am looking for. I have been able to do this to a certain extent in Emacs by writing commands to go to a specific buffer that is already open, except that even that doesn't quite for a variety of reasons including the fact that sometimes you want some exact state and sometimes you want a clean slate and in Emacs in particular doing that can completely mangle buffer ordering. At some point I will get fed up with the current state of things and fix whatever brain dead heuristic destroys the buffer ordering but for now I find workarounds.
Essentially the issue is that yes, it would be great to be able to put a pin in the high dimensional state space that is a computer + network and just ... go back to that point, but even ignoring the engineering challenges my experience is that the dominate UI paradigms haven't really even considered the issue (though the research community surely has).
The issue that I'm thinking about here is finding active UI elements that already contain what I am looking for. I have been able to do this to a certain extent in Emacs by writing commands to go to a specific buffer that is already open, except that even that doesn't quite for a variety of reasons including the fact that sometimes you want some exact state and sometimes you want a clean slate and in Emacs in particular doing that can completely mangle buffer ordering. At some point I will get fed up with the current state of things and fix whatever brain dead heuristic destroys the buffer ordering but for now I find workarounds.
Essentially the issue is that yes, it would be great to be able to put a pin in the high dimensional state space that is a computer + network and just ... go back to that point, but even ignoring the engineering challenges my experience is that the dominate UI paradigms haven't really even considered the issue (though the research community surely has).