Live data from Hacker News

Ask HN: What did you learn last week?

news.ycombinator.com

41–50 of 55 posts

Re: Ask HN: What did you learn last week?

#41
post #36

Earlier quoted context omitted.

My father always knew his "father" was not his biological father, but it wasn't until a couple years ago (when he was in his mid-60s) that he was able to find and connect with the half-brothers and -sisters he never knew he had, from the family his bio-father made after he left my father's mother and never looked back. At any rate, how did your father take the news?

The situation you describe is the one I'm curious to avoid. My old man was sort of "bah humbug" about it all. He wasn't necessarily "surprised" that my mom would do such a thing, but still "surprised" — eyes wide open, shaking-of-the-head. My mom was notoriously sneaky, though her legend is prototypically more tame than this: "oh look at this cat I found on the sidewalk that was lost!", or "this dog was going to be p…

Not that I'm trying to psychoanalyze your mother, who has passed, but I'm curious if you've ever compared her behavior with Borderline Personality Disorder?

I had a short (fortunately) relationship with a woman who was diagnosed, and there's a certain 'flavor' to the lies that I noticed when reading about the rocks. Cheating is also common with BPD.

I'm glad it didn't work out, because I can see how the push-pull messes with your head. Something as insane as your wife, who ostensibly loves you, adding weight to your backpack and not revealing the 'joke' for a week is insanely malicious.

Re: Ask HN: What did you learn last week?

#44

I learned that I put my faith and trust in some people who were never sincere and were simply using me. Sometimes you flock to someone because you see them being kind, considerate, and overall a strong leader. It turns out that some people know how to fake these qualities. They’ll use you, and while you look up to them, they see you as a pawn in a chess game. Assuming that people make mistakes and everyone actually j…

I got curious to know more about your story. How were you used and what made you realize what was happening?

Re: Ask HN: What did you learn last week?

#45
post #41
post #36

Earlier quoted context omitted.

The situation you describe is the one I'm curious to avoid. My old man was sort of "bah humbug" about it all. He wasn't necessarily "surprised" that my mom would do such a thing, but still "surprised" — eyes wide open, shaking-of-the-head. My mom was notoriously sneaky, though her legend is prototypically more tame than this: "oh look at this cat I found on the sidewalk that was lost!", or "this dog was going to be p…

Not that I'm trying to psychoanalyze your mother, who has passed, but I'm curious if you've ever compared her behavior with Borderline Personality Disorder? I had a short (fortunately) relationship with a woman who was diagnosed, and there's a certain 'flavor' to the lies that I noticed when reading about the rocks. Cheating is also common with BPD. I'm glad it didn't work out, because I can see how the push-pull mes…

No, not one bit. She just had a sense of humor. It's difficult to truly materialize someone's personality in a finite blob of text.

Re: Ask HN: What did you learn last week?

#46
post #7

Last week felt like I finally understand how webauthn and passkeys work - now my auth server has a "passwordless" login flow https://github.com/authcompanion/authcompanion2

Was there anything in particular that made this click for you? If you have any resources to share I'd love to see them.

I started on the abstraction level with SimpleWebAuthn and implemented a POC to get a sense of the general flow: https://simplewebauthn.dev/docs/simplewebauthn/philosophy

Then referenced how to FIDO for more information: https://github.com/fido-alliance/how-to-fido/blob/master/How...

hope that helps

Re: Ask HN: What did you learn last week?

#47
post #3

For tech things that I learn and want not to "forget" I create a snippet here: https://www.codrut.pro/snippets/ Last week was: - Git refined diff output: https://www.codrut.pro/snippets/git-refined-diff-output/ - Test for Emacs compiler warnings: https://www.codrut.pro/snippets/test-for-emacs-compiler-warn...

I've been doing similar for software I find on a Gist

Re: Ask HN: What did you learn last week?

#48
post #37

I learned not to trust any home services contractors' word. Have been left out to dry by 3 of them in one week after confirming appointments a day or two before. On the flipside, I learned how not to paint walls, i.e. learned doing it the wrong way. I learned a sump-pump advertised to pump 500 gal water per hour will take 3-4 days to pump the muck out of my swimming pool in 4-5 days, i,.e. not to trust those ratings.

I’ve had this in the past year as well. I don’t get it. They may be really busy but it seems like bad customer service on their end. The ones that either don’t return calls or emails or just don’t show, I’m never reaching out to them in the future and I’m never recommending them. But maybe it will never matter?

Maybe it's an epidemic, I've been through a ton of repair guys lately. At my business we have a lot of HVAC work (AC, coolers, ice machine), plumbing work, and occasional other stuff like locksmiths or handymen.

They just absolutely will not show up when they say they will. Late, sometimes no-show. I had a plumber take FOUR visits over FIVE days and still not solve the (relatively minor) issue.

I don't know if there's just that much work out there? I think anyone who shows up could make a killing in my area, for any kind of repair work. I've never shopped around on price, either.

Re: Ask HN: What did you learn last week?

#49

I learned that my favorite pizza place, that I've been disappointed with lately, is getting a lot of 1 star ratings from folks these days. Guess I'm not the only one disappointed. It's a huge bummer. It took a while to find a good option!

What changed that is leaving you dissatisfied?

Do you know why it's happening?

Re: Ask HN: What did you learn last week?

#50
I learned that S3 buckets don’t have a concept of directories, even though a lot of clients make it look like they do. It is possible and valid to store an object such as

/foo/bar

Without /foo existing.

This can cause problems in certain circumstances. Beware.

Post reply on HN