What I Hated about working at Google

What I Hated about working at Google

NeetCodeIO

9 месяцев назад

277,466 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@boontawatkumpiroj5595
@boontawatkumpiroj5595 - 08.03.2024 15:45

These internal tools will waste you a lot of time think, "Is this a bug or I just don't know how to use it?"😓

Ответить
@clashwithmoi8926
@clashwithmoi8926 - 09.03.2024 09:47

every large company company works this way. as long as they have docs and they have support teams, you should be fine

Ответить
@gammalgris2497
@gammalgris2497 - 13.03.2024 00:57

With 'abstraction hell' I associate too many layers of abstraction. 'tool hell'/ 'custom software hell' is what I'd rather call this. I'm guilty of doing this too. I cannot solve the problem. Either I try to automate parts of my job or have to do things manually. I can't change it. If someone else has to use my work I'm aware it might be a miss or hit thing and my work might end up in the bin. That's how life is sometimes.

I still try to do my best, document and test my own stuff. But you need feedback from others to improve things. The feedback is often missing.

Ответить
@robosergTV
@robosergTV - 05.04.2024 02:49

his chat is filled with 13yo kids, holy shit

Ответить
@oskartegby
@oskartegby - 09.05.2024 01:12

Try doing academic research. Then you have this, low salary and pressure to publish or die, and more, but you also have almost unlimited freedom

Ответить
@Chris-qg6kc
@Chris-qg6kc - 04.06.2024 02:52

Amazon has a lot of internal tools too.

Ответить
@theultimatereductionist7592
@theultimatereductionist7592 - 11.06.2024 09:01

I saw "hated" and "google" in the same title: instantly upvoted video!

Ответить
@slimjimjimslim5923
@slimjimjimslim5923 - 12.06.2024 22:20

Ha as a hardware engineer, we also script somewhat. Sometimes we got a genius writing one flow, that every project use. They either left or moved or whatever and that hole is left unfilled. I certainly can't go in and start rewriting the code. So our company learned and made sure we have as little custom flow as possible, everything is industry standard tools, let those company handle code/model updates, we just use the tool. In the end, spending a little money and time now, avoid long long delays down the road.

Ответить
@stachycodes
@stachycodes - 30.07.2024 20:00

Basically making internal stuff and being slow with docs makes you irreplaceable and kinda automatically lead of something.

Ответить
@GuerillaRadio848
@GuerillaRadio848 - 01.08.2024 08:26

Have the exact same issue at this tiny startup I’m working at. The CTO is obsessed with building his own abstractions which for the most part do help us get stuff done quicker, but it’s so complex and over-engineered with zero documentation that as soon as something goes wrong (which it often does) he’s the only person who can understand and fix the bloated mess.

Ответить
@jks234
@jks234 - 01.08.2024 11:05

Eh. Every company has this “problem” really.

It’s called “legacy code”.

And it very naturally happens as priorities shift and some problems stop being the priority. And perhaps return to relevance but no one is managing that code anymore.

This isn’t some conspiracy. It is just the reality of business.

Ответить
@aadityakiran_s
@aadityakiran_s - 02.08.2024 16:13

This is the case in IBM also.

Ответить
@honkhonk8009
@honkhonk8009 - 02.08.2024 19:50

Abstraction should be thought of as the same as a car part within a car engine.
Just a black box you have a few controls in to do stuff. Purposely incredibly simple.

Ответить
@deepakthakur8781
@deepakthakur8781 - 03.08.2024 22:07

We have are own ui library abstractions in out company. To use it, the security implementations we have to do is insane just so our application can download the css and js files for that library during runtime.

I am part of a team (only member now as it was scaled down multiple times) that abstract over multiple saas vendors used by our company. Not only is it literal hell to maintain as a single dev as multiple people face issues all the time, but the thing is that I am not a direct POC for them. So if they face an issue, by the time it comes to me through various support teams, its already over or near the expected deadline.
Since mine is not a product company, I have to justify my work in 30 minute timeframes. So sometimes I get loads of requirements for new implementations for the tool and work over time, while sometimes I dont get much immediately as it gets pushed to later sprints and have to hop on and take work on other applications to justify my time.

Ответить
@ryanlee2091
@ryanlee2091 - 03.08.2024 22:35

Modern programming abstraction and WordPress (and the server infrastructure to support it) are all Planned Inefficiency to generate employment and the modern tech ecosystem. It's not all bad.

Ответить
@alexisdamnit9012
@alexisdamnit9012 - 04.08.2024 01:06

This is a tech company problem

Ответить
@fkcade
@fkcade - 04.08.2024 02:44

Sacred texts ancient runes

Ответить
@daniellebittencourt9820
@daniellebittencourt9820 - 04.08.2024 05:43

honestly the solution for most of these problems is that google should have opensourced these tools rather than keeping it internal. promotion should only happen after you open source it

Ответить
@highpofly
@highpofly - 05.08.2024 13:11

what?

Ответить
@MegaICS
@MegaICS - 05.08.2024 17:42

I do feel your pain. 😢

Ответить
@madimakes
@madimakes - 05.08.2024 18:02

I think that something you haven't touched on (and maybe this is a clip from a longer stream/video) is that many times this abstraction is a result of tools that were started but were not finished, either because of the developer, or lack of funding, i.e. the level of abstraction was but one piece of a larger picture that was intended to be built, but organizationally could not get off the ground. we have many tools that are partially useful sitting around.

curious -- did you feel like you were forced to use these tools with these levels of abstraction, or could you just solve your problem the way you chose (or remove the existing abstractions with standard issue/lower level solutions)

also, sometimes a "local abstraction" (i.e. one you've built to solve an issue that gets on your own nerves over and again) can end up being taken on by a coworker, or team, and spread, becoming the defacto standard. in these cases, it can be annoying if you're on the other end of this in that as you take on the abstraction, only to realize that you actually have a better way to solve it with little effort at that lower level that makes the abstraction you originally leaned on a burden rather than a benefit.

they say naming things and cache invalidation are the hardest issues in software dev, but i also posit choosing a level of abstraction given "software destination" or schedule is another toughie. The larger the company, the larger the errors in these decisions are multiplied.

many times the core issue isn't that people are not just idiots or malicious (not saying you're saying that, but i get that feel from comments often), but that these things are actually genuinely sometimes complex issues that take some thinking, and cooperation, to avoid....heck someone could just be having a bad day and choose the wrong pattern, compounding their issues. which is also why review is useful.

Ответить
@zerge69
@zerge69 - 05.08.2024 20:33

LLMs create decent documentation directly from the code. Try it.

Ответить
@hero_007
@hero_007 - 06.08.2024 00:54

I think this problem is commonly faced by people working in large corporations. Someone would abstract the effort, but no documentation and no maintenance. And people who join later suffer and scratch their head understanding what is happening.

Ответить
@renato360a
@renato360a - 06.08.2024 18:57

Are you saying this is inevitable or that they should use third-party dependencies? Because if you solve the problem from scratch you're gonna build your own tool...

Ответить
@gilian2587
@gilian2587 - 07.08.2024 06:50

Sounds like a broad and shallow dependencies hell.

Ответить
@paulhetherington3854
@paulhetherington3854 - 07.08.2024 22:58

/II floch kx ant p|n|| cdx LN'' < sfr df=mol ba 8x < chold xtp/
/ba mol 8x jrfx led < vw bach in cnnon i.e. II floch cdx LN''/
/ipub dub ext tyl pox < i.e. kx ant ba sfr < flarrtz int=cjx(~tmp mrk) , djz(poxRrtT)/

Ответить
@paulhetherington3854
@paulhetherington3854 - 07.08.2024 23:00

I floated, a mechanical antenna - in a - CANNON! GOO-- Goth - that ran into: "Shot gun team - of DUCH POLICE!" Goo Goo Dolls -- be you! YOU-- You claimed - two personality id!
I.e. G=goth

Ответить
@paulhetherington3854
@paulhetherington3854 - 07.08.2024 23:02

DSA -- Directed satan's - ass! Duch intelligence -- Holand - Netherlands!
Only goth = Holl! America - be goth then! Navdeep -- Satan's avenue - devil 2x personnel!
Where the, Orient owneth -- all the - power JRDZ - never goth - Grids!

Ответить
@mirzasohailhussain
@mirzasohailhussain - 08.08.2024 04:30

This is very common issue and i hate it, they have internal tools and dont even have proper documentation and if any issue comes up, you have to own regardless you want or not and fix it.

Ответить
@briandavidgregory
@briandavidgregory - 09.08.2024 07:18

This isn't just Google. It's the same everywhere and I'm sorry.

Ответить
@00xero
@00xero - 10.08.2024 13:17

I'd say there's way bigger problems at google, like the fact that it's a giant racist cult bent on world domination

Ответить
@AnonymousAccount514
@AnonymousAccount514 - 11.08.2024 01:11

I’m surprised there aren’t more responses to this video

Ответить
@NeoYen
@NeoYen - 14.08.2024 07:37

Fxxk yeah!! I can't agree more, even I was a TVC there, I can still understand. It was a bittersweet story
Luckily, I had opportunity to access those internal tools (no one but me in my team?! division?! corp?!)
Unfortunately, I must study whole the related fxxkin internal tools before I started to complete my assigned task
And because I was a TVC, that made thing even harder, how I was wishing it's just public tools with public names, so just stackoverflow should work it out

Ответить
@MrFindusMedia
@MrFindusMedia - 14.08.2024 21:06

This issue is also a "thing" at T-Mobile with dozends of internal propriertary tools

Ответить
@softwarephil1709
@softwarephil1709 - 16.08.2024 17:45

I’m very thankful my 45 year programming career was at a small company where we used C and C++. The first 20 years were spent developing multiuser operating systems. Then compilers, Internet service software, and machine learning software.

Ответить
@softwarephil1709
@softwarephil1709 - 16.08.2024 17:47

I have always heavily commented my code. A few years later when I have to work on it, I rely on the comments to remember how it works.

Ответить
@softwarephil1709
@softwarephil1709 - 16.08.2024 17:49

Pro tip after programming for 45 years: simple, straightforward code is more reliable and much easier for you and others to maintain. Write clean code that is easy to read. Let the compiler optimize it.

Ответить
@Swedishnbkongu
@Swedishnbkongu - 17.08.2024 10:11

Cough Amazon cough

Ответить
@DanielMonteiroNit
@DanielMonteiroNit - 17.08.2024 23:11

Joke is on you. I read the generated code from time to time😅

... perhaps I should reassess my life

Ответить
@SiC83
@SiC83 - 27.08.2024 01:47

tribal knowledge, good term

Ответить
@fluffywin0015
@fluffywin0015 - 29.08.2024 05:36

Yea internal library and internal tools really gives me imposter syndrome. Since it almost feels plug and play at times. Our company has an internal stack overflow as well as outdated confluence pages 😭

Ответить
@KyryloTurOfficial
@KyryloTurOfficial - 05.09.2024 12:01

Got the same experience, not the best time of my life. I hope you didn't burn out a lot during these

Ответить
@NoodleFlame
@NoodleFlame - 21.09.2024 12:36

Sounds like heaven compared to some of the places and codebases I have worked on. At least you had a debugger and tools!

Ответить
@jeromelanteri321
@jeromelanteri321 - 23.09.2024 03:52

because you do not use neovim or emacs and command line from shell as an IDE in a tmux to catch root inside source code to become readable easier. TLI toolbox is the survival request step.

Ответить
@Happyduderawr
@Happyduderawr - 03.10.2024 09:56

The team who made Borg must have been gigga chad developers.

Ответить
@alst4817
@alst4817 - 03.10.2024 21:45

Wait…I thought GCC and clang don’t compile to an intermediate assembly unless you request it? It should go AST->IR->binary right?!

Ответить
@lukaszkulasek
@lukaszkulasek - 13.10.2024 13:15

But isn't the problem here the company culture? There is this 1 guy that creates this abstraction tool to get promoted and then abandons it. It is the culture problem not the abstraction or the tool.

Ответить
@Iwitrag
@Iwitrag - 14.10.2024 09:12

This is why you assign tools ownership to teams, not individuals.

Ответить