Viewing profile — LittleDan
LittleDan
HN member- Joined
- Tue, Feb 27, 2007, 10:43 PM UTC
- HN karma
- 100
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About LittleDan
No profile information was provided.
Recent public activity
-
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…
-
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.
-
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…
-
comment
Comment #23785925
It would be great to hear feedback from everyone on the Temporal survey: https://forms.gle/iL9iZg7Y9LvH41Nv8
-
comment
Comment #11709916
pizlonator, Is ShadowChicken cheap enough to turn on all the time and make Error.stack work similarly to without PTC?
-
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…
-
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…
-
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…
- comment
-
comment
Comment #10315836
And you can use that sort of library in ES6 because generators were standardized.
-
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…
-
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…
-
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…
-
comment
Comment #9736523
The plan is to keep releasing them mid-year.
-
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.)
-
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…
-
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 …
-
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…
-
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…
-
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…