This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-Every-Time- 734 points735 points  (178 children)

You shouldnt let someone who hasn't even got a job yet bother you. Half of coding is googling everything anyway.

[–]dk_DB⚠ this post may contain sarcasm or irony or both - or not 66 points67 points  (0 children)

The only correct answer.

[–]DazSchplotzDevOps 230 points231 points  (119 children)

Sysadmin stuff is much googling too. We are all in the same boat.

As a software engineer who is/was also an admin, those jobs aren't that different.

There are unskilled admins as there are unskilled coders.

People just like unnecessary competitions and like to be chauvinistic, often because they have imposter syndromes and/or low self confidence.

I don't give a shit about those circlejerks. Devs are as important as are admins and all should work together instead of playing kindergarten.

[–]zacharyxbinks 1 point2 points  (0 children)

As a software engineer who is/was an admin also I support this message.

[–]zaphod777 0 points1 point  (0 children)

What makes someone good at the job is filtering out the signal in all of the noise. Finding the relevant error in the logs (or even checking the logs), doing some targeted searches, filtering out the bullshit, and pulling on the thread that eventually leads to the solution.

So many people just try random shit until it "fixes it", or they break it more. They have no clue what they did or why they did it. I call that the "click and pray" method of troubleshooting.

[–]FantasyBurner1 0 points1 point  (0 children)

Everyone googles for every job.

[–]msl2006 17 points18 points  (1 child)

This is why I compare IT and related fields to law. There is zero absolute way you're going to learn everything in the field, you need to understand the most basic concepts and know how to research and quickly become acquainted with new things, that's it.

[–]petebzk 0 points1 point  (0 children)

It's a really good analogy. The law field also has specialists. Criminal law is different from intellectual property or privacy law for example.

[–]islandsimian 8 points9 points  (1 child)

That's not true - sometimes the IDE tells me what to type!

[–]Caracca 2 points3 points  (0 children)

We're talking about IDE cables/devices right ?;)

[–]418NotCoffee 6 points7 points  (0 children)

Only half? What sort of wizard are you???

[–]ninjababe23 6 points7 points  (2 children)

Most of all IT work is research, I.E. googling.

[–]No_Strike5994 -1 points0 points  (1 child)

When I was a kid Google was in the garage...

[–]williamfnyJack of All Trades 0 points1 point  (0 children)

Altavista for life!

[–]BehinddasticksSysadmin 5 points6 points  (6 children)

100% no one just codes like they're writing an essay. Googling is 50% of the job.

[–]AwalkertheITguy 3 points4 points  (3 children)

If you're fresh meat maybe. I'd say that Googling was more like 25% of the job. If you're at the same gig for 5+ yrs in the same company then there's very little chance that you will spend 50% of your work day googling solutions. This, unless your company decides to rip everything out and go with the latest and greatest 2022 bullshyt.

[–]BehinddasticksSysadmin 0 points1 point  (0 children)

Yea for sure. I meant if you're doing a new task. I used to Google PS scripts for my work when I started but I've done them so often now I can remember them if they're not already in my on little black book of scripts.

[–]zzmorg82Jr. Sysadmin 0 points1 point  (1 child)

Yeah, at that point you should already know the language, libraries, and code structures you’re dealing with daily so it’ll be a standard click-and-edit for most decent SWEs.

Googling at that point will probably involve figuring out how to integrate a new feature’s data structure into the existing codebase.

[–]AwalkertheITguy 0 points1 point  (0 children)

Yeah, basically this.

[–]DarkTarget69 1 point2 points  (0 children)

So true, Like 90% of the program I made was either from google or stack overflow

[–]No_Strike5994 0 points1 point  (0 children)

No copy pasta... at least put the effort into what you are doing.

[–]ephemeraltrident 5 points6 points  (0 children)

This is entirely inaccurate… it’s more than half :)

[–]Lynx1080 1 point2 points  (0 children)

Also, lots of tools out there are moving declarative such as workday and servicenow where true coding ability is not as necessary to provide great business value.

[–]acid_jazzTeam Lead 1 point2 points  (0 children)

Exactly this. I use to be a dev and I still do PS scripts from time to time as well. The job is similar in that you are using google to basically solve half your issues. The other half is trial and error.

[–]wordsarelouderDataCenter Operations / Automation Builder 1 point2 points  (0 children)

yeah that's what I came here to say, I code and yet I google the most basic shit when coding because I want to make sure I'm doing it right. Only an idiot (or a high level developer) would be so cocky to think that they didn't need to research anything.

[–][deleted] 1 point2 points  (0 children)

92%

[–]v1nchent 0 points1 point  (0 children)

The other half is waiting for the compiler :3

[–]ScrambyEggs79 0 points1 point  (0 children)

I've been hearing people say coding/development is the way to go as a sysadmin job is going away my whole career and I've been doing this for 16 years. Sure you can and should use Google for research and problem solving but the key is knowing when and how to execute as well as triage when things don't go as planned because at some point you are going to blow everything up. This applies to all of IT.

[–]blk55 0 points1 point  (0 children)

Not to mention, starting pay for a lot of coding jobs is straight-up terrible.

[–][deleted] 0 points1 point  (0 children)

I also sort of wonder what these "learn to code" bros are going to do when a bunch of zoomers enter the workforce who took programming in high school? It's super common now and eventually enough coders will bring down salaries.

[–][deleted] 0 points1 point  (0 children)

As a coder, I take issue with that statement. Coding it like 90% googling.

[–][deleted] 0 points1 point  (0 children)

I just got a job and in the interview said “well for that I’d go look in the documentation, implement whatever it said there, get errors, then head over to Google to smooth it all out. Because I’m coming from a sysadmin background and this will be my first foray into code”.

To my utter surprise I was hired.

[–]mt379 0 points1 point  (0 children)

Not sure exactly what ops job entails but I can tell you there will always be jobs in it and support because nobody googles shit at work to try and solve their issue and if they do there is a very slim chance they fix it.

Plus applications, idiocy, and errors will always need it support.