Live data from Hacker News

Overcoming Tab Overload

scs.cmu.edu

151–160 of 240 posts

Re: Overcoming Tab Overload

#151
post #15

I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.

For me it's a todo list. If I'm playing a game, researching a topic, and so on I have a window with tabs in it for that one thing. This works well enough and it feels nice shutting the window for closure when I no longer need it.

The problem is when I have stuff that sits around for longer like the Fast AI course I'm doing. That window is taunting and mocking me.

Edit: Looks like I have this in a tab because I meant to finish reading it. 7 months. I have a problem.

https://news.ycombinator.com/item?id=24737026

Re: Overcoming Tab Overload

#152
post #18

Tree style tabs on the side of my window absolutely changed my computing life. I stopped seeing tabs as a collection of what Im doing and instead started using them + the browsers inclination to save my tabs across restarts to track everything. Ill have a tree of tabs for blogs im reading, a tree for work stuff, a tree for amazon orders, etc. All that context can be closed in a single click. Ill have hundreds of tabs…

This is the only reason I use edge over chrome, for tree tabs. I would use firefox but I have noticed significant slowdown on some websites that I use frequently.

Re: Overcoming Tab Overload

#154

I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…

I would also like to be able to bookmark a page along with saving its contents entirely as a snapshot (the text of the page, a screenshot of the page, a PDF of the page, or all of the above) in some standard format. That way I can do a full-text search through my past tabs or bookmarks to find what I am looking for, and look at it again, even if the site is presently inaccessible. Is there anything that does that? Or any software that can automatically do that for all the bookmarks I've accumulated (especially those behind logins)?

Re: Overcoming Tab Overload

#155

I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…

> And all of that gets lost if I close a tab or even restart my browser to upgrade. Or when you just visit a link and then press the back-button. I remember 20 years ago you would press the back-button and your previous page was IMMEDIATELY restored, no network request involved. It feels like today the browser cache isn't used at all. This is especially disappointing with the new Firefox Mobil where they removed offl…

I think this depends on the website implementation / headers. For example, for any SPA, you hit the back button and get what you had before, often times no network requests made at all because local data caching.

As a web developer I see having control over this rather than the web browser as a good thing.

Re: Overcoming Tab Overload

#156

I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…

I would also like to be able to bookmark a page along with saving its contents entirely as a snapshot (the text of the page, a screenshot of the page, a PDF of the page, or all of the above) in some standard format. That way I can do a full-text search through my past tabs or bookmarks to find what I am looking for, and look at it again, even if the site is presently inaccessible. Is there anything that does that? Or…

Zotero is exactly what you’re looking for.

Re: Overcoming Tab Overload

#157

I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…

With Chrome (at least on Windows), if you use task manager to kill the Chrome process, then run Chrome again, it will ask you if you want to restore the tabs. It will remember all of them, and the point (scroll position) of each tab. Clearly Chrome is keeping this info up-to-date in case it crashes (or someone kills it in task manager). So if its already doing this, they should add in a feature to to it manually, so…

history > recently closed > open n tabs

This does not appear to be available in your full history, though

Re: Overcoming Tab Overload

#159
post #15

I feel like there are broadly 2 groups of tech literate users; those who like lots of tabs and those who keep things lean. I absolutely cannot relate to the first group, as much as I try to understand the mentality. When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.

The problem seems to be that all browser development teams consist entirely of users of the second group.

Re: Overcoming Tab Overload

#160

I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…

This is (bugs withstanding) what Firefox does if you choose to"Restore previous session" int the General/Startup section of about:preferences . This feature is provided by a Gecko component called the the session store ( https://searchfox.org/mozilla-central/source/toolkit/compone... ).

[deleted]
Post reply on HN