The Museum of Modern Games の Podcast で百英雄伝のエピソードが公開

https://www.themuseumofmoderngames.com/episode28_crop.jpg

Buzzsprout

www.buzzsprout.com

Spotify

Suikothon 5 のスケジュールが発表されました

記事はこちら。

lordsofgaming.net

スケジュール一覧はこちら。

horaro.org

Watchman のインストール方法

Watchman とは

facebook.github.io

インストール方法

macOS

  • Homebrew が入っていることを前提とする
$ brew install watchman

Ubuntu

$ sudo apt install -y watchman

Visual Studio Code で Sorbet を用いる際には Watchman を入れておく

結論

For the best experience, Sorbet requires Watchman, which listens for changes to the files on disk in addition to edits that happen to files open in the editor. For example, without Watchman installed, Sorbet will not detect when files have changed on disk due to things like changing the currently checked out branch.

sorbet.org

入れてないときに断続的に表示されるエラーポップアップ

gyazo.com

Watchman の入れ方

macOS

  • Homebrew が使えることを前提とする
$ brew install watchman

Ubuntu

$ sudo apt install -y watchman

Ubuntu (WSL2) にてターミナル内で画像を表示する方法

結論

Sixel をインストールして img2sixel コマンドを用いる。

インストール方法

$ sudo apt install -y libsixel-bin

実行方法

$ img2sixel /path/to/image.jpg

参考記事

io.cyberdefense.jp

zenn.dev

余談

iTerm と同じ使い勝手にするために、img2sixel に imgcat というエイリアスを割り当てるのがいいかもしれません。