How to Paste Screen Captures to Claude Code Editor on macOS
Currently, I’m extensively using Claude code for development. Claude code is a terminal-based AI coding interface that primarily works with text. S...
Currently, I’m extensively using Claude code for development. Claude code is a terminal-based AI coding interface that primarily works with text. S...
現在的我,已大量使用 Claude code 進行開發,Claude code 是個 terminal 型的 AI coding 界面,以文字為主。所以在開發的時候,合作起來的感覺就是,我標記檔案,或是框起某些程式碼,在 VSCode terminal 中的 claude code 會知道我現...
This year, I’ve been heavily using AI Agents in program development. Besides general debugging, Agents also participate in my program design proces...
今年開始,我大量的使用 AI Agent 在程式開發。除了一般 debug 以外,Agent 也會參與我的程式設計過程。但是,AI Agent 如果沒有特別提到「不要動手,我要先 review 你的設計」時,AI Agent 會直接開始寫程式碼。而依這幾個月的經驗,AI Agent 很難一次就...
2025 年開始,我已經在開發的日常中,大量的使用 Cursor。但如果想法打開,Cursor 輸出的「文字」本來就可以超過「程式」的範圍。如果團隊中一起合作的 PM,使用 Cursor 開單,是不是開發者可以快速的跨越自然語言和程式語言的隔閤,然後快速的進入程式開發呢?首先,先從 Curso...
Since 2025, I have been extensively using Cursor in my daily development work. However, if we think broadly, Cursor’s text output capabilities can ...
在 Cursor 有 Agent 模式後,我已經大量的在使用 cursorrules 開發。當然現在開發可以下各種 prompt 進行,也還沒架出 MCP server。但先從 cursorrules 開始。現在網路上不錯 awesome cursorrules.
Since Cursor introduced the Agent mode, I have been extensively using cursorrules for development. Of course, now development can be done with vari...
這篇介紹在捷克、奧地利、匈牙利三個國家的交通方式,出發地設定在台北(TPE)出發。如果行程有在一個禮拜以上,可以這樣來安排這三個國家的行程。景點的 post 會寫在另一篇。
This guide covers transportation options in Austria, Hungary, and the Czech Republic, starting from Taipei (TPE). If your trip is longer than a wee...
Nintendo Switch 2 is Ready for Release - Officially Named Nintendo Switch 2
任天堂 Switch 2 已準備好要上市了 - 正式名稱為 Nintendo Switch 2
If you’re working on i18n for iOS and need to dynamically switch languages within the app, you can use this package: Localize-Swift. Recently, I wo...
如果你要進行 iOS 的 i18n,而且還要在 App 內動態切換語言,你可以使用這個套件 Localize-Swift。前陣子正在進行 i18n 的 feature,這邊整理了一下相關的資料。
A couple of years ago, someone asked me whether it was possible to change an app icon dynamically based on certain conditions. A few days ago, I go...