Katakana Is Not Your Friend
2026-04-28Katakana looks like free vocabulary when you start learning Japanese. The longer you study, the more it reveals a trap: familiar sounds do not guarantee familiar meanings.
Katakana looks like free vocabulary when you start learning Japanese. The longer you study, the more it reveals a trap: familiar sounds do not guarantee familiar meanings.
Yomi currently serves about 257K sitemap URLs, but the interesting part is that it does so as a serverless, databaseless SSR system shaped around Cloudflare Workers and Pages free-tier limits.
This post demonstrates the Godot-inspired interface language used across the site, using theme-style shortcodes and a more visual writing format.
This site borrows the visual language of the Godot editor without becoming parody. It is a portfolio, a writing archive, and a navigation experiment disguised as a familiar development tool.
While Godot is strictly Node-based, there are times when an Entity-Component-System approach makes more sense for data-heavy simulations. Learn how to leverage Custom Resources to mimic ECS data arrays efficiently.
Sometimes Godot’s UI system isn’t the right tool for complex DOM-based forms. This article outlines an architectural pattern for passing complex JSON state between a running WASM Godot instance and a reactive Vue.js wrapper.