Somewhat tangentially, I really like the cartoons Lin has made. I’ve found I’ve naturally anthropomorphized code. Often when I start working with someone new they get confused when I start talking about constructs like people. I think it’s given me a different perspective on encapsulation and concurrency than most people. I don’t know if I’ve ever worked with someone that thinks the same way. When I work on code that…
You are not alone in your way of thinking! Also, I had never previously seen the code cartoons produced by @linclark...but now seeing them (and digging a little deeper), count myself a fan!
How Firefox Got Fast Again
221–230 of 713 posts
Re: How Firefox Got Fast Again
#222Earlier quoted context omitted.
The signing into an account in chrome is the killer feature for me. I have work and a couple of personal accounts that I have signed in in different browser windows. That allows me to keep things separate (extensions, mail, browsing, bookmarks, etc). How do FF users do this?
Firefox has supported multiple profiles for ages. Just run it with -P. It allows you to have separate history, extensions, bookmarks, everything. The new panel containers are also handy. They allow you to have shared history and bookmarks but separate cookies and sessions. You can be logged into the same site on different accounts in two tabs in the same window.
Re: How Firefox Got Fast Again
#223I switched back to Firefox 54 from Chrome when multiprocess browsing ("Electrolysis") came out of beta. It's been absolutely great. It's fast and I trust and like the nonprofit behind it. And all the extensions I care about are available. My main issue with Chrome was the endless nags to sign in to a Google account, and just generally wanting less dependence on Google. I also like that Firefox has a built in tracking…
For those who don't know, if you sign in to your Google account in Chrome, Google will automatically save all the searches you've done in the omnibox. I don't remember Google ever warning me specifically that this was happening in the background, and after I checked https://myactivity.google.com/myactivity and noticed it was doing that, I was so furious that I deleted all the data Google kept on me there, and paused…
If you are logged in you Google account, every Google search will end up in your Google history. It doesn't matter if you search from Chrome's omnibox, google.com or Firefox's search bar.
Does Chrome also uploads search made with other search engines? That would be a bit more worrisome. Though considering that Firefox saves your history in your "Firefox Sync" account, I wouldn't be surprised if Google did the same.
Re: How Firefox Got Fast Again
#224I can't remember the last time I thought about how "fast" a browser is except for edge cases like complex WebGL stuff. I don't think focusing on speed will plug the gap of users leaving for other browsers except for the minority of us on HN. I can't remember the last time a non-technical person I know complained about browser speed beyond a website itself being slow.
I agree though, that rendering performance is not the bottleneck of the browsing experience.
Re: How Firefox Got Fast Again
#225Earlier quoted context omitted.
This is sadly true. I switched off Chrome 5+ years ago due to the "vim-like" plugins being much better on FF than Chrome (specifically, my keybindings not working on built-in pages) and since FF56, vimperator and pentadactly no longer function. There have been months of back-and-forth between some developers and the FF team, but the functionality required for these plugins has never been prioritized and I had to disa…
Saka keys on Firefox has been a suitable replacement for me.
In this case, I think Firefox made a good choice in modernising the codebase and the extension APIs. In 2 years we'll find out if the vim people were right or they were indulging in hyperbole.
Re: How Firefox Got Fast Again
#226I switched from Chrome to Firefox 57 beta and couldn't be happier. Only issue so far was the ugly black title bar on the Mac, but switching to the integrated 'Light' theme fixed that. Too bad 'Light' isn't the default on macOS. Also note their updated Firefox on iOS. It looks and works just fine now and comes with Firefox Sync which gives you access to your tabs, bookmarks and history.
I thought it is a translucent title bar. At least in Firefox Nightly 59 it is.
Re: How Firefox Got Fast Again
#227I switched back to Firefox 54 from Chrome when multiprocess browsing ("Electrolysis") came out of beta. It's been absolutely great. It's fast and I trust and like the nonprofit behind it. And all the extensions I care about are available. My main issue with Chrome was the endless nags to sign in to a Google account, and just generally wanting less dependence on Google. I also like that Firefox has a built in tracking…
The signing into an account in chrome is the killer feature for me. I have work and a couple of personal accounts that I have signed in in different browser windows. That allows me to keep things separate (extensions, mail, browsing, bookmarks, etc). How do FF users do this?
Don't do that. On one hand you mix work and personal related issues (not recommended) on the other hand it makes it easier to track you (as your accounts can be correlated). As a dev I have my own (personal, work, ...) users/accounts even at home (if I do remote) to separate the stuff - maybe that's paranoid, but for me it was great to improve work-life balance.
Re: How Firefox Got Fast Again
#228Earlier quoted context omitted.
For those who don't know, if you sign in to your Google account in Chrome, Google will automatically save all the searches you've done in the omnibox. I don't remember Google ever warning me specifically that this was happening in the background, and after I checked https://myactivity.google.com/myactivity and noticed it was doing that, I was so furious that I deleted all the data Google kept on me there, and paused…
I hate that it saves it enough that I often perform 'dumb' googles in an incognito window just so it'll never suggest "how do I parallel park" again. But how is this unexpected behavior? It also saves every URL you visit - in your browser history. And those URLs encode the search terms. If you want it to not save what you do, then you use incognito mode.
Re: How Firefox Got Fast Again
#229Earlier quoted context omitted.
You are totally wrong on the wasted effort. FirefoxOS actually pushed a lot of the performance improvements that are seen as wonderful in this release. I kind of LOLed when people re-discovered things like how sync layout was bad. So much knowledge was lost in Moz when they killed FxOS that it's a showcase of bad leadership. The desktop browser was stagnating because the browser owners had no idea where to drive it,…
Well, in general, I don't see Quantum as elevating the concerns of desktop over mobile. Moving to parallel implementations of functionality can help even more on mobile than on desktop, since Android phones have tended to embrace multicore faster than desktop has. (Apple phones are a different story, but Gecko obviously can't be relevant there, and even Apple is finally moving to high core counts in the past year.)
Re: How Firefox Got Fast Again
#230Earlier quoted context omitted.
Firefox has supported multiple profiles for ages. Just run it with -P. It allows you to have separate history, extensions, bookmarks, everything. The new panel containers are also handy. They allow you to have shared history and bookmarks but separate cookies and sessions. You can be logged into the same site on different accounts in two tabs in the same window.
There's no easy way of switching between them, starting a new firefox instance requires running from a command interpreter with -P specified, even the selection window isn't great. The containers feature is the alternative you want to propose here.
But containers don't have separate extensions, bookmarks and history so they can't completely replace profiles.