commit ae01596fc4c83908118d010d3c7bf2dcb0268c8b parent 83b89535625d3ec875399e80fa85e901f65ee083 Author: 1 <dummy> Date: Mon, 16 Dec 2024 03:43:01 +0900 [その他] 読了リスト更新 Diffstat:
M | src/readings/2024/12.md | | | 44 | ++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 44 insertions(+), 0 deletions(-)
diff --git a/src/readings/2024/12.md b/src/readings/2024/12.md @@ -48,3 +48,47 @@ $$ は高校あたりの参考書で見たことがあるが、一般的に成り立つことを知らなかった。 そんぐらい参考として言及しとけやと思う。 スタンダード(教科書)で言及するように設定されているのなら参考書でも言及されるはずなので文部科学省のせいだろう。 +* パックマンディフェンス +<https://ja.wikipedia.org/wiki/%E3%83%91%E3%83%83%E3%82%AF%E3%83%9E%E3%83%B3%E3%83%BB%E3%83%87%E3%82%A3%E3%83%95%E3%82%A7%E3%83%B3%E3%82%B9> +* コングロマリット +<https://ja.wikipedia.org/wiki/%E3%82%B3%E3%83%B3%E3%82%B0%E3%83%AD%E3%83%9E%E3%83%AA%E3%83%83%E3%83%88> +* ripgrep(rg) +<https://github.com/BurntSushi/ripgrep> +`.gitignore`を考慮してくれたり、grepより相当速いらしくて使おうと思ったがまだ安定してなさそうなので使うのはやめた。 +* Treesitter vs LSP. Differences ans overlap +<https://www.reddit.com/r/neovim/comments/1109wgr/treesitter_vs_lsp_differences_ans_overlap/> +* [wasm-bindgen-futures] Is it possible to block an async javascript call in rust ? +<https://github.com/rustwasm/wasm-bindgen/issues/2111> +pollster::block_onしてるコードをwasmにも対応させたいんだが面倒すぎる。 +ブラウザのコード(JS)ではブロックできないらしい。 + * <https://github.com/zesterer/pollster/issues/24> +asyncではない関数内でFutureをblockする必要があり、その関数はwinitのハンドラなのでasyncにすることはできない。 +だるすぎる。 + * <https://github.com/rust-windowing/winit/issues/3560#issuecomment-2085754164> +解決できなくはないが、audio関連をリサーチしても問題がちらほら発見されるのでwasm対応は今はまだ待つのが得策と考えた。 +やりたい、必要な人が地雷を踏み抜いた後の道を歩こう。 +* Disable Caching During Development with Browser Tools +<https://nicholasbering.ca/tools/2016/10/09/devtools-disable-caching/> +ブラウザでwasmはjsから読み込むのだが、コードに変更を加えてビルドしてもなかなか反映されないので確認したらブラウザのキャッシュが悪さをしていた。 +画像とかならまだ分かるが.js(JavaScriptのコード)をキャッシュするとは思っていなかった。 +ブラウザの開発者パネルから(パネルを開いているときは)キャッシュをオフにできるようだ。 +* fcitx5 +<https://fcitx-im.org/wiki/Special:MyLanguage/Fcitx_5> +<https://github.com/fcitx/fcitx5> +QtのGUIで日本語入力ができなかったので、調べていたらfcitx5がでていてfcitx4を使っていたので更新した。 +結局問題は解決しなかったのでQt側の設定かもしれない。 +* サヤ(金融用語) +<https://www.ifinance.ne.jp/glossary/souba/sou419.html> +* Vcc – The Vulkan Clang Compiler (shady-gang.github.io) +<https://news.ycombinator.com/item?id=38937129> +* Introducing Vcc: the Vulkan Clang Compiler +<https://xol.io/blah/introducing-vcc/> +* throw off +<https://ejje.weblio.jp/content/Throw+off> +* atrocious +<https://ejje.weblio.jp/content/atrocious> +* with respect to + * regardingやwith regard to、concerningなど「~に関して」の使い分けは万全?違いを理解しよう! +<https://www.makocho0828.net/entry/2017-07-10-regarding%E3%82%84with_regard_to%E3%80%81concerning%E3%81%AA%E3%81%A9%E3%80%8C%EF%BD%9E%E3%81%AB%E9%96%A2%E3%81%97%E3%81%A6%E3%80%8D%E3%81%AE%E4%BD%BF%E3%81%84%E5%88%86%E3%81%91%E3%81%AF> + * 英語のwith regard toの使い方!in regard to や regarding との違いもわかりやすく説明! +<https://toiguru.jp/with-regard-to>