Recent Posts

Loading Local Images in Minimal Mistakes

3 minute read

I want to be able to load local images when the site is served locally. However, the URL format file:///Users/<username>/archive/image/20260218184820.p...

Differences between the commands gem and bundle

1 minute read

In the Ruby ecosystem, gem and bundle serve distinct but complementary roles in managing code libraries (known as gems). While gem is the primary interface f...

Renaming a Swift project using Xcode and Emacs

1 minute read

You may need to rename a project to better reflect the app’s evolved feature set, e.g., from LiveTranscribeJP to OmniScribe. Here is how to apply this rename...