Max Goldstein

Results 105 comments of Max Goldstein

It's pretty easy to use `andThen` to request a limitless amount of random numbers: ```elm endless : Generator (List Int) endless = Random.int 0 20 |> Random.andThen (\x -> Random.map...

I agree, it belongs next to `andThen`. I can confirm that none of the `map`s can explode on their own. Perhaps something like: > A word of caution: It's surprisingly...

If I wrote those tests, how would I know those tests don't develop defects? I suppose we could have a set of "we expect these claims to be rejected" and...

Although, doing so would break the charts on the next page, so I guess it's a wash. Maybe try to introduce it in the text a little more explicitly, which...

Thanks Jack. It's a really neat project, and enjoyed reading it.

Looks like you have a merge conflict.

+1, unless there's already a way to do this that @emeeks missed (perhaps like [this](http://bl.ocks.org/mbostock/4330486)?). Hexbinning on GeoJSON is extremely useful.

Hmm. I see, so we create the shaders at run-time. That could be really neat actually. I was thinking we'd have a standard shader that read the record data, but...

Vigilance is rendered upon failing to meet thine oath. If ye function be not call-ed, nary an oath is avowed.