6 ms·
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.
by landedgentry 2y 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 2y agoPeople 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.
- hnav 2y agoDoesn'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 2y agoPfft. "your type of company" sod off. Meta is only like this because its got a massive advertising revenue stream. the sheer amount of engineering time wasted because we don't document stuff is astounding. For example, how many message queue systems do we have? how many half arsed message queues have been created because they didn't know about FOQS?
- extr 2y agoYes lmao, the number of times I would start off on some nominally useful task only to find out 3 weeks later that there is actually already a solution to that created by team XYZ that nobody in my reporting chain has ever heard of…(3 weeks was optimistic case, I remember my team member getting like 2 months in to some new data pipeline before finding out some tables already existed that did what he needed…)
- lclarkmichalek 2y agoI think a fair few of them were created because they knew a bit too much about FOQS
- tru3_power 2y agoNo 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.
- extr 2y agoThat’s how open source already works by default. The difference is if an OSS tool is broken my boss doesn’t imply landing a fix is my responsibility on top of my regular job duties.
- majormajor 2y agoWorking around it is somehow is. A huge part of my work has been plumbing and hacking around limitations in mediocre-at-best OSS tools. Lots of nonserious companies that take those issues as enough of a reason to move slowly. Many fewer serious ones where bad tooling is expected to be fixed, smoothed over, or replaced entirely in the interest of future dev time.
- KaiserPro 2y ago> Having access to the source Yes, thats great. > being able to land a diff to fix the issue is awesome imo. yes, if its a one off. but for my last project that would involve spinning up many "XFNs" (multi-team chat fests) to argue that actually they don't want to have that change because of reason x,y and z. At which point you just give up and make a stupid fucking hack. So much is not about engineering excellence, its about trying to get people to accept change.
- moandcompany 2y agoSame 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 2y agoAs 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).
- moandcompany 2y agoGoogle also has traditions that created Broccoli Man: https://www.youtube.com/watch?v=3t6L-FlfeaI https://www.youtube.com/watch?v=3t6L-FlfeaI
- fsociety 2y agoOr you know, go chat with the tool maintainers because they want people using them for impact.
- KaiserPro 2y agoWelcome 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