Live data from Hacker News

Viewing profile — chncdcksn

chncdcksn

HN member
Joined
Mon, Apr 13, 2015, 12:05 AM UTC
HN karma
29
Public activity
17 items

About chncdcksn

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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?

  5. comment
    Comment #13693725

    TIL. Thanks!

  6. 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:…

  7. 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…

  8. 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 …

  9. comment
    Comment #13131706

    I'm curious, what was the trick question given to you by Microsoft Boulder?

  10. 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…

  11. 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++.

  12. 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…

  13. comment
    Comment #10064397

    Switch to the master branch. :) it confused me too.

  14. comment
    Comment #10033352

    GitHub is having release download issues, possibly due to this. https://status.github.com/

  15. 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 …

  16. 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 …

  17. comment
    Comment #9365237

    I'm having the same issue actually. Firefox 37 on Windows 8.1.