Live data from Hacker News

Viewing profile — hasancc

hasancc

HN member
Joined
Thu, Dec 19, 2013, 6:31 PM UTC
HN karma
-1
Public activity
7 items

About hasancc

No profile information was provided.

Recent public activity

  1. comment
    Comment #9192248

    I like the idea of bringing the academia closer to the developers. Let's face it, with the wave of coding bootcamps etc. there are a lot of developers without the STEM background n…

  2. comment
    Comment #7803455

    Or perhaps there are physical constrains like the durability. On pebble's website it does mention being scratch resistant but I don't know if it can endure the frequent impact it w…

  3. comment
    Comment #7803433

    I agree. An open bracelet would be cool but from a bussiness point of view it doesn't make that much sense. There are countless of startups who refused to focus on a core target ma…

  4. comment
    Comment #7724742

    Mind = Blown! One of the most exciting stories I read on the internet. Not only the story is awesome, the writing also stands out. Kudos to the author: Zachary R. Mider.

  5. comment
    Comment #7658863

    Yes Chrome is event driven, but Chrome is a sandbox which limits your I/O capabilities. Node.js on the other hand, is obviusly not a browser, so you can actually do I/Os with the s…

  6. comment
    Comment #7658778

    neither. It just uses v8 to execute the interpreter output which is still javascript code. V8 converts javascript to machine code, and node.js basically acts as a middle man to add…

  7. comment
    Comment #7616309

    I've been using it for quite a while now. I'm ashamed to say that it's simplistic approach on collections often made me question the urgency of writing API documentation when devel…