Live data from Hacker News

Viewing profile — eltaco

eltaco

HN member
Joined
Sat, Sep 01, 2012, 1:22 PM UTC
HN karma
19
Public activity
34 items

About eltaco

No profile information was provided.

Recent public activity

  1. comment
    Comment #11872369

    James is also on the Lerna team as well! He and I can answer questions about that too. (We also have a slack https://slack.lernajs.io/ )

  2. comment
    Comment #11207885

    You can use loose mode which doesn't use try/catch blocks http://babeljs.io/repl/#?experimental=false&evaluate=true&lo...

  3. comment
    Comment #11204880

    You can use loose mode or the loose option in that case.

  4. comment
    Comment #10315613

    ESLint is pretty awesome - the project has a great team and always adding new functionality (cache and then parallel linting sound great)! Although it isn't unique for all the feat…

  5. comment
    Comment #10200082

    There's an issue for a CST (AST with whitespace, comments, etc) in the estree repo [1]. JSCS is planning on using https://github.com/mdevils/cst for future autofixing rules. [1] ht…

  6. comment
    Comment #10200060

    For javascript, there's been jsbeautifier [1], jsfmt [2], uglify. JSCS [3] added autofixing a while back for most whitespace rules, and ESLint has just begun autofixing as well [4]…

  7. comment
    Comment #10148142

    Babel is working on minification[1] /dead code elimination [2] as well now [1]: https://github.com/babel/babel/issues/1828 [2]: https://github.com/babel-plugins/babel-plugin-dead-c…

  8. comment
    Comment #9825809

    You can use the airbnb preset with JSCS (javascript code style checker) [1]. Also there's an autofix feature for most of the whitespace rules (`jscs src --preset=airbnb --fix`) so …

  9. comment
    Comment #9735398

    There's currently a issue for "speed": https://github.com/babel/babel/issues/1486 . Looks like it complied ember core from 50s to 18s now.

  10. comment
    Comment #9685618

    Not sure if it's changed now but https://medium.com/@STRML/ending-jsxhint-1c09ed36cca9 .

  11. comment
    Comment #9634135

    You can also use them on class declarations themselves and object literals - https://github.com/wycats/javascript-decorators#object-liter...

  12. comment
    Comment #9606812

    Great! Reminds me of color thief: http://lokeshdhakar.com/projects/color-thief/

  13. comment
    Comment #9024747

    You could try implementing some of the methods in underscore/lodash - http://underscorejs.org/ ? Each of those are pretty simple and can build off each other - you'll learn how to …

  14. comment
    Comment #9012158

    Some more talks: http://vimeo.com/94259578 (2014) http://www.gdcvault.com/play/1014982/ (2011) If anyone likes game talks then check a repo I made https://github.com/hzoo/awesome-g…

  15. comment
    Comment #8873945

    a pre-commit git hook? An example for jquery style commits is https://www.npmjs.com/package/commitplease

  16. comment
    Comment #8581494

    I've been using jscs [1] for js style checks. [1] https://github.com/jscs-dev/node-jscs

  17. comment
    Comment #8120409

    Location: Atlanta/Alpharetta | Full-time Remote: No Willing to relocate: Open to bay area Technologies: JavaScript, HTML5, CSS3, Node, d3 Resume: http://henryzoo.com Github: https:…

  18. comment
    Comment #7724357

    This is similar to a project I did for my visual/data analytics class http://twitterhealth.herokuapp.com Gives you a tweet in the US for you to categorize as being related to veing…

  19. comment
    Comment #7653543

    TwitterHealth http://i4.minus.com/ibmjeJLRAFCB0Q.png Crowdsourcing the classification of tweets as sick related or not for my Data/Visual Analytics class. Classified tweets from us…

  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #5175876

    Check out Tweetpleth if you want more specific tweets http://tweetpleth.herokuapp.com/ like for the superbowl http://i.imgur.com/bzmmJno.png

  25. story