Viewing profile — jkaplan
jkaplan
HN member- Joined
- Tue, Sep 16, 2014, 8:59 PM UTC
- HN karma
- 43
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About jkaplan
No profile information was provided.
Recent public activity
-
comment
Comment #45989104
Right, because an internet designed by profit motive is going great
-
comment
Comment #38381139
1. Microsoft was heavily involved in orchestrating the 95% of employees to side with Sam -- through promising them money/jobs and through PR/narrative 2. The profit incentives appl…
-
comment
Comment #38380880
> was it just Helen Toner’s personal vendetta against Sam I'm not defending the board's actions, but if anything, it sounds like it may have been the reverse? [1] > In the email, M…
-
comment
Comment #38376007
I feel like the "safety" crowd lost the PR battle, in part, because of framing it as "safety" and over-emphasizing on existential risk. Like you say, not that many people truly tak…
-
comment
Comment #38351255
I think the surprising thing is seeing such cohesion around a “goal to ship” when that is very explicitly NOT the stated priorities of the company in its charter or messaging or st…
-
comment
Comment #38351156
Probably some combination of: 1. Pressure from Microsoft and their e-team 2. Not actually caring about those stakes 3. A culture of putting growth/money above all
-
comment
Comment #31758160
That’s a fair point. I guess there are contexts where pseudonymity can be useful and enable types of interactions that otherwise might not be possible. Especially in online context…
-
comment
Comment #31757387
Oh for sure! I’m not saying using real names automatically creates real relationships and trust, just that it helps. I just generally want to see the internet moving toward deeper,…
-
comment
Comment #31756280
It’s interesting to see all these ideas built around the idea that “more anonymity is better.” I think the opposite is usually (not always) true, and that many of the issues we see…
-
comment
Comment #29582334
This comparison feels like it's less about Node vs Rails and more just about "batteries-included framework" vs not. (Although, perhaps there isn't really a Django/Rails equivalent …
-
comment
Comment #29354084
The sophons are here
-
comment
Comment #29005185
Even completely leaving aside the language/software diversity, the point is that the vast majority of web "frontends" are really just one thing (rendering the UI and responding to …
-
comment
Comment #29004968
Check out Amplify! I've heard good things and my limited experience is good so far. (Although running locally isn't the best, unfortunately... but that's always going to be an issu…
-
comment
Comment #29004610
1. I'm not sure about this premise: "leader of the production-ready frontend-as-a-service space." They def seem like a good fit for some frontends -- but they're certainly not a go…
-
comment
Comment #28950882
> That does not mean there isn't a general underlying "cognitive ability" factor. Careful. "g" is a statistical regularity, not proof of a generalized "underlying cognitive ability…
-
comment
Comment #28145197
Maybe this is outside the scope, but one thing I’m really curious about —- what about the radiation!? I’m guessing the payload could be sufficiently shielded and/or would just outr…
-
comment
Comment #27462573
Ah yes. We did end up using extraReducers, but didn’t love that the thunks and their corresponding reducers had to live in separate parts of the file. (For me at least, mentally si…
-
comment
Comment #27362120
Can someone elaborate on the privacy concerns (e.g. with Amazon "becoming a pseudo-ISP")? It seems like most (if not all) of the network use would be Amazon devices anyway, which i…
-
comment
Comment #27361680
High-level, we wanted to minimize the need to "jump around" to multiple files or multiple places in a file to make a single change to an action (and also just minimizing the amount…
-
comment
Comment #27319465
There are for sure lots of bad ways to use React, and lots of bad React developers. I actually had a very poor experience with React my first project using it. But that's true for …
-
comment
Comment #27318912
Nope (if only!)
-
comment
Comment #27310834
I'd encourage you to give React a try for this use-case! I've done this exact thing -- slowly introducing React in certain places in a large web app -- and it's worked great. You'r…
-
comment
Comment #27310391
I agree with a lot of these points, but differ slightly in two regards: 1. In my experience React DOES lure people into the "pit of success" in at least one important aspect -- mod…