Live data from Hacker News

Viewing profile — enapupe

enapupe

HN member
Joined
Mon, Feb 20, 2012, 9:02 PM UTC
HN karma
15
Public activity
16 items

About enapupe

No profile information was provided.

Recent public activity

  1. comment
    Comment #33799818

    your comment is sort of selfish because you don't seem to understand a good portion of the JS ecosystem is based on top of the libraries the author has touched. welcome to the real…

  2. comment
    Comment #33018025

    Exactly, why did it failed yesterday then? If supposedly just us-west-2 was down :(

  3. comment
    Comment #33012551

    Could any of you clarify to me why do we have "Edge" domain rather than a specific region?

  4. comment
    Comment #33012095

    Did I say 15 minutes? Actually, it depends .

  5. comment
    Comment #33011687

    People, I've just started setting up API GW and deploying my code to another region. Rest assured the outage will normalize itself before I finish migrating. ETA: 15min-ish

  6. comment
    Comment #26838583

    shouts to whoever is out there rotating keys since the announcement of this incident.

  7. story
  8. comment
  9. comment
    Comment #16495627

    This video contains content from [Merlin] Beggars, who has blocked it on copyright grounds.

  10. story
  11. comment
    Comment #12788896

    React + ES6 imports = wow + peace I got my first bucks as a developer more than 10 years ago. Only recently I felt like I have an actual good code structure. Having components and …

  12. comment
  13. comment
  14. comment
    Comment #8308304

    Considering the first released apps I don't agree the gap thing: Duolingo - a fun and free way to learn a new language before your next trip Evernote - write, collect and find what…

  15. comment
    Comment #3613957

    Live demo: http://jsfiddle.net/NXqe5/

  16. comment
    Comment #3613913

    Did this (using jquery): var loadingLayer = { step: 0, add: function(){ this.step += 1; //didn't know how to call checkState() automatically after any other call this.checkState();…