Earlier quoted context omitted.
HN readership is definitely skewing mid 30s at this point.
do you have any data to back this up?
Building a company is fucking hard
151–160 of 181 posts
Re: Building a company is fucking hard
#152Not 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…
Re: Building a company is fucking hard
#153Not 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…
I totally agree. I was 35 when I worked for a start-up, by that time I didn't have kids, health issues, sick family members nor midlife crisis. Work side of life was tough but rewarding at the same time. Lots of pressure, but I could smile in the end of the day. Now I am a managing partner in 3 companies and have all the issues above. Work is ok, manageable, but the personal issues are REALLY hard to cope with, speci…
I am starting to understand this, too. Very well said.
Re: Building a company is fucking hard
#154Not 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…
Guy lost me a couple sentences in, right about here: "I’ve only been up and around for about 4 years, a happy ignorant high school teenager before that. I have yet experienced more professional hardship in these four years than most people do in all of their lives." I realize the guy is young and hope he is just using hyperbole and does not honestly believe what he is saying. I'm willing to bet the guys that queue ou…
i applaud the guy for his entrepreneurship, especially from his roots in small-town india.
Re: Building a company is fucking hard
#155Earlier quoted context omitted.
In fairness, I feel like I had more formative experiences between 16-20 than I have since (35). Young adulthood tends to be eventful and formative in a way people's 30s usually aren't. Throw in entrepreneurship... It's not that far fetched.
Even if so, that's not what the OP claimed. The OP claimed that his 18-22 was more eventful than most peoples 22-35 AND ALSO 16-20 combined
Re: Building a company is fucking hard
#156Earlier quoted context omitted.
In fairness, I feel like I had more formative experiences between 16-20 than I have since (35). Young adulthood tends to be eventful and formative in a way people's 30s usually aren't. Throw in entrepreneurship... It's not that far fetched.
Had kids yet? :-)
Look... I you can't take this stuff entirely literally. Life experience isn't quantifiable. We're talking about impressions.
2 months of summer when I was 17 was packed. Romances. Feuds. New ideas, disillusionment, entirely new ways of thinking.
Re: Building a company is fucking hard
#157Not 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…
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.
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,y) => x + y, 0) / ages.length
}
averageAge()Re: Building a company is fucking hard
#158> I have yet experienced more in these four years than most people do in all of their lives. Lol, hearing that from a 22 year old.
"The rational part of a teen’s brain isn’t fully developed and won’t be until age 25 or so"
https://www.urmc.rochester.edu/encyclopedia/content.aspx?Con...
Re: Building a company is fucking hard
#159Not 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…
Re: Building a company is fucking hard
#160Earlier quoted context omitted.
Completely agree with you, and was going to comment the same. Perhaps at 22 you don't have the full perspective of what life can be. I certainly didn't at that age (now I'm 41 and I guess I have a better perspective for sure).
I guess “struggle porn” is just a hip thing to write about. Books like “The hard thing about hard things” celebrates this. It’s startup canon by now.