83 articles

📰 Dev.to · Evan Lin

Articles from Dev.to · Evan Lin · 83 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (11163) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
[Learning Documents] [Golang] Go 1.19 Sort is Faster
Dev.to · Evan Lin 3mo ago
[Learning Documents] [Golang] Go 1.19 Sort is Faster
Go 1.19 的 Sort 變快了 Go 1.19 的 Sort 已經從 QuickSort 換成跟 #Rustlang 還有 C++ #Boost 一樣的...
[Go] Useful Packages from Go's Internal Source Code: go-internal
Dev.to · Evan Lin 3mo ago
[Go] Useful Packages from Go's Internal Source Code: go-internal
Released a new version of @rogpeppe's go-internal with some notable changes to testscript, used...
I Used to Think Runners Were Idiots
Dev.to · Evan Lin 3mo ago
I Used to Think Runners Were Idiots
原本以為跑步的人都是笨蛋 - 走る奴なんて馬鹿だと思ってた 作者: 松久淳 譯者: 邱香凝 出版社:遠流出版 出版日期:2022/11/01 Enter...
[Learning Notes][Golang] Using GitHub Issues as a Database
Dev.to · Evan Lin 3mo ago
[Learning Notes][Golang] Using GitHub Issues as a Database
前提 之前說過許多資料庫都已經開始收費了,所以想要找一個免費的資料庫來使用的其實相當麻煩。不論是使用 Heroku 或是 Render 的資料庫其實都是一筆不小的費用。...
Today I Learned: Generative AI News and Applications, March 17, 2023
Dev.to · Evan Lin 3mo ago
Today I Learned: Generative AI News and Applications, March 17, 2023
前情提要: 因為最近的 Generative AI 相當紅(還有 ChatGPT) ,開始搜集一些相關資料。作為我 Twitter 資訊的整理。 ...
Today I Learned: Generative AI News and Applications, March 21, 2023
Dev.to · Evan Lin 3mo ago
Today I Learned: Generative AI News and Applications, March 21, 2023
(DALL-E 的產出) 前情提要: 因為最近的 Generative AI 相當紅(還有 ChatGPT) ,開始搜集一些相關資料。作為我 Twitter...
[TIL] CitusCon2023 Presentation Reflections
Dev.to · Evan Lin 3mo ago
[TIL] CitusCon2023 Presentation Reflections
Keynote: - 分散式的 PostgresSQL 問題,還有如何透過 Citus 來解決他 什麼是 Citus Postgres Citus...
Today I Learned: How OpenAI/ChatGPT Uses Your Data for Training
Dev.to · Evan Lin 3mo ago
Today I Learned: How OpenAI/ChatGPT Uses Your Data for Training
李宏毅教授 -【生成式AI】窮人如何低資源復刻自己的 ChatGPT 李宏毅教授這個影片「窮人如何低資源復刻自己 ChatGPT」有提到資料被 OpenAI...
[TIL] Microsoft Build 2023 Day 1 - Summary
Dev.to · Evan Lin 3mo ago
[TIL] Microsoft Build 2023 Day 1 - Summary
這一屆有很多重要消息: Windows Copilot (Windows 內建 chatgpt) ChatGPT with Bing Search (include free...
Learning Golang REGEX with ChatGPT
Dev.to · Evan Lin 3mo ago
Learning Golang REGEX with ChatGPT
前提 大家應該都跟我一樣,經常使用 ChatGPT 來協助一些 coding 上的問題。尤其是對於 Regular Expression...
[Learning Notes][OpenAI] About OpenAI's New Function Calling Feature
Dev.to · Evan Lin 3mo ago
[Learning Notes][OpenAI] About OpenAI's New Function Calling Feature
前提 OpenAI 在 06/13 發表了新的功能 “Function calling“,其實對 LLM 的開發上算是一個完整的新發展。...
[Learning Notes] [Golang] Efficiently Preparing FLEX Messages When Developing a LINE Chatbot with Golang
Dev.to · Evan Lin 3mo ago
[Learning Notes] [Golang] Efficiently Preparing FLEX Messages When Developing a LINE Chatbot with Golang
前提 LINE Bot 的開發上, Flex Message...
[TIL][Python] Python Tool for Online PDF Viewing, Comparison, and Data Import
Dev.to · Evan Lin 3mo ago
[TIL][Python] Python Tool for Online PDF Viewing, Comparison, and Data Import
小專案 Online PDF Viewer and Parse Data...
Notes on GPT-4V(ision): The Dawn of LMMs
Dev.to · Evan Lin 3mo ago
Notes on GPT-4V(ision): The Dawn of LMMs
(論文: https://arxiv.org/abs/2309.17421 ) 前情提要 這篇由微軟在 09/29 發表的論文,搶先測試了不少 GPT-4V...
[Golang] Quickly Set Up a Free Local ChatGPT with Ollama and Build a LangChainGo Application
Dev.to · Evan Lin 3mo ago
[Golang] Quickly Set Up a Free Local ChatGPT with Ollama and Build a LangChainGo Application
前提 好久沒來寫 Golang 來寫文章了,就想說把之前看過關於 Golang LangChain 相關的文章來敘述一下。以下這篇文章主要參考了 [Eli Bendersky...
[TIL] Deploying to Heroku with Github Releases and Golang
Dev.to · Evan Lin 3mo ago
[TIL] Deploying to Heroku with Github Releases and Golang
Github Action 上的 CICD - Go Build 經常在教同學要打造自己的 side Project 的時候,要透過 Github...
[Golang] How to Update Golang LINE Bot SDK v8 OpenAPI (Swagger)
Dev.to · Evan Lin 3mo ago
[Golang] How to Update Golang LINE Bot SDK v8 OpenAPI (Swagger)
前情提要: 2023 年 LINE Bot SDK 積極推動 OpenAPI (a.k.a. swagger) 的標準介面。透過與 OpenAPI 的整合, LINE Bot...
Paper Review: Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image Restoration In the Wild
Dev.to · Evan Lin 3mo ago
Paper Review: Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image Restoration In the Wild
論文名稱: Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image...
[Golang][Gemini Pro] Build a LINE Bot with Memory Using Chat Sessions
Dev.to · Evan Lin 3mo ago
[Golang][Gemini Pro] Build a LINE Bot with Memory Using Chat Sessions
前提 前幾篇的文章 [Golang] 透過 Google Gemini Pro 來打造一個基本功能 LLM LINE Bot 曾經提過,如何整合基本的 Gemini Pro...
[Golang][Gemini Pro] Building a Business Card Chatbot with Gemini-Pro-Vision
Dev.to · Evan Lin 3mo ago
[Golang][Gemini Pro] Building a Business Card Chatbot with Gemini-Pro-Vision
前提 在之前的文章中,探討了如何使用 Golang 結合 Google Gemini Pro 來開發一個具備大型語言模型(LLM)功能的 LINE...