I have a very wide area of interests, and doing things takes time. But while I'm doing thing 'A', I think about the fact that I'm making no progress on 'B', 'C', ... 'n' and it distracts me both from thinking as deeply as I need to on thing 'A' and the enjoyment I get from getting something done. So I struggle with letting go of the desire to get everything done that I can imagine would be fun and interesting to do.
Ask HN: What do you struggle with?
261–270 of 553 posts
Re: Ask HN: What do you struggle with?
#262Re: Ask HN: What do you struggle with?
#263Everything worth doing and about half of the things that aren't. If I had to pick one thing, it'd be my weight. I've lost 150lbs and have been keeping it off for years. People who've never lost a significant amount of weight (north of 50lbs) probably can't understand what it is like to have to fight your body every day of your life. I have to avoid temptation as much as possible, which means keeping only enough food…
I respect your achievement in losing the weight and keeping it as well as still working on yourself, but I don't think life should be hard as you describe it.
Good luck.
Re: Ask HN: What do you struggle with?
#264I want to leave my country for work/ study reasons, but I don't know how to start or where to look. I'm a EE graduated from a university here in South America (Chile) and currently working as a SW lead in IoT / fullstack projects. Every time I look outside (linkedin, /cscareerquestions, HN), there are people with far more experience or qualifications. It makes me feel my ideas are all wishful thinking. That the succe…
Creo que lo que te quiero decir es que estando en Chile tambien puedes hacer muchas cosas interesantes, incluso tan buenas que no necesites emigrar. Estamos en un mundo globalizado. Mucha suerte.
PS. This is for jobs, if you want to study by all means prepare yourself, apply to top schools and hit it out of the park.
Re: Ask HN: What do you struggle with?
#265I'd say I struggle with a few things, but I'll pick one. I overcomplicate and overthink things. If I get into something, like a new hobby, I go in to "engineer mode" and think about all the complexities of what I'm trying to do, and end up going nowhere. Or other times, I will purchase a slew of materials I don't initally need because "I'll need them later" and end up getting bored with the hobby before they ever get…
What are your strategies to cope with this?
Re: Ask HN: What do you struggle with?
#266I make I try to get at least one Git commit every day, but my job is pretty draining, so that doesn't happen. And sometimes all my projects get blocked on hard stuff that I don't have the energy to solve. For all I know, I might look alright on paper. I've co-authored a paper in a respectable journal, written a few Rails apps, a few desktop apps, and a crappy interpreter for an old language - which doesn't really use…
Then it's up to you to catch up to their expectations. If you fail in that, so what! You'll have your first gig on your resume, and I bet you'll have learned a lot about working as a dev in that time. You'll be miles ahead of grinding it on your own.
Just have several strategies for coping with failure or disappointing yourself, otherwise it can be extra rough.
Re: Ask HN: What do you struggle with?
#267I don't like the new way of doing things. Kubernetes, node, react, terraform... Everything is more complicated and also more fragile. I feel like the software world is collectively mad and I'm sitting on the outside asking "wtf is going on?" Or maybe I'm the crazy one.
Kubernetes: I've actually not used kubernetes yet; I do hope to, sometime in the future. I do see the value in managing distributing the images/code required for a job to the machine that will eventually execute it, and distributing jobs automatically, as opposed to by hand. I've worked with a system similar to Kubernetes, and having used it, I understand the appeal and miss it greatly. Docker images (which I understand Kubernetes to use) also greatly simplify my life as a developer; generally, the actual VM my stuff is deployed to is significantly out of date (e.g., it's CentOS or Ubuntu) and this allows me to, e.g., get a very recent version of Python 3. It greatly pushes one toward (IMO) not having snowflake (unique, hand-crafted, but can't lose them) machines.
Node: I don't use Node server side; I mostly use npm for managing fetching client-side dependencies. Otherwise, this would be either committing them directly (I dislike mixing third-party and first-party code; it encourages ad-hoc fixes/changes, and doesn't get updated regularly) or a bash script to fetch them (more painful to maintain in the long run than npm, IMO). It also fetches indirect dependencies, so I don't need to figure out that this project requires that dependency, etc. Also, Babel is a godsend of a tool for dealing with browsers that haven't implemented the latest ECMAScript features. In particular, JavaScript modules are wonderful compared to life without.
React: I've not used full react; I've actually not used it at all for lack of time. I would like to use it, as building up UI elements via the DOM APIs is downright painful. Having not used JSX at all, I can completely understand why someone would invent JSX.
Terraform: We didn't use this for a while. AWS resources where managed by hand; nobody would know why something was in a particular configuration, and configurations between production and non-production environments would be different, with no clear rationale as the why. TF at least allows comments and a history of changes (when version controlled), and the language helps keeps things consistent where they should be.
Re: Ask HN: What do you struggle with?
#268I struggle with crippling social anxiety and shyness that has affected every aspect of my life. I'm 33. It's made job interviews awkward/uncomfortable, and even made it hard to find rock climbing partners because I'm not really fun to be around. I don't know what to do. Therapists haven't helped.
Re: Ask HN: What do you struggle with?
#269I don't like the new way of doing things. Kubernetes, node, react, terraform... Everything is more complicated and also more fragile. I feel like the software world is collectively mad and I'm sitting on the outside asking "wtf is going on?" Or maybe I'm the crazy one.
React is like one step forwards, 10 steps backwards. Mixing markup and logic, adding a whole front-end compiler, needing imports from third parties to re-implement basic browser functionality - for what? So that users have to see a loading spinner and their back button doesn't work any more?
I'm 90% sure it's an accidental conspiracy to keep front end developer salaries high.
Talking to older heads, apparently they felt the same way when XML and "middleware" came along..
Re: Ask HN: What do you struggle with?
#270I’m 30 and haven’t really had much dating experience. It boggles my mind how people are already married by 30. How does dating work? Serious question.
On one extreme, if you're good looking and rich, then maybe 99% of people you meet will like you. If you're plain looking and poor then maybe only 0.01% will like you so you just need to try MUCH harder.
Being average does make it easier to form genuine (healthy) relationships though so it's not all bad. You don't want to attract the wrong kind of attention.