Latest Writings
9 posts found
Information Challenges in the AI Era: Stereotypes, Parallel Realities, and Creative Exhaustion
Reflecting on how AI reshapes our information landscape through confirmation bias, systematic filtering, and the risk of model collapse.
From Invisible to Readable: Why I Rebuilt My Site for the AI Era
Vite + React was great, but it made my content invisible to AI and search crawlers. Here's why I moved to Astro for a content-first architecture.
Goodbye to #if os(macOS): A Journey of 'Pain and Rebirth' in SwiftUI Multi-platform Architecture
Initially, I put iOS/macOS under one target for convenience, but as complexity grew, the code became riddled with unmaintainable conditional compilation. Here's how I performed a major refactoring by physically isolating the UI layers.
Adding Accessibility Site-wide: Not a Feature, but Basic Respect
Documenting an accessibility overhaul for my personal site: focus, visibility, motion respect, and search readability.
Blog Loading & Rendering Strategy: A Selective Split Approach
A personal record of organizing blog loading and rendering: what to load first, what to delay, and the rationale behind it.
Optimizing a Personal Site for 'Reliability': A Developer's Log
This isn't a landing page or a sales pitchβit's a personal record of optimizing my own site for my own satisfaction: why I did it and what I changed.
Bug Analysis: SwiftUI navigationTransition Issues in Real-World Projects
While implementing Hero animations using SwiftUI navigationTransition in EXIF Master, a critical issue was discovered where the source photo disappears after navigation back. This was confirmed to be a long-standing bug in the official framework.
Order and Beauty: How I Built My Personal Web Space (React 19 + TS 5 + Tailwind 4)
Sharing my thoughts and practices on building a personal Web project using React 19, TypeScript 5, and Tailwind CSS 4
Example Guide: How to Write a Blog Post
This is an example post demonstrating the writing guidelines, supported categories, and markdown features.