2023/11 3週目 
Rust 
- Our Vision for the Rust Specification
- どんな感じで仕様作成を勧めていくかについて
 - チームメンバー、スコープ、ゴールなど
 
 - A tale of broken badges and 23,000 features
- shields.ioのバッジが表示されない問題があった
 - 対象クレートのfeaturesフラグが23000個あった
 - 対象クレート: https://github.com/Carlosted/leptos-icons
 - SVGアイコン1つにつき、1フラグという作りだった
 - そのため shields.io が crates.io から受け取ったレスポンスのサイズが20MBを超えた
 - crates.io的にコレを許容できないので、今後は300個まで制限する
 
 
Wasm 
- Fast and Portable Llama2 Inference on the Heterogeneous Edge
- Wasm + WasmEdge でLlama2が動く
 
 - https://github.com/WebAssembly/wasi-nn/
- ニューラルネットワークのWASI拡張仕様
 
 - Wasm as the runtime for LLMs and AGI
 - https://github.com/bjorn3/browser_wasi_shim
- ブラウザで動くWASIのshim
 
 - Introducing WASI-NN
 - Machine Learning in WebAssembly: Using wasi-nn in Wasmtime
- wasi-nnを通して、OpenVINOを使ったMLを動かすって話
 - https://bytecodealliance.org/articles/implementing-wasi-nn-in-wasmtime は実装周りの話
 
 
Books 
Frontend 
AI 
- https://x.com/yuno_miyako2/status/1724330360425816568?s=20
- https://chat.openai.com/g/g-iL2R6mcaP-wei-lai-wen
 - ノートからテストの問題を作成してくれるGPTs
 
 - ディープラーニング初心者がOpenVINOを使ってみる(その1:インストール編)
 - [速報]マイクロソフト、「Copilot Studio」発表。Copilotのカスタマイズ、プラグイン開発、ワークフローの設定など、Copilot用ローコード開発ツール。Ignite 2023
 - OpenVINO™ ツールキットを用いた文字認識|インテル® データ・セントリック CoE
 
