Live data from Hacker News

Viewing profile — ericlippert

ericlippert

HN member
Joined
Mon, Feb 14, 2011, 10:13 PM UTC
HN karma
763
Public activity
88 items

About ericlippert

http://ericlippert.com

Recent public activity

  1. 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…

  2. comment
    Comment #33812340

    Thank you, that's kind of you to say!

  3. 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…

  4. comment
    Comment #33810706

    I was regretted attrition. And very, very far from the most vital person on my team.

  5. 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…

  6. 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…

  7. 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.

  8. 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…

  9. 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 …

  10. comment
    Comment #33809761

    Not the first time I've made that joke, but it's none the worse for having been used before.

  11. 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…

  12. 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…

  13. 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.…

  14. 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.

  15. 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…

  16. 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…

  17. comment
    Comment #33806668

    Thank you, that's kind of you to say.

  18. 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, …

  19. comment
    Comment #22724969

    And that you would read it that way says more about you than it does about Tim, believe me.

  20. 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…

  21. comment
    Comment #22717216

    Yeah, all the links are wrong now. I'll fix them!

  22. 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…

  23. comment
  24. 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…

  25. 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 […