Viewing profile — Axnyff
Axnyff
HN member- Joined
- Fri, Nov 18, 2016, 3:44 PM UTC
- HN karma
- 11
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Axnyff
Recent public activity
-
comment
Comment #45402074
There are more people on kgs and on fox go server
-
comment
Comment #41971140
Hi, it looks pretty interesting! There's a broken link in the homepage though, Mill vs sbt links to the gradle page Good luck for your project!
-
comment
Comment #30700343
The transition was awful but both Python 2 and Python 3 are good languages
-
comment
Comment #22462749
https://news.ycombinator.com/item?id=19131272 . It don't know where your 2% number is coming from, but in Airbnb's experience it was much more. It feel like it would also be more, …
-
comment
Comment #21865020
He's talking about the price of the mac, not the license
-
comment
Comment #19206311
I feel like if hooks remove the need for redux for you, you actually never needed redux in the first place.
-
comment
Comment #17213883
The comparison Sara made was that React can be overused just as jQuery was. The problems with jQuery is that it's mostly a set of functions to simplify Ajax and DOM manipulation so…
-
comment
Comment #17080740
async await are ES2017 though
-
comment
Comment #16921968
This should help you: http://2ality.com/2015/11/tc39-process.html Basically, it's just a proposition for the moment, there's no telling if that's gonna be in the language or not. I…
-
comment
Comment #15415160
Also auto-pairs.vim doesn't seem to break the dot command, contrary to the mapping they provided.
-
comment
Comment #15256442
These are not new ES6 features. I think you can get a really good explanation from the you don't know js serie. https://github.com/getify/You-Dont-Know-JS/blob/master/this%... The …