Forrest O.

Results 265 comments of Forrest O.

I'm guessing that `-x -q` outputs something like `[[D,Is Iz sVm f@n'EtIk t'Ekst 'InpUt]]` which you could then alter and reinput with `-w`. http://espeak.sourceforge.net/commands.html -q Quiet. No sound is generated....

Transform has those 1. applies its transformations, 2. does its child operations, 3. and applies the inverse of its transformations. https://github.com/noflo/noflo-canvas/blob/master/components/Draw.coffee#L172

We should find a good pattern for this, since it is kind of the opposite of the new caching outports https://github.com/noflo/noflo/issues/151

@ryanturner I've been keeping the bot up as a single worker dyno, but that means I can't post slack -> irc. That works for me, since I'm just using it...

The full-screen ones would fit better, I think. We should experiment with inputting a primary color, and doing transforms on that, or an array of colors. Maybe a transform-color module...

> register the custom element This does seem to help with the specific error: ``` import { Picker } from "emoji-mart"; customElements.define("emoji-picker", Picker); ```

I ended up here b/c I'm trying to translate this drawing to JS... https://loopspace.mathforge.org/CountingOnMyFingers/Triskele/#section.4 They have python code that includes `from scipy.special import ellipe, ellipeinc` ```py e = np.sqrt(1 -...

So, this works in Firefox at least. The only question is how to do the pixel classification / search in # 2. ![moons](https://cloud.githubusercontent.com/assets/395307/3455041/8fbcc180-01da-11e4-9668-69942617baf4.png) ``` context.font = "50px verdana"; chars =...

``` coffeescript emojiStringToArray = (str) -> split = str.split(/([\uD800-\uDBFF][\uDC00-\uDFFF])/); arr = [] for char in split unless char is "" arr.push char return arr ``` Needed because `"😴😄😃⛔🎠🚓🚇".length == 13`...

Tangential: art typing doesn't have to stick to a grid either: [![art typing](http://g.fastcompany.net/multisite_files/fastcompany/imagecache/slideshow_large/slideshow/2014/06/3032456-slide-typewriterarttodorovictextum2.jpg)](http://www.fastcodesign.com/3032456/a-short-history-of-typewriter-art#9)