Viewing profile — ericlippert
ericlippert
HN member- Joined
- Mon, Feb 14, 2011, 10:13 PM UTC
- HN karma
- 763
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About ericlippert
Recent public activity
-
comment
Comment #33812366
You have accurately re-stated the situation, yes. I know for a fact that there are teams like that! And what are they going to do now that the scientists who could have helped them…
-
comment
Comment #33812340
Thank you, that's kind of you to say!
-
comment
Comment #33811108
I appreciate the sentiment behind your post, but in the future could we all please not conflate "neurodivergent people's difficulties in expressing empathy" with "being a jerk on t…
-
comment
Comment #33810706
I was regretted attrition. And very, very far from the most vital person on my team.
-
comment
Comment #33810038
People are leaving. In droves. There has been a huge exodus of senior talent in the last year. Zuck mentioned that in an earnings call and rather than assigning himself any respons…
-
comment
Comment #33809934
We were a team of mathematicians focused on cost savings and improving decisions. We know how to subtract costs from benefits. I was not the lead. A team focused on helping the com…
-
comment
Comment #33809913
I do have data to back this up for employees. You'd win that bet. Shareholders, I have no data on that.
-
comment
Comment #33809878
Nor did anything compel you to read it, or post whiny comments here! I did choose to work for Facebook. The pitch I was given seven years ago was that (1) the mission of the compan…
-
comment
Comment #33809817
I am very thankful for that opportunity. I learned so much from my colleagues! And they were genuinely great people to work with. I was well compensated, it's true. It's also true …
-
comment
Comment #33809761
Not the first time I've made that joke, but it's none the worse for having been used before.
-
comment
Comment #33809721
I'm 100% sincere in that praise of my colleagues. Many people, myself included, had a lot of concerns about the products the company was building and their effects on the world. Wh…
-
comment
Comment #33809445
"Signal loss" is the overarching term for all the factors that lead to the company being less able to make good inferences about users. Not just the obvious consideration of "how d…
-
comment
Comment #33809260
That's all very kind of you to say, thank you. I have several times been offered the chance to teach a masters level course on compiler design but never had the time to develop it.…
-
comment
Comment #33809193
And thanks to all the repliers below for their kind words. My goal was always to share knowledge and enthusiasm and it is genuinely touching to know that I succeeded.
-
comment
Comment #33809132
I see your point and don't mean to be argumentative, but a couple small corrections. First, the pivot to "meta" was just over a year ago, so it hasn't been quite years. Second, I h…
-
comment
Comment #33806727
The team was all mathematicians. We did the math. I helped one of our data scientists put a model into production that saved $15M a year from that model alone, and we had a dozen p…
-
comment
Comment #33806668
Thank you, that's kind of you to say.
-
comment
Comment #24476301
The question -- if sincerely asked -- is not rude. My goal for this blog, which I have written for 17 years, is to write about algorithms, programming techniques, language design, …
-
comment
Comment #22724969
And that you would read it that way says more about you than it does about Tim, believe me.
-
comment
Comment #22719793
It's not clear to me why you think that this anecdote had any particular intention. My intention was not to promote any position at all, but rather to tell an amusing personal stor…
-
comment
Comment #22717216
Yeah, all the links are wrong now. I'll fix them!
-
comment
Comment #22715449
As I noted in the text, the actual problem that we had to solve was complicated by a great many factors not the least of which was the fact that the library had to handle strings f…
-
comment
Comment #22713317
Noted.
-
comment
Comment #22713285
In this case I think not. However I strongly agree with your position and have tried hard to ensure that my code is commented such that it explains why the code works as it does. S…
-
comment
Comment #22713248
It does a full lex and parse. Then if there is an edit, it determines based on the edit which tokens need to be re-lexed; maybe we went from "[10,20]" to "[10.20]" and so now the […