Live data from Hacker News

How to stop feeling lost in tech: the wafflehouse method

yacinemahdid.com

31–40 of 113 posts

Re: How to stop feeling lost in tech: the wafflehouse method

#31

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…

I absolutely agree with you

Re: How to stop feeling lost in tech: the wafflehouse method

#33

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…

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 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

#34

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…

I personally resonate with this take, being a high achiever student in early life and ambitious career seeker into adulthood. While I had my own 'meta' for how to mine certain decades for value (skill buffing, exploration, etc) it is still both scary and liberating to take a step off the planned path knowing deep in your bones it is for the better.

Re: How to stop feeling lost in tech: the wafflehouse method

#35

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…

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…

I feel you. I cannot offer much more than that, but if you care for a friendly advice from someone who is still in the same situation and very much still working on it, setting goals became another way to procrastinate for me.

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

#36

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…

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…

Your comment actually suggests that your instincts tell you those things are not as valuable, but you might just be following habit and dopamine loops at the current moment.

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

#38

This 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.

As long as the U.S. government does nothing to address outsourcing, this issue will remain permanent. People often blame AI, but it is a much smaller problem compared to the outsourcing of jobs to countries like India or the Philippines.

Re: How to stop feeling lost in tech: the wafflehouse method

#39

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…

idk man, I have the opposite experience. I've always followed my instincts, and am now stuck with consequences of bad decisions that are not easy to undo. My life is good, but I feel like I squandered a real shot to be world class and am now stuck in the top echelon of mediocrity, maybe permanently.

Grass is always greener, I guess.

Re: How to stop feeling lost in tech: the wafflehouse method

#40
In Step 5, it's a bit of a "first, draw 3 circles, then draw the rest of the owl, but here's a picture of the space shuttle instead".

Semantically, 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.

Post reply on HN