Results 48 comments of Jamen Marz

On the topic of performance, I've seen some cool new stuff with [SIMD](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SIMD). Not sure if you've seen/used it already, but it looks like something able to use. (Although it...

Perhaps the grouping could be useful in iterative opertions. Like instead of 1 at a time, use 4 or 8 at a time? Or am I thinking of that wrong?...

Should we make a lot of that functionality as separate packages if not already, then wrap it some/all together here?

Here is something I found that could help with the webworker mode: https://github.com/maxogden/workerstream

Chaining the event listeners sounds good to me as well. :smile:

@dfcreative Do you think it is worth putting a notice in the README until we release something compatible with all the other audio modules?

Just to clarify for OP (@jlap), `&` refers to the parent selector. For instance, say we have this: ``` stylus .foo-bar { // styles #1 ... &.-baz { // styles...

I like how `generate`'s generators share an environment when ran. In fact, I initially added the ability to [run multiple generators with yo](https://github.com/yeoman/yo/pull/414) under the same environment from the commandline;...

I HATE how npm scripts work to be honest... It's the reason I use Gulp so much, and even made my own lightweight task manager recently. Sometimes I don't even...

How does IPFS fare on reliability? I have lots of packages that I (as a 15 year old) could not host anywhere. No money or time (with school) to set...