12.md (6557B)
1 # 12 2 * 電通社員過労自殺事件 3 <https://ja.wikipedia.org/wiki/%E9%9B%BB%E9%80%9A%E7%A4%BE%E5%93%A1%E9%81%8E%E5%8A%B4%E8%87%AA%E6%AE%BA%E4%BA%8B%E4%BB%B6> 4 高橋まつりが気になったので 5 * グリーンウォッシング 6 <https://ja.wikipedia.org/wiki/%E3%82%B0%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%A6%E3%82%A9%E3%83%83%E3%82%B7%E3%83%B3%E3%82%B0> 7 * 【大量失業と治安国家 / 危機感を募らせる支配層 / リストラが壊す社会の基盤】 8 <http://www.mdsweb.jp/doc/705/0705_08a.html> 9 * 【Unity , shader】原神の海を再現したい 10 <https://qiita.com/uynet/items/f8b087d47f5cf316eb7e> 11 * 音声合成ソフトA.I.VOICE 12 <https://aivoice.jp/> 13 * Neuroticism 14 <https://en.wikipedia.org/wiki/Neuroticism> 15 日本語版: [神経症傾向](https://ja.wikipedia.org/wiki/%E7%A5%9E%E7%B5%8C%E7%97%87%E5%82%BE%E5%90%91) 16 * facet 17 <https://ejje.weblio.jp/content/facet> 18 * 人気漫画「るろ剣」作者に罰金刑、児童ポルノ所持の罪 19 <https://web.archive.org/web/20210123134119/https://www.sankei.com/affairs/news/180227/afr1802270053-n1.html> 20 どういう経緯で発覚したのか気になる 21 * cargo install --name: install with a renamed executable #12366 22 <https://github.com/rust-lang/cargo/issues/12366> 23 * premultiplied alpha? 24 <https://blender.stackexchange.com/questions/67884/premultiplied-alpha> 25 * gist 26 <https://ejje.weblio.jp/content/gist> 27 * OpenHarmony 28 <https://en.wikipedia.org/wiki/OpenHarmony> 29 * Why I Dislike Discord 30 <https://redvice.org/2016/discord-sucks/> 31 * The threat to open source comes from within 32 <https://newsletter.goodtechthings.com/p/the-threat-to-open-source-comes-from> 33 * FAQ on the xz-utils backdoor (CVE-2024-3094) 34 <https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27> 35 * Everything I know about the XZ backdoor 36 <https://boehs.org/node/everything-i-know-about-the-xz-backdoor> 37 * 本尊 38 <https://kotobank.jp/word/%E6%9C%AC%E5%B0%8A-135117> 39 * Takeover, Takeover Bid, TOB 40 <https://en.wikipedia.org/wiki/Takeover> 41 * White knight (business) 42 <https://en.wikipedia.org/wiki/White_knight_(business)> 43 * 一般の相加相乗平均の証明 44 <https://artofproblemsolving.com/wiki/index.php/Proofs_of_AM-GM> 45 $$ 46 \frac{a+b}{2} \geqq \sqrt{ab} 47 $$ 48 は高校あたりの参考書で見たことがあるが、一般的に成り立つことを知らなかった。 49 そんぐらい参考として言及しとけやと思う。 50 スタンダード(教科書)で言及するように設定されているのなら参考書でも言及されるはずなので文部科学省のせいだろう。 51 * パックマンディフェンス 52 <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> 53 * コングロマリット 54 <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> 55 * ripgrep(rg) 56 <https://github.com/BurntSushi/ripgrep> 57 `.gitignore`を考慮してくれたり、grepより相当速いらしくて使おうと思ったがまだ安定してなさそうなので使うのはやめた。 58 * Treesitter vs LSP. Differences ans overlap 59 <https://www.reddit.com/r/neovim/comments/1109wgr/treesitter_vs_lsp_differences_ans_overlap/> 60 * [wasm-bindgen-futures] Is it possible to block an async javascript call in rust ? 61 <https://github.com/rustwasm/wasm-bindgen/issues/2111> 62 pollster::block_onしてるコードをwasmにも対応させたいんだが面倒すぎる。 63 ブラウザのコード(JS)ではブロックできないらしい。 64 * <https://github.com/zesterer/pollster/issues/24> 65 asyncではない関数内でFutureをblockする必要があり、その関数はwinitのハンドラなのでasyncにすることはできない。 66 だるすぎる。 67 * <https://github.com/rust-windowing/winit/issues/3560#issuecomment-2085754164> 68 解決できなくはないが、audio関連をリサーチしても問題がちらほら発見されるのでwasm対応は今はまだ待つのが得策と考えた。 69 やりたい、必要な人が地雷を踏み抜いた後の道を歩こう。 70 * Disable Caching During Development with Browser Tools 71 <https://nicholasbering.ca/tools/2016/10/09/devtools-disable-caching/> 72 ブラウザでwasmはjsから読み込むのだが、コードに変更を加えてビルドしてもなかなか反映されないので確認したらブラウザのキャッシュが悪さをしていた。 73 画像とかならまだ分かるが.js(JavaScriptのコード)をキャッシュするとは思っていなかった。 74 ブラウザの開発者パネルから(パネルを開いているときは)キャッシュをオフにできるようだ。 75 * fcitx5 76 <https://fcitx-im.org/wiki/Special:MyLanguage/Fcitx_5> 77 <https://github.com/fcitx/fcitx5> 78 QtのGUIで日本語入力ができなかったので、調べていたらfcitx5がでていてfcitx4を使っていたので更新した。 79 結局問題は解決しなかったのでQt側の設定かもしれない。 80 * サヤ(金融用語) 81 <https://www.ifinance.ne.jp/glossary/souba/sou419.html> 82 * Vcc – The Vulkan Clang Compiler (shady-gang.github.io) 83 <https://news.ycombinator.com/item?id=38937129> 84 * Introducing Vcc: the Vulkan Clang Compiler 85 <https://xol.io/blah/introducing-vcc/> 86 * throw off 87 <https://ejje.weblio.jp/content/Throw+off> 88 * atrocious 89 <https://ejje.weblio.jp/content/atrocious> 90 * with respect to 91 * regardingやwith regard to、concerningなど「~に関して」の使い分けは万全?違いを理解しよう! 92 <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> 93 * 英語のwith regard toの使い方!in regard to や regarding との違いもわかりやすく説明! 94 <https://toiguru.jp/with-regard-to> 95 * 美し過ぎる伝説の女スパイ「マタ・ハリ」は本当に諜報活動を働いていた? 96 <https://bushoojapan.com/world/europe/2019/08/07/81975> 97 * 前貼り 98 <https://dic.pixiv.net/a/%E3%81%BE%E3%81%88%E3%81%B0%E3%82%8A> 99 <https://ja.wikipedia.org/wiki/%E5%89%8D%E8%B2%BC%E3%82%8A> 100 * スーパーフリー事件 101 <https://ja.wikipedia.org/wiki/%E3%82%B9%E3%83%BC%E3%83%91%E3%83%BC%E3%83%95%E3%83%AA%E3%83%BC%E4%BA%8B%E4%BB%B6> 102 早稲田大学サークル集団レイプ事件 103 * voyeur 104 <https://dictionary.goo.ne.jp/word/en/voyeur/>