Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eltaco
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
eltaco
10y ago
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.
▲
by
eltaco
11y ago
You can use loose mode which doesn't use try/catch blocks http://babeljs.io/repl/#?experimental=false&evaluate=true&lo...
3.
▲
by
eltaco
11y ago
You can use loose mode or the loose option in that case.
4.
▲
by
eltaco
11y ago
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 features listed, as JSCS has the same things: an autoconfig
5.
▲
by
eltaco
11y ago
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] https://github.com/
6.
▲
by
eltaco
11y ago
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] [1] http://jsbeautifier.org/ [2] htt
7.
▲
by
eltaco
11y ago
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-cod
8.
▲
by
eltaco
11y ago
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 you won't have to fix everything manually. [1]: h
9.
▲
by
eltaco
11y ago
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.
▲
by
eltaco
11y ago
Not sure if it's changed now but https://medium.com/@STRML/ending-jsxhint-1c09ed36cca9 .
11.
▲
by
eltaco
11y ago
You can also use them on class declarations themselves and object literals - https://github.com/wycats/javascript-decorators#object-liter...
12.
▲
by
eltaco
11y ago
Great! Reminds me of color thief: http://lokeshdhakar.com/projects/color-thief/
13.
▲
by
eltaco
12y ago
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 deal with arrays, objects, functio
14.
▲
by
eltaco
12y ago
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/awes
15.
▲
by
eltaco
12y ago
a pre-commit git hook? An example for jquery style commits is https://www.npmjs.com/package/commitplease
16.
▲
by
eltaco
12y ago
I've been using jscs [1] for js style checks. [1] https://github.com/jscs-dev/node-jscs
17.
▲
by
eltaco
12y ago
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://github.com/eltacodeldiabl
18.
▲
by
eltaco
12y ago
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 sick or not. Kind of like crowd sourcing c
19.
▲
by
eltaco
12y ago
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 users are sent to our machine learning a
20.
▲
Make your own TwitchPlaysPokemon
(github.com)
2 points
by
eltaco
13y ago
|
0 comments
21.
▲
Steam Dev Days Conf (Jan 15-16)
(steamdevdays.com)
4 points
by
eltaco
13y ago
|
0 comments
22.
▲
Facebook testing out new 'actions' for status updates
(facebook.com)
1 points
by
eltaco
13y ago
|
0 comments
23.
▲
by
eltaco
14y ago
Check out Tweetpleth if you want more specific tweets http://tweetpleth.herokuapp.com/ like for the superbowl http://i.imgur.com/bzmmJno.png
24.
▲
Realtime Tweet Map of Superbowl XLVII
(tweetpleth-superbowl.herokuapp.com)
2 points
by
eltaco
14y ago
|
0 comments
25.
▲
by
eltaco
14y ago
I made a visualization that shows the tweets for specific words and can account for population density (only US though): http://tweetpleth.herokuapp.com/
26.
▲
Rapid Prototyping Google Glass
(mindtheproduct.com)
2 points
by
eltaco
14y ago
|
0 comments
27.
▲
by
eltaco
14y ago
I made a project that is similar - shows a bit more information except its only for the US and you need to search a specific word/hashtag. http://tweetpleth.herokuapp.com/
28.
▲
by
eltaco
14y ago
Yeah i'l get on that soon. I'm using the location filter to only get tweets in the US. 'locations': ['-180','15','19','72']}
29.
▲
by
eltaco
14y ago
A final project for a class I took at GT (CS 4460: Intro to Info Vis). Thought it was viable as a an actual website since its realtime, so I put it up using heroku's free service.
30.
▲
Show HN: Tweetpleth - Where are people tweeting?
(tweetpleth.herokuapp.com)
1 points
by
eltaco
14y ago
|
4 comments
More ›