Live data from Hacker News

Ask HN: Are you working on interesting technical problems?

news.ycombinator.com

421–430 of 441 posts

Re: Ask HN: Are you working on interesting technical problems?

#421

I'm hesitant to post because there is so much anguish here about winning the lottery for interesting work. I have been extremely fortunate in my career. I'd say I won the interesting lottery. I started very early by today's standards, taking my first programming class at the local university when I was in 5th grade, back in '76. At 17, in '82, I had a game company selling nationwide in Sears & KMart a few Vic-20 game…

Wow pretty amazing. A little OT but just reading about coding 10 hours a day is just making me think of back pain. Is it really possible to sit for that long everyday and not suffer from it. I know I'm probably focusing on the wrong thing but just the idea of being able to code for that long everyday without suffering any physical problems would be reward enough for me.

I actually code closer to 14-16 hours a day. But I have a standing desk / bar stool combination, plus a compile of my work typically takes 3-4 minutes, so I have a yoga mat, weights and stuff to work out while I think & wait. I'm 54, yet look 40 with a near six-pack. I'm really lucky.

Re: Ask HN: Are you working on interesting technical problems?

#422

You might as well have asked who among us won the lottery. I've been struggling with this for years now; after 4 boring jobs I finally gave up even the expectation that what I'll be asked to do will be even remotely interesting (or socially useful). The chance of landing an interesting job is absolutely minuscule - the market rewards whatever it rewards at the moment, and that's where jobs flock. These days, one of t…

While I can certainly understand your sentiment, I would encourage you to not give up so easily... while it might not be so easy as to stumble upon meaningful jobs there are certainly opportunities that can be created and developed. For example, if you go an entrepreneurial route you can find interesting and meaningful challenges and start to work on them in your free time and see how to push these forward over time.

Another recommendation is to have a look at 80000hours.org which is a great resource for finding the best work opportunities out there! I think they even provide some coaching :)

Re: Ask HN: Are you working on interesting technical problems?

#423

Earlier quoted context omitted.

Wow pretty amazing. A little OT but just reading about coding 10 hours a day is just making me think of back pain. Is it really possible to sit for that long everyday and not suffer from it. I know I'm probably focusing on the wrong thing but just the idea of being able to code for that long everyday without suffering any physical problems would be reward enough for me.

I actually code closer to 14-16 hours a day. But I have a standing desk / bar stool combination, plus a compile of my work typically takes 3-4 minutes, so I have a yoga mat, weights and stuff to work out while I think & wait. I'm 54, yet look 40 with a near six-pack. I'm really lucky.

Wow man that's really awesome. Would you mind doing a blog post about it sometime (or maybe linking to the source where i can learn more about it).

It can help a lot of people like me who are struggling to work even 5 hours a day at just 37.

Still thanks for the reply, I am now seriously thinking of getting a standing desk.

Re: Ask HN: Are you working on interesting technical problems?

#425
post #384

Earlier quoted context omitted.

My father-in-law mentioned something I find quite interesting to my wife: Don't look for a job that will fulfill every aspect of your life - that's what your family is for. And if you do find one, your family life might not suffer. Not all of us are raising families, but I think it highlights a bigger points. Work is not what builds societies (certain jobs do harm society I think, mostly by destroying it's moral virt…

I believe that the inability for business in our society to be socially aware or responsibile stems from the separation of private life and public life. I can't remember what book this was, but it looked at what war criminals were like in private life. Its main point was that, in private, war criminals were nice guys. According to the book, the transition from being war criminals by day and family men by night, was p…

Likely either directly or something inspired by Hannah Arendt's 'Eichmann in Jerusalem : a report on the banality of evil'. http://www.worldcat.org/title/eichmann-in-jerusalem-a-report...

Re: Ask HN: Are you working on interesting technical problems?

#427

Earlier quoted context omitted.

VideoToaster? BBSs? What was your first computer?

I first had access to a PDP-1170 at my local university, then a borrowed Apple II, then my first computer was a Vic-20. Then a C-64, then the beta Mac.

Do you think if you had not started with a 16-bit computer, your learning would have progressed differently?

I know this is a highly speculative question.

Re: Ask HN: Are you working on interesting technical problems?

#428
No. I’m in engineering/desktop dev and very aware that if I ever switch to the web side of the world then I’ll either do very menial stuff like CRUD, or very complex stuff like scaling CRUD. Unless there are actual algorithms in what I do, I get bored very quickly!

I think it sounds like you should find a job with more algorithmic challenge. Games, finance, insurance, simulation, engineering.

Or just work on write the libs and tools. I don’t want to write a sql query I want to write a sql parser.

Re: Ask HN: Are you working on interesting technical problems?

#429

Earlier quoted context omitted.

I first had access to a PDP-1170 at my local university, then a borrowed Apple II, then my first computer was a Vic-20. Then a C-64, then the beta Mac.

Do you think if you had not started with a 16-bit computer, your learning would have progressed differently? I know this is a highly speculative question.

The Apple II and Vic-20 were both 8-bit computers. The minis and mainframes at universities were 16 and 32-bit systems, but for the large part I just ignored the word-length of a system. I really only cared if I needed to work in assembler, which I preferred for a good 15 years. I generally work in C flavored C++, and don't really optimize via process bit knowledge until bottlenecks are being removed.

Re: Ask HN: Are you working on interesting technical problems?

#430
I feel it is sometimes helpful to see the other point of view. Lets say I had an interesting technical problem to solve and some funds, why should I give it to you instead of somebody else?

Also, as an aside, I've found that "interesting technical problems" stop being interesting when you are building a product. The sexy stuff is finished very early on, and then the vast majority of time is spent on polishing/bugfixing/documentation and decidedly non-sexy stuff.

Post reply on HN