Viewing profile — ericgj
ericgj
HN member- Joined
- Mon, Oct 03, 2011, 11:36 PM UTC
- HN karma
- 13
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About ericgj
No profile information was provided.
Recent public activity
-
comment
Comment #23354041
I couldn't agree more. Well said! The [Ethical Open Source definition][1] does include three general points on behalf of the end user: accessibility, safety, and privacy. But it do…
-
comment
Comment #15426431
Thanks for your part in getting this story published! If you have not seen it, the BBC series "The Century of the Self" details the pre-history of these tendencies in the creation …
- story
- story
- story
- story
-
comment
Comment #9186251
Yah. I don't know ClojureScript but that doesn't stop me from using it. And David Nolen pretty convincingly addressed the size question in "Javascript Modularity Shaming"[1] - i.e.…
-
comment
Comment #9186132
I found David Nolen's talk at React conf useful in understanding the motivation for cursors. https://www.youtube.com/watch?v=5hGHdETNteE . See in particular starting around 15:40. …
-
comment
Comment #9185721
Can someone explain the advantages of using this over mori (which doesn't include cursors per se at the moment, but are easy to implement on top of mori data structures)?
-
comment
Comment #8308230
Shouldn't they be studying how we can get more restful sleep rather than fantasizing about extracting more work out of us? I don't consider it 'productive' (much less healthy) when…
-
comment
Comment #7807780
Very nice article. You lost me a bit towards the end re event communication but then I haven't played with d3's events. It would be great to see an article just on that.
- story
-
comment
Comment #7221566
It's a great action - and technically speaking takes us to a new level I think - I look forward to adapting the code for other campaigns I'm involved with. I appreciate the backgro…
- story
-
comment
Comment #7217859
Follow you around like a drone eh? Look, we're not the ones who politicized the term. A robotic bee mascot is not going to put off people's discomfort. Which is unfortunate because…
-
comment
Comment #7205893
Haha all the proud mercenaries of HN quick to shoot down any hint of politics in their little world... A good number of us INside the US (not to mention Europe and elswhere) would …
-
comment
Comment #6993593
Hey, Philip - thanks for posting this and also the previous write-up of your experiences as a helper in the 'boot camp' ( http://pgbovine.net/teaching-librarians-programming.htm ).…
-
comment
Comment #6728352
The point is with component you have a choice of how granular you want your components depending on the project, and there is very low cost to breaking things down and having a bun…
-
comment
Comment #6715147
I haven't tried bower, but I always get a little confused when it gets compared to component. Bower seems like a downloader with some 'dependency management'. But its 'dependencies…
-
comment
Comment #6714058
I completely agree and recommend component for all the reasons Ian mentions. It is shocking how little-known it is in javascript land. Don't be put off by lack of documentation and…