jujutsu(jj)のページを追加しました
次のversion管理ツールとして期待の jujutsu のページを追加しました
長い間git天下な時代でしたが、やりづらさやわかりづらさを感じて 動いている人たちいるのを知れて良かった。
しかも形になって提供してくれている。感謝
公式: https://docs.jj-vcs.dev/latest/
まだまだ使いはじめなんだけど、 まずはこのドキュメントから使って検証していきます
次のversion管理ツールとして期待の jujutsu のページを追加しました
長い間git天下な時代でしたが、やりづらさやわかりづらさを感じて 動いている人たちいるのを知れて良かった。
しかも形になって提供してくれている。感謝
公式: https://docs.jj-vcs.dev/latest/
まだまだ使いはじめなんだけど、 まずはこのドキュメントから使って検証していきます
コマンドで仕様サイトを作れるインストーラーを作りました
Are you managing your prompts for generative AI properly?
Although most generative AI platforms retain prompt histories, using prompts across different AIs can become a bit frustrating.
At such times, I came across an article suggesting that managing prompts in YAML format can be effective.
Thanks to Nopapen for the great article.
That got me thinking—“Maybe Docusaurus could be a convenient tool to preview YAML?”
So, I decided to explore the idea.
Once you discover Excel's ListObject (table styles), it's so convenient you'll want to use it for even small tables.
However, one downside is that the default table styles (appearance) are not very appealing.

From left to right:
You can create your own custom table styles like the ones above, but the issue is that they are saved on a per-workbook basis.
While you can copy them to other workbooks, you may end up transferring unwanted data, which can be risky.
That’s where a script that lets you add table styles anytime comes in handy.
If you have such a script, you can apply your preferred table style to any workbook whenever you like—so let me show you how.
I recently discovered that PlantUML supports regular expressions, so I decided to try it out.
For this example, I'm visualizing the following branch naming rules:
Wherever generative AI can be used, I want to make the most of it.
That includes writing detailed design documents.
That's why I created the PlantUML theme.
I made a theme to display PlantUML in Docusaurus, since it doesn't seem to be possible to make it official.
If you want to display PlantUML diagrams(pumld)
If you want to display PlantUML code(puml)
@startuml
start
:Hello world;
:This is defined on
several **lines**;
stop
@enduml
Written installation instructions for using Python instead of Excel VBA
.
Installing python and xlwings
Understanding the difference between "strategy" and "tactics" is crucial in project management, so I am writing about it here.
There are some great articles written about mob programming, so I’m noting them here for future reference.