Viewing profile — chncdcksn
chncdcksn
HN member- Joined
- Mon, Apr 13, 2015, 12:05 AM UTC
- HN karma
- 29
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About chncdcksn
No profile information was provided.
Recent public activity
-
comment
Comment #17313381
Purchased one about a year ago. Screen, sound card, and keyboard needed to be replaced on arrival. Replaced the screen and sound card under warranty and sold it disclosing that the…
-
comment
Comment #16522578
(To preface, I use React/Redux in all of my web applications. I think Redux is great for managing state.) One thing I’ve never quite understood about Redux is why we are dispatchin…
-
comment
Comment #13809765
Doesn't seem to be working for me in Chrome on Android. I submit the form, the page goes blank, and nothing else happens. Also, a suggestion, the fields rendering in a random order…
-
comment
Comment #13804532
May be off topic, but did Apple remove their restriction on using a VM in an app put on the App Store? Or was that restriction only for JITs and not interpreters?
-
comment
Comment #13693725
TIL. Thanks!
-
comment
Comment #13690585
I may be wrong, but I don't think JavaScripts from a CDN can access the same localStorage as some JavaScript from another origin. (Source: "Cross-origin data storage access" https:…
-
comment
Comment #13690541
The big issue using localStorage for authentication token storage is that values are accessible by any JS from the same origin as the JS that sets the value. Example: I bundle my J…
-
comment
Comment #13241959
That's really strange; I received an email today, with the previous emails being on the 8th and on Nov. 22. What is the contents of the emails, and what address are they from? Are …
-
comment
Comment #13131706
I'm curious, what was the trick question given to you by Microsoft Boulder?
-
comment
Comment #12797606
You may be interested in Opa ( http://opalang.org ). I'm unsure how well it abstracts away client/server detection, but from what I understand about it, you have one codebase for b…
-
comment
Comment #10691195
Does Rust fit into those specifications? I understand library support is probably not quite there yet, but I was under the impression it could fill the role of C/C++.
-
comment
Comment #10173721
As a student interested in language design and VM programming, this is wonderful. Clean, easy to read code, as well as what seems to be a really well-thought out language. Thanks f…
-
comment
Comment #10064397
Switch to the master branch. :) it confused me too.
-
comment
Comment #10033352
GitHub is having release download issues, possibly due to this. https://status.github.com/
-
comment
Comment #9957011
A problem I see with this is recognition. A QR code can be printed onto a piece of paper with no further information attached, and even some less-techy people will know what to do …
-
comment
Comment #9836564
.then() does create a new promise. Return Promise.reject() in the fulfillment function to reject the new promise. somethingThatReturnsPromiseWithoutError() .then((res) => { return …
-
comment
Comment #9365237
I'm having the same issue actually. Firefox 37 on Windows 8.1.