The inherent problem with creating a new browser/platform is getting people to create addons/extensions for it.

If you don’t think Google could do this, think again. Google has an iron grip on the Chromium project.

From the beginning of its time with Google, Android was touted as THE open-source phone operating system. The Android Open Source Project was used by several projects to create their own version of Android.

Then at a certain point, Google introduced an app called Google Play Services. This app is not open source and contains all of the stuff you need to access Google’s services.

  • ufra
    link
    fedilink
    9
    edit-2
    3 years ago

    There have been a few good articles posted here about this in the past. I will try to dig some up from desktop.

    A lot of attention is being paid to the sync feature, which I would just assume have removed entirely. A bigger issue imo, is this “Google has an iron grip on the Chromium project” because if they defund mozilla and break chromium, the internet quickly becomes a chrome and safari garden with all the tracking (cookie-less or otherwise). This is another reason to start using gemini and keep a close eye on google’s centralisation tactics.

    edit: here is one past post with commentary: Chromium maintainer for Fedora has disabled Sync and Google Sign-In support right now https://lemmy.ml/post/49089 , https://bodhi.fedoraproject.org/updates/FEDORA-2021-48866282e5

    • Adda
      link
      fedilink
      63 years ago

      I am afraid that Gemini is not the answer in this case. Gemini is not supposed to replace the Web, it is supposed to coexist along the Web, meant for different use cases. One couldn’t host Lemmy on Gemini for example. If we want to find an alternative, we would need to look elsewhere, as far as I know.

        • Adda
          link
          fedilink
          23 years ago

          I agree. This is exactly what was missing in my reply and I should have thought about that. Having an option to escape walled gardens is just as important, even if for example Gemini is not sufficient to replace the modern Web entirely.

          You could mirror lemmy on gemini

          Ye, but not communicate easily, allow multiple users to post etc. In general, if I am not mistaken, the problem with Gemini would be its passive, read-only nature from the point of view of a capsule’s visitor (not creator).

          • ufra
            link
            fedilink
            1
            edit-2
            3 years ago

            In terms of interactivity, I need to look more into this bliz. I don’t know what it is capable of, but maybe some limited form of a comment section could be implemented

            Bliz is an extension to text files to allow interpolated shell scripting - in this case, the fish shell. Of course, the shell can call any other program to embed content from.

            It’s intended to be used to generate gemtext dynamically, but it can just as easily generate any kind of text file.

            https://lemmy.ml/post/52524

            bliz: Incredibly easy, interpolated server-side scripting for Gemini

            https://sr.ht/~cadence/bliz/

            example of submitting a search: https://portal.mozz.us/gemini/gus.guru/search%3Flemmy

            more on cgi: https://github.com/makeworld-the-better-one/gemlikes

            • Adda
              link
              fedilink
              2
              edit-2
              3 years ago

              OK, that seems interesting. Maybe Gemini could be capable of even more than I anticipated then. Will have to look into that.