mirabilos

Results 383 comments of mirabilos

CDNs are a bad idea anyway, also for EU-GDPR compliance. (It works on the `/` page but nowhere else.)

JavaScript’s Date doesn’t do more than milliseconds. I have the same problem and [am solving it](https://github.com/tarent/jensjs/tree/master/consume/) by using a numeric base starting at 0 (in your example, the first data...

Yes, please! 0.1m is just wrong as in the example, 1000 is `k` **not** `K`, 1024 _may_ be `K` (but __never__ `k`) but preferred is `Ki`, 1048576 ought to be...

I *think* https://github.com/mirabilos/dygraphs/compare/6d28d02b257402b8b1eba943b1d0d3ad6b008a2b...mirabilos:dygraphs:pr-units should do it, but I need to learn how to build and unit-test this first, then adapt the tests. (I’m an experienced developer, but more on the...

I was kinda hoping for an existing test, as I have no idea which (input, output) tuples are to be expected (I don’t even know what these functions do, I...

Yes, please! But this needs documentation (ideally with a real-life example) on how to actually use it.

Indeed, the new Github ToS are to blame. The data is now here: https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=useful-scripts/tc3conv.git;a=tree;f=experiments;h=9fb940a0c73e745af945f173667f02eb5b078b22;hb=HEAD Sorry about that.

The wide characters in question are U+FFC3 and U+FFA4, which is what happens when you use the line encoding of UTF-8 (`\xC3\xA4`), read it byte-for-byte and (wrong) __sign__-extend it to...

Might be a good idea to write ad-hĹŤc scripts to produce the markdown content from the JSON files (and possibly extra data), then compare their output (with git diff `-w`...