ansemjo

Results 47 comments of ansemjo

The timestamps in the CSV are always stored as UTC, hence the `Z` at the end. I believe that's what the [`TZ` variable](https://github.com/ansemjo/speedtest-plotter?tab=readme-ov-file#timezone) was for, to adjust the timezone during...

Aha, I see! Well, there's a couple of problems: * As far as I can tell, `speedtest-cli` only ever outputs timestamps in UTC with a `Z` at the end. There...

I'm not really sure where to start on this issue but your up/down seems absurdly high as well. I mean, if it's such a performant optic fiber (I assume), is...

I see! Can you try compiling [SpeedTest++](https://github.com/taganaka/SpeedTest) yourself and test it directly? ``` SpeedTest --output json --test-server librarian.comstar.ru:8080 ```

Huh, weird. At first I though that it might be those specific test servers because I also get 0 ms when I use that `--test-server librarian.comstar.ru:8080`. But it also happens...

But yeah, it seems that's a taganaka/SpeedTest issue and not with `speedtest-plotter` :/

I recently came across the news that the WebAssembly 3.0 specification is done and in the article I saw that exception handling seems to be stabilized and supported in major...