Published onOctober 1, 2024LLM - Building Applications with APIsCodeAIPythonLLM 系列文的第一章,著重在語言模型的基本介紹、多模態分析以及 API 應用
Published onSeptember 10, 2024字串搜尋演算法的心得CodeAlgorithmNGS從基因比對的角度切入,介紹幾個進階字串搜尋演算法(如後綴樹、BWT),並探討各種優化方向與實際應用
Published onAugust 21, 2024Line Bot 接收 Garmin inReach mini 訊息CodeMountain10min 教你如何用 Line Bot 串接 Garmin inReach mini
Published onApril 10, 2024Python GC 與 rpy2 的坑CodePythonRPyhton Garbage Collector 會自動清理廢棄資源,但是什麼時候算是廢棄?若資源沒有隨著程式結束一起關閉會發生什麼事?