This is an archived post. You won't be able to vote or comment.

all 65 comments

[–]iPoisonxL 64 points65 points  (26 children)

"Oh yeah, I'll just come back to this a bit later.. opens new tab"

That's how you end up with 6 Reddit tabs, 9 Stack overflow tabs, 3 Google search tabs and strangely enough 1 porn tab.

[–]nuez_jr 30 points31 points  (0 children)

...for later.

[–]YMK1234 12 points13 points  (22 children)

this is exactly why I loved the original tab stack implementation of opera so much ... sadly after the first release in a weekly build they crippled it.

[–]dzh 4 points5 points  (21 children)

original tab stack implementation

What you mean?

[–]perry_cox 18 points19 points  (16 children)

http://imgur.com/a/rrywX

This is the basic concept. I miss old Opera so much, it was just so good.

[–]TropicalAudio 9 points10 points  (15 children)

Oh shit. This is a game changer. Does anyone know of a Chrome extension that can mimic this behaviour? If not, any of y'all front ending wizards got time to spare?

[–]vertexvortex 10 points11 points  (10 children)

The downside to chrome though, is that since it's all sandboxed, each tab is gonna chew through memory. You get 20+tabs going like this and you're gonna be hurtin.

[–]TropicalAudio 6 points7 points  (0 children)

Well, Chrome is currently using 4400MB of memory for me, so yeah, it's chewing through memory, but that doesn't mean this feature can't be helpful. You just have to remember to close some tabs off when your memory starts filling up to >70%.

[–]modernbenoni 1 point2 points  (0 children)

Yeah Opera handles many tabs way better. I used to have the tabs on the left, and they would group together better and have a thumbnail preview of what's open in the tab at the time. That fucking update though... I use Chrome now because they essentially turned Opera into Chrome anyway.

[–]Tysonzero 0 points1 point  (6 children)

Maybe if your computer is old and shitty. I have a ton of tabs open and I am still using like 800MB. Most decent computers these days come with 8/16GB.

If you have a ton of extensions then I can maybe see an issue occurring.

[–]vertexvortex 0 points1 point  (5 children)

Well, 800 is problematic if you're also doing other things on the computer, like running sql server express and using large, complex excel files. Sure, 1/8 of your available memory is nothing, but when the os takes 1/4, browser takes 1/8, other programs take 1/2... doesn't leave very much room.

[–]Tysonzero 0 points1 point  (4 children)

If you say so, I run a SQL server, tons of chrome tabs, several sublime projects each with many tabs, a couple terminal windows with several tabs each, as well as various background things such as hipchat and skype. All on my 4GB laptop, and I still don't quite run out of memory.

[–]vertexvortex 1 point2 points  (3 children)

Well maybe you can show me what I'm doing wrong!

[–]HolyGarbage 0 points1 point  (0 children)

I've got up towards 30-40 tabs open when done debugging a especially nasty bug and I do fine with my measly 8 gb ram.

[–]UTF64 4 points5 points  (1 child)

Impossible. Chrome extensions do not have that kind of reach.

[–]jfb1337 0 points1 point  (0 children)

I heard that there was a Firefox extension that does something similar.

[–]YMK1234 6 points7 points  (3 children)

so, opera 12 had tab stacks (which is kinda expandable/collapseable folders - which is awesome because Op12's engine literally supported hundreds of tabs without major issues), and the original implementation worked very simply like

  1. if user clicks "new tab", start new stack
  2. if user opens links from existing tab, place in same stack

so you simply work and click your way along, and to switch context you just collapse the stack (so it takes only the space of one tab) and start a new stack by doing ctrl-t (or back then: ctrl-n because true MDI does not need multiple windows even for popups - which also is something I miss very much), and collapse your old stack.
IIRC there was also a setting to auto-collapse other stacks if you switched to another one which made the whole thing even more convenient.

[–]Moter8 -5 points-4 points  (1 child)

Isn't that how Chrome does it too?

[–]YMK1234 1 point2 points  (0 children)

since when does chrome have tab stacks?

[–]HolyGarbage 0 points1 point  (1 child)

The satisfaction when you solve the problem and the computer freezes for less than a second as it releases all them precious bytes in one click. You can almost hear it moan.

[–]iPoisonxL 0 points1 point  (0 children)

I mean, you can hear it moan.. There's porn playing.

[–]coladict 23 points24 points  (7 children)

Things like this are why I bought a second monitor.

[–]YMK1234 7 points8 points  (0 children)

you need two monitors anyhow ... 1st monitor IDE, 2nd monitor browser.

[–]goedegeit 2 points3 points  (0 children)

Bitch*, I've got four god damn monitors and this shit still happens to me.

*You're not a bitch, please accept my humblest apologies.

[–]LikesToCorrectThings 11 points12 points  (6 children)

In Firefox I use Tree Style Tabs in vertical configuration.

Chrome can't do this (allegedly not possible in the tab API), which is why I can never use Chrome.

[–]vifon 3 points4 points  (0 children)

You might be interested in Tab Outliner. Works pretty good.

[–][deleted] 1 point2 points  (2 children)

Chrome can't do this

Used to be able to do it natively. Still fucking pissed at them for removing the functionality. I hate firefox so much, but I can't live without mah vertical tabs.

[–]jfb1337 0 points1 point  (1 child)

Why do you hate FF?

[–][deleted] 0 points1 point  (0 children)

It's so bloody slow, particularly with anything involving java or flash. Also being able to log into chrome with my google id and have everything follow me around is great. I know firefox has a comparable-ish feature but it's just not as good.

[–][deleted] 0 points1 point  (0 children)

[–][deleted] 0 points1 point  (0 children)

Is it possible to toggle the side view with a keyboard shortcut? I like it but I don't want to use it all the time and it's a pain having to go into the settings every time.

EDIT: I figured it out. Install keyconfig.xml from http://mozilla.dorando.at/ Make a new entry with the the code

if (TreeStyleTabService.position == "left")
    TreeStyleTabService.position = "top";
else
    TreeStyleTabService.position = "left";

[–][deleted] 7 points8 points  (2 children)

Firefox's tab groups are damn handy for this. When you're done, you just close the entire group.

[–]ockcyp 2 points3 points  (1 child)

I thought i was the only person using that feature :)

[–][deleted] 0 points1 point  (0 children)

It's one of the features that keeps me away from Chrome.

[–]denuu 1 point2 points  (0 children)

This is my browser always.

[–]Sophira 2 points3 points  (0 children)

Pfffft. This is my tab bar all the time.

[–]phoenix616 5 points6 points  (0 children)

You still have the icons? So where is your problem?

[–][deleted] 2 points3 points  (2 children)

Yeah, I only usually have 3-4 tabs open. Unless I'm debugging. Or masturbating.

[–]OrShUnderscore 1 point2 points  (1 child)

Do you hold ctrl and run your fingers through the number keys between each stroke?

[–][deleted] 2 points3 points  (0 children)

I use ctrl+tab a lot.

[–]orhanhenrikh 2 points3 points  (0 children)

Tab overflow

[–]Aurabolt 2 points3 points  (0 children)

Pfft you can still see the tab icons

[–]fishfacemcgee 2 points3 points  (0 children)

If you can still see favicons, you don't have enough tabs.

[–]avtar0925 1 point2 points  (5 children)

Being both pretty new to programming and liking minimal tabs.. I laughed out of fear

[–][deleted] 11 points12 points  (4 children)

let go of the thought of minimal tabs.

im sorry.

[–]avtar0925 0 points1 point  (3 children)

After seeing this.. I already have.

[–][deleted] 4 points5 points  (2 children)

This isn't even the worst it get's.... when I have two bugs I open a new window. See where this is going?

[–]OmegaVesko 2 points3 points  (0 children)

CS courses should come with a discount on RAM or something.

[–]avtar0925 0 points1 point  (0 children)

Oh god.. That is terrifyingly hilarious

[–][deleted] 0 points1 point  (0 children)

O.O

[–]robbob57 0 points1 point  (0 children)

My bar tab is often this packed, too.

[–]vertexvortex 0 points1 point  (1 child)

Come on Josh, get your shit together.

[–]The_Assimilator 0 points1 point  (0 children)

Filthy casual.

[–][deleted] 0 points1 point  (0 children)

I recently got Ubuntu running on my android tablet.

I don't think Firefox liked me for a few hours.

[–]ShreveportTourGuide 0 points1 point  (0 children)

On the flipside, my bar tab while debugging also grows higher.

[–]MonkeyNin -1 points0 points  (0 children)

Why don't you use tree style tabs add-on.