Live data from Hacker News

Viewing profile — LittleDan

LittleDan

HN member
Joined
Tue, Feb 27, 2007, 10:43 PM UTC
HN karma
100
Public activity
20 items

About LittleDan

No profile information was provided.

Recent public activity

  1. comment
    Comment #39887900

    LGTM! Smells like Redux (in a good way). But then ultimately at the root you probably want the event to update your “model”, and then that leads to an update of the “view”. This is…

  2. comment
    Comment #39887887

    I think there is room for improvement in how we explain this. The problems aren’t really visible in this small sample and comes up more for bigger things. PRs welcome.

  3. comment
    Comment #23836625

    > what do you do to retain talent? Wouldn't senior employees look elsewhere for better pay? Giving everyone a true sense of co-ownership is great for retention. Plus interesting, m…

  4. comment
    Comment #23785925

    It would be great to hear feedback from everyone on the Temporal survey: https://forms.gle/iL9iZg7Y9LvH41Nv8

  5. comment
    Comment #11709916

    pizlonator, Is ShadowChicken cheap enough to turn on all the time and make Error.stack work similarly to without PTC?

  6. comment
    Comment #11709671

    We wrote about this in detail in http://v8project.blogspot.com/2016/04/es6-es7-and-beyond.htm... under the heading "Proper Tail Calls". tl;dr we implemented it, it works, but we ar…

  7. comment
    Comment #11599587

    From the post: "The V8 team is already working to bring upcoming features such as async / await keywords, Object.prototype.values() / Object.prototype.entries(), String.prototype.p…

  8. comment
    Comment #11599050

    Sorry for the inaccurate shorthand; maybe that should read that SpiderMonkey supports it. Eric Faust of SpiderMonkey is a co-champion of the proposal, and spoke against implicit PT…

  9. comment
  10. comment
    Comment #10315836

    And you can use that sort of library in ES6 because generators were standardized.

  11. comment
    Comment #9736561

    Not sure what you mean by virtual DOM. From the WebAssembly FAQ: "Is WebAssembly trying to replace JavaScript? No! WebAssembly is designed to be a complement to, not replacement of…

  12. comment
    Comment #9736546

    ES2016 is proposed to be based on Ecmarkup, a more modern system which will let us collaborate on Github more easily, rather than a canonical MS Word document on the editor's compu…

  13. comment
    Comment #9736534

    What approval means here is that it was ratified by the ECMA General Assembly. The move by TC-39 to send ECMAScript 2015 to the GA was voted on at the last TC-39 meeting around a m…

  14. comment
    Comment #9736523

    The plan is to keep releasing them mid-year.

  15. comment
    Comment #9697760

    Hey, I was just going to mention how easy it was for me to move... to right next to your cube! (I'm in V8.)

  16. comment
    Comment #9552351

    Strong mode prohibits most (all?) implicit conversions https://developers.google.com/v8/experiments . Brendan's talked about adding a macro system. I'm not sure if a macro system c…

  17. comment
    Comment #9552332

    For background on the user-defined operators and literals idea for ES7, see this: http://www.slideshare.net/BrendanEich/value-objects (it took me a little while to find; it hasn't …

  18. comment
    Comment #9348627

    6% is nothing compared to the raises or stocks or other random bonuses that come with working for a big tech company for a while and doing well. It seems really short-sighted to co…

  19. comment
    Comment #9348524

    When I got out of school 4 years ago, people were already making the same arguments. While Google isn't perfect, I can't imagine a place I'd rather work, where I can really dig int…

  20. comment
    Comment #7822954

    I agree, that's a great book to start with. When I started out programming the Linux kernel, I thought I had to understand everything and I hated the book for not going into detail…