12
- 電通社員過労自殺事件
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
高橋まつりが気になったので - グリーンウォッシング
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 - 【大量失業と治安国家 / 危機感を募らせる支配層 / リストラが壊す社会の基盤】
http://www.mdsweb.jp/doc/705/0705_08a.html - 【Unity , shader】原神の海を再現したい
https://qiita.com/uynet/items/f8b087d47f5cf316eb7e - 音声合成ソフトA.I.VOICE
https://aivoice.jp/ - Neuroticism
https://en.wikipedia.org/wiki/Neuroticism
日本語版: 神経症傾向 - facet
https://ejje.weblio.jp/content/facet - 人気漫画「るろ剣」作者に罰金刑、児童ポルノ所持の罪
https://web.archive.org/web/20210123134119/https://www.sankei.com/affairs/news/180227/afr1802270053-n1.html
どういう経緯で発覚したのか気になる - cargo install --name: install with a renamed executable #12366
https://github.com/rust-lang/cargo/issues/12366 - premultiplied alpha?
https://blender.stackexchange.com/questions/67884/premultiplied-alpha - gist
https://ejje.weblio.jp/content/gist - OpenHarmony
https://en.wikipedia.org/wiki/OpenHarmony - Why I Dislike Discord
https://redvice.org/2016/discord-sucks/ - The threat to open source comes from within
https://newsletter.goodtechthings.com/p/the-threat-to-open-source-comes-from - FAQ on the xz-utils backdoor (CVE-2024-3094)
https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27 - Everything I know about the XZ backdoor
https://boehs.org/node/everything-i-know-about-the-xz-backdoor - 本尊
https://kotobank.jp/word/%E6%9C%AC%E5%B0%8A-135117 - Takeover, Takeover Bid, TOB
https://en.wikipedia.org/wiki/Takeover - White knight (business)
https://en.wikipedia.org/wiki/White_knight_(business) - 一般の相加相乗平均の証明
https://artofproblemsolving.com/wiki/index.php/Proofs_of_AM-GM
$$ \frac{a+b}{2} \geqq \sqrt{ab} $$ は高校あたりの参考書で見たことがあるが、一般的に成り立つことを知らなかった。
そんぐらい参考として言及しとけやと思う。
スタンダード(教科書)で言及するように設定されているのなら参考書でも言及されるはずなので文部科学省のせいだろう。 - パックマンディフェンス
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対応は今はまだ待つのが得策と考えた。
やりたい、必要な人が地雷を踏み抜いた後の道を歩こう。
- https://github.com/zesterer/pollster/issues/24
- 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
- regardingやwith regard to、concerningなど「~に関して」の使い分けは万全?違いを理解しよう!
- 美し過ぎる伝説の女スパイ「マタ・ハリ」は本当に諜報活動を働いていた?
https://bushoojapan.com/world/europe/2019/08/07/81975 - 前貼り
https://dic.pixiv.net/a/%E3%81%BE%E3%81%88%E3%81%B0%E3%82%8A https://ja.wikipedia.org/wiki/%E5%89%8D%E8%B2%BC%E3%82%8A - スーパーフリー事件
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
早稲田大学サークル集団レイプ事件 - voyeur
https://dictionary.goo.ne.jp/word/en/voyeur/