itagagaki’s blog

Itagaki's Software Development Blog

WOL (Wake On LAN) 設定

お出かけ先からWOL (Wake On LAN) で自宅PCを起動できるように設定したときにいろいろ引っ掛かったので、メモ書き。 構成は、 ルーター: NTT PR-500KI PCのマザーボード: ASROCK B560-HDV ネットワークアダプター: Intel I219-V (オンボード) OS: Micr…

Discussion on the ability to set the startup folder in Mozilla Thunderbird

I think the main role of the "Manually sort folders" add-on for Mozilla Thunderbird has been moved to the core, but there is one more thing left to do. It is to select a specific folder on startup. I suppose there is a way to create a new …

Progress in implementing core functionality for manually sorting folders in Thunderbird

Last month I submitted a patch to allow users to drag and drop folders to reorder them in the folder pane of Thunderbird 121. It worked fine. However, the Betterbird (a fork of Thunderbird) folks pointed out that there were performance iss…

Zephyr ビルドと実行 おぼえがき

Zephyr はIntel発祥のRTOSです。 今回使用する環境は Windows 10 です。 Getting Started Guide — Zephyr Project Documentation を読んで、必要なものを揃えておきます。 Windows Terminalに「ZephyrBuild」というプロファイルを加えました。 { "commandlin…

STM32F446 Nucleo-144 でZephyrを動かしてみる

ZephyrというRTOSのリポジトリのIssuesへのコントリビューションを始めることにしました。 Issues解決のためには、問題を実際に確認・把握し、コードを調査して原因、改善点、影響範囲などを分析し、修正を行い、テストを行って問題が解消したことを確認する…

Plan to modify the Thunderbird Supernova's folder pane

How can we freely sort the order of folders in Mozilla Thunderbird? For a while, this was possible with the popular "Manually sort folders" add-on. However, in Thunderbird 115 the add-on no longer works because of the redesigned folder UI.…