There's an old adage that successful people surround themselves with success. It's all about cohort - if you don't have other friends who are pushing themselves the way you are, it will be very, very, hard. It doesn't matter if you're in tech and your friend is in gardening, what matters is the shared struggle, and dreams. It helps knowing you're in a boat others have been in before. Spouses/partners can understand a…
This is why it's important to grow up in the right zip code, do well in school, score high enough on standardized tests, get into the best universities. If you want to maximize your chances of getting to the top, the best way to do that is to know the right people.
Building a company is fucking hard
171–180 of 181 posts
Re: Building a company is fucking hard
#172Re: Building a company is fucking hard
#173Earlier quoted context omitted.
I wonder if the median age of HackerNews readers has shifted through the years? I started reading HN probably around my early 20s, if not sooner, and now I'm in my thirties with children. Life doesn't get easier or less complex as time goes on, that's for sure.
Anecdata re: readership age: https://news.ycombinator.com/item?id=17636856 Eyeballing: average age seems to be mid 30's. EDIT: 35.4, you can run in your console on that thread: function averageAge(){ const ages = Array.prototype.slice.call(document.querySelectorAll('.commtext')) .map(span => span.innerText) .map(text => text.slice(0,2)) .map(firstTwo => Number(firstTwo)) .filter(n => !isNaN(n)) return ages.reduce((x,…
let avgAge = [...document.querySelectorAll('.commtext')]
.map(span => parseInt(span.innerText))
.map(Number)
.filter(Number)
.reduce((i,d,c, ages) => ages.reduce((x, y) => x+y) / ages.length)Re: Building a company is fucking hard
#174Re: Building a company is fucking hard
#175Earlier quoted context omitted.
Can’t agree more. I experience and changed a lot when I was in my early 20s. Now life moves slowly.
I can't make assumptions as to whether you or the gp have kids, but I didn't have my first until 37 and the second last year at 41. For me personally, having kids was the single most trans formative experience of my life with regards to how I have to examine my life and the world around me. Nothing before that came anywhere close, perhaps if I had lost a parent/sibling when I was younger or had enlisted after 9/11 I…
Re: Building a company is fucking hard
#176Two important points in that essay: You will need friends You will need mentors This is 100% true, so I have a question. How do you find those when you're already spending all of your time on your startup and new to town without a support network in place?
These aren't really true in my experience. I never had someone I'd consider a 'mentor'. And I've had friends but I don't spend a lot of time with them and they don't relate to my business at all. At the same time, I managed to build a business earning mid-6-digits per month. Not spending time futzing about with other people allowed me to focus on the actual craft and make the product really good. Not having "friends"…
But I totally agree with the don't talk with people about difficult work stuff you are trying to do to, like it takes years and rare talent to understand something in such a way that you can do "something different, and seriously intense" and make money off it, so there might be nobody in the world that you can have a proper discussion with about your thing.
But on a personal level time spent making friends can be truly rewarding. I mean we humans are herd animals, there is no escaping it. I personally get along truly well with very few people, but I can get along with some people for a short amount of time, so visiting different groups of people from time to time gives me a lot of joy, even if I would never truly get along with those people for more than a few hours each week/month.
Re: Building a company is fucking hard
#177Earlier quoted context omitted.
I don't understand why you are downvoted, because you are right. Conducting a successful career is also very hard. Let alone a successful marriage! Or getting fit, loosing weight. You want to build a company? Just do it. It's not harder than other things in life. Edit: some words.
Building a successful startup is infinitely harder than having a successful career as an employee.
You absolutely have to invest in your people in a best possible way if you are interested at all in building a GREAT company.
Re: Building a company is fucking hard
#178Not dissing the general message. Startups can be brutal, but still. Dude is 22 and claims having seen more hardship than others. Try dealing with raising kids, health issues, sick family members, dying friends, mid life (all of which will probably happen as you near the age 40) and a startup will look like a pleasant distraction from the actual hard stuff in life. I,d say enjoy being 22, don’t take yourself to seriou…
He's from India too.
Re: Building a company is fucking hard
#179PREEEEEEECH!
Re: Building a company is fucking hard
#180Earlier quoted context omitted.
These aren't really true in my experience. I never had someone I'd consider a 'mentor'. And I've had friends but I don't spend a lot of time with them and they don't relate to my business at all. At the same time, I managed to build a business earning mid-6-digits per month. Not spending time futzing about with other people allowed me to focus on the actual craft and make the product really good. Not having "friends"…
Extroverts need people to talk to, they have no choice in the matter and some people might need help with knowing where to start with basic stuff like registering a company etc. And some people need some emotional support, it does not need to be logical support just: "you worked hard have a hug" type support. But I totally agree with the don't talk with people about difficult work stuff you are trying to do to, like…
The people I interact with socially/romantically can't understand my work at all and are totally separate from it.