Showing posts with label problem solving. Show all posts
Showing posts with label problem solving. Show all posts

Thursday, 9 August 2018

SarioDev: Engineering IRL Podcast | Rev.20 - Networking in Engineering



[TECH] SarioDev: Engineering IRL | Rev.20 - Rev.20 - Networking in Engineering
SFW
In this episode of the Engineering Podcast I go through how computer networking works in as simple way as possible. Weow. After you will learn how to apply this information to real life!Improve your people networking skills as an Engineer by learning from the greatest man made network in the history of mankind. The internet.

The Engineering IRL podcast is about improving your engineering mindset and applying these concepts to real life.

Monday, 6 August 2018

SarioDev: Engineering IRL Podcast | Rev.19 - Motivation when working mundane Engineering tasks


[TECH] SarioDev: Engineering IRL | Rev.19 - Motivation when working mundane Engineering tasks
SFW
In this revision of the Engineering Podcast, we answer how to find motivation when working on a mundane task. We all face these kinds of tasks and starting out it may be difficult when it feels like that's all the type of work you get is. Learn how to handle this!
If you enjoy Engineering IRL don't forget to subscribe and share it with your friends. If you want any topics covered just reach out.

The Engineering IRL podcast is about improving your engineering mindset and applying these concepts to real life.

Thursday, 26 July 2018

SarioDev: Engineering IRL | Rev.1 - Engineering Rep and how to Improve



[TECH] SarioDev: Engineering IRL | Rev.1 - Engineering Rep and how to Improve
NSFW (Possible cursing)
This is the very first installment of Engineering IRL. A great taste into what this podcast is all about.

The Engineering IRL podcast is about improving your engineering mindset and applying these concepts to real life.
Twitter // Facebook // Instagram

SHOW NOTES:
How to convince a senior engineer on doing things a different way.
Understand to break the rules of a game you must understand it first.
By doing things this way - you can solidify yourself as the "go to" Engineer
What it takes to make change.

SarioDev: Engineering IRL | Rev.17 - IT versus OT and Cybersecurity


[TECH] SarioDev: Engineering IRL | Rev.17 - IT versus OT and cybersecurity
NSFW (Possible cursing)
In this revision of the Engineering Podcast we discuss the differences between IT and OT, explain the key concept of what each are, what the difference is and relevance to cybersecurity. A really simple analogy makes it crystal clear and more! 
If you enjoy Engineering IRL don't forget to subscribe and share it with your friends. If you want any topics covered just reach ou
t.

The Engineering IRL podcast is about improving your engineering mindset and applying these concepts to real life.

Tuesday, 24 July 2018

SarioDev: Engineering IRL | Rev.16 - 1 Drawing can Solve 1000 Problems


[TECH] SarioDev: Engineering IRL | Rev.16 - 1 Drawing can Solve 1000 Problems
NSFW (Possible cursing)
In this revision of the Engineering Podcast we uncover ways you can solve problems via drawings. Technical diagrams usually describe a product or solution, but they can also describe a concept or a process, from which you can draw conclusions or measure against. Also a fun thought experiment!
The Engineering IRL podcast is about improving your engineering mindset and applying these concepts to real life.

Thursday, 21 June 2018

The 10 steps of problem solving like a pro. The beauty in professional problem solving.

Yes. 
I'm talking about being an Engineer.

There are 2 main trains of thought with Engineering work for non-engineers and that's trying to change the world with leading edge tech and innovations, or plain old boring math nerd type things.

Whilst, somewhat the case what this means is most content I read around Tech and Engineering are either super technical and (excruciatingly) detailed. OR really riff raff at the high level revelling at the possibilities of changing the world as we know it.

And so what we end up with is a base (engineer only details) and the topping (media innovation coverage) but what about the meat? The contents?

There's a lot of beauty and interesting things there too. And what's the centrepiece? The common ground between all engineers? Problem solving.

The number one thing an Engineer does is problem solving. Now you may say, "hey, that's the same as my profession" - well this would be true for virtually every single profession on earth. This is not saying there isn't problem solving required in other professions.

Some problems require very basic problem solving techniques such is used in every day life, but sometimes problems get more complicated, maybe they involve other parties, maybe its a specific quirk of the system in a specific scenario.

One thing you learn in engineering is that not all problems are equal. These are

 The stages of problem solving like a pro:


  1. Is the problem identified (no, really, are you actually asking the right question?)
  2. Have you applied related troubleshooting step to above problem?
  3. Have you applied basic troubleshooting steps (i.e. check if its plugged in, turned it on and off again, checked your basics)
  4. Tried step 2 again? (Desperation seeps in, but check your bases)
  5. Asked a colleague or someone else that may have dealt with your problem? (50/50 at this point)
  6. Asked DR. Google (This is still ok)
  7. Deployed RTFM protocol (Read the F***ing Manual - Engineers are notorious for not doing this)
  8. Repeated tests, changing slight things, checking relation to time, or number of people, or location or environment (we are getting DEEP now)
  9. Pray
  10. Go to the bottom level, in networking this is packet sniffers to inspect packets, in systems this is taking systems apart and testing in isolation, in software this is checking if 1 equals 1, you are trying to prove basic human facts that everyone knows. If 1 is not equal to 1, you're in deep trouble.
At this point you are at rebuild from scratch, re install, start again as your answer (extremely expensive, very rare)

And there you have it! Those are your levels of problem solving. As you go through each step, the more expensive the problem is. --BUT WAIT. 

I picked something up along the way and this is where I typically thrive. Somewhere between problem solving step 8 and 10. 

The secret step

My recommendation at this point is to try tests that are seemingly unrelated to anything to do with the problem at all.
Pull a random cable, test with a random system off/on, try it at a specific time of the day, try it specifically after restarting or replugging something in. Now, not completely random but within some sort of scope.

These test are the ones that when someone is having a problem when you suggest they say "that shouldn't fix the problem, that shouldn't be related" and they are absolutely correct.
But here's the thing -- at this stage they have already tried everything that SHOULD fix the problem. Now it's time for the hail mary's, the long shots, the clutching at straws. This method works wonders for many reasons.

1. You really are trying to try "anything" at this point. 2. Most of the time we may think we have problem solving step number 1 covered, but we really don't. 3. Triggering correlations.

This is important.

Triggering correlations

In a later post I will cover correlation vs causation, but for now understand that sometimes all you want to do is throw in new inputs to the system or problem you are solving in order to get clues or re identify problems or give new ways to approach earlier problem solving steps.

There you have it. Problem solve like a ninja. Approach that extremely experienced and smart person what their problem and as they describe all the things they've tried, throw in a random thing they haven't tried. And when they say, well that shouldn't fix it, you ask them, well if you've exhausted everything that should have worked, this is the time to try things that shouldn't.

Either they will think of more tests they haven't considered so as to avoid doing your preposterous idea OR they try it and get a new clue to their problem. Heck, at worst they confirm that they do know SOMETHING about the system.

Go out and problem solve !

As always, thanks for reading and good luck with all of your side hustles.




Monday, 23 October 2017

Moar Blogs ! - Engineering Blog?

It's all in the title.

I've been working on a whole bunch of small projects throughout the years, many of which I have shared and had great discussions with people in the past.

Well it turns out that at the end of the day, my favorite topic that's embedded in all my project is Engineering, which turns out to be also what I'm good at.

As I've developed as an Engineer my side projects have been a part of that growth and also been a creative outlet. Daily I teach other up and coming engineers what I know whilst at the same time honing my skills. Thinking back I believe it's starting to get to the point where I want to discuss more with other engineers and also share what knowledge I can as well.

Now I follow many engineers, big engineering projects and listened to a few podcasts and followed some engineering focused Facebook pages, but I still feel there's many gaps.

I believe that engineering is the best job in the world and if this type of discussion interests you, feel free to contact me. I've worked with quite a wide range of engineers and whilst my experience is increasing, I'm still quite connected with engineers who are just starting their studies in the topic and also freshly graduated engineers too.

I'm keen to help solve problems, answer questions and also give some tips that will help you grow as an Engineer.