Live data from Hacker News

Ask HN: What was your most humbling learning moment?

news.ycombinator.com

181–190 of 704 posts

Re: Ask HN: What was your most humbling learning moment?

#181

From 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…

so… many… acronyms… is this a thing in military like there are million acronyms everyone uses??! :)

Yup! It’s a pretty well known part of it. There’s running lists of military acronyms out there.

Re: Ask HN: What was your most humbling learning moment?

#182
1. Seeing my boss just completely side step an issue, where his switch was sending vlan tags to his carrier causing the carrier to shut down the port, by purchasing a switch that didnt support vlan tagging. I died on the inside but lesson about end user troubleshooting learned.

2. Being able to break into a 24 hour data centre because the data centres building management just didnt give a shit. Turns out they had fired all their staff and were leaving the DC empty until they liquidated. We managed to get our kit and bail. But like physical security provided by a third party is ephemeral.

3. I used to lock my bike to my tool shelf. A thief came along and used my hacksaw from my toolshelf to break my bike lock and steal my bike. Thieves will use anything available, not just what I want them to use.

4. Had 2 console windows open. First to a Junos device on my desk. Second to a Junos core router. I reloaded one, and didnt realise I had reloaded the wrong one until we lost an entire state. Multitasking invites risk.

5. Customer had a huge failure. Kept insisting they would rebuild completely, but would routinely beg for just one more dodgy workaround just to keep them going. They never rebuilt. That network is perma fucked. Customer promises are worthless.

6. Much like 5. Customer got bought out by a larger firm. Began to raise new deployments by escalating to the after hours noc, pretending that new deployments were actually failed existing sites. We asked them to stop and they never did. If theres a large enough financial interest customers will just ignore contract and good practice to make the payday.

Re: Ask HN: What was your most humbling learning moment?

#183
post #131

Earlier quoted context omitted.

Person A spends their 8 hours playing sports, reading books and socialising Person B spends their 8 hours only playing video games I would expect Person A to be better than Person B in every notable category, except for video game skill.

Why are you discounting the importance of video game skill? With esports people are making a living on it. Person B is specializing in a skill and mastering it. Person A is a jack of all trades and master of nothing.

I've played a lot of computer games. But in no way will I ever be an esports star. Playing computer games is simply another "skill" in the toolbox of a jack of all trades.

And I'm fine with that.

Re: Ask HN: What was your most humbling learning moment?

#184

Earlier quoted context omitted.

Wait so you are a particle physicist, a statesman, a mountain man, a mob boss, and an astronaut? Stop thinking global maxima (everyone in the world) and start thinking local maxima (you) and I promise there is someone that beats every local (you) metric you have.

Nope. There is no one that beats me at every metric I have. Does anyone know my family as well as I do? No. Does anyone know my staff as well as I do? No. Does anyone maintain my house as well as I do? No.

That is a bit of a reach. You are defining the categories very narrowly.

If instead of saying “knows your family” it would be more natural to compare how well you know your family with how well they know their own family. Similarly about their own coworkers and their own house.

But of course you can define the categories that narrowly. In which case you are simply not talking about the same thing others are, and you are willfull missunderstanding their point.

Also, good luck being the best in your own private game. I hope it makes you happy.

Re: Ask HN: What was your most humbling learning moment?

#185

1. Seeing my boss just completely side step an issue, where his switch was sending vlan tags to his carrier causing the carrier to shut down the port, by purchasing a switch that didnt support vlan tagging. I died on the inside but lesson about end user troubleshooting learned. 2. Being able to break into a 24 hour data centre because the data centres building management just didnt give a shit. Turns out they had fir…

> 3. I used to lock my bike to my tool shelf. A thief came along and used my hacksaw from my toolshelf

You locked your bike to a toolshelf that contained the tool they used to steal the bike? That would be like putting jewelry behind a glass cabinet and putting a hammer next to it.

Re: Ask HN: What was your most humbling learning moment?

#186
This might be a different response, but I think about this a lot. From my earliest memories, I have loved technology and especially software development. I got involved in a very large low-tech industry early on and I now have the golden handcuffs on. I've kept up with development, even finished my CS degree. I held on to the idea that I would hold the title of a real "software engineer" one day, instead of solo-ing internal tools.

Until I actually had the chance to. I have somehow gotten to a spot where I make what a senior dev does, and realized my responsibility as a father and putting "food on the table" trumps my "legacy," or at least for now. It's a boring, large-org gig without a solid definition of what I actually do. But when forced to reflect, I have it really good. Maybe one day I may go for it again.

Re: Ask HN: What was your most humbling learning moment?

#187
Caught a senior sysadmin in a small company using a proxy on our infrastructure to hide misc web browsing from oversight. The logs were the give-away. It was typical misc IT/nerd news stuff... the kind of thing a different company culture (which did come later) would actually encourage.

I was sure the right thing to do was to report it to the CEO (there wasn't anyone else higher in the hierarchy to consider) for certain chastisement and correction. I was commended and the sysadmin got a browbeating.

I definitely did right by the policies in place. However, not too long after I realized there was certainly a better way to handle it and my behavior had more to do with scoring points than doing the right thing.

This was also someone who went out of their way to mentor younger employees and help kindle a passion for this line of work. I was a major beneficiary of this, so I look back upon that incident with nothing but regret.

Re: Ask HN: What was your most humbling learning moment?

#188
post #83

Learning that some folks can produce so much value with crappy code. I've seen entire teams burn so much money by overcomplicating projects. Bikesheding about how to implement DDD, Hexagonal Architecture, design patterns, complex queues that would maybe one day be required if the company scaled 1000x, unnecessary eventual consistency that required so much machinery and man hours to keep data integrity under control.…

As a good friend of mine often says: We work in a field of people who envision themselves as artists, when all that is wanted are painters.

This articulates something I've been thinking about quite a lot recently; quite nicely.

Re: Ask HN: What was your most humbling learning moment?

#189

Being 15 and unable to grasp the concept of an array whilst wishing I could somehow use a variable to escape my at the time a1, a2, … a11 variable naming convention.

Haha, tell me about it.

When I was first learning PHP as a teenager I also had similar problems. I did not know about SQL JOINs for at least a couple of years; which meant database querying was... overcomplicated to say the least.

The other epiphany I had was when I started to realise HTTP was just a request string getting parsed. Given I had used FTP and web servers like Apache previously for HTML and files, I was convinced the directory structure in the URL was the directory structure on disk. It took me a long time to get my head around the fact that you could just grab the request URL from the HTTP headers and not have to have hundreds of physical folders to make URLs like /category/subcategory/page (I'd managed to approximate this with making folder structures that looked like this with index.php files in).

Re: Ask HN: What was your most humbling learning moment?

#190

I consider myself fairly literate and a decent communicator. Until recently I pronounced ‘segue’ how it is spelled. No one ever corrected me. I shudder to think about the meetings where I pronounced it incorrectly.

That is how it is spelt?!! I had something similar: in front of quite a few people I said “albeit” but rather than pronouncing it “all be it” I said “al bite” as I had said it all my life. Mortifying

It took me until about my mid 20s to be confident of how to read it aloud whenever I saw it in print. I could use it and understand it verbally, but everytime I would see it written down it just never felt right for some reason.
Post reply on HN