• @[email protected]
    link
    fedilink
    English
    31
    edit-2
    5 months ago

    They’ve long been quite mediocre judging by the incredible long hours of those working there and shit quality of basically any technical framework they put out.

    They have shoved tons of resources into some things (such as Android) and thus at times succeeded (though usually they don’t), but in terms of quality from a technical point of view (i.e. software design, technical architecture) their stuff looks like it was hammered together by a bunch of junior devs.

    Lucky timing followed by some smart strategical decisions (and, seemingly, lots of money together with a throw everything at the wall and see what sticks management strategy) are what made Google, not excellence.

    • @[email protected]
      cake
      link
      fedilink
      English
      565 months ago

      It’s unfair to discount Google’s early days. They DID have technical excellence. Search was leagues better than the competition. Gmail was an amazing leap from other providers. Android started as trash but improved rapidly. The Nexus line of phones was amazing. Google Maps was a huge improvement over what else existed. They did a lot right.

      I can’t pinpoint exactly when the fall started. Was it when Pichai became CEO? When they removed “don’t be evil?” I remember a speech Pichai gave where he talked about “more wood behind fewer arrows” as why they were getting rid of employee child projects, so maybe it was that.

      • baltakatei
        link
        fedilink
        English
        315 months ago

        I can’t pinpoint exactly when the fall started.

        In my opinion, it was when anti-trust laws did not trigger upon Google acquiring YouTube because Google Video couldn’t compete. That meant it was open season on start-ups that otherwise might have grown to kill Google or other big tech companies like Apple, Facebook and Microsoft.

          • baltakatei
            link
            fedilink
            English
            45 months ago

            See List of mergers and acquisitions by Alphabet for the graveyard list. Sorting by Price helps. Some other notable companies that Google acquired rather than compete with:

            • Nest Labs (home automation)
            • DropCam (home automation)
            • DoubleClick (advertisement)
            • FitBit (wearables)
            • Waze (GPS navigation)
            • Skybox Imaging (satellite mapping)
            • Like.com (shopping)
            • Meebo (social network)
            • GrandCentral (VOIP)
            • Picasa (photographry)
            • Tenor (GIF search)
            • PhotoMath (LLM; became Bard)
      • @[email protected]
        link
        fedilink
        English
        205 months ago

        Android started as trash

        It started off by beating the pants off of iOS in terms of features, but was not nearly as polished.

        Definitely not trash. But also not polished for the masses.

        • @[email protected]
          link
          fedilink
          English
          8
          edit-2
          5 months ago

          And they acquired it in the first place.

          To their credit (or at least the Android team), they quickly moved it from Linux-on-a-handheld to a real thing.

          Android still isn’t as polished as iOS, but it’s a far more capable system.

          And that’s good. iOS has it’s place, as does Android.

      • @merc
        link
        English
        15 months ago

        Gmail was an amazing leap from other providers.

        Gmail really wasn’t any better than Hotmail at first, it was just that they gave you a huge (at the time) amount of storage, when Hotmail users regularly had to delete old mail or attachments.

    • @[email protected]
      link
      fedilink
      English
      75 months ago

      Notable: Google Home can no longer set timers and does not understand what “stop playing” means. It’s basically only usable for asking for music to be played since it has declined so heavily.

      • @[email protected]
        link
        fedilink
        English
        65 months ago

        I just tried to reproduce your comment. Google home set a timer for me and play/paused my TV (chromecast with google tv) I don’t have streaming music to test it on. I do agree that the quality of Google home has gotten terrible though. It takes a lot more prompting to do simple things and has stopped some scheduling tasks as far as I can tell.

        • @[email protected]
          link
          fedilink
          English
          75 months ago

          When I ask it to set a timer, it tells me that it doesn’t understand me. If I ask it to stop playing, it tells me that it doesn’t understand me. I have to just say “stop”. It also used to transfer whatever you were listening to between speakers, but cannot understand me anymore if I ask for that.

    • DominusOfMegadeus
      link
      English
      65 months ago

      What’s a technical architecture? Serious question.

      • @[email protected]
        link
        fedilink
        English
        155 months ago

        Coding standards, library standards (stuff like naming conventions), software development processes, higher level software design concerns (for example, take in account the need for change in the future as part of a software design), design libraries taking in account extrenal concerns (say, how 3rd parties actually work with them) and so on.

        It’s basically the next level from software design, which in turns is the next level from coding.

        The most senior position one can have in the technical career track in programming is Technical Architect.

        As far as I can tell, Google doesn’t really have any of those (or they’re not at all good at their job).

        • @RedstoneValley
          link
          English
          95 months ago

          Having a dedicated technical architect who hovers above the dev team handing architectural decisions down is also not always seen as an ideal construct in software development.

          • HobbitFoot
            link
            fedilink
            English
            85 months ago

            It isn’t ideal because it slows the project down, which may be good if it reduces technical debt.

          • Doubletwist
            link
            fedilink
            English
            55 months ago

            If you have a technical architect who does that then they are just bad at their job, but that doesn’t invalidate the importance such a position can have (if done right) in a large software development company.

        • @[email protected]
          link
          fedilink
          English
          35 months ago

          They probably do, but with how expansive they are, the massive variety of acquisitions, and not being clairvoyant, it’s gotta be like herding cats.

          I’ve worked in tech companies (systems management, telecom, etc) and in conventional businesses (manufacturing, distributing, production, reselling, banking, etc).

          The arch teams in conventional business are more structured, formalized, as their remit is to ensure infrastructure is stable, predictable, and to practically eliminate risk.

          The tech companies have arch teams whose focus is interoperability between business units, high communication, maximize utilization, etc. Risk is still a concern, but it’s not primary (unless you fuck up). Tech orgs are about flexibility.