This is the opposite of what helped me to stop feeling lost in life. I grew up very goal oriented and executed towards those goals with focus and determination. Around when I turned 40 I realized I wasn't all that happy and I'd spent my entire life so far living for rewards that would come in the future. The problem is that those rewards didn't give sustaining satisfaction. They pass remarkably quickly when you get t…
How to stop feeling lost in tech: the wafflehouse method
31–40 of 113 posts
Re: How to stop feeling lost in tech: the wafflehouse method
#32Re: How to stop feeling lost in tech: the wafflehouse method
#33This is the opposite of what helped me to stop feeling lost in life. I grew up very goal oriented and executed towards those goals with focus and determination. Around when I turned 40 I realized I wasn't all that happy and I'd spent my entire life so far living for rewards that would come in the future. The problem is that those rewards didn't give sustaining satisfaction. They pass remarkably quickly when you get t…
> Instead I now just trust my instincts and follow what seems interesting or meaningful to me right now
for me that means watching anime, playing video games, reading HN and social media, and maybe writing small programs like solving S.O. questions, And now I look back, have accomplished nothing of significance, and have huge regrets. Regrets that I didn't set goals and work toward them so that I'd be in a better position in my life than I am now.
Not sure the OPs method will change that. In fact the OPs method sounds like using the waterfall method for life planning. That also doesn't sound like it would work for me
Re: How to stop feeling lost in tech: the wafflehouse method
#34This is the opposite of what helped me to stop feeling lost in life. I grew up very goal oriented and executed towards those goals with focus and determination. Around when I turned 40 I realized I wasn't all that happy and I'd spent my entire life so far living for rewards that would come in the future. The problem is that those rewards didn't give sustaining satisfaction. They pass remarkably quickly when you get t…
Re: How to stop feeling lost in tech: the wafflehouse method
#35This is the opposite of what helped me to stop feeling lost in life. I grew up very goal oriented and executed towards those goals with focus and determination. Around when I turned 40 I realized I wasn't all that happy and I'd spent my entire life so far living for rewards that would come in the future. The problem is that those rewards didn't give sustaining satisfaction. They pass remarkably quickly when you get t…
My experience would be the opposite. I'm not goal oriented > Instead I now just trust my instincts and follow what seems interesting or meaningful to me right now for me that means watching anime, playing video games, reading HN and social media, and maybe writing small programs like solving S.O. questions, And now I look back, have accomplished nothing of significance, and have huge regrets. Regrets that I didn't se…
It is cliche, but system over goals has helped me.. or I guess you could see it as microgoals one does not need to think about much.
Write code for at least X hours per day, read a book for X amount of time, exercise X days a week.
It gives me a checkbox to tick and no overhead in thinking about what goals are achievable, what are desirable.. etc.
Re: How to stop feeling lost in tech: the wafflehouse method
#36This is the opposite of what helped me to stop feeling lost in life. I grew up very goal oriented and executed towards those goals with focus and determination. Around when I turned 40 I realized I wasn't all that happy and I'd spent my entire life so far living for rewards that would come in the future. The problem is that those rewards didn't give sustaining satisfaction. They pass remarkably quickly when you get t…
My experience would be the opposite. I'm not goal oriented > Instead I now just trust my instincts and follow what seems interesting or meaningful to me right now for me that means watching anime, playing video games, reading HN and social media, and maybe writing small programs like solving S.O. questions, And now I look back, have accomplished nothing of significance, and have huge regrets. Regrets that I didn't se…
Which I guess is to say that GP's "follow your instincts" can also be as difficult as "set goals and hit them", just in different ways.
Re: How to stop feeling lost in tech: the wafflehouse method
#37If your personal planning ritual is this intensive then I'd hate to see what you go through trying to write some code.
Re: How to stop feeling lost in tech: the wafflehouse method
#38This is sidestepping that the market for CS degrees has gone from new grads making more than median income to some of the highest unemployment among college grads. I hope this is temporary, but the problem right now isn't focus or goal setting. It's that the entry rung to the ladder ceased to exist.
Re: How to stop feeling lost in tech: the wafflehouse method
#39This is the opposite of what helped me to stop feeling lost in life. I grew up very goal oriented and executed towards those goals with focus and determination. Around when I turned 40 I realized I wasn't all that happy and I'd spent my entire life so far living for rewards that would come in the future. The problem is that those rewards didn't give sustaining satisfaction. They pass remarkably quickly when you get t…
Grass is always greener, I guess.
Re: How to stop feeling lost in tech: the wafflehouse method
#40Semantically, that example "DAG" graph looks like a data flow diagram (not a state diagram, nor a control flowchart), which is more for modeling ongoing processes, often infinite.
The text talking about the "DAG", however, sounds more like it wants a Gantt chart. And a Gantt chart will start with hierarchical decomposition (i.e., starting with a big task, and breaking it down into progressively smaller pieces, recursively). And have interdependencies among those subtasks (e.g., task get-first-job.get-network-engineer-job can't start until task learn-networking.get-network-engineer-certification.take-the-test produces the cert; and that task has a dependency on studying for the exam). This will also show you what can and can't be parallelized. And when you start putting durations and resource allocations on your Gantt, you can even estimate when you'll hit various milestones.
If you made an example diagram for accomplishing life goals, rather than picking a random "DAG", then it would be more clear to the reader.