そういえばZennにブクマ機能が追加されてるっぽい。 こういうの便利なので嬉しい...この調子でハイライターもShikiに移行して欲しい。
vim-jpでGrafanaとotelが話題になっていた。
先日Grafanaとprometheusでメトリクスを取るやつはやったけど、otelはどうやるのがデファクトなのか 知らなかったので勉強になった。
これとかそれぞれの役割が分かりやすい。
リンクラのwith meetsの予定表がアプリ以外で見れないのが不満で通信ログ取って調査をしてたのだけど、 普通に良くないなと思ってやめた。 アプリ外だとTwitterからしか見れないから地味に不便なんだよな...(毎日アプリ開けってことだとは思うけども)
今日やったこと
ブログ
唐突にブログのCIが壊れたので修理していた。 結果としてはesm.sh経由で読み込んでいたlucide-react
をnpmへと切り替えたら直った。
エラーのログを見るにesm.shが壊れたモジュールを配信していたっぽい...? 詳しく追ってないから分からないけども。
以下エラーの抜粋と該当のエラーが発生しているActionsのURL。
Download https://esm.sh/lucide-react@0.455.0
error: Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/lucide-react@0.455.0
Actual: 017070f6289ce1100cf6aedfdebd38959612226d5561b1ee38e2c966bb5310c0
Expected: 667eac32472222b70ae6e8b554dd087cce30ff287750960822664259431639c5
This could be caused by:
* the lock file may be corrupt
* the source itself may be corrupt
Investigate the lockfile; delete it to regenerate the lockfile or --reload to reload the source code from the server.
Error: Process completed with exit code 10.
明日以降やりたいこと
Common Lispのテスト遅くね...?と常々思っていて、その解決策として テスト用のREPLを起動する方法を思い付いたので試していきたい。