Blog
2026.08.04
The Day I Went Back to Coupang Just to Clock Out
Early this morning, I finished my shift at a Coupang logistics center. Because the employee shuttle was about to leave, I hurried out of the building and forgot to clock out in the Coupunch app.
2026.07.27
Nimf, Clair, and Guiyom Development Status — July 2026
Development of Nimf, Clair, and Guiyom has recently taken longer than expected. This is because more work has gone into reorganizing the foundations of the projects than into adding immediately visible features.
2026.07.23
Building an Ada Compiler with an Autonomous AI Development Loop
I have recently been working on adac, an Ada compiler written in Ada.
2026.07.15
Show the Current Directory in the Terminal Title with FreeBSD sh
When several terminals are open at the same time, it is useful to identify their working directories from their title bars.
2025.12.27
Porting nimf.c to Ada and Implementing the Clair Event Loop
Over the past few days, I have been working on porting nimf.c to the Ada language (nimf_main.adb). While my current focus is on developing an Ada-based GUI toolkit, I am taking a moment during the build process to share my technical insights and the results of this porting effort.
2025.12.16
Interojo (119610) Corporate Status and Key Issue Analysis Report
This report analyzes the operational status, financial performance, and governance issues of Interojo Co., Ltd. as of December 15, 2025, based on factual data.
2025.12.10
Nimf 2025.12.10 Released
Hello. Nimf 2025.12.10 is released.
2025.12.07
Cim 2.0.0 Released
On December 7, 2025, Cim (Common Input Method) version 2.0.0 was released. This update marks a major version change, featuring ABI (Application Binary Interface) changes in libcim, the addition of Qt6 support, and a refactoring of the plugin architecture.
2025.11.14
How to Generate Skia C API Library on FreeBSD Using rust-skia
Introduction: The C++ ABI Incompatibility Problem
2025.08.08
Building a Package by Adding Ada Support to GCC14 in FreeBSD Ports
This guide explains the entire process of modifying the lang/gcc14 port in FreeBSD to enable Ada language support, compiling it, and finally generating an installable package file.