Viewing profile — enapupe
enapupe
HN member- Joined
- Mon, Feb 20, 2012, 9:02 PM UTC
- HN karma
- 15
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About enapupe
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #33018025
Exactly, why did it failed yesterday then? If supposedly just us-west-2 was down :(
-
comment
Comment #33012551
Could any of you clarify to me why do we have "Edge" domain rather than a specific region?
-
comment
Comment #33012095
Did I say 15 minutes? Actually, it depends .
-
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
-
comment
Comment #26838583
shouts to whoever is out there rotating keys since the announcement of this incident.
- story
- comment
-
comment
Comment #16495627
This video contains content from [Merlin] Beggars, who has blocked it on copyright grounds.
- story
-
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 …
-
comment
Comment #8421555
../
-
comment
Comment #8421551
../../
-
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…
-
comment
Comment #3613957
Live demo: http://jsfiddle.net/NXqe5/
-
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();…