From c432cf65864b0c58eaa4d77a72aadf3ad4fecb0b Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 6 Jan 2022 10:53:26 +0100 Subject: [PATCH] fix --- content/blog/zstd-streaming-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/zstd-streaming-in-rust.md b/content/blog/zstd-streaming-in-rust.md index fc5cbc9..a0a785e 100644 --- a/content/blog/zstd-streaming-in-rust.md +++ b/content/blog/zstd-streaming-in-rust.md @@ -6,7 +6,7 @@ date = 2022-01-06 categories = ["rust"] +++ -I recently wanted to create a tool to create plots showing concurrent players each day on [DDraceNetwork](https://ddnet.tw/) (DDNet for short). +I recently wanted to create a tool to create plots showing concurrent players each day on the open-source game [DDraceNetwork](https://ddnet.tw/) (DDNet for short). DDNet hosts an HTTP "master server", which is what the game client uses to fetch information about game servers they can join. Thankfully they keep online the master server status of [previous days](https://ddnet.tw/stats/master/).