Live data from Hacker News

Ask HN: What was your most humbling learning moment?

news.ycombinator.com

11–20 of 704 posts

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

#11
I 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 least to my credit I was more fascinated than afraid!), and she ended up dumbfounded that I had never seen fireflies before!

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

#12

I took a mauser .25 pocket pistol apart. one of these: https://sportsmansvintagepress.com/read-free/mauser-rifles-p... Eventually got it together again, but it required assistance from my uncle who had given it to me. He laughed long and hard when i described the predicament, then said "yup, that one got me too". He also rebuilt Mercedes diesels as a hobby, so he was full of entertaining critiques of German engineeri…

What was the difficulty in re-assembling it?

as i recall, understanding the design fully enough to get the springs and tetchy parts back together. Which goes where.

This was pre-internet so articles like that one weren't available to me. There may have been some trick to keeping springs where they were supposed to be as it reassembled too.

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

#13
When I was about 3 months into my programming career I performed a minor refactor to some code.

Unfortunately, the program was difficult to test (no unit tests) and very important, and difficult to verify correctness of output as well. (As in, you can't just look at it and say "yeah that's numbers lgtm").

Also unfortunately the previous author had not been very consistent in their programming style, so there was a lot of syntactic noise (some single line if statements used braces, some omitted them, etc)

Also unfortunately in my prior rewrite work in this, I had grafted the old UI onto my new backend to save time, but not brought the rigor there up to snuff (it's UI code, I had thought. It's well enough to have tests covering the business logic for now.)

Well anyway when I had rearranged some code, I hadn't realized there had been an extremely large block right underneath an if statement that wasn't using brackets, and I had accidentally split it into a few statements. N-1 of which were naturally now outside of the if statement.

The end result being that a bunch of code would run and the "is dirty" state worked fine, but if you clicked save on a "clean" state with no edits, it would blank the fields in the DB but not in the UI.

It didn't end up having any actual impact because we caught it in time, but god damn did it teach me something about "real" programming. I'm not sure exactly what all it taught me, but I think about that a lot as I do random other things now 8 years and 3 companies later.

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

#16
post #4

Earlier quoted context omitted.

If you pull a blind cord to the right it stays up, if you pull it to the left it comes down. My whole life I've just been jiggling and tugging the cord to get it to stay or come down.

Definitely not in the German speaking countries, we have different blinds. You pull a cord down for the blinds to go up, and vice versa. Then the cord is tied to a hook or button.

Your windows open differently too. Instead of angling inward/outward along either of two axes, ours usually just slide up-down or left-right, remaining firmly attached to the window sill.

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

#17
post #14

Took me several days to realize why some cars in the UK have white license plates, some have yellow ones. (They don't: one colour is on the front, one on the back). I no longer call myself a 10x engineers, now it's 9x only (that's a joke, I'm hardly 1x).

Glad I wasn't the only one

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

#18

When I was about 3 months into my programming career I performed a minor refactor to some code. Unfortunately, the program was difficult to test (no unit tests) and very important, and difficult to verify correctness of output as well. (As in, you can't just look at it and say "yeah that's numbers lgtm"). Also unfortunately the previous author had not been very consistent in their programming style, so there was a lo…

> I'm not sure exactly what all it taught me

Time to get into woodworking!

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

#19

I was in my 20s before I realized even numbered houses are always on one side of the street and odd numbers on the other. Literally no excuse for not figuring that out.

One of those life experience moments:

I "knew" this and a had a really good friend who did not. Both of us grew up in the same area, and we met in school, so you'd expect we should agree on this, right?

While "arguing" about it one day, it turns out the suburb they'd grown up in had several private subdivisions where the builders could do whatever they wanted. Houses were numbered sequentially following one direction of the private street, then the other. So the house nearest the entrance of the subdivision would be "100 Maple Street" and across the street would be "143 Maple Street".

Because they'd grown up mainly going to other friends' houses in the private subdivisions, my house address was the odd one and theirs were normal to them.

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

#20

Had an employee poach on of my customers. And had another do the same ten years later. I apparently have trouble learning life lessons.

Two over 10 years doesn't seem like that much, but I guess even one is too many. What do you see as your life lesson here though?
Post reply on HN