I'll probably never be the best in the field...


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? I'll probably never be the best in the field...
# 8  
Old 03-11-2019
Quote:
Originally Posted by samthewildone

I believe my issue is not focusing on one thing at a time. End up getting caught up with the new
technologies like bitcoin, cloud and so on. .....
You did a good job to hit the nail on the head and this is the problem of the vast majority of techies, especially the younger generation(s). That is why it is important to use a project-based approach so you will pick the technologies and tools and go from start to finish. In general, I am very blessed and I do not have this problem (the shiny object problem) and can and I am razor focused when working on a project, but I realize this is in the " minority report" and most people suffer from "chase the shiny object" lifestyle.

This is a tough one, and I can only say that there are a lot of people just like you. I meet them ALL the time. For example, over the years so many people want to work with me on building some new tech. They have all this great passion for helping out and working on a project until they come to realize how much work it really is, how much they must learn, and how much concentration and focus it takes.

Recently someone came to me eager to learn and, not even a few days in teaching them step-by-step, they started chasing a very different "shiny object" . They got all passionate about this new shiny object, informed me they were going to dive into that new shiny object, then they stopped working on our project and found another shiny object within a few days or a week or two at most. It's normal for people to do this and you must get yourself grounded by finishing what you start.

Also, at least two people were working with me in 2017 and 2018 and we were discussing the technical approach (two different major coding projects) and in each case they kept moving from shiny object to shiny object, talking this and that technology and after many months, in two complete separate scenarios, neither had written a single line of useful, working production code. I had written thousands of lines of working code. They has written zero lines. Oh well, that's par for the course. Like I have implied, it's easy to "talk the walk" but "walking the talk" is a totally different ballgame.

Anyway, I need to get back to writing code and so I'll keep this reply short. Let me leave you with this thought.

I used to "ride the top of the wave" surfing from one new tech wave to the next, with near perfect timing. Then, I took off work and stopped coding for about 4 years (I forgot how many exactly, maybe it was three, and did a lot of travel, scuba diving and "playboy'ing around: ) and getting back up to speed was really painful. I was way behind; but now (after nearly two years after getting heavily back into it) I'm nearly back on top of the wave again and it feels great.

When you are riding the top of the tech waves, smoothly moving from one big tech wave to another, it is a great feeling. But, as you point out, it is not easy and requires a lot of work and dedication. You must be in the "water" to stay on top of the "wave".

Don't try to be "the best" just be the best you can be, yourself and do not worry about what others say. Most people just talk and criticize others and are resistant to change and are envious of others. I know this for a fact and yes, it saddens me that people are like this, but we can't change human nature nor control how others think. We can only control what we think and do, and so do not worry about dogma, belief systems, and other "mind prisons" and mental traps, which there are many.

You have a galaxy of 100 billion stars between your ears and while the world is poisoned with distractions and people trying to manipulate your mind for their benefits (advertising, dogma, belief system, influence, etc.) you can and do have a lot of control over those 100 billion neurons, despite all the distractions and pollution in the social and cognitive spaces..


Go for it!
# 9  
Old 04-08-2019
Thank you so much for the response.

Puts a lot of things in perspective coming from someone who's seen it firsthand.

I think from here on out, I need to focus on my responsibilities in the office. I work
with a lot of solid tech here, from AIX, Solaris and eventually RHEL.

I'm really weak in networking as it didn't appeal to my younger self but, working
with systems it's crucial skill. I will have to dedicate time to learning networking
and fine tune my unix administration skills. We have lots of tools and services
which tie all systems together, somehow.

For now, all side projects and ventures will have to be put on hold because
with only 24hours in a day, I cannot dedicate it all just to learning. I have to
experiences the joys of being a human. One thing that I stopped, following tech
content about new tech... This helps me to focus only on what matters now.

Thanks again for your advise.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Problem with getting awk to multiply a field by a value set based on condition of another field

Hi, So awk is driving me crazy on this one. I have searched everywhere and read man, docs and every related post Google can find and still no luck. The actual files I need to run this on are sensitive in nature, but it is the same thing as if I needed to calculate weighted grades for multiple... (15 Replies)
Discussion started by: cotilloe
15 Replies

2. Shell Programming and Scripting

awk to update field using matching value in file1 and substring in field in file2

In the awk below I am trying to set/update the value of $14 in file2 in bold, using the matching NM_ in $12 or $9 in file2 with the NM_ in $2 of file1. The lengths of $9 and $12 can be variable but what is consistent is the start pattern will always be NM_ and the end pattern is always ;... (2 Replies)
Discussion started by: cmccabe
2 Replies

3. Shell Programming and Scripting

awk to adjust coordinates in field based on sequential numbers in another field

I am trying to output a tab-delimited result that uses the data from a tab-delimited file to combine and subtract specific lines. If $4 matches in each line then the first matching sequential $6 value is added to $2, unless the value is 1, then the original $2 is used (like in the case of line... (3 Replies)
Discussion started by: cmccabe
3 Replies

4. Shell Programming and Scripting

Display combination of 4 field uniqe record and along with concatenate 5th and 6th field.

Table ACN|NAME|CITY|CTY|NO1|NO2 115|AKKK|ASH|IND|10|15 115|AKKK|ASH|IND|20|20 115|AKKK|ASH|IND|30|35 115|AKKK|ASH|IND|30|35 112|ABC|FL|USA|15|15 112|ABC|FL|USA|25|20 112|ABC|FL|USA|25|45 i have written shell script using cut command and awk programming getting error correct it and add... (5 Replies)
Discussion started by: udhal
5 Replies

5. Shell Programming and Scripting

Command/script to match a field and print the next field of each line in a file.

Hello, I have a text file in the below format: Source Destination State Lag Status CQA02W2K12pl:D:\CAQA ... (10 Replies)
Discussion started by: pocodot
10 Replies

6. Linux

How do I format a Date field of a .CSV file with multiple commas in a string field?

I have a .CSV file (file.csv) whose data are all enclosed in double quotes. Sample format of the file is as below: column1,column2,column3,column4,column5,column6, column7, Column8, Column9, Column10 "12","B000QRIGJ4","4432","string with quotes, and with a comma, and colon: in... (3 Replies)
Discussion started by: dhruuv369
3 Replies

7. Shell Programming and Scripting

Plz Help. Compare 2 files field by field and get the output in another file.

Hi Freinds, I have 2 files . one is source.txt and second one is target.txt. I want to keep source.txt as baseline and compare target.txt. please find the data in 2 files and Expected output. Source.txt 1|HYD|NAG|TRA|34.5|1234 2|CHE|ESW|DES|36.5|134 3|BAN|MEH|TRA|33.5|234... (5 Replies)
Discussion started by: i150371485
5 Replies

8. Shell Programming and Scripting

AWK: Pattern match between 2 files, then compare a field in file1 as > or < field in file2

First, thanks for the help in previous posts... couldn't have gotten where I am now without it! So here is what I have, I use AWK to match $1 and $2 as 1 string in file1 to $1 and $2 as 1 string in file2. Now I'm wondering if I can extend this AWK command to incorporate the following: If $1... (4 Replies)
Discussion started by: right_coaster
4 Replies

9. Shell Programming and Scripting

awk, comma as field separator and text inside double quotes as a field.

Hi, all I need to get fields in a line that are separated by commas, some of the fields are enclosed with double quotes, and they are supposed to be treated as a single field even if there are commas inside the quotes. sample input: for this line, 5 fields are supposed to be extracted, they... (8 Replies)
Discussion started by: kevintse
8 Replies

10. Shell Programming and Scripting

Sort alpha on 1st field, numerical on 2nd field (sci notation)

I want to sort alphabetically on the first field and sort in descending numerical order on the 2nd field. With a normal "sort -r -n" it does this: abc ||| 5e-05 ||| bla abc ||| 3 ||| ble def ||| 1 ||| abc def ||| 0.2 ||| def As you can see it ignores the fact that 5e-05 is actually 0.00005... (1 Reply)
Discussion started by: FrancoisCN
1 Replies
Login or Register to Ask a Question