Look back on the week.
-
English
- 今週も毎日受講
- new words
- irritate: (…に)炎症を起こさせる、(…を)ひりひりさせる
- ex: irritate my skin
- livelihood education
- Technology and Livelihood Education (TLE) is one of the learning areas of the Secondary Education Curriculum used in Philippine secondary schools. As a subject in high school, its component areas are: Home Economics, Agri-Fishery Arts, Industrial Arts, and Information and Communication Technology.
- cited in Technology and Livelihood Education
- Technology and Livelihood Education (TLE) is one of the learning areas of the Secondary Education Curriculum used in Philippine secondary schools. As a subject in high school, its component areas are: Home Economics, Agri-Fishery Arts, Industrial Arts, and Information and Communication Technology.
- irritate: (…に)炎症を起こさせる、(…を)ひりひりさせる
-
Machine learning / Cloud computing
- Pico4MLが届いた
- カメラ、ディスプレイ、加速度センサ、マイクが付いてるので、色々遊べそう
- サンプルプログラム
- Docker imageをOCI image formatに変換する方法
- containers/skopeo: Work with remote images registries - retrieving information, images, signing content
skopeo copy docker-daemon:busybox:latest oci:busybox-oci:latest
- Neural Architecture Searchを用いたセマンティックセグメンテーションモデルの探索 | Preferred Networks Research & Development
-
Rock climbing
- 粉末ラジオ聞いた
- 72: 初段が登れました(climber_t_field) – KONA BLOG
- 「グレードに対して簡単すぎる課題はバカにされてる感じがする」ってのは何となく分かる
- 良い課題とは
- 「自分が登った時に、何か新しいことを得られる課題」
- 「課題を通して同じ気持ちを味わうことができるのが楽しい 」
-
Other topics
- ninjaでインストールしたソフトウェアを削除する方法
- プロジェクトでインストールされたファイルの一覧は
install_manifest.txt
に記載のため、このファイルをすべて削除すればいい - コマンド:
xargs rm < install_manifest.txt
- プロジェクトでインストールされたファイルの一覧は
- ソフトウェア開発における言語選定
- PC、クラウド環境で動くソフトウェアであれば、基本はPythonで実装、パフォーマンスが問題になる部分はC/C++で実装してPython・C/C++連携ツールでPython I/Fを作成してPythonから呼び出すやり方が良さそう
- Using PyTorch with CUDA on WSL2 | Christian Mills
- WSL2のPyTorchでCUDAを使う方法
- 「自分の言葉で話す人」はなぜ面白いのか|柴田史郎|note
- git gc の仕組みを原理から理解してサイズを 136MB → 7.2MB(95%減)まで削減した時の勉強メモ
- VSCodeのsyntax highlight関連