Amusingly, all I do is type "n" and then press enter, and Google Chrome takes me here using the normal address.
I typically get as far as "new", but then, I routinely have more than a hundred tabs open in Firefox. If Chrom(e|ium) worked on FreeBSD, I'd probably be using that instead.
I like leaving things open, but I'm really curious how having over 30 tabs is an improved user experience. The most common places I visit are either always etched in the address bar history, and so are reachable in a few keystrokes, or have outright aliases, so I can type a keyword and it transforms into a URL. Everything else is just a handful of keystrokes away, via Selfmarks (my bookmarks-on-the-internet service).
How can you navigate among your tabs with any semblance of ease or speed?
PG could configure the news.ycombinator.com server to return a 301 to any request which has a HOST header that's not news.ycombinator.com - either that or hardcode the domain name in links. I'm sure that Volida's motives are honest as he stated but this practice - buying a domain name that sounds like something popular and setting the A records to the intended site - has the potential to be used maliciously. All you'…
I typically get as far as "new", but then, I routinely have more than a hundred tabs open in Firefox. If Chrom(e|ium) worked on FreeBSD, I'd probably be using that instead.
I like leaving things open, but I'm really curious how having over 30 tabs is an improved user experience. The most common places I visit are either always etched in the address bar history, and so are reachable in a few keystrokes, or have outright aliases, so I can type a keyword and it transforms into a URL. Everything else is just a handful of keystrokes away, via Selfmarks (my bookmarks-on-the-internet service).…
Yeah, I keep hearing of people (esp. power users) using web browsers with hundreds of tabs open, and I don't understand why they need so many, nor how it remains manageable/useful/navigable. When I end up with > 25 tabs, it usually just means I need to run a garbage collection cycle. Whatever the reason is, it's probably some use case(s) that could be better handled by the browser or an extension. Are they using all the tabs as a queue of stuff to read? That's a problem I run into, and I deal with it by keeping a vim buffer open with a list of URLs.
PG could configure the news.ycombinator.com server to return a 301 to any request which has a HOST header that's not news.ycombinator.com - either that or hardcode the domain name in links. I'm sure that Volida's motives are honest as he stated but this practice - buying a domain name that sounds like something popular and setting the A records to the intended site - has the potential to be used maliciously. All you'…
I don't know too much about web whatnots but couldn't this be done through virtualhosts? like say ip/other domains go to nothing or another place, domain.tld/subd.domain.tld goes to the main website?
I typically get as far as "new", but then, I routinely have more than a hundred tabs open in Firefox. If Chrom(e|ium) worked on FreeBSD, I'd probably be using that instead.
I like leaving things open, but I'm really curious how having over 30 tabs is an improved user experience. The most common places I visit are either always etched in the address bar history, and so are reachable in a few keystrokes, or have outright aliases, so I can type a keyword and it transforms into a URL. Everything else is just a handful of keystrokes away, via Selfmarks (my bookmarks-on-the-internet service).…
I write professionally, and I often have close to a dozen tabs open for research toward the completion of a single article.
I like leaving things open, but I'm really curious how having over 30 tabs is an improved user experience. The most common places I visit are either always etched in the address bar history, and so are reachable in a few keystrokes, or have outright aliases, so I can type a keyword and it transforms into a URL. Everything else is just a handful of keystrokes away, via Selfmarks (my bookmarks-on-the-internet service).…
Yeah, I keep hearing of people (esp. power users) using web browsers with hundreds of tabs open, and I don't understand why they need so many, nor how it remains manageable/useful/navigable. When I end up with > 25 tabs, it usually just means I need to run a garbage collection cycle. Whatever the reason is, it's probably some use case(s) that could be better handled by the browser or an extension. Are they using all…
When I end up with > 25 tabs, it usually just means I need to run a garbage collection cycle.
I agree in theory; that many tabs are pretty difficult to manage. Unfortunately, a garbage collection cycle forces me to focus on garbage collecting (since I will usually have several important sites open among the trash), breaking my concentration on the research. It ends up being more productive to leave them open for a while, until they reach some threshold where I have to do too much work to find the important open sites among the garbage. That point for me is definitely more than 25 but also less than 100. I assume that it's different for different people.