Feeling left behind and quite useless
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
dan!sh wrote:
None of the things make sense to me anymore.
I know that feeling! I hadn't done anything in C# for about twice that length of time, and when I went back in to write that app from my last article, it felt like I was trying to learn Greek (which I have tried and is way harder by the way!). Just kept plodding away, picking off each problem statement one at a time.....until it did what I want.
Dave Dave's Astrophotography Channel
Find Me On:Web|Youtube|Facebook|Twitter|LinkedIn Folding Stats: Team CodeProject -
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
Find a project to complete and start chipping away, and start with a template app that has all the new bits baked in. I wanted to learn Vue, EntityFramework and .NET Core on Linux, so I googled for a day before working out how to get - How to get Windows Subsystem for Linux working in windows (wasn't too hard!) - a .NET Core app with EF running on Linux (click, click...and done!) - Adding Vue to an ASP.NET Core app, and getting it to build and run. That took a couple of days of swearing - writing something... This is where the fun started I had an app, it used the tech I wanted to use, but I had no idea how any of it worked so it was a process of googling, cutting and pasting, searching very specific questions for my very specific problems and bit by bit, small problem by small problem, I worked it out. The trick for me is I had an app that used the tech I want and all I had to do was change small things and add to what was there. I could always run it and see it working, from even before I had written a line of code.
cheers Chris Maunder
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
Try the wonderful world of IoT and embedded. All the old problems are new again! 512kB of RAM is generous. 6mhz isn't unheard of. No OS. And fiddling with wires and sensors to boot. Seriously though, it actually is a different kind of development, and is far more bare metal than most bizdev and web dev stuff is. You might enjoy it. Not sure how monetizable it is for most people, but it worked for me.
To err is human. Fortune favors the monsters.
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
If programming is "optional", you need a project / subject you can be passionate about. For the ones I work on, the background research was the most enjoyable (mine currently is 19th century war games). And as long as the app is responsive, don't sweat the internals in terms of what's trending. And even "fun projects", that have any worth, will run into (many) man-months when you're managing things yourself.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
Remember KISS concept ? Or writing a code for 4K of memory ? ( Yes four kilobytes ...) If you really want to get back to programming - do what majority of folks in this discussion are saying.. Contrary to prevailing opinions - it has all been written ... look around and find your app for instance local "fast food outfit" is on my walking route , so I stop for coffee almost daily it takes newly hired person about a dozen "click this / click that " to take my order it should be ONE click process it takes seasoned employee to GIVE me my poison BEFORE just opening the register to take my money help "newly hired " with your app... ( maybe he will stay employed for couple of months - most of them cannot make change and get fired within weeks ) Cheers
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
dan!sh wrote:
what made you restore your dignity in your mind
I accepted that I only worked (as a developer) for the money, so yes I'm a tart. Have not written a functioning program in 3 years!
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
I understand how you feel. While I've continued to work as a developer the last several years, I've had to assume responsibility for other people's code as they've retired, left the company, or been laid off. It's reached the point now where I typically work more than half the time on code that isn't mine. Much of it is poorly done, at least from my tight-ass compulsively-neat perspective. This leaves me feeling stupid and frustrated a lot of the time. I've learned that I occasionally have to work on something else, either code that I wrote or something new I can write. This helps to re-validate my faith in my skills. My suggestion is to go back to something fun you worked on back when you were actively programming, and give thought to updating it. That gives you a known foundation to start from and you can learn the new stuff piecemeal rather than all at once.
Software Zen:
delete this;
-
I haven't done any programming for about 5 years now. I opened stack overflow to get hands dirty again. None of the things make sense to me anymore. People are talking about so many new Async objects and words that are alien to me. I feel useless. I am very bad with reading books and learning new things and I can only spare about couple hours a week outside of regular work on computers. This is problematic as I cannot simply pick up a book or start writing code. I lack imagination too as in what to write. My ideas are too old. Have you been there and what made you restore your dignity in your mind? I will definitely try alcohol but was looking if there are alternatives.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]
dan!sh wrote:
I will definitely try alcohol but was looking if there are alternatives
Vinegar is an alternative. Alcohol as a last resort not even, it will betray you. Like a bad ex wife. 3 years since work, so also useless. Jealous on people asking questions, for they work and get paid.
dan!sh wrote:
what made you restore your dignity
Dignity is no longer on the menu here :)
Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.