Live data from Hacker News

Firefox Sync actually works

howtogeek.com

331–340 of 343 posts

Re: Firefox Sync actually works

#331
post #176

Earlier quoted context omitted.

- Sync installed extensions - Sync configuration and settings Even with your quite unusual requirements, sync could still be beneficial if you use multiple machines.

That's what nix is for.

On the phone as well? Impressive.

Firefox sync may then only be for us regular mortals.

Re: Firefox Sync actually works

#332
post #97

Earlier quoted context omitted.

It's too bad that I can't read the article - because I'm using Firefox and an ad blocker. I get "Something went wrong. Please disable your blocker on How-To Geek"

It shows nothing of the sorts for me. Try uBO if you are not using it.

I am using uBO. When I disable it, the article renders.

Re: Firefox Sync actually works

#333
post #8

Yes, it just works; but a few days back all my devices suddenly lost almost all of the passwords. Not all but most of them, couldn't make out any pattern or reason. Luckily a Linux laptop that I don't usually use had the full set and I had to export them, sync, and import them back to restore everywhere. Very scary, any ideas why this could've happened? I immediately backed up for the future, but this kind of loss sh…

> this kind of loss should not be happening

It should not, but you probably should also not be keeping your passwords (only) there, encrypted or no.

Re: Firefox Sync actually works

#334
post #270

Earlier quoted context omitted.

this is absolutely a killer feature if you follow the one account per stage per region guidance with AWS accounts (which you really should).

Can you say more about this?

basically what the sibling said. it's a good idea to isolate dev stages from prod by putting their respective resources in different accounts. it's also good to have separate accounts for different prod regions. people often don't do this because it sounds burdensome to have 2-3 dev accounts and 3+ prod accounts for each service. it is pretty painful using the out-of-the-box AWS web UI, since it forces you to log in and out of each account.

but the containers extension associates each account's SSO token with the respective container, so you can switch between them freely. you can also color-code and label the tabs from each container, which makes it harder to forget whether you're looking at dev or prod.

Re: Firefox Sync actually works

#335
post #331

Earlier quoted context omitted.

That's what nix is for.

On the phone as well? Impressive. Firefox sync may then only be for us regular mortals.

Alas, no. nix-on-droid runs in a proot, not as actual root. I've been meaning to put together something with actual root which reaches into nix-on-droid and does some kind of sync, but I'm not quite there yet.

Re: Firefox Sync actually works

#336

Earlier quoted context omitted.

Even better, you can host the sync server yourself: https://github.com/mozilla-services/syncstorage-rs

Only downside to using your own sync server for your devices' Firefox Sync is that the Firefox/iOS cannot accept custom Sync server URL; with Firefox/iOS, you are stuck with Mozilla Sync server.

That sounds equally like a downside to using Apple devices as a lot of open source self-hosted applications are limited in their respective iOS version.

Re: Firefox Sync actually works

#337
post #331

Earlier quoted context omitted.

On the phone as well? Impressive. Firefox sync may then only be for us regular mortals.

Alas, no. nix-on-droid runs in a proot, not as actual root. I've been meaning to put together something with actual root which reaches into nix-on-droid and does some kind of sync, but I'm not quite there yet.

My point is that synchronizing state between applications is not a problem that's unique to browser, and I'd rather use a generic tool for it.

If each application implements it's own sync mechanism that's just a lot more work overall.

Re: Firefox Sync actually works

#338

Earlier quoted context omitted.

A local server that uses sentry and spanner? What?

You have an incredulous tone, but you can host Sentry (it's open source) and it's very common to host databases in the cloud.

I just hoped that everything on that server could run locally and not depend on any cloud based tech.

Re: Firefox Sync actually works

#340

Passwords belong in a dedicated password manager. Besides those, I don't understand what I'd want to sync. I've even disabled syncing tabs between sessions on the same machine. The last thing I need is for what I was doing yesterday to distract me from what I'm trying to do today. What I want in a browser is a dumb box that starts up as a blank slate every time, renders HTML and JavaScript, and is indistinguishable f…

Completely agree. But speaking to end users, syncing between devices is an extremely high importance feature to many of them, although rarely can they explain why.

> What I want in a browser is a dumb box that starts up as a blank slate every time

This is what I want from a TV too, and yet most people seem content buying ad-riddled, ACR enabled, streaming app pre-install, 20 second boot rubbish. I'm not sure you and I are the standard consumer market.

Post reply on HN