What Have You Tried?

Started by
15 comments, last by RLS0812 9 years, 6 months ago

"Let them find the answer on their own" can lead to a lot of frustration, and high burn out rates.

True that posting "This doesn't work" with out any info is frustrating, however replying with "Figure it out yourself, here is the documentation" can be worse.

Sadly there is a lot of outdated, misleading, and incorrect information out there on the good ol' interwebs that new folks will try to use, compounding the problem they are having. ( good examples are Java or Python tutorials ) .

(( I seriously wish devs would write their documentation in a less technical style, so that newer folks could easily understand it. ))

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson

Advertisement
Engineers don't actually seek solutions, engineers seek for deeper understanding of the whole system.

Oh get off your high horse.

My experience with engineers is that they're the first to hang onto mechanical solutions to all sort of problems... without actually giving a fuck about how they work. They're taught that practical applications are king, that everything else isn't worth their time. They don't spend time in "silly" theory, because theory is for those stupid researchers and scientists that don't know how the "real world" works and bla bla bla.

You can't possibly think that "practical application first" way of thinking that is embedded in engineering leads to a deeper understanding of anything. Trying to get a deep understanding of something implies that at some point, you'll be seeking knowledge for knowledge's sake, and that's a big no-no for engineers.

They're fucking annoying, and their dismissal of non-engineers is also fucking annoying.

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator


My experience with engineers is that they're the first to hang onto mechanical solutions to all sort of problems... without actually giving a fuck about how they work. They're taught that practical applications are king, that everything else isn't worth their time. They don't spend time in "silly" theory, because theory is for those stupid researchers and scientists that don't know how the "real world" works and bla bla bla.

My personal experience is different, so it may just depend upon which engineers you're talking to and what the topic was. I think that alnite's statement was perhaps vague and idealistic, but in a relative sense it is true. They care a heck of a lot more than typical consumers do - those are the people who just want it to work. True, engineers do tend to have a practical mindset, but if the application is practical I would say they do care how it works. Few engineers would be comfortable building a large bridge or making a complex control system to a formula without having some confidence that they know how it works and that it can scale accordingly. It doesn't look good in court if what you design kills people, and I think if they lacked all curiosity they'd be working on a production line or repairing electronics otherwise. I think the point of that sentence is "*insert name of group you respect here* don't actually seek solutions, they seek for deeper understanding of the whole system."


My experience with engineers is that they're the first to hang onto mechanical solutions to all sort of problems... without actually giving a fuck about how they work. They're taught that practical applications are king, that everything else isn't worth their time. They don't spend time in "silly" theory, because theory is for those stupid researchers and scientists that don't know how the "real world" works and bla bla bla.

If all engineers don't give a fuck about how the systems work, we won't have skyscrappers and man-made wonders. Those things need quite a lot of attention to details to last for more than a decade. I know nothing about civil engineering, but I am sure those rebars and concrete bricks are not laid off in randomly fashion, put together by engineers who only want practical solutions. Nothing is perfect, and sometimes engineers don't care that much about intricate details, but those that do tend to create things that last longer.

I have seen how some contractors work. These so called contractors should be experienced. Seeing how they work, I wouldn't call them engineers. I have seen one who plugged in wires into a live socket. He was lucky he didn't get electrocuted. Oh what did he say after he short-circuited the entire apartment building? The wire is malfunctioning. WTF!?

Another one: He came to fix a minor issue: a wobbly faucet in the bathroom. Simple problem, right? Just replace it and glue it. So he did, but he then managed to break the sink stopper. Didn't even bother testing first before leaving.

Put these examples into software engineering. Same issues. There are programmers who fix and break things at the same time. There are those who don't care about how the entire systems work, just want to fix that bug. Exceptions are thrown from everywhere? Gotta catch'em all! Silent errors are great, they give you bonuses at the end of the year. And we wonder why we have so many bugs in our software.

Not trying to sound all arrogant. There are differences in the quality of work from those who care and those who don't.

On my end ... as a tech ...

Structural engineers don't listen to a word I say, and usually end up "trying" 2 or 3 different "methods" before something works.

Mechanical engineers seem to care a bit more, however they usually just give me some reference numbers to prints or technical manuals, instead of answers. If it is a major issue, I can usually go over their heads to force them to do something.

Electrical engineers tend to talk to me like I am a mind dead zombie, even though I do 99% of THEIR leg work .

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson


On my end ... as a tech ...

Okay, ouch, that's a solid example. Sorry to hear that. Just wondering, "tech" is pretty vague, how does your role involve dealing with all these engineer types? ;)


On my end ... as a tech ...

Okay, ouch, that's a solid example. Sorry to hear that. Just wondering, "tech" is pretty vague, how does your role involve dealing with all these engineer types? ;)

Instrumentation tech.

I have to deal with engineers directly whenever I have to add onto ( or modify ) a system, run into problems I am not authorized to repair myself without approval, when installing new systems, and whenever problems exist in the control room and not the field end .

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson

This topic is closed to new replies.

Advertisement