/* 前言 -------------------------------------------------- */
這是 Jeremy 於 2026-03-07 於第二屆「 AI 取暖會」中分享過去十八個月來與 AI/Agent 搏鬥的實戰心得。
/* 前言 -------------------------------------------------- */
這是 Jeremy 於 2026-03-07 於第二屆「 AI 取暖會」中分享過去十八個月來與 AI/Agent 搏鬥的實戰心得。
| function getText(node) { | |
| if (node.nodeType === 3) { | |
| return node.data; | |
| } | |
| var txt = ''; | |
| if (node = node.firstChild) do { | |
| txt += getText(node); |
As configured in my dotfiles.
start new:
tmux
start new with session name: