Slashdot Mirror


Google Open Sources Browser Sync

Dan Berlin writes "After announcing that Browser Sync was being discontinued, a lot of people asked for Google to open source the code so development could continue. Well, they've done just that. The code for browser sync is now available on code.google.com, and a blog post about the release can be found on the Google open source blog"

113 comments

  1. dupe by stiller · · Score: 4, Informative
    1. Re:dupe by Mushdot · · Score: 5, Funny

      Nah, you didn't sync Slashdot properly.

    2. Re:dupe by Cyvros · · Score: 1

      Indeed, most of the comments seem to be duped as well.

  2. Server by Anonymous Coward · · Score: 5, Insightful

    What server will you trust?

    1. Re:Server by Chrisq · · Score: 3, Interesting

      Thats a good point. With Google you knew where you stood. They might use your info to to target advertising. They might reveal it to the government if ordered to do so. They would not be likely to sell it to spammers or pass on lists of people who bookmark anti-Islamic sites to an Al-Qaeda operative.

      Without google hosting it you need to host your own or find someone you can trust.

    2. Re:Server by hansraj · · Score: 5, Informative

      But with your data encrypted, why do you need to trust anyone? For you it is the state of your browser, passwords etc, but for anyone else it is random bits.

      Doesn't Browser sync already supports encrypting your data? Even if it doesn't I am sure this capability can be added now that it is open-source.

    3. Re:Server by Anonymous Coward · · Score: 0

      How about hosting it on google? Like on gmail or something.

    4. Re:Server by Anonymous Coward · · Score: 2, Informative

      How about hosting it on google? Like on gmail or something.

      Hosting on Google is possible using Google App Engine.

    5. Re:Server by Chrisq · · Score: 1

      Good point - I hadn't thought of that!

    6. Re:Server by KlaymenDK · · Score: 4, Insightful

      You know, some of us would rather host our data ourselves than trust Google with it...

    7. Re:Server by Xiph · · Score: 4, Interesting

      Might it be part of the reason they're shutting down and releasing source?
      They don't want a judge to release the data to Corporation X.

      Besides i can easily host my own browsersettings on my home computer, in fact, i'll be setting it up (or trying to) when i come home

      --
      Blah blah sig blah blah blah irony blah blah
    8. Re:Server by Anonymous Coward · · Score: 0

      You'd need to trust whoever re-releases it not to upload all your data unencrypted to their own server :-)

    9. Re:Server by Alarash · · Score: 4, Interesting

      I don't understand people. You could send your sync data to _any_ server, even your own, it will *never* be totally safe. Just *_don't_* send data that can potentially harm you if it's intercepted. Personally, I sync only my bookmarks, and I don't give a damn if anyone ever gets access to them.

    10. Re:Server by djdavetrouble · · Score: 4, Funny

      How about you name droppping some more distros within an otherwise useless comment.

      --
      music lover since 1969
    11. Re:Server by drinkypoo · · Score: 1

      Doesn't Browser sync already supports encrypting your data? Even if it doesn't I am sure this capability can be added now that it is open-source.

      The functionality ought to be super-easy to borrow from firegpg.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re:Server by redxxx · · Score: 1

      Any special reason I can't use the one at my house?

    13. Re:Server by mitgib · · Score: 1

      Besides i can easily host my own browsersettings on my home computer, in fact, i'll be setting it up (or trying to) when i come home

      My thoughts pretty much. Host your own server for your own use. I can see this as a fantastic OpenVZ Template to easily deploy a server for anyone wanting one. You can get a VPS for around $10/mo if you really wish to keep it in your own hands, I know I would, and I bet many others would opt if that option was available.

      --
      Being a spelling & grammar Nazi is a sign you do not poses the intelligence to contribute to the conversation
    14. Re:Server by Red+Alastor · · Score: 1

      The data is encrypted before it leaves your computer. It doesn't matter who they give it to, it is only readable with your passphrase.

      --
      Slashdot anagrams to "Sad Sloth"
    15. Re:Server by syphax · · Score: 1

      This is true, but I don't think it would be *that* hard for e.g. Google to brute-force the key for the 90+% of users who use a weakish password.

      I used Google sync and really liked it (I move between my work computer and 2-3 home computers all the time), but I was somewhat concerned that Google had all the keys to my kingdom (e.g. passwords for financial sites). So while I am usually too lazy for long, strong passwords, my one exception was my Google Sync key.

      --
      Simple Unexpected Concrete Credible Emotional Stories
    16. Re:Server by syphax · · Score: 1

      Driving is never totally safe, etc.

      Me, I value using different passwords for different online accounts, but suck at memorizing them, so I used Google Sync with a really strong master password.

      I recognize that this is a security risk, but I value the convenience of only having to remember 1 really good password over the potential security risk, which I judge to be small (b/c I'm probably more secure than the next guy).

      That said, I look forward to hosting this info on my home server.

      --
      Simple Unexpected Concrete Credible Emotional Stories
    17. Re:Server by dissy · · Score: 4, Insightful

      What server will you trust?

      One that I own and administer.

      The real question is, will I be able to get their server back end installed and working...

    18. Re:Server by Anonymous Coward · · Score: 0

      "Without google hosting it you need to host your own or find someone you can trust."

      See, that's the value of this. Thanks, Google.

      From the start I liked the idea, but I didn't trust Google enough to use it. The only way I'd use this service, especially for things like passwords, is if I did host it myself and knew exactly what it was doing (i.e. source code).

      What needs to be done is to make this service trivial for people to implement on their own personal machines.

    19. Re:Server by ksd1337 · · Score: 1

      That's the beauty of FOSS. If you want to host the data yourself, just add that capability to the software.

    20. Re:Server by tsadi · · Score: 1

      I am wondering, do you download the encrypted data from the server before decrypting locally using your pass phrase, or will the server ask for the pass phrase and decrypt it for you? The latter is a stupid solution and beats the purpose of encrypting anything because those who operate the server can still see your decrypted data - but if a service provider is to offer such service, most users may not care much which among the 2 solutions above the provider is using.

    21. Re:Server by Anonymous Coward · · Score: 0

      The latter is a stupid solution...

      Yes! Yes it is!
      Now kindly STFU

    22. Re:Server by atlastiamborn · · Score: 1

      Don't worry. It will be implemented as a service in Windows 7.

      --
      I never apologize. I'm sorry, but that's just the way I am.
    23. Re:Server by psydeshow · · Score: 1

      Just *_don't_* send data that can potentially harm you if it's intercepted.

      Given that any data on your future p0wned or stolen computer can be intercepted, perhaps you should revise this upwards to "don't create data that can potentially harm you."

      Good luck with that, tho.

    24. Re:Server by TikiTDO · · Score: 1

      Ooh! Ooh! Pick me!

      Ubuntu, Slackware, SUSE, Knoppix, Mandiva, Yellow Dog Linux...

    25. Re:Server by Alarash · · Score: 1

      I'm sure that the hundred of people who agreed on the fact that the weakest link in encrypted data transmission is the key exchange never thought of that. They only had to invent a protocol, IPSec, just for this, and even with an encrypted key exchange in Phase 2 some of them felt it wasn't safe enough, so they invented Client Certificates, Certificate Authority Servers with Revocation Lists, and decided the safest way to transmit these certificates and lists was to physically transport these keys in encrypted formats on encrypted drives. It's not like I invented the damn thing or pulled the comment from my hat.

      Any good network engineer will tell you that if the data doesn't leave my computer, it's safer by several orders of magnitude.

    26. Re:Server by shvytejimas · · Score: 3, Informative

      Have a look at Passhash add-on for firefox. You only need to remember a single strong master password; the add-on generates different passwords for each site, according to their URL (or site tag).
      In cases where the add-on is not locally available, there is a static html page with javascript with the same functionality, that you can host on your home server.

    27. Re:Server by ady1 · · Score: 1

      >>They would not be likely to sell it to spammers or pass on lists of people who bookmark anti-Islamic sites to an Al-Qaeda operative.

      Someone has been watching too much fox news.

  3. The conspiracy is complete by pacroon · · Score: 4, Funny

    I can't imagine a company that actually does what the public asks? They must have a secret agenda!

    --
    It's all fun & games until someone loses the game.
    1. Re:The conspiracy is complete by Anonymous Coward · · Score: 1, Funny

      We're not evil!
      We actually do open source stuff! See?

    2. Re:The conspiracy is complete by jacquesm · · Score: 2, Interesting

      yes, but only when we decide it's either bad business (as in we just dropped it) or when it makes us look good. If it should in any way shape or form be a 'key' item (GFS, linux kernel improvements) then forget about it.

    3. Re:The conspiracy is complete by drinkypoo · · Score: 1

      If we all stopped using google until they delivered those items, they would do so. However, since we won't (most literates wouldn't bother to try to do so, let alone the masses) then they won't be giving us that code. (And since they're not redistributing it, they're not violating any licenses, either.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:The conspiracy is complete by chrisd · · Score: 2, Informative
      We actually do push back kernel improvements, and funded work on disk traceability, xorp routing and more...

      There was a neat study that Greg KH did about corporate contributions to the kernel, which has us at a not-too-shabby 13th.

      --
      Co-Editor, Open Sources
      Open Source Program Manager, Google, Inc.
    5. Re:The conspiracy is complete by jacquesm · · Score: 1

      hi Chris, thank you for answering,

      It's my understanding (possibly wrongly so) that there is a special version of the linux kernel that google has created that has a large number of changes to improve scaleability and facilitates the managing of a large number of machines in a cluster. Those are the improvements that I meant. The existence of this kernel has been hinted at in several google publications. It is also my understanding tha these modifications have not been given back to the community.

      As for GFS, that stands unchallenged.

      Look at it this way, without the linux OS google essentially would be paying a fairly astronomical amount of money in licensing fees, the little bits that have been contributed back are not in relation to the amount of savings.

      Also, to call the 13th place 'not too shabby', especially when there clearly was made an effort to include google in the 'study' (at the last spot, and where all the other lists run to 10), when Intel, Novell, IBM, Red Hat and Oracle, 'renesas technology' (whoever they are) are well above Google, and numbers 11 and 12 don't even rate a mention make it seem that a real effort was made to put google on that list somehow. If Google would have been at third or fourth place I'd have called that 'not too shabby', to be the last entry in a list manipulated to include google is different.

      Google is the largest Linux driven presence on the net, the 1.4% contribution to the kernel bears no relation to that.

      Google is literally built on linux, the competitive edge google has because of building on linux is imho not reflected in the contributions flowing back from google.

    6. Re:The conspiracy is complete by chrisd · · Score: 3, Insightful

      Well, I'd disagree, I think we're doing fine from a kernel release perspective. We could do more, and in time, we will, but we only really started a concerted effort to release changes 3 years ago, so...not so shabby. Red Hat has been more important than Google or any linux -user- in the development of the kernel.

      Your comments about manipulation are weirdly paranoid. The original list that Greg posted was 20+ companies long, and originally didn't include us, as he didn't count Andrew to us. He fixed that, and the post I sent to you was from his talk at Google. It's part of his presentation to call out the company he visits, which is one of the reasons we invited him out.

      Google is built on software, some of which comes from the world of open soruce, and most of which was written here. To give back, we both release code from the company (a significant amount >1m lines per year), fund external code (uncountable, really) and through the summer of code, create new developers and even more code still (2.1m+ last year, at least 3m this).

      That's not too shabby, in my book. I also would point out that it is disingenuous to equate linux use with some license fee savings. If linux had initially charged a license fee, then the world of linux users would be using bsd. Linux is successful because it is free of charge and free to use and free to modify. I think it is important that we give back and the rest, and we do that, but to multiply the number of machines running linux on the internet and consider that money as having been stolen is antithetical to the whole idea behind free software and open source.

      Chris

      --
      Co-Editor, Open Sources
      Open Source Program Manager, Google, Inc.
    7. Re:The conspiracy is complete by jacquesm · · Score: 1

      Then you probably should have posted the original list or you should have given an explanation regarding the weird format up front, this one looks as if google got added in on purpose or at a later date, which you more or less confirm in your posting.

      You seem to fail to address any of the points regarding the specific pieces of code I've raised in a concrete way (GFS + the indicated mods to the kernel, not the 'regular' fixes).

      The reason I mentioned the licensing fees is because google deploys an enormous number of servers and that even a moderate fee would translate into a very large expense if you'd build it on a commercially available platform. Of course you could build it on any other freely available platform too, but there must have been some reason why Linux was chosen over those other platforms.

      I don't think I used the word 'stolen' anywhere, that's simply a strawman.

  4. Good for Google by Rik+Sweeney · · Score: 4, Funny

    If they're not going to develop it any further, they might as well let someone else have a go. Now all we have to do is convince Microsoft to release the source code to Windows ME.

    1. Re:Good for Google by Anonymous Coward · · Score: 2, Insightful

      If they're not going to develop it any further, they might as well let someone else have a go. Now all we have to do is convince Microsoft to release the source code to Windows ME.

      the difference is that nobody wants Windows ME.

    2. Re:Good for Google by Syrente · · Score: 5, Funny

      Whereas Browser Sync is in the interest of technology/simplicity, I'd see the source code of Windows ME being released in the interest of tragic comedy more than anything...

    3. Re:Good for Google by Godji · · Score: 1

      Do you really think none of the Windows ME code is in Vista? I'd guess you'd be wrong.

    4. Re:Good for Google by morgan_greywolf · · Score: 1

      Source code to Windows ME revealed:

      /*
        * Windows ME
        * Copyright 1981-1999 Microsoft Corp.
        * All rights reserved.
        */
       
      # include <windows98.h>
      # include <windows2000_new_ui.h>
      # include <bsod.h>
      # include <random.h>
       
      main() {
            shell=start_windows2000_new_ui();
            start_windows98(*ui);
            while 1 {
                seed=new_seed();
                randomness=random(seed);
                if randomness % 2 == 0 {
                    seed=new_seed();
                    randomness=randome(seed)
                    if randomness % 2 == 0 {
                          hard_reboot();
                    } else {
                          run_bsod();
                    }
            }
      /* user selected shutdown */
            run_bsod();
      }

    5. Re:Good for Google by hvm2hvm · · Score: 2, Funny

      You could feed thedailywtf.com for years with it...

      --
      ics
    6. Re:Good for Google by Firehed · · Score: 1

      Check out the Add Font dialog... that hasn't changed since Win3.11. Big surprise that most designers use Macs :p

      --
      How are sites slashdotted when nobody reads TFAs?
    7. Re:Good for Google by Syrente · · Score: 1

      Assuming the code doesn't compromise the stability of the site and cause frequent, intermittant downtimes...

      Cursed code... *shudder*

  5. Mozilla Weave makes GBS obsolete? by The+Clockwork+Troll · · Score: 0

    My only interest in Google Browser Sync in FF3 is bringing up GBS long enough to get my browser state into Weave.

    Screw you, Google.

    --

    There are no karma whores, only moderation johns
    1. Re:Mozilla Weave makes GBS obsolete? by Anonymous Coward · · Score: 1, Insightful

      Why do you need GBS to get your browser state into Weave? Hint: If you are not backing up your bookmarks at least, you should not be using Weave at this point in time.

  6. I really liked it. by XB-70 · · Score: 4, Insightful

    I use a bunch of machines all over the place (mostly for development/personal interest). I use old machines, dial-up, new machines, servers - having browser sync was a god-send. It was great to be able to reference everything regardless of architecture and O/S. I agree that there are concerns about what Google would/could reveal to legislative bodies, but that's only because they are so huge that other factors come into play. Maybe this is their way of extricating themselves (somewhat) from the liabilities associated with having that much info about a person's real interests. That said, I feel that I was never 'targeted' as a result of their handling of my data, nor was there ever any 'push' marketing as a result. I think that's where you draw the line between good corporate citizen and spammer. I hope that someone who has the time can re-incorporate it into FireFox 3.x

    --
    *** Don't be dull.***
    1. Re:I really liked it. by wangi · · Score: 1

      Are are aware that other solutions exist for this problem? I use Foxmarks: http://www.foxmarks.com/

    2. Re:I really liked it. by naich · · Score: 3, Informative

      Foxmarks is OK for syncing bookmarks, but GBS also synced your history, open tabs, passwords (if you were brave enough) and cookies. Having a synced history and cookies was very useful because you could stay logged in to the same sites across any GBS'd computer.

    3. Re:I really liked it. by Anonymous Coward · · Score: 0

      Foxmarks only does bookmarks. I like being able to sync my cookie and passwords (in encrypted fashion, of course). The site indicates it doesn't work with proxies, and I saw somewhere it doesn't work on all popular OSes. I like the upcoming profiles idea, though.
      I hope Mozilla includes in Weave more items to sync, or allow 3rd party plug-ins, so I can sync pop-up exceptions, cookie block/allow list, add-on allow list and password "don't remember" list (by Mozilla since it's a part of FF) and AdBlock Plus plug-in. Mozilla could include a file sync capability that has some limitations on file size and count.

    4. Re:I really liked it. by Anonymous Coward · · Score: 0

      Weave for Firefox.

    5. Re:I really liked it. by sunwolf · · Score: 1

      Awesome Bar + synced history = Awesome Everywhere?

  7. Never heard of this... by pgillan · · Score: 3, Insightful

    There's no clear reason given as to why it's being discontinued, but if it's due to lack of interest, it was probably lack of advertising; I wasn't even slightly aware of this project, and it sounds like something I would have been very interested in. I use Foxmarks religiously and have trouble functioning without it.

  8. When google by Anonymous Coward · · Score: 1, Insightful

    stops obfuscating the FLV url in complex SWF binaries that can be run only with the latest version of Adobe Flash, for YouTube, then we'll talk about google being "open".

    Thank you.

    1. Re:When google by martin-boundary · · Score: 1

      Can't you just flasm -d the SWF bytecode and figure out the url for the flv that way?

    2. Re:When google by Anonymous Coward · · Score: 1, Interesting

      A program supplied by a THIEF? Is this to be TRUSTED? http://www.identitytheft911-sunj.com/articles/article.ext?sp=90

    3. Re:When google by daveime · · Score: 4, Informative

      There's a nice little add on for Firefox called "Live HTTP Headers", which shows all requests made from the browser. This includes the actual request by Flash to fetch the FLV file, so you get the full URL of the request, paste it back into the address bar, and choose save as file. Easy.

      Let the FLV pr0n downloads begin.

    4. Re:When google by martin-boundary · · Score: 3, Funny

      Dang! First Reiserfs, now THIS .... I hope Linus checks criminal records on patch submitters, or I'm TOTALLY switching to Vista ;)

    5. Re:When google by Anonymous Coward · · Score: 0

      better than proprietary silverlight shit

      fuck anti-google people, shitheads who suck ballmer's egg cock

    6. Re:When google by Per+Wigren · · Score: 1

      Or you could just let it load the file, cd $HOME/.mozilla/firefox/blablabla/Cache/, "ls -lt | head" to find the filename, test it with mplayer and if it's the right one, cp it to somewhere.

      --
      My other account has a 3-digit UID.
    7. Re:When google by Anonymous Coward · · Score: 0

      I shit on GBS

    8. Re:When google by Daengbo · · Score: 0, Redundant

      I'm really confused. If you're not about finding the URL, then what are you on about? If you want the content locally, you can just wait for the video to load. then drag it from your /tmp folder to wherever you want it.

      I'm not getting you.

  9. Wow by Cloud+K · · Score: 4, Informative

    I'm sure there have been other examples, but this is the first and possibly only example I can think of of a company *actually responding* to requests for a discontinued product to be open-sourced. Let alone actually going ahead and doing it.

    Bravo Google :)

    1. Re:Wow by Deltaspectre · · Score: 1

      Isn't this what happened to Blender? (Although I think that one required some monetary persuasion)

      --
      My UID is prime... is yours?
    2. Re:Wow by neokushan · · Score: 4, Interesting

      I'm sure there's better examples, but off the top of my head I know that a few years ago, there was a petition started to release the source code to Warzone 2100, an old (yet brilliant) 3D RTS game that still stands out amongst the crowd today. After a few months (possibly a couple of years), Eidos scrambled together the source code and released it to the community.
      Since then, the Warzone resurrection project has come leaps and bounds - fixing bugs, improving what platforms the game runs at, allowing higher resolutions, improving the AI, etc.
      The only slight catch (that I'm aware of) is that the Video CODEC used in the original game was proprietary, so Eidos couldn't release the source to that and the company that owns the CODEC wouldn't allow it to be distributed any more.

      --
      +1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
    3. Re:Wow by JustinOpinion · · Score: 1

      Another example I like is Blender (the open-source 3D modeling platform). Blender was originally a closed-source commercial product. When the company went bankrupt, the creditors agreed to release the code under the GPL for a one-time payment of $100,000. A donation campaign was started and raised the required funds. So now Blender is open-source, and has been extended and enhanced remarkably in the years since its release.

      The reason I like this example is it shows that you can get paid to write code that becomes open-source. It also shows that the community is indeed willing to pay for free/open-source software. It's probably too much of a 'gamble' to become a common business model (write software, get people interested in it, state a bounty for its open-source release)... but it's an option more companies should consider when decommissioning software.

      The community will pay for open-source, if it's something good.

    4. Re:Wow by drinkypoo · · Score: 1

      There's a few more open-sourced games out there. Ones that come up off the top of my head are Quake, Allegiance, Freespace 2, and Star Control 2 (as The Ur-Quan Masters). Not sure if Allegiance has gone much of anywhere since release.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Wow by neokushan · · Score: 1

      Yup, it's good to see so many as well. However, the example I picked was because it came from a petition from the community to have the source, rather than the developers releasing it of their own free will (Ala ID and Quake)

      --
      +1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
    6. Re:Wow by Anonymous Coward · · Score: 0

      Wow, I did not know that game was Open Sourced! I spent a considerable amount of hours playing War Zone with my brother! It was a kick ass game back then, and I certainly will have a look at the current state as Open Sourced game now!.

      Thanks a lot for the reference.

      xtracto
      -anon 'cause i have moded'

    7. Re:Wow by iwein · · Score: 1
      Wasn't the source to some browser once open sourced and developed into Firefox?

      http://en.wikipedia.org/wiki/Mozilla

      --
      Show a man some news, distract him for an hour. Show a man some mod points, distract him for the rest of his life.
    8. Re:Wow by X0563511 · · Score: 1

      First came the Netscape suite. Then came Mozilla. Then came Firefox, and Seamonkey proceeded from Mozilla shortly after.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    9. Re:Wow by RichiH · · Score: 1

      The videos are available. No idea what codec Eidos used to release them, though. But now that the data is there, this should be a minor matter. I myself watched the intro video with mplayer, so it is out there in a usable format.

    10. Re:Wow by Daengbo · · Score: 1

      I think that's actually most of the business model that RMS had in mind when he started the GPL. Get paid for your work once, then set the code free.

    11. Re:Wow by Anonymous Coward · · Score: 0

      Well, there was Blender. But people actually paid for that.

    12. Re:Wow by iwein · · Score: 1

      yes, that is indeed on the wikipage. thanks for getting the point.

      --
      Show a man some news, distract him for an hour. Show a man some mod points, distract him for the rest of his life.
    13. Re:Wow by irc.goatse.cx+troll · · Score: 1

      Far better than Valve, who last I asked (~6 months ago) still won't give up the sourcecode to Counterstrike 1.6, yet also refuses to actually improve or update it. Unless you count ingame ads as an improvement.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    14. Re:Wow by neokushan · · Score: 1

      That's probably because if you had the source to 1.6, you could probably improve it beyond that of CSS (perhaps not graphically, mind you) which Valve still sells.

      Cynical? Naaaaaw...

      --
      +1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
  10. Re:Slashdot Google Obsession by Anonymous Coward · · Score: 1, Funny

    Why do they even bother with modding something already at ZERO to -1? It only makes it more true...

  11. Just get Opera. by Anonymous Coward · · Score: 0

    It does this out of the box, with no extensions or other crap required.

    It also Sync's not just bookmarks, also notes, speeddials and Toolbar setups.

    It also syncs your bookmarks to Opera Mini, which is mighty handy...

    1. Re:Just get Opera. by Anonymous Coward · · Score: 2, Insightful

      What about the other 20 or so extensions I depend on that Opera does not offer similar functionality to?

      If it wasn't for the extensions I probably would be using Opera myself. But Opera is just killed by the flexibility of Firefox.

    2. Re:Just get Opera. by Anonymous Coward · · Score: 0

      For instance?? Most people say about extensions being so great, but 90% of the ones people use are already in Opera, they just don't know (or want to know) how to use them.

      AdBlock yep.
      GreaseMonkey yep.

      Many More Listed Here... Fill your boots... (it's not been updated for Opera 9.5, so there may be more that are not listed here...)

      http://virtuelvis.com/archives/2005/01/opera-and-firefox-extensions

      http://virtuelvis.com/archives/2005/09/opera-and-firefox-extensions-ii

  12. Re:Slashdot Google Obsession by Xiph · · Score: 5, Funny

    my settings is set to give trolls +1 and flamebait +2.
    It's often some of the most humerous and insightful comments. At other times it's just gay fiction.

    --
    Blah blah sig blah blah blah irony blah blah
  13. So when will we see the first code for FF3 by houghi · · Score: 2, Informative

    I run 2 instances of Firefox (not Windows, two seperate processes) and I am forced to use different profiles. However I want them to have the same bookmarks and addons. Now I just symlink it from one profile to another what is needs. I would be much nicer to have something that could do that on my own machine, without telling anybody else what my Pr0n preferences are.

    --
    Don't fight for your country, if your country does not fight for you.
    1. Re:So when will we see the first code for FF3 by Anonymous Coward · · Score: 0

      How do you run two separate instances? FF always seems to just open a second window in the current instance when I try.

    2. Re:So when will we see the first code for FF3 by StoneCrusher · · Score: 2, Informative

      firefox -no-remote will open a new instance on linux, I have no idea about windows. --ProfileManager to get the profile manager

  14. I already switched to foxmarks by smartin · · Score: 4, Interesting

    And I have to say that it works much better than browsersync ever did, with the added bonus that I can host my own data.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
    1. Re:I already switched to foxmarks by AusIV · · Score: 1

      How do you host your own data? I use foxmarks, and was unaware of this option.

    2. Re:I already switched to foxmarks by smartin · · Score: 2, Informative

      You need to set up apache running webdav

      http://wiki.foxmarks.com/wiki/Foxmarks:_Frequently_Asked_Questions#Using_Other_Servers

      --
      The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  15. no server code. by Anonymous Coward · · Score: 1, Informative

    It's only the client code (the xul & javascript code, which can already be found in the xpi file). There is no sever code (yet ?).

  16. Your own? Or... Google? by brunes69 · · Score: 1

    If you don't want to run your own server, I am sure someone can modify this code such that the saved settings are either saved in your GMail account or your Google Pages account or elsewhere in the Google mesh.

  17. This is what every software company should do. by zmjjmz · · Score: 4, Interesting

    Open source their abandonware. The world would be a much better place, and the companies wouldn't get hurt.

    1. Re:This is what every software company should do. by iwein · · Score: 1

      Some things are better left untouched.

      --
      Show a man some news, distract him for an hour. Show a man some mod points, distract him for the rest of his life.
    2. Re:This is what every software company should do. by X0563511 · · Score: 2, Informative

      You can't opensource abandonware that has other companies IP in it, or active patents. You could opensource the other components, but... it's abandonware! For some reason or another, they are no longer working with the code (and filtering the code may be impractical or impossible).

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  18. Mashup with Amazon S3 by stickytar · · Score: 1

    Rather than "trust" some third-party with our data, someone should mod the extension to work with S3 so all you provide is an S3 account and then synching stuff with S3.

    --
    believing the big bang requires a certain amount of supernatural faith
    1. Re:Mashup with Amazon S3 by Firehed · · Score: 3, Insightful

      Is Amazon no longer a third party? Granted I trust them as much as I trust Google (and from an advertising perspective, they probably have better data about me as they have actual data points for my purchases, not just my purchase-related searches) but that still seems like a rather dumb statement.

      --
      How are sites slashdotted when nobody reads TFAs?
  19. No need to borrow. by Chyeld · · Score: 2, Informative

    They all ready had it. You had two 'passwords' that you had to enter to use GBS. One was your account password and the other was a passphase used to encrypt what you uploaded to them.

    It works the same way Mozilla's Weave project works. The only those with your passphrase can use your data.

    1. Re:No need to borrow. by drinkypoo · · Score: 1

      How strong is the encryption? All google seems to say about it is that google can't read your data without your pin. But I might say the same thing and use rot13 for your data, for all you know.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:No need to borrow. by Chyeld · · Score: 1
      You tell me:crypter2.js

      /**
      * Encrypt or decrypt a string. In Clobber, strings are encrypted with
      * AES-CBC-256. The IV is an HMAC of the original value, along with any
      * additional data we can scrape together that will be known and stable at
      * both encryption and decryption time.
      *
      * This class relies on bits of CLB_Crypter. Once all clients are upgraded, we
      * can remove CLB_Crypter and move those bits into this class.
      */

      Doesn't look like ROT13 to me.

  20. Gcal and Google calendar in Outlook. by Anonymous Coward · · Score: 1, Interesting

    Another way to use your google data is to access it trough MS Outlook.

    We just launched KiGoo, a free tool that allows Google users to fully manage (create, read, update and delete) their Calendar and Contacts from MS Outlook.

    Also KiGoo manage the Free Busy information of your Gmail contacts for appointments if they shared their FB status.

    Currently we support Windows XP and office 2007.

    You could download it from http://www.getkigoo.com

    1. Re:Gcal and Google calendar in Outlook. by Count_Froggy · · Score: 1

      Let me know when your product is OS independent.

      --
      If I am not for myself, then who will be for me? If I am only for myself, what am I? If not now, when?
  21. Re:Slashdot Google Obsession by Anonymous Coward · · Score: 0

    How is this different from the rest of the comments one would normally see?

  22. Weave is not reliable at this point by Count_Froggy · · Score: 1

    So says the website and my experience with it. Synchs start and never end (>hour). I've moved to Foxmarks and password exporter for now.

    --
    If I am not for myself, then who will be for me? If I am only for myself, what am I? If not now, when?
  23. Google vs. MS by rajafarian · · Score: 1

    This shows they're a little kinder than MS, or at least have better PR.

    Yous guys remember MS and SenderID? If it doesn't benefit them directly, they'd rather it not benefit anyone else. Brats. /sigh

  24. Anonymous Coward. by Anonymous Coward · · Score: 0

    maybe Mozilla will add the code in the next release of Firefox 3.1