# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/c7rwlfa
我的 LLM 輔助編程實踐**
關於使用大語言模型輔助編寫代碼 \[1\] 的網絡討論中,總會有開發者表達失望之情。他們常常質疑自己做錯了什麼—爲何有人報告取得如此顯著成效,而他們的嘗試卻效果平平?使用大語言模型編寫代碼困難且反直覺。要摸清這種使用方式的邊界與侷限需要大量努力,而能幫助人們找到最佳應用方法的指導又少之又少。若有人告訴你用大語言模型編程很簡單,他們(可能無意中)誤導了你。他們或許偶然發現了有效模式,但這些模式並非人人自 ⌘ Read more