diff options
Diffstat (limited to 'content/posts/code_test.md')
-rw-r--r-- | content/posts/code_test.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/posts/code_test.md b/content/posts/code_test.md index 6c7a203..ed248f9 100644 --- a/content/posts/code_test.md +++ b/content/posts/code_test.md @@ -13,7 +13,7 @@ toc = false [extra.earlier] title = "Typography" -permalink = "https://alphara.art/posts/typography" +permalink = "https://alphara.art/posts/typography/" [extra.later] title = "Henlo Internet!" @@ -34,8 +34,6 @@ const sum = (n: number) => n * (n + 1) / 2 ``` ```python -### multi-threading - import os ; n_cores = os.cpu_count() // 2 ; from concurrent.futures import ThreadPoolExecutor |