Comment by Random_BSD_Geek

Comment by Random_BSD_Geek 10 months ago

25 replies

Polar opposite of my experience. To achieve the technical equivalent of changing a lightbulb, spend the entire day wrangling a dozen tools which are broken in different ways, maintained by teams that no longer exist or have completely rolled over, only to arrive at the finish line and discover we don't use those lightbulbs anymore. Move things and break fast.

loeg 10 months ago

IMO there's a mix of a few really good, widely used, well-supported tools as well as a long tail of random tiny tools where the original team is gone that are cruftier.

extr 10 months ago

Yeah 100%. I found it immensely frustrating to be using tools with no community (except internally), so-so documentation, and features that were clearly broken in a way that would be unacceptable for a regular consumer product. If you have a question or error not covered by an internal search or documentation, good luck, you'll need it. Literally part of the reason I left the company.

  • landedgentry 10 months ago

    Well, you're supposed to read the code and figure it out. And if you can't, you're not good enough an engineer. According to people at Meta.

    • extr 10 months ago

      People probably think you’re exaggerating but it’s true. Sometimes when I would get blocked the suggestion was to “read the source code” or “submit a fix” on some far flung internal project. Huge fucking waste of time and effort, completely unserious.

      • tru3_power 10 months ago

        No matter what, tools will be broken. Having access to the source and being able to land a diff to fix the issue is awesome imo.

      • hnav 10 months ago

        Doesn't sound like your type of company tbh, the flipside is that a "serious" company will often have broken bs too except now nobody is going to look at your contribution/fix.

    • KaiserPro 10 months ago

      Welcome to meta! where everything is a murder mystery.

      Except you're not really sure if there has been a murder, or sometimes you wonder if you're the murderer, because at every turn you're told that you've been a bad dev for trying x,y and z

    • moandcompany 10 months ago

      Same as Google. Many internal tools have painful interfaces and poor or documentation because the hiring bar was high and it was acceptable to assume that the user's skill level is high enough to figure it out. That attitude becomes a bigger problem when trying to sell tools to the public (e.g. Google Cloud Platform).

      • yodsanklai 10 months ago

        As an outsider, I was always under the impression that Google had a tradition of engineering excellence (robust tools, clean and while tested code following strict guidelines), while Meta has more of a Hacker culture (move fast and break things).

    • fsociety 10 months ago

      Or you know, go chat with the tool maintainers because they want people using them for impact.

  • zer0zzz 10 months ago

    Agreed. I often get my work done using open source build instructions and tools and then when everything works I port it to internal infra. Other people are the opposite though, which for open source based code bases has a nasty side effect of the work having no upstream able tests!

aprilthird2021 10 months ago

But you're both talking about different things. The tools are both often left in disuse, lacking documentation, etc. But they also have a really tight integration with each other that allows for unparalleled visibility and ability over enormous systems with many moving parts.

bozhark 10 months ago

Move Smooth and Fix Things (tm) is our nonprofit corporation’s version of this atrocious motto.