Live data from Hacker News

How to Do Great Work

paulgraham.com

361–370 of 464 posts

Re: How to Do Great Work

#361
post #357

As I got older I have a very different take on pg's essays than when I was younger. When I was younger these essays motivated me, as I felt that these essays are written for me. PG seemingly addresses many of his essays to 'very ambitious', 'extremely smart', 'independent thinking' people, and writes about topics to achieve extreme success. When I was younger I believed I am such a person. Now I know that I am smarte…

What's the difference between great work and good work? It seems you are trying very hard to be a contrarian ( Which funnily is a trait of older age )

Yeah. His comment is very hard to parse for insight.

One thing that happens the more experienced you get is that more and more of your work seems "not complex"/"too trivial". But then you realize how many people struggle at those trivial things in similar position and realize it's a trait: - implement simple solutions that provide value. - empower others to understand and use your solutions and implement their own. - tackle on more issues that provide the most value (and not necessarily the most complex). - repeat and expand. Do more with less. Make it less or a battle. - help and foster collaboration of heterogeneous actors. - proactively fix projects before they go the wrong way. - etc

It's not about being particular smart or better but finding methodologies that work and being very conscious and intentional about your work.

Re: How to Do Great Work

#362
post #54

Earlier quoted context omitted.

Yes! I've found this approach very useful with my own projects. I might not be out here inventing C++ or Linux, but it's actually not too hard to find projects where you can apply well known computing techniques or technologies to a new domain to do something truly new. I think this is really motivational because doing something new and showing the world is really fun!

> I might not be out here inventing C++ thank you!

World already has one C++ too many . Thanks op

Re: How to Do Great Work

#363
Let's talk a little more about the complicated business of figuring out what to work on.

When it comes to figuring out what to work on, you're on your own. Some people get lucky and do guess correctly, but the rest will find themselves scrambling diagonally across tracks laid down on the assumption that everyone does. —- This poses a significant problem, and I’m still seeking solutions.

As a child, I was fascinated by computer games and decided to become a computer engineer.

However, I later discovered that I was not particularly skilled in math and programming. Despite the struggle, I managed to complete my degree.

I had a genuine knack for history and geography and genuinely enjoyed them. However, I wasn’t sure if there were any viable career paths based on my interests, so I didn’t pursue them.

Re: How to Do Great Work

#366
post #360

Earlier quoted context omitted.

What's the difference between great work and good work? It seems you are trying very hard to be a contrarian ( Which funnily is a trait of older age )

The difference is that great work is achieved by 1 in one million people. Good work can be achieved by one in 1000 people, or one in 100 depending on your definition. You can adjust your definition of good work to your circumstances. The difference is that even if you are much smarter than average you have miniscule chance to achieve the kind of great work pg tells you about. You can have a high chance to achieve goo…

Your definition of good work is so above and beyond that well under one percent can approach the rarified air of your high standards? I don't believe you.

Re: How to Do Great Work

#367

As I've gotten older, I believe more and more that having a desire for great work has more negatives than it does positives. This post really demonstrates why I believe this – mainly because PG doesn't touch at all on why someone would want to do great work while romanticizing how great it is to have that desire. I don't think the question that ambitious people should be asking themselves is "what is work that I can…

> The work that you do will be great work if you have a reason for doing it other than "I want to do something great."

I've always had an issue with the word "great". Who defines greatness? How will I know that I've achieved greatness in whatever work I'm doing at any particular time.

For work, I know when my work is great because co-workers and managers praise it: "nice fix", "some really good insights here", etc.

Beyond work - there's a whole bunch of egos and social politics that get tangled into the whole "what is great" thing:

- "Great poem"? Depends entirely on who is on the competition judging panel or what mood the magazine editor is in when they read your submission.

- "Great novel"? You've got to get it published first before the reviewers can cast their judgments, and to get it published you need to convince people that this is a great novel for the specific reason that it will make them some money when they publish it.

- "Great JS library"? People need to know it exists - and then how do you measure its greatness? In my view great DevEx and minimal issues raised in GitHub are just as important (if not more important) than the elegance and speed of the code itself.

Nowadays I judge the greatness of my varied passion projects by how well they please me. I am a harsh judge of myself: the days when I manage to draft a poem that leaves me stunned with wonder when I review it a few weeks later (for all poems should be left to ferment for a few weeks before review) is how I measure greatness. It's a rare occurence, but wondrous when it happens!

Re: How to Do Great Work

#368

Earlier quoted context omitted.

Do you have examples of 200+ page API documentation that doesn't have any errors or broken examples? Sounds like the law of small errors to me: https://www.maa.org/external_archive/devlin/devlin_4_00.html

Django docs come to mind

https://docs.djangoproject.com/en/4.2/ref/class-based-views/...

> from article.view

Broken example due to typo.

I'm being facetious but it's actually easy to find them because their are typo PRs open in their GitHub.

Hopefully demonstrates the point though: the law holds.

Re: How to Do Great Work

#369

You really shouldn't write a long post on doing great work without mentioning teamwork. He seems to say great work is done in the garage or garden shed, which has been false for centuries at this point.

My thoughts as well. He himself went ALL the way through the educational system broadly and were into arts and so on, so did his friend and collaborator Morris. Granted, PG has seen tech talent and success unfold on a scale that few will experience, which gives him a unique perspective. I'm still left wondering what role he attributes having close friends like he did, peers, mentors, community and collaboration...

Re: How to Do Great Work

#370

I respect Paul and everything that he writes, even if I don’t agree with it. It takes some serious stones to publish your thoughts on the internet - whether people agree or not. In any case. This seems like a continuation of the never ending quest for people to sacrifice themselves for the betterment of a corporate profit they will never see. I’m not interested in eliminating the ceiling - I want to raise the floor.…

> I am frustrated that the USA’s money advice largely comes from billionaires.

One of my big issues with the 'follow your passion' advice is it almost always comes from people who are already rich. And, those people are often trying to leverage worker passion to staff their companies.

As a young person, don't follow your passion. Instead, figure out the fastest way to economic security and once there, then figure out a passion.

Post reply on HN