Live data from Hacker News

Structural engineers are unsung heroes

theguardian.com

21–30 of 54 posts

Re: Structural engineers are unsung heroes

#21
post #6

This is true. While dealing with building architects on many occasions during my internship, they would say silly things like, 'Can you not just avoid this girder/beam/pillar?' My boss would coldly say 'Do you mind removing brake pedals from your car to make it prettier'?

I hope as you progress through your career you learn to be more respectful of diverse ideas. I'm a software engineer, I have to have discussions with designers and business people who also sometimes ask for things that just aren't reasonably doable given time and budget constraints. It's our job as professionals to explain this using a tone and words that educates others on what the technical constraints are.

I'm generally interested in the history of architecture of this small part of the world where I currently live (a country in Eastern Europe) and as such I remember reading an architect's memoir about how in the 1940s his architect teacher used to be run off with stones or worse by engineers and construction workers when said older architect would approach a construction site with "new design ideas".

It's much less funny when one knows that one such "star architect" back from that time (George Matei Cantacuzino for those interested, here's his wiki page: https://en.wikipedia.org/wiki/George_Matei_Cantacuzino) was in charge of designing the Carlton building in downtown Bucharest. Only 4 years had passed since the building had been finalized when it collapsed as a result of the November 1940 earthquake. Cantacuzino himself had an apartment in that building but fortunately for him he was out the evening when the earthquake happened so he escaped. He risked prison-time after the whole ordeal, but then we got into war with the Soviets (not such a bright idea) and nothing came out of it. Here's the wiki page for that Carlton building: https://ro.wikipedia.org/wiki/Blocul_Carlton (it's in Romanian, but it has photos with the building itself and the earthquake's aftermath).

Point is I'm sure that the architects can very well handle a small joke as long as they're aware that people's lives depend on their work.

Re: Structural engineers are unsung heroes

#22

i dont understand why people who write code consider themselves engineers. they arent liable if their code breaks. they have no professional licensing system. they dont even need an education.

Since many engineers aren’t licensed will they also have to stop referring to themselves as engineers?

Re: Structural engineers are unsung heroes

#23

i dont understand why people who write code consider themselves engineers. they arent liable if their code breaks. they have no professional licensing system. they dont even need an education.

There's a lot of debate about what kind of activity software development is. The camp that doesn't see it as engineering argues that programming is a craft, or that code is "grown".

I think one of the key differentiators for engineering is that something engineered should work by design after it has been built (not including regular maintenance of a machine). A defect requires a special process to repair all built instances.

In software development, defects are a regular occurrence requiring continuing changes, and requirements change as well. Of course, that's very different from a bridge or a combustion engine for example.

Automated testing can help push software development _toward_ an engineering mindset.

BTW - you're right that most software devs don't need licensing or formal education, but it comes off as pejorative. While those could help set standards, some of the most talented people I've worked with have neither (and some of my class mates in college don't affirm a benefit for formal training).

Re: Structural engineers are unsung heroes

#24
post #6

This is true. While dealing with building architects on many occasions during my internship, they would say silly things like, 'Can you not just avoid this girder/beam/pillar?' My boss would coldly say 'Do you mind removing brake pedals from your car to make it prettier'?

That's not silly. There correct response is "well, what's your budget?" The reply may be a number that's an order of magnitude too small, but then you have a negotiating point to work with, or at least an understandable (and not condescending) answer.

Re: Structural engineers are unsung heroes

#25
post #22

i dont understand why people who write code consider themselves engineers. they arent liable if their code breaks. they have no professional licensing system. they dont even need an education.

Since many engineers aren’t licensed will they also have to stop referring to themselves as engineers?

In some places, yes. Ontario, for example, imposes hefty fines on individuals who use the an engineering title without accreditation.

Re: Structural engineers are unsung heroes

#26
Structural engineers have one of the most stressful jobs as well. Work is incredibly precise with deadly consequences under tight deadlines with a lot of egos in the way. Massive respect to those who thrive in this profession.

Re: Structural engineers are unsung heroes

#27

i dont understand why people who write code consider themselves engineers. they arent liable if their code breaks. they have no professional licensing system. they dont even need an education.

There's a lot of debate about what kind of activity software development is. The camp that doesn't see it as engineering argues that programming is a craft, or that code is "grown". I think one of the key differentiators for engineering is that something engineered should work by design after it has been built (not including regular maintenance of a machine). A defect requires a special process to repair all built in…

In software development you are solving new problems continually. If you weren't you could just call a library function with some parameters and be done with it.

Structural engineering is much like calling library functions with certain parameters and then making sure it all works and is safe. You know how what you are constructing differs from existing buildings and use that to decide what to do. You don't (usually) invent new ways of building things or building things that are unlike anything that was built before.Therefore such projects are well-known engineering practice, and your skill and knowledge of those practices can be tested and you can be licensed.

Some software development is like that too but most is not, you are creating new designs all the time because your software is for new purposes, not to replace something existing with perhaps a slightly improved version. It's hard to license anybody in "inventing new things".

Re: Structural engineers are unsung heroes

#28
post #4

One of the best general Engineering books I've read is 'Design Paradigms'. It's an excellent book about the importance of understanding failures in Engineering. The author is Professor of Civil Engineering and a professor of history at Duke University, so all the examples are roads/bridges/etc. As a Data/SWE guy, I still enjoyed reading it a lot. https://www.amazon.com/Design-Paradigms-Histories-Judgment-E...

Here's a book that's given many software practitioners inspiration:

https://en.wikipedia.org/wiki/The_Timeless_Way_of_Building

Re: Structural engineers are unsung heroes

#29

i dont understand why people who write code consider themselves engineers. they arent liable if their code breaks. they have no professional licensing system. they dont even need an education.

Try being responsible for the monthly billing runs when (on your first £1 Million month) when the CTO nudges you and says this had better be right or we are both out of a job :-)

This actually happened to me back when I worked for Telecom Gold

Re: Structural engineers are unsung heroes

#30

i dont understand why people who write code consider themselves engineers. they arent liable if their code breaks. they have no professional licensing system. they dont even need an education.

Unrelated? Licensing and liability have nothing to do with interest and fascination, which is what the post you responded to was about.
Post reply on HN