I went from hacky hobbyist programmer to working on core business logic for a startup that eventually the whole company would rely on. I was mostly a one-person team at the company, and I kept a lot of my bad unscalable tendencies from making small fun projects. No formal testing, very little documentation, hundreds of “TODOs”, breaking API changes without really telling anyone, no QA process, no monitoring/reporting…
Ask HN: What was your most humbling learning moment?
61–70 of 704 posts
Re: Ask HN: What was your most humbling learning moment?
#62I was asked by a pro. documentary maker (who I met on the plane flying in to London) to get some B role for a G&R concert he was filming (with his spare video camera). I was given the camera and sent in to the mosh pit to film from that perspective. After the show I gave the camera back to him. He said, "where's the footage?" I had been "filming" looking through the view finder, but I had forgotten to press record. G…
Re: Ask HN: What was your most humbling learning moment?
#63rm -rf *
Yep; I actually did it. By mistake, as a junior in a CS research lab.
Re: Ask HN: What was your most humbling learning moment?
#64Re: Ask HN: What was your most humbling learning moment?
#65I don't think this was dumb exactly, just naïve. I didn't know fireflies were real until my 20s. I thought they were just a made up thing in storybooks. I was rooming with a girl I barely knew for the summer and was looking out the window while washing dishes. You know how fireflies tend to sync up? Suddenly I see hundreds of tiny yellow lights turn on and then off. On and then off. I yelled for her to come in (at le…
Re: Ask HN: What was your most humbling learning moment?
#66Re: Ask HN: What was your most humbling learning moment?
#67When I was younger, I had an issue with external vs internal validation. Sadly, it heavily skewed towards external validation. I was on the chunkier side for a lot of my childhood and into high school. Joined wrestling and stayed with it. Lot the weight, grew, and gained muscle. Also started to get a lot of attention from the opposite sex. That, with the external validation issue, leaned into it and just had fun. It…
So humbling I could compare it with a train crash. Sadly possibly over-compensating for it now, but I don't want to go back to the external validation spiral.
Amd thank you for sharing, and putting into words what I didn't manage.
Re: Ask HN: What was your most humbling learning moment?
#68From 2011-2012 was Senior intelligence officer for Anderson Air Force Base, Guam, which is one of the most strategic bases in the United States department of Defense. As SIO you are statutorily responsible for the joint worldwide intelligence, communication system (JWICS), maintenance, security, growth, interruptibility, etc… in addition to managing all Perssec for SCI holders, and maintaining control, security and f…
While it's an interesting story, I don't think this Ask HN was meant as a "what's your greatest weakness" job interview question.
Re: Ask HN: What was your most humbling learning moment?
#69Idk what my most humbling moment would be, but there's been a few. I've spent the majority of my career looking for wook rather than doing work, and have lost at least 7 jobs in the first 12 years for one reason or another. This is going on the 3rd time I've spent more than a year without working at all in any job. It never gets easier, and each time I get to spend a ton of time reflecting on how things went and what…
Honest question and genuinely curious: what is difficult about showing up on time?
To understand how hard it is, imagine that you have periodic blackouts during which you completely forget not only that you need to be on time for work, but that work is a thing that exists in this universe. You cannot control when one of these blackouts will hit, you just get to deal with the fallout.
Re: Ask HN: What was your most humbling learning moment?
#70I contributed System.HashCode to .Net Core. I was overzealous with inlining hints to make it go fast. jkotas popped his head into the PR and noted the 2MB of machine code per generic type parameter. The bigger problem was that I knew better, and preached better at the time, but had my head too deep in the weeds. I'm better at occasionally popping my head out of the weeds nowadays to make sure I don't have tunnel visi…