-
posts
-
TIL: July 28, 2025 - Weekly Reading: Backpressure and Career Advice
Concurrency and Backpressure
Playground Wisdom: Threads Beat
Async/Await –
Armin Ronacher
Armin points out a lot of the ways that async/await are not an ideal way to
write concurrent code. Some of the points he makes involve the la...
-
TIL: 日本語の改行をいい感じにするBudouX
最近、LaTeXで日本語のレジュメを作成している際、日本語の単語の途中やカンマの直前など、不自然な位置で改行されて読みにくいと感じていました。そんな時、budoux-latexというプロジェクトを見つけました。
budoux-latexは、人工知能を用いたBudouXを使ってLaTeXの改行を処理します。BudouXは、日本語、中国語、韓国語といったCJK言語に対応したMLモデルで、pip install budouxで非常に簡単にインストールできます。Pythonだけでなく、Javaや...
-
TIL: Packaging Static Binaries
I have been using the zizmor project
for a while to lint GitHub Actions workflows for security issues. Zizmor is a
(mostly) static binary written in Rust so it should be a relatively
straightforward install. But I noticed that it can be installed ...