Live data from Hacker News

I couldn't submit a PR, so I got hired and fixed it myself

skeptrune.com

21–30 of 218 posts

Re: I couldn't submit a PR, so I got hired and fixed it myself

#22
post #19

It's hilarious to see the old joke actually playing out in real life. Kudos! On a meta note; would you consider adding a left margin to your site? Reading from the very edge of my screen feels somewhat strange.

Clicking through the links in his article, I came across a guy who apparently did the same thing at Apple - he introduced the "auto remove" feature for expired passes added to your wallet, then promptly quit. I had no idea that's how that feature came about, but now I'm going to send a little mental thank you to him every time I get off a plane. That shit was FRUSTRATING.

Hotz said this, but I couldn't find any actual evidence so didn't include it.

Re: I couldn't submit a PR, so I got hired and fixed it myself

#23
post #19

It's hilarious to see the old joke actually playing out in real life. Kudos! On a meta note; would you consider adding a left margin to your site? Reading from the very edge of my screen feels somewhat strange.

Clicking through the links in his article, I came across a guy who apparently did the same thing at Apple - he introduced the "auto remove" feature for expired passes added to your wallet, then promptly quit. I had no idea that's how that feature came about, but now I'm going to send a little mental thank you to him every time I get off a plane. That shit was FRUSTRATING.

That reminds me, I need to apply for a job on whichever team hasn’t added a toggle to remove contact names from the autocorrect dictionary…

Re: I couldn't submit a PR, so I got hired and fixed it myself

#24

It's hilarious to see the old joke actually playing out in real life. Kudos! On a meta note; would you consider adding a left margin to your site? Reading from the very edge of my screen feels somewhat strange.

Maybe you should get hired by OP and fix it yourself ;)

Re: I couldn't submit a PR, so I got hired and fixed it myself

#25

I wonder if it's legal for corporations to have employees that they send off to get hired at other companies, do some stuff in those companies that are beneficial to their actual employer, and then leave before the probationary period ends.

IANAL, but it’s almost certainly legal, as long as all parties involved adhere to the applicable non-disclosure agreements, non-compete agreements, and intellectual property provisions of their employment contracts. Even then it’s likely to remain a civil matter in most cases.

Companies can sue each other for nearly anything, so any level of this behavior could result in a lawsuit. It wouldn’t cross the line into criminality until it involved some fraudulent deception or blatant corporate espionage. For a recent example of that, see the ongoing litigation between Rippling and Deel. (But even that egregious espionage activity remains limited to civil court, at least for now.)

Re: I couldn't submit a PR, so I got hired and fixed it myself

#26
post #19

It's hilarious to see the old joke actually playing out in real life. Kudos! On a meta note; would you consider adding a left margin to your site? Reading from the very edge of my screen feels somewhat strange.

Clicking through the links in his article, I came across a guy who apparently did the same thing at Apple - he introduced the "auto remove" feature for expired passes added to your wallet, then promptly quit. I had no idea that's how that feature came about, but now I'm going to send a little mental thank you to him every time I get off a plane. That shit was FRUSTRATING.

Oh wow. Guess I need to get a job at Apple just to add a `Mark all as read` button to voicemails.

Re: I couldn't submit a PR, so I got hired and fixed it myself

#27

Earlier quoted context omitted.

Code will tell you what but not the why. It also doesn’t always tell you the intent.

Good commit logs or comments may tell you why

What about function names, class names and variable names?

Re: I couldn't submit a PR, so I got hired and fixed it myself

#28
> I added an AbortController to the debounced search function, so that it aborts any previous queries when a new one is made. This means that the search results are always relevant to what the user is currently typing.

To me one of the most annoying things an application can do is go off and do something before I'm done telling it what to do. Filters that apply themselves without an explicit indication that I'm done setting them up, or searches that are constantly re-executing as I'm typing. Wait for me to stop.

Re: I couldn't submit a PR, so I got hired and fixed it myself

#29

> It reminds me of George Hotz’s legendary single week at Twitter in 2022, where he joined just to fix a login popup that was bothering users, then bounced. The author remembers this, uh, event differently than I remember it... George Hotz boldly claimed that he could "fix Twitter search" faster than those lazy Twitter devs, only to bail almost immediately. Hubris! On the way out, he removed that login popup as a sor…

And then he was trying to pitch rewriting it from scratch to elon

Re: I couldn't submit a PR, so I got hired and fixed it myself

#30

I wonder if it's legal for corporations to have employees that they send off to get hired at other companies, do some stuff in those companies that are beneficial to their actual employer, and then leave before the probationary period ends.

You'd achieve more by simply telling the company that you need a certain feature added to their product. If you're an important customer for them, you could probably negotiate a price for them to prioritize the work.
Post reply on HN