Live data from Hacker News

Ask HN: Name one idea that changed your life

news.ycombinator.com

831–839 of 839 posts

Re: Ask HN: Name one idea that changed your life

#831

Earlier quoted context omitted.

With many apps, you can completely bypass kubernetes entirely and just use something like elastic beanstalk or heroku for scaling (just by adding more nodes behind a load balancer).

I invested several days setting up my product's backend on Elastic Beanstalk. After several weeks, I learned that Elastic Beanstalk is not reliable. Then I spent several days learning Kubernetes and gave up when I learned that it is overly complex and mostly undocumented. Then I wasted a week using Packer to build EC2 AMIs and deploy with terraform and run with supervisord. I learned that Packer is slow and Linux pac…

I find it strange that you believe that Elastic Beanstalk is not reliable... That hasn't been my experience at all.

My company has been using it to host our production infrastructure for over a year and a half now, and it has been performing excellently. Our site reliability over the past year has been somewhere around the 99.99% range (and few outages we did have were not related to Elastic Beanstalk in any way).

We have our site hosted in multiple redundant physical locations (AWS regions), with a load balancer routing requests between multiple nodes.

We do about 10-20 deploys to production on a daily basis, with zero downtime. Any time there is a deployment, the code is automatically deployed in rolling batches, and the nodes aren't added back to the load balancer until they pass their health checks.

Re: Ask HN: Name one idea that changed your life

#833
post #604

Earlier quoted context omitted.

In a job I had as a student, I had to sell a product over the phone. My boss told me to ask a couple of obvious leading questions first. The point was to get the customer to say „yes“ a couple of times, before trying to sell the product. I was very ineffective and got fired after a week.

I read a book recently suggesting the opposite. That it's much more effective to get them to say No right out of the gate. People feel like they are in control when they say "No."

Yes there's a psychological principle at work there, when you ask a serious of "softball" questions that are intended to get the respondent to agree, blatantly so, the respondent's "radar goes up", so to speak. I've heard someone give this approach -- and its unintended consequence -- a name, but currently it escapes me. And yes, the gentlemen I'm thinking of was in sales, technical sales actually.

Re: Ask HN: Name one idea that changed your life

#834
post #500

Earlier quoted context omitted.

I know for a fact my mom loved me and only wanted my best when beating the crap out of me. Intentions don't even matter in such cases. The end result does

I normally do not comment here, but I feel like I have to say this. My mom also was beating the crap out of me for most of my childhood and when my sister killed herself, I blamed my mom for it. But after living with all this hate and anger in my life for years, I started to realize that I can only truly be in peace if I learn to let go of these feelings. It definitely wasn't easy and I still find it very hard to tru…

Thanks for the kind words! I am in a much better place now and apart from some long term effects such as general trust issues with people, I am mostly fine now.

Thank you!

Re: Ask HN: Name one idea that changed your life

#835
post #799

Earlier quoted context omitted.

Would you mind sharing your Instagram? I'd love to see your progress - I'm sure it would be inspiring for others to follow your lead (even if you're not quite Picasso yet)

Of course! I did not put it in the original comment because I didn't want to make my message look like "clickbait" - here it is: https://www.instagram.com/pamar/ And here is my webpage on the process (I want to add more about how I draw, including some technical tips): http://pa-mar.net/Hobbies/Drawing.html

Thanks, and looks like you're really making some progress. Good effort!

Re: Ask HN: Name one idea that changed your life

#836
post #18

News == entertainment. Originally by Aaron Swartz http://www.aaronsw.com/weblog/hatethenews Although I have slightly different takes from his and the level of avoiding the news might be different too, but the core idea that I follow these days is there. I used to think following the news was a mix of my duty as a citizen and important for my life, personal and professional. Now I believe it's quite the opposite, I be…

I once met someone who had notifications turned on for CNN's "Breaking News" (which is rarely urgent). I couldn't believe someone would think allowing interruptions multiple times a day with things that are likely to make you angry or sad is a good idea.

News is best consumed in one-week chunks. Read a newsmagazine for the summary; dive deeper into particular topics.

Re: Ask HN: Name one idea that changed your life

#837

The fast Fourier transform and related topics in stochastic processes.

I’ve read your comments and am floored with what I read - if you’re up for making an acquaintance who has 1/10th your expression but knows what you’re doing is real... shoot me an email in the bio.

Re: Ask HN: Name one idea that changed your life

#839

Earlier quoted context omitted.

I invested several days setting up my product's backend on Elastic Beanstalk. After several weeks, I learned that Elastic Beanstalk is not reliable. Then I spent several days learning Kubernetes and gave up when I learned that it is overly complex and mostly undocumented. Then I wasted a week using Packer to build EC2 AMIs and deploy with terraform and run with supervisord. I learned that Packer is slow and Linux pac…

I find it strange that you believe that Elastic Beanstalk is not reliable... That hasn't been my experience at all. My company has been using it to host our production infrastructure for over a year and a half now, and it has been performing excellently. Our site reliability over the past year has been somewhere around the 99.99% range (and few outages we did have were not related to Elastic Beanstalk in any way). We…

See this comment: https://news.ycombinator.com/item?id=23136482
Post reply on HN