HN user

desuvader

44 karma

21

Posts4
Comments25
View on HN

Time to short some futures ᕕ( ᐛ )ᕗ /s

In all seriousness, I wouldn't be surprised if a group of high-net-worth individuals go short (exactly how you described) in order to shake out all the inexperienced traders/investors in the space for a nice profit.

Also, could it not just be CME preparing the underlyings?

NPM is a wonderful thing. Sure it has some perf. issues, but JS is growing faster than ever because of it.

And RN is awesome as well. RN for front-end devs is kinda what Bootstrap is for back-end devs (or any dev that doesn't like to touch HTML/CSS). Let's just be happy that we are making progress as a community and be a bit more open-minded.

Atom still sometimes freezes for me (on computer with high-end specs). Opening large text files also makes Atom freeze. The built in spotlight thing is slow for bigger projects (expected). The overall performance has definitely improved though.

I personally use Atom for lighter development and enjoy how easily accessible plugins are. Very easy to install support for lint tools/editorconfig/snippets/&tc.

No point in being less aggressive (compared to Linus) when doing code reviews?

I think when you hire someone the least you can expect from them is to not cuss out a co-worker for a mistake.

React v0.14 11 years ago

Refs are simply references to DOM nodes that you have to specify through the ref (HTML) attribute. You can give a DOM node the ref value "foo" and then later reference it in a react component with this.refs.foo (previously this.refs.foo.getDOMNode()).

React v0.14 11 years ago

Wohoo! .getDOMNode() is finally gone!

Edit: Haha, I just noticed that someone else was also happy about this.

Also, now that classnames is standalone module, I recommend that people start using a standalone implementation of keyMirror (for flux) as well!

The Pixel Factory 11 years ago

Great job, Steven. I don't think I have ever seen anything like this before on the web. This was extremely fun to watch/read. I'll be taking a look at MathBox.js and see if I can build something fun with it as well.