---
title: 漫談數位工具 # 簡報的名稱
tags: presentation # 簡報的標籤
slideOptions: # 簡報相關的設定
theme: solarized # 顏色主題
transition: 'fade' # 換頁動畫
# Display a presentation progress bar
progress: true
---
# 漫談數位工具
---
## 楔子
* 網路時代有許多資源
* 這些資源,很難全部讀完,因此得透過搜尋找出其中想要的資訊。懂得搜尋
* 共享整理筆記、嘗試實現概念
* 不再受到教材、課堂的侷限,而可以自己找出學習的路
----
![](https://i.imgur.com/deMgBdy.png =30%x)
source: https://www.goodreads.com/book/show/29437996-copying-and-pasting-from-stack-overflow
---
## [搜尋!](https://shaform.com/csdream/docs/search/)
* Google 搜尋
* 搜尋引擎的最基本原理,是使用輸入的「關鍵字」和文件中的文字配對
* Awesome + xxx / Tutorials + xxx
* 教學 + xxx / 書+新手+xxx
----
* 去除個人化資訊搭配雙引號
1. source.cpp:10: warning: ignoring return value of "int scanf(const char*, …)", declared with attribute **warn_unused_result ignoring return value of scanf**
2. Let X[1..n] and Y[1..n] be two arrays, each containing n numbers already in sorted order. Give an O(lg n)-time algorithm to **find the median of all 2n elements in arrays X and Y**.
----
* [Google 進階搜尋](https://www.google.com/advanced_search)
* [該讀數學系嗎 site:ptt.cc](https://www.google.com/search?q=%E8%A9%B2%E8%AE%80%E6%95%B8%E5%AD%B8%E7%B3%BB%E5%97%8E+site%3Aptt.cc&oq=%E8%A9%B2%E8%AE%80%E6%95%B8%E5%AD%B8%E7%B3%BB%E5%97%8E+site%3Aptt.cc)
* [中山大學推薦美食 site:dcard.tw/](https://www.google.com/search?q=%E4%B8%AD%E5%B1%B1%E5%A4%A7%E5%AD%B8%E6%8E%A8%E8%96%A6%E7%BE%8E%E9%A3%9F+site:dcard.tw/&oq=%E4%B8%AD%E5%B1%B1%E5%A4%A7%E5%AD%B8%E6%8E%A8%E8%96%A6%E7%BE%8E%E9%A3%9F+site:dcard.tw/)
* [要不要出國留學 site:ptt.cc/bbs/studyabroad](https://www.google.com/search?q=%E8%A6%81%E4%B8%8D%E8%A6%81%E5%87%BA%E5%9C%8B%E7%95%99%E5%AD%B8+site%3Aptt.cc%2Fbbs%2Fstudyabroad)
* [Intuition behind chain rule site:stackexchange.com](https://www.google.com/search?q=Intuition+behind+chain+rule+site:stackexchange.com)
* [線性代數 題目 site:nsysu.edu.tw filetype:pdf](https://www.google.com/search?q=%E7%B7%9A%E6%80%A7%E4%BB%A3%E6%95%B8+%E9%A1%8C%E7%9B%AE+site%3Ansysu.edu.tw+filetype%3Apdf&oq=%E7%B7%9A%E6%80%A7%E4%BB%A3%E6%95%B8+%E9%A1%8C%E7%9B%AE+site%3Ansysu.edu.tw+filetype%3Apdf)
----
* 有哪些常見問答網站?
* https://stackexchange.com/
* https://math.stackexchange.com/ - 數學相關問題討論
* https://stackoverflow.com/ - 程式相關問題討論
* https://stats.stackexchange.com/ - 資料科學相關問題討論
* https://www.quora.com/ - 國外大型論壇
* https://www.zhihu.com - 國外大型論壇
----
* 有哪些常見網路文章、筆記平台?
* https://zh.wikipedia.org/wiki/Wiki -線上百科全書
* https://hackmd.io/ - 電子筆記平台
* https://notion.so - 電子筆記平台
* https://medium.com/ - 國外部落格
----
* 各領域專業搜尋網站
* [Google 學術搜尋](https://scholar.google.com.tw/?hl=zh-TW)
* [Github 搜尋](https://github.com/search)
* Code
* 電子書
* 筆記
* [WolframAlpha](https://www.wolframalpha.com/) - 線上自動問答系統、解題及視覺化, [例子](https://hackmd.io/@8wPtNBxoTCG4jP1bPauVsg/S1eRoX8Hj)
* [ChatGPT](https://chat.openai.com/) - 基於最新自然語言模型的問答機器人
<!-- * [Kaggle](https://www.kaggle.com/code) - 資料科學平台-->
<!-- * Libgen, Scihub, and zlibrary-->
* 有時你會發現找到的答案或資訊(即使是官方釋出)是錯誤的!無論如何,都得用自己的思考小心判斷。
---
## 筆記整理
* 電子筆記
* [HackMD](https://hackmd.io/) - [教學](https://hackmd.io/c/tutorials-tw/%2Fs%2Ftutorials-tw), [開源](https://github.com/hackmdio/codimd)
* [Notion](https://www.notion.so/zh-tw)
* 投影片和報告
* PowerPoint or Word - [使用latex](https://github.com/Jonathan-LeRoux/IguanaTex)
* Latex - [使用 Beamer](https://www.overleaf.com/learn/latex/Beamer)
* [Overleaf](https://www.overleaf.com/)
----
* 管理資料和code
* [Dropbox](https://www.dropbox.com/zh_TW/)/Google Drive
* Github ([Git](https://gitbook.tw/)) – 版本控管
* 團隊
* [Slack](https://slack.com/intl/zh-tw) 、[Trello](https://trello.com/)
---
## 計算環境與語言
* [程式語言](https://cs50.harvard.edu/x/2022/) – [Markdown](https://commonmark.org/), Latex, Python
* https://learnxinyminutes.com/docs/markdown/
* https://www.overleaf.com/learn/latex/
* https://www.py4e.com/
----
![](https://i.imgur.com/7BSVfsf.png)
source: https://twitter.com/frapsoft/status/1111756526325252096
----
* [Linux-like System](https://missing.csail.mit.edu/)
* [Mobaxterm](https://mobaxterm.mobatek.net/download.html)/[WSL2](https://learn.microsoft.com/zh-tw/windows/wsl/install)
* MAC, Linux
* [Get your hands dirty](https://mrjamie.cc/2011/05/14/hack-everything/)
----
* 計算資源
* [Colab](https://colab.research.google.com/), [Kaggle](https://www.kaggle.com/code) (GPU)
* [Google cloud platform](https://cloud.google.com/free) (CPU)
---
## 熟悉英文
* 聽說
* [VoiceTube](https://tw.voicetube.com/)
* [Ted Talks](https://www.ted.com/talks)
* [Netflix](https://www.netflix.com/)
* [Podcast](https://tw.blog.voicetube.com/archives/68501/%E3%80%90podcast-%E6%8E%A8%E8%96%A6%E3%80%916-%E5%80%8B%E5%84%AA%E8%B3%AA%E8%8B%B1%E6%96%87%E5%AD%B8%E7%BF%92-podcast-%E6%8E%A8%E8%96%A6/)
* [圖資處資源](https://lis.nsysu.edu.tw/p/412-1001-19709.php)
----
* 寫
<!--* [Google 翻譯](https://translate.google.com/?hl=zh-TW&sl=zh-TW&tl=en&op=translate)-->
* [文法1](https://www.grammarly.com/)
* [文法2](https://www.wordtune.com/)
* [文法3](https://www.facebook.com/yenhuan.li/posts/10220880099577177)
----
## Youtube 和部落格
* [3blue1brown](https://www.3blue1brown.com/#lessons)
* [Mathemaniac](https://www.youtube.com/c/Mathemaniac/videos)
* [StatQuest](https://www.youtube.com/channel/UCtYLUTtgS3k1Fg4y5tAhLbw)
* [Yannic Kilcher](https://www.youtube.com/c/YannicKilcher/videos)
----
## 線上課程
* [中山數位自學平台](http://dspl.tdc.nsysu.edu.tw/)
* [Edx](https://www.edx.org/), [Coursera](https://tw.coursera.org/), [Udemy](https://www.udemy.com/)
* [OCW](https://www.google.com/search?q=ocw+%E5%8F%B0%E7%81%A3)
---
## 其他數位工具
<!--* 提醒休息或降低藍光
* [Eyeloveyou](https://www.eyeloveucare.com/tw/)
* [f.lux](https://justgetflux.com/)-->
* 軟體搜尋
* [電腦玩物](https://www.playpcesor.com/)
* [免費資源網路社群](https://free.com.tw/)
---
## 願大家都能成為理想中的自己!(推坑?)
* 喜歡事物不是從頭到尾都帶著百分之百的喜歡才叫喜歡
* 討厭的東西到處都有,但是放著不管,我們也不會變得喜歡它。
* 不是因為喜歡才認真去做,而是認真起來,說不定...
<!-- * 只要努力就一定能成功,其實是一種傲慢
* 相對於很多東西,學習算是報酬率很高的項目-->
----
* 長跑不是比速度,而是比心裡放什麼東西。
* 跑步的目的,當然是要取得勝利,但勝利其實有許多種形式。所謂的勝利,不單是指在所有參賽者中跑出最好的成績。就像怎樣才算“人生勝利組”,也沒有明確的定義
----
![](https://i.imgur.com/h7cTfMW.png =60%x)
https://ani.gamer.com.tw/animeVideo.php?sn=11446
source: https://emmacan85.medium.com/%E5%A4%B1%E5%8E%BB%E7%9A%84%E6%9D%B1%E8%A5%BF%E6%9C%80%E7%B5%82%E6%9C%83%E4%BB%A5%E6%9B%B4%E7%BE%8E%E5%A6%99%E7%9A%84%E5%A7%BF%E6%85%8B%E5%9B%9E%E5%88%B0%E6%88%91%E5%80%91%E8%BA%AB%E9%82%8A-%E5%BC%B7%E9%A2%A8%E5%90%B9%E6%8B%82-%E9%A2%A8%E3%81%8C%E5%BC%B7%E3%81%8F%E5%90%B9%E3%81%84%E3%81%A6%E3%81%84%E3%82%8B-64ab20ddb9fb