<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Max 的天空 / Max de Sky</title><description>記錄個人的探索之旅</description><link>https://maxlai.cc/</link><language>zh-tw</language><item><title>為什麼在 AI 時代，軟體工程基本功反而比以往更重要？</title><link>https://maxlai.cc/2026/05/10/software-fundamentals-matter-more-than-ever-abstract/</link><guid isPermaLink="true">https://maxlai.cc/2026/05/10/software-fundamentals-matter-more-than-ever-abstract/</guid><description>Matt Pocock 在 2026/4/9 於 AI Engineer 研討會所給的 Keynote https://youtu.be/v4F1gFy-hqg?si=H1H3W96Eu7qwErUc 演講中提到 目前的軟體開發範式確實正在經歷劇變，甚至出現了「從規格到代碼（Specs to Cod…</description><pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate></item><item><title>一人網路公司背後的系統架構</title><link>https://maxlai.cc/2023/07/07/the-architecture-behind-a-one-person-internet-company/</link><guid isPermaLink="true">https://maxlai.cc/2023/07/07/the-architecture-behind-a-one-person-internet-company/</guid><description>之前聽星箭廣播--「從業餘專案到「一人公司」，podcast 搜尋引擎 Listen Notes 的故事」，創辦人 Wenbin Fang 提到他寫了一篇 blog 文介紹一人網路公司背後所用到的一些 SaaS 服務以及後端系統所用到的技術，就作個記錄讓之後自己需要 recalling 時比較容易。…</description><pubDate>Fri, 07 Jul 2023 00:00:00 GMT</pubDate></item><item><title>2022年度回顧</title><link>https://maxlai.cc/2023/01/13/2022-retrospective/</link><guid isPermaLink="true">https://maxlai.cc/2023/01/13/2022-retrospective/</guid><description>2022年底身體出了點狀況，雖然在年終考評時作了回顧，但一直到今天 (2023/1/13) 才作了比較完整的整理。 在醫院智慧醫療專案方面： - CXR-AI：胸部 X 光的 AI 辨識模型主要是 Mora 在帶領，我只是在一旁敲邊鼓、用嘴巴做專案(提出一些 Ops上的想法)，一些成果摘要 - 藍綠…</description><pubDate>Fri, 13 Jan 2023 00:00:00 GMT</pubDate></item><item><title>[筆記] Event Storming 學習資料</title><link>https://maxlai.cc/2022/05/01/event-storming-resources/</link><guid isPermaLink="true">https://maxlai.cc/2022/05/01/event-storming-resources/</guid><description>最近開始 Study Event Storming 並應用到公司的需求收集、討論以及系統設計，整理一些自己看到的資料連結，以便日後可以自己複習。 Webs/Articles: - eventstorming.com - 第11屆 iThome 鐵人賽 Event Storming(中文，2019/0…</description><pubDate>Sun, 01 May 2022 00:00:00 GMT</pubDate></item><item><title>使用 Pytest 進行單元測試</title><link>https://maxlai.cc/2022/04/18/unit-test-by-using-pytest/</link><guid isPermaLink="true">https://maxlai.cc/2022/04/18/unit-test-by-using-pytest/</guid><description>本文整理了我在 PyCon TW 2021 年投稿的 Tutorial 分享 - 使用 Pytest 進行單元測試 https://youtu.be/BttmS-E3Dfw 內容大綱如下： - Why 單元測試? - PyCharm Setup for pytest - unit test vs p…</description><pubDate>Mon, 18 Apr 2022 00:00:00 GMT</pubDate></item><item><title>VS code 使用 Remote-SSH時遠端 .profile 沒有被執行的問題解決</title><link>https://maxlai.cc/2021/01/29/vs-code-using-remote-ssh-but-profile-not-be-sourced/</link><guid isPermaLink="true">https://maxlai.cc/2021/01/29/vs-code-using-remote-ssh-but-profile-not-be-sourced/</guid><description>使用 VS code - Remote-SSH, 在 Remote Host 會有 (.profile not being sourced in Integrated Terminal) 的問題. 如果你是在 remote host 使用 conda 時，在 integrated terminal …</description><pubDate>Fri, 29 Jan 2021 00:00:00 GMT</pubDate></item><item><title>Practical Python 課程</title><link>https://maxlai.cc/2020/10/16/practical-python-programming/</link><guid isPermaLink="true">https://maxlai.cc/2020/10/16/practical-python-programming/</guid><description>Python Cookbook 作者 David Beazley @dabeaz 將他的 Practical Python Programming 課程 以 CC 釋出. https://dabeaz-course.github.io/practical-python/Notes/Contents.…</description><pubDate>Fri, 16 Oct 2020 00:00:00 GMT</pubDate></item><item><title>PyCon US 2020 待讀清單</title><link>https://maxlai.cc/2020/05/01/pycon-us-2020-%E5%BE%85%E8%AE%80%E6%B8%85%E5%96%AE/</link><guid isPermaLink="true">https://maxlai.cc/2020/05/01/pycon-us-2020-%E5%BE%85%E8%AE%80%E6%B8%85%E5%96%AE/</guid><description>今年 PyCon US 2020 採線上分享模式，已陸續釋出許多分享的影片，網址在 https://us.pycon.org/2020/online/ 先列出自己想要聽的 talk 清單 Tutorials - Demystifying Deep Learning for Data Scientis…</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate></item><item><title>良好的 Git Commit Message 撰寫慣例</title><link>https://maxlai.cc/2020/02/18/good-git-commit-message-convention/</link><guid isPermaLink="true">https://maxlai.cc/2020/02/18/good-git-commit-message-convention/</guid><description>想要在 Git 專案中將 commit message 的規範定下來，google 了一下網路的內容，已經有很優質的討論內容。 以下是自己覺得值得參考的內容： - Git Commit Message 這樣寫會更好，替專案引入規範與範例 (如果只想看一篇，可以只看這一篇即可) - 如何寫一個-git…</description><pubDate>Tue, 18 Feb 2020 00:00:00 GMT</pubDate></item><item><title>如何利用微軟Office 365 進行多人協作編輯計畫書</title><link>https://maxlai.cc/2020/02/12/ru-he-li-yong-ms-office-365-jin-xing-duo-ren-xie-zuo-bian-ji-ji-hua-shu/</link><guid isPermaLink="true">https://maxlai.cc/2020/02/12/ru-he-li-yong-ms-office-365-jin-xing-duo-ren-xie-zuo-bian-ji-ji-hua-shu/</guid><description>這是我 FB 的討論--「如何利用微軟Office 365 進行多人協作編輯計畫書」的內容整理。 我只有在撰寫計畫書時才會使用 MS Word 的多人編輯功能。(註：建議使用 Word App，而不是 Office 365 online web app) \[適用情境\]： 通常計畫書是由某一單位(…</description><pubDate>Wed, 12 Feb 2020 00:00:00 GMT</pubDate></item><item><title>AI 公司的 Backend</title><link>https://maxlai.cc/2020/01/23/backend-in-a-ai-company/</link><guid isPermaLink="true">https://maxlai.cc/2020/01/23/backend-in-a-ai-company/</guid><description>去年9月加入一個 AI 醫療影像團隊，除了 AI modeling training 之外，也開始把 AI model deploy 上線，收集一下相關的訊息，以後比較好找到資料。 Build and Host Real-world Machine Learning Services from Sc…</description><pubDate>Thu, 23 Jan 2020 00:00:00 GMT</pubDate></item><item><title>女兒使用Pagamo素養品學堂心得分享</title><link>https://maxlai.cc/2019/08/21/pagamo-su-yang-pin-xue-tang-xin-de-fen-xiang/</link><guid isPermaLink="true">https://maxlai.cc/2019/08/21/pagamo-su-yang-pin-xue-tang-xin-de-fen-xiang/</guid><description>我們家是 5/29 開始訂閱「Pagamo素養品學堂」的服務，每週一、四女兒總是很期待地打開電腦來做閱讀素養的任務挑戰。除了品學堂團隊安排的文章活潑有趣、貼近生活之外，Pagamo遊戲化的設計—要完成學習任務來擴張領土—也讓孩子產生很大的動力來解題。 經過了快三個月的學習，孩子是否有成長呢？我在旁邊…</description><pubDate>Wed, 21 Aug 2019 00:00:00 GMT</pubDate></item><item><title>如何在 PyCharm IDE 中 debug Flask App</title><link>https://maxlai.cc/2019/04/11/how-to-debug-flask-app-in-pycharm/</link><guid isPermaLink="true">https://maxlai.cc/2019/04/11/how-to-debug-flask-app-in-pycharm/</guid><description>由於 Flask 官方網頁中執行 app 的方法是採用 flask command line PyCharm Community 是直接調用 Python 執行 script，若要PyCharm IDE 中調用 flask command line 就必須要做一些 work around 設定才能執…</description><pubDate>Thu, 11 Apr 2019 00:00:00 GMT</pubDate></item><item><title>Podcast 推薦</title><link>https://maxlai.cc/2019/04/08/podcast-list/</link><guid isPermaLink="true">https://maxlai.cc/2019/04/08/podcast-list/</guid><description>在開車、通勤、運動的時間，我通常會聽一些 Podcast。 在國外有許多 Python 相關的 Podcast，除了了解一些技術的最新資訊外，也順便可以練習英語的聽力。出乎意料的是對於程式設計領域的 Podcast，因為平時接觸時大部份都知道英文的意義，所以聽起來反而比較容易上手。 以下是我最常聽的…</description><pubDate>Mon, 08 Apr 2019 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181203-1209</title><link>https://maxlai.cc/2018/12/11/weekly-note-20181203-1209/</link><guid isPermaLink="true">https://maxlai.cc/2018/12/11/weekly-note-20181203-1209/</guid><description>source: time.com 閱讀週記第18期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - 用 Python 實作班傑明・葛拉漢的自動投資策略 ：自動篩選股票並且串接Alpaca提供免佣金經紀平台作交易。 - Python Application Dependency M…</description><pubDate>Tue, 11 Dec 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181126-1202</title><link>https://maxlai.cc/2018/12/04/weekly-note-20181126-1202/</link><guid isPermaLink="true">https://maxlai.cc/2018/12/04/weekly-note-20181126-1202/</guid><description>source: http://bit.ly/2EcSZIC 閱讀週記第17期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Teaching and Learning with Jupyter ： 一份新教材 for Jupyter - Telegram Bot Worksho…</description><pubDate>Tue, 04 Dec 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181119-1125</title><link>https://maxlai.cc/2018/11/27/weekly-note-20181119-1125/</link><guid isPermaLink="true">https://maxlai.cc/2018/11/27/weekly-note-20181119-1125/</guid><description>Source：程式特攻隊 閱讀週記第16期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - 改善OpenCV VideoCapture 的影像延遲 這陣子一直想要解決HTTP request 跟 IPCam 要求 motion jpeg 影像，久了就會因系統負載太大可會斷線的問題…</description><pubDate>Tue, 27 Nov 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181112-1118</title><link>https://maxlai.cc/2018/11/20/weekly-note-20181112-1118/</link><guid isPermaLink="true">https://maxlai.cc/2018/11/20/weekly-note-20181112-1118/</guid><description>閱讀週記第15期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Practice Python 3 教材 Pinkoi 的 Mosky 將她從2010 年開始教 Python 教材一併釋出，真是造福想學習Python的新人啊。 - API Evolution the Right…</description><pubDate>Tue, 20 Nov 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181105-1111</title><link>https://maxlai.cc/2018/11/13/weekly-note-20181105-1111/</link><guid isPermaLink="true">https://maxlai.cc/2018/11/13/weekly-note-20181105-1111/</guid><description>台中敏捷之旅11/12開放報名了， Agile Tour Taichung 2018 報名頁 閱讀週記第14期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Get Productive with Python in Visual Studio Code 最近開始更常使用 VS…</description><pubDate>Tue, 13 Nov 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181022-1104</title><link>https://maxlai.cc/2018/11/05/weekly-note-20181022-1104/</link><guid isPermaLink="true">https://maxlai.cc/2018/11/05/weekly-note-20181022-1104/</guid><description>今年我們又辦了台中敏捷之旅，歡迎來參加 Agile Tour Taichung 2018 閱讀週記第13期, 上一週有事在忙一下子就過了二週 XD, 記錄過去二週閱讀中覺得值得分享的資訊… \[Python\] - Best Practices for Modifying a List While …</description><pubDate>Mon, 05 Nov 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181015-1021</title><link>https://maxlai.cc/2018/10/23/weekly-note-20181015-1021/</link><guid isPermaLink="true">https://maxlai.cc/2018/10/23/weekly-note-20181015-1021/</guid><description>閱讀週記第12期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - 搞懂 Python 協同程序(Coroutine): 快樂學會非同步程式開發 Taichung.py 2018/10 meetup 的簡報，這陣子有在研究 Thread, Async IO，剛好Taichung.p…</description><pubDate>Tue, 23 Oct 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181008-1014</title><link>https://maxlai.cc/2018/10/16/weekly-note-20181008-1014/</link><guid isPermaLink="true">https://maxlai.cc/2018/10/16/weekly-note-20181008-1014/</guid><description>Source: Fixing bugs in production. 閱讀週記第11期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Asterisks in Python: what they are and how to use them 這篇文章討論了 &apos;\&apos; &amp; &apos;\\…</description><pubDate>Tue, 16 Oct 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20181001-1007</title><link>https://maxlai.cc/2018/10/09/weekly-note-20181001-1007/</link><guid isPermaLink="true">https://maxlai.cc/2018/10/09/weekly-note-20181001-1007/</guid><description>閱讀週記第10期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Take the 2018 Python survey! TalkPython episode 176 採訪了PSF的Ewa Jodlowska以及JetBrains的Dmitry Filippov 分享關於去年P…</description><pubDate>Tue, 09 Oct 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180924-0930</title><link>https://maxlai.cc/2018/10/01/weekly-note-20180924-0930/</link><guid isPermaLink="true">https://maxlai.cc/2018/10/01/weekly-note-20180924-0930/</guid><description>( xkcd.com/2048/ ) ：給我任一個Model，我都能分析(ㄏㄨˇㄌㄢˋ)這個資料集所代表的意義 閱讀週記第9期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Top 10 Must-Watch PyCon Talks 歷年PyCon的演講錄影都會釋出， 是非常棒…</description><pubDate>Mon, 01 Oct 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180917-0923</title><link>https://maxlai.cc/2018/09/25/weekly-note-20180917-0923/</link><guid isPermaLink="true">https://maxlai.cc/2018/09/25/weekly-note-20180917-0923/</guid><description>跟著布萊德·彼特學Data Science 閱讀週記第8期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - xkcd 畫了一張 Python Environment 的漫畫 指出了在一般的 OS (MacOS, Linux) 有好幾個 Python 環境，初學者在 Python …</description><pubDate>Tue, 25 Sep 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180910-0916</title><link>https://maxlai.cc/2018/09/17/weekly-note-20180910-0916/</link><guid isPermaLink="true">https://maxlai.cc/2018/09/17/weekly-note-20180910-0916/</guid><description>Good decision comes from experience, experience comes from bad decisions. 我們可以找有經驗的人來，避免犯錯，但這種人很少；我們也可以找沒有經驗的人，通過鼓勵他們在工作中不斷嘗試，不斷犯錯，縮短反饋週期，降低犯錯的成本，來增長經…</description><pubDate>Mon, 17 Sep 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180903-0909</title><link>https://maxlai.cc/2018/09/11/weekly-note-20180903-0909/</link><guid isPermaLink="true">https://maxlai.cc/2018/09/11/weekly-note-20180903-0909/</guid><description>閱讀週記第6期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - The top data structures you should know for your next coding interview Programs = Algorithms + Data Structur…</description><pubDate>Tue, 11 Sep 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180827-0902</title><link>https://maxlai.cc/2018/09/04/weekly-note-20180827-0902/</link><guid isPermaLink="true">https://maxlai.cc/2018/09/04/weekly-note-20180827-0902/</guid><description>https://youtu.be/J61Iutbjey4 Source: Video-to-Video Synthesis 閱讀週記第5期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - An Overview of Packaging for Python 最近安裝 Dlib …</description><pubDate>Tue, 04 Sep 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180820-0826</title><link>https://maxlai.cc/2018/08/27/weekly-note-20180820-0826/</link><guid isPermaLink="true">https://maxlai.cc/2018/08/27/weekly-note-20180820-0826/</guid><description>Temperature Anomalies by Country 1880-2017 based on NASA GISTEMP data. source: http://bit.ly/2odsGIj 閱讀週記第4期, 記錄過去一週閱讀中覺得值得分享的資訊… \[Python\] - Python …</description><pubDate>Mon, 27 Aug 2018 00:00:00 GMT</pubDate></item><item><title>在Windows系統 Python 3.6環境無痛安裝 face-recognition</title><link>https://maxlai.cc/2018/08/24/windows-python36-quickly-install-face-recognition/</link><guid isPermaLink="true">https://maxlai.cc/2018/08/24/windows-python36-quickly-install-face-recognition/</guid><description>最近開始了一個人臉辨識的專案，上網搜尋後 face\recognition 應該是最多人採用的入門方案。 但你若是依照 github repo 上的說明 想在 MS Windows 作業系統安裝 dlib 以及 opencv 套件，你大概會跟我一樣踩到地雷，好幾天搞不定。 後來再 Google 一下…</description><pubDate>Fri, 24 Aug 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180811-0819</title><link>https://maxlai.cc/2018/08/20/weekly-note-20180811-0819/</link><guid isPermaLink="true">https://maxlai.cc/2018/08/20/weekly-note-20180811-0819/</guid><description>source: miltonmarketing.com 閱讀週記第3期, 記錄過去一週閱讀中覺得值得分享的資訊... \[Python\] - Advanced Git Tips for Python Developers上週週記有一篇10個常見的Git問題，本篇文章則是介紹 Revision Se…</description><pubDate>Mon, 20 Aug 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180804-0810</title><link>https://maxlai.cc/2018/08/13/weekly-note-20180804-0810/</link><guid isPermaLink="true">https://maxlai.cc/2018/08/13/weekly-note-20180804-0810/</guid><description>Source: http://bit.ly/2MBOQP4 閱讀週記第2期, 記錄過去一週閱讀中覺得值得分享的資訊... \[Python\] - Python Names and Values 這是 Ned Batchelder 在Pycon 2015 的 talk, 說明了 python 變數名…</description><pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate></item><item><title>[閱讀週記] 20180730-0803</title><link>https://maxlai.cc/2018/08/06/weekly-note-20180730-0803/</link><guid isPermaLink="true">https://maxlai.cc/2018/08/06/weekly-note-20180730-0803/</guid><description>記錄過去一週的閱讀中覺得值得分享的資訊... \[Python\] - [TalkPython\[&apos;Podcast’\] Episode 169: Becoming a Python content creator](https://talkpython.fm/episodes/show/169/b…</description><pubDate>Mon, 06 Aug 2018 00:00:00 GMT</pubDate></item><item><title>使用 Python3 進行物件導向程式設計(1)</title><link>https://maxlai.cc/2018/03/31/oop-in-python3-1/</link><guid isPermaLink="true">https://maxlai.cc/2018/03/31/oop-in-python3-1/</guid><description>簡介 物件導向程式設計(Object-oriented programming, OOP)是一種具有物件概念的程式編程典範(programming paradigm)\[1\]。 OOP 透過把系統視為由許多彼此互動的物件所組成，使用OO技術所設計的系統一般來說可提高可了解性與可修改性。 舉一個例子…</description><pubDate>Sat, 31 Mar 2018 00:00:00 GMT</pubDate></item><item><title>設定 Flask 中 SQLAlchemy SQL log  on/off</title><link>https://maxlai.cc/2017/12/07/hwo-to-turn-flask-sqlalchemy-sql-log-on-or-off/</link><guid isPermaLink="true">https://maxlai.cc/2017/12/07/hwo-to-turn-flask-sqlalchemy-sql-log-on-or-off/</guid><description>在 Flask-SQLAlchemy 中有一個 configuration key &apos;SQLALCHEMY\ECHO&apos; 可以開關 SQLAlchemy Engine執行SQL 指令時是否 log 到 stderr\[1\] 但由於我程式中也用了以下指令設定 &apos;sqlalchemy.engine&apos; 的…</description><pubDate>Thu, 07 Dec 2017 00:00:00 GMT</pubDate></item><item><title>[閱讀筆記]目標：簡單而有效的常識管理</title><link>https://maxlai.cc/2017/09/15/book-review-the-goal-a-process-of-ongoing-improvement/</link><guid isPermaLink="true">https://maxlai.cc/2017/09/15/book-review-the-goal-a-process-of-ongoing-improvement/</guid><description>這一本「目標」是高德拉特介紹「限制理論」四部曲的第一本。 全書以小說的形式來介紹「持續改善的流程」，故事發生在一間工廠，廠長及其主要幹部為主角，劇情以廠長羅哥接收到 BU Head 皮區的最後通碟--若三個月工廠的虧損沒有改善，就要關掉整間工廠！ 書中以羅哥為第一人稱針對工廠生產流程，分析問題、找出…</description><pubDate>Fri, 15 Sep 2017 00:00:00 GMT</pubDate></item><item><title>Python的學習資源</title><link>https://maxlai.cc/2017/02/15/python-learning-source/</link><guid isPermaLink="true">https://maxlai.cc/2017/02/15/python-learning-source/</guid><description>線上 First Python Notebook 書籍 Think Python 2e Think Python 2e 簡中版 Flask The Flask Mega-Tutorial : 這是個作者的Flask教材是經典，想學Flask看這個一定不會錯！ Flask 入门教程：Pallets T…</description><pubDate>Wed, 15 Feb 2017 00:00:00 GMT</pubDate></item><item><title>MicroPython: how to upload program and run code</title><link>https://maxlai.cc/2016/11/29/micropython-how-to-upload-program-and-run-code/</link><guid isPermaLink="true">https://maxlai.cc/2016/11/29/micropython-how-to-upload-program-and-run-code/</guid><description>之前的文章 (MicroPython Lab1: Blink LED) 介紹是使用互動模式在 serial REPL 鍵入在NodeMCU上執行的 python code。 這個方法很適合作即時的小實驗，但要開發比較複雜的程式時在IDE上是比較方便的。如果ESP8266開發板有1MB以上的Flash…</description><pubDate>Tue, 29 Nov 2016 00:00:00 GMT</pubDate></item><item><title>設計思考相關的影片</title><link>https://maxlai.cc/2016/11/07/design-thinking-video-list/</link><guid isPermaLink="true">https://maxlai.cc/2016/11/07/design-thinking-video-list/</guid><description>ABC: The Deep Dive, IDEO the shopping cart project (中文字幕) IDEO the shopping cart project (21分鐘版) IDEO TED talk, 改善醫療經驗的設計(中文) 讓人快樂的好設計Don Norman(中文)…</description><pubDate>Mon, 07 Nov 2016 00:00:00 GMT</pubDate></item><item><title>MicroPython Lab1: Blink LED</title><link>https://maxlai.cc/2016/10/22/micropython-lab1-blink-led/</link><guid isPermaLink="true">https://maxlai.cc/2016/10/22/micropython-lab1-blink-led/</guid><description>燒錄 MicroPython firmware 之後的下一件事當然就是--來點亮LED. 當我們連上NodeMCU的 serial REPL 之後應該會出現 &quot;&quot; 提示號 1\. import &quot;machine&quot; module 2\. NodeMCU內建的LED GPIO pin number 是2…</description><pubDate>Sat, 22 Oct 2016 00:00:00 GMT</pubDate></item><item><title>在 NodeMCU 上執行 MicroPython</title><link>https://maxlai.cc/2016/09/12/running-micropython-on-nodemcu/</link><guid isPermaLink="true">https://maxlai.cc/2016/09/12/running-micropython-on-nodemcu/</guid><description>本文記錄一下我燒錄 MicroPython 到 ESP8266 上的經驗. 市面有不同 8266 開發板, 我試了 1. Arduino UNO R3 ESP8266 Web Sever串口WiFi擴展板shiled(ESP-13) 2. NodeMcu Lua v2 (2版) WIFI 物聯網開發…</description><pubDate>Mon, 12 Sep 2016 00:00:00 GMT</pubDate></item><item><title>Max 的天空</title><link>https://maxlai.cc/2016/09/08/max-de-sky/</link><guid isPermaLink="true">https://maxlai.cc/2016/09/08/max-de-sky/</guid><description>日出、日没 明月、星星 雨落、虹出 除此之外，你是否 看到/意識到 有個如常的天空？…</description><pubDate>Thu, 08 Sep 2016 00:00:00 GMT</pubDate></item></channel></rss>