sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-04-26 19:00:13 +09:00
parent d6b61671d5
commit 37b2d2718d
5 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# 20240324084803 Fsharp ではじめる関数型プログラミング入門
#tech #fsharp #bookmark
- [F# ではじめる関数型プログラミング入門 (上巻)](https://zenn.dev/midoliy/books/85dd010d0b2ce7)
- [F# ではじめる関数型プログラミング入門 (中巻)](https://zenn.dev/midoliy/books/52a49a061f35fd)

View file

@ -12,6 +12,7 @@
## 何がしたかったのか
- システムのpythonを、作りたいソフトの都合でライブラリを入れたり消したりして汚したくない。 [[20240311135526 pip installでerror externally-managed-environment|PEP 668]] なども導入されて、インストールできない場合も今後増えそう
- 実行環境が色々存在しているため、揃えたい。nodeの人がnvm/npm使うのと同じようなことができたい
- [[20240311211049 pythonのプロジェクト構成]] に準じた標準に近い状態にしたい
----

View file

@ -0,0 +1,6 @@
# 20240330201317 mpv
#tech #bookmark #media_player
> **mpv** is a free (as in freedom) media player for the command line. It supports a wide variety of media file formats, audio and video codecs, and subtitle types.
https://github.com/mpv-player/mpv

View file

@ -0,0 +1,5 @@
# 20240402085829 Nix入門
#tech #read_later #bookmark #nix
>現代最強のパッケージマネージャNixを知ろう Nixって何と疑問に思っている方に向けて、Nixのコンセプトと仕組みを解説します。
[Nix入門](https://zenn.dev/asa1984/books/nix-introduction)