diff --git a/content/.obsidian/graph.json b/content/.obsidian/graph.json index 5733dfe1..4bd2f03d 100644 --- a/content/.obsidian/graph.json +++ b/content/.obsidian/graph.json @@ -17,6 +17,6 @@ "repelStrength": 11.1808268229167, "linkStrength": 0.893798828125, "linkDistance": 48, - "scale": 0.7181374393724258, + "scale": 0.735325384885875, "close": true } \ No newline at end of file diff --git a/content/MUC Loveletter Generator.md b/content/MUC Loveletter Generator.md index c0dea72f..e6094ca4 100644 --- a/content/MUC Loveletter Generator.md +++ b/content/MUC Loveletter Generator.md @@ -1,7 +1,7 @@ --- date: "2023-11-07T18:37:51+0900" --- -#queer #programming +#queer #programming #poetry [[Christopher Strachey]]によるラブレターを自動生成するプログラム(1950年台) diff --git a/content/Mastodon.md b/content/Mastodon.md index 22788a55..700f2520 100644 --- a/content/Mastodon.md +++ b/content/Mastodon.md @@ -45,4 +45,4 @@ cd /home/tomoya/mastodon [[Mastodonのデータベースが壊れたときにやったこと(v4.2.0)]] -[[Mastodonのアップデートでいちいちdocker-あれcompose.ymlを一時的に書き換えない]] +[[Mastodonのアップデートでいちいちdocker-compose.ymlを一時的に書き換えない]] diff --git a/content/竹内関数で音楽.md b/content/竹内関数で音楽.md index f1d920ee..3a877ad1 100644 --- a/content/竹内関数で音楽.md +++ b/content/竹内関数で音楽.md @@ -3,8 +3,13 @@ date: "2023-09-12T15:40:18+0900" --- #programming-language #music + 再帰関数の実装のベンチマークなどでよく使われる竹内関数(たらい回し関数) +[[竹内郁雄]]が考案。 + +[[Haskell]]のように遅延評価が実装されてる言語だと一瞬で評価が終わるが、正格評価の言語だと最適化がない限りめちゃくちゃ実行時間がかかる。 + [[aike]]さんの記事 https://aike.hatenablog.com/entry/20111112 \ No newline at end of file