Morten Siebuhr

Results 22 comments of Morten Siebuhr

https://github.com/msiebuhr/node-textspark ``` assetCount.Gif: ▁▂▃▄▅▆▇▃ assetCount.Htc: ▁▁▁▁▁▁▁▂ assetCount.Html: ▄▅▁▂▃▆▇▃ assetCount.Ico: ▁▄▅▄▅▆▇▃ ``` And so on.

After talking to @papandreou about it, we should probably just build this into `cardio`. Then have a switch on the form `--format=object`/`list`/`ASCII` or just `--object`/`--list`/`--ascii`. (So we deliver the current...

Relevant issue in graphite-project: https://github.com/graphite-project/carbon/issues/54

Oddly, after sniffing traffic on a graphite-install, these doesn't seem to be the right URLs...

When trying to register with an existing email (I forgot i already signed up), i get > This email is already in use, please send a password reminder. But there's...

Just discovered `HWPREDICT`, `MHWPREDICT`, `SEASONAL`, `DEVSEASONAL`, `DEVPREDICT` and `FAILURES` per http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html

For the curious, the algorithm is described more formally in the paper [Effective Computation of Biased Quantiles over Data Streams](http://dimacs.rutgers.edu/~graham/pubs/papers/bquant-icde.pdf) (PDF). It is basically a way to keep accurately track...

Another option would be to limit the size of the array and simply begin to replace random elements when the maximum size has been reached. A straight forward implementation will...

@lukevenediger I honestly have no idea. Any ideas, @jlouis?

Hep! I'm not arguing for a new assertion here; I'm merely using it illustrate that the error message of `to have properties` isn't terribly informative on objects w. ~20+ properties....