This was held at the ccrma stage! So many great talks and concerts have been held there. I have used that room to stream phish shows and watch cabin in the woods in 5.1 :D
If you are in the bay area you should definitely go check out one of the events, they are all free and open to the public.
You can easily refer to a version by specifying it via hash
some-user/some-module#1.0.0
Now this is not very robust, as it does not manually incriment semver. That being said a module it not a git repo. There are pre-publish hooks that can be used to execute scripts before publishing. Further, tracking off of git introduces an entirely new set of problems from tracking tar balls. I can see why the team would not be particularly interested in investing time in it.
I've been stuck in file watching hell before... CHOKIDAR!!!!!
I actually had a really interesting conversation with Bert Belder about some of the lower level problem with file watching. It came up that perhaps there could be a working group around fixing this issue.
Hey t-plane. Famo.us offers a bit more than just matrix 3d transforms, in fact one of the best ways to think about how famo.us handles dom is more of a transport layer. There is no reason that famo.us could not use the same entity pattern and tree to render to webgl, we just have not been focusing on it (yet).
I think this is due to the fact that not every has ability / desire to live in the console. Having a development process that can work without a compile step is important.
This language was written by a professor of mine Ge Wang, also the founder of Smule.
He likes to refer to it as "strongly timed", and I think it is a really accurate description. While the language does have limitations, it can also be beautifully expressive for certain things.
If anyone has any question for the author please let me know and I'll either get him to come in here or be a surrogate and answer directly
The authors post reminded me that I had not upgrade my linode from 24GB to 48GB and I went ahead and did it. Then I realized that I had originally been in the ssd beta. I messaged support to find out the beta had recently closed, but the support agent did say this.
Totally not ideal... but if you are looking to hack together a simple client side webapp that uses api's that do not support cors or jsonp you are not left with much of a choice without having a server side solution
For development we use grunt-connect-rewrite. It is a middleware for connect (which yeoman uses) that allows you to write custom rules similarly to how you would implement them in Apache.
This can be avoided by adding "npm rebuild" to your deployment.