Live data from Hacker News

Ask HN: How can I find something worthwhile to do?

news.ycombinator.com

21–30 of 112 posts

Re: Ask HN: How can I find something worthwhile to do?

#21
Find hobbies, things to do besides programming. You will find problems to solve for yourself eventually.

I play tabletop games and lacked a good tool to plan dungeons as a DM. So I wrote a dungeon planning tool. ( https://h4kor.github.io/dungeon-planner/ )

I like blogging, so I wrote my own blog software ( https://github.com/H4kor/owl-blogs ) as I disliked WordPress and static sites were too limiting for me.

Re: Ask HN: How can I find something worthwhile to do?

#24
I never have ideas for really worthwhile projects either. It's only happened a handful of times but they've always been just short scripts that I did in a weekend and posted online for people to use. I'd have loved to find a library or software that I needed, but it's never happened that it didn't already exist. A couple of times in the past I tried to start something more ambitious anyway, but without any intrinsic motivation it just doesn't stick long term, because it doesn't feel like there's much point to it.

I'd recommend to keep looking into things that you find interesting, just for fun. I've really enjoyed messing around with graphic shaders recently, which I have no use for. But the more tools on the bag the easier it is to find opportunities to do useful things.

I still try to find useful things to do though, maybe one of those weekend projects can grow into a larger project, it would be really cool. But I don't see much point into trying to come up with something just for the sake of it. I'm reminded of that guy in Spain building a cathedral by himself. Not that there's anything wrong to building a cathedral by yourself if that's what you want, but pretty much the only reason to do it is that, because you feel like it.

Re: Ask HN: How can I find something worthwhile to do?

#26
post #15
post #4

Have kids or get a hobby. I'm in the same boat tbh, I don't find interesting things with programming anymore, maybe when I did it was just that I had less other stuff to do. I'd rather learn something new now e.g. last year I started doing some home music recording/production. What is your goal - if you want to upskill for your career or to start a business, fine, if not find something else to do.

I was going to write something similar, "start a family". However, the problem is that that's not just something you _just do_ - it's not like you wake up one morning and decide, "I'm going to start a family", and boom! out come the rug rats. Getting a hobby is orders of magnitute easier.

> it's not like you wake up one morning and decide, "I'm going to start a family", and boom! out come the rug rats.

Takes less time than getting good at a hobby really.

Re: Ask HN: How can I find something worthwhile to do?

#27
Don't overthink it. Don't search for the perfect project. There never will be one. Just start sth, also multiple potentially multiple things, and keep active on those which are fun. It's good to do small projects (timescale: a day to a week or so) which you can maybe extend later.

Games were already mentioned, and I share this recommendation. Those are usually fun, and you have the whole spectrum of tiny to huge, simple to very advanced, touching also basically the whole stack, almost the whole field of computer science, and beyond, as much as you want it.

Otherwise, maybe some electronics? Robotics? Machine learning?

Or think about your daily routine, at work or also privately. Isn't there anything you wished would exist or improved, which would make your life easier? I have countless of small little utilities which evolved with such motivation over the time.

Re: Ask HN: How can I find something worthwhile to do?

#28

> I just don't have any problems to solve with these tools It's possible you're placing too much emphasis on the type of problem you need to solve. You might be trying to think of a problem that many people experience, or a problem that others recognise as important, and getting frustrated that you don't have any ideas. If this is the case, I'd recommend making something for one person instead. Make something stupid,…

> It's possible you're placing too much emphasis on the type of problem you need to solve.

Yeah I think so as well. With as much experience as OP has it’s unlikely, if not impossible, to not experience problems or friction in terms of tech.

Sometimes they are completely unsolved, but much more frequently they are just solved poorly. “I wish it was easier to…” is an extremely good starting point. Personally I get these feelings from being lazy - I get annoyed when things are slow, tedious and most importantly complicated. I’m more of a “I can’t believe in 2024 it’s still hard to…”.

Conversely, the enemy of this mindset is “it’s just me being slow/dumb/lazy”, “a lot of smart people have already tried” etc etc.

Re: Ask HN: How can I find something worthwhile to do?

#29
I never force myself to do anything and always go with the flow. Sometimes I tickle my own itches some times I find obvious money hacks that could be worth my time just by following random side interests.

It gonna sound somewhat esoteric but I think you need to completely let go to get to the good and fun ideas.

Re: Ask HN: How can I find something worthwhile to do?

#30
> Am I just hard-wired to be mediocre?

Have you considered the possibility that you're actually clinically depressed? Working on the assumption you are male, I think a lot of guys don't realise that low-grade depression looks like this for a lot of us. Especially getting towards mid-life.

One thing I would suggest is to embrace boredom. Cover up your television, delete your streaming video apps, cut back on social media as much as is possible, stop gaming if you game. Stop avoiding boredom with low-energy solutions.

Get really, really bored. Then see what your brain wants you to do. Boredom is a precursor to a creative state.

Another thought: consider if your "worthwhile" is actually helping other people do theirs? If you can learn new tools and languages easily, could you help others? Could you teach?

I need this change in my life too, and this is the direction I hope my life is heading in.

Post reply on HN