Anything LLM on MacOS
步驟 1:安裝 Homebrew(如未安裝)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew doctor
步驟 2:安裝 Docker Desktop for Mac
brew install --cask docker
open -a Docker # 啟動 Docker Desktop,首次啟動可能需手動授權
啟動後,請等候 Docker 小鯨魚圖示變成綠色,表示成功啟動。
確認安裝成功:
Jul 08, 2025・Contributed by
整合設備、自動化、通訊、數據與 AI 的製造架構。
系統資料與控制流程
image
架構層級與通訊協定說明
1. 設備層(EQP Level)
包括製程設備與量測檢測設備(如 AOI)。
原始感測與製程資料的來源。
Jul 07, 2025・Contributed by
Anything LLM on Windows
使用 WSL + Docker
以下是安裝 AnythingLLM 的步驟:
步驟 1: 檢查 WSL 版本
wsl -v
你的 WSL 版本是 2.4.13.0,核心版本是 5.15.167.4-1,已經準備好了。
步驟 2: 安裝 Ubuntu 22.04 LTS
Apr 24, 2025・Contributed by
Amazon Bedrock
Application Architecture
image
透過CloudFront存取Astra的Playground和後端服務。
Astra 服務呼叫以下服務:
Amazon Transcribe:用於語音到文字的轉錄
Amazon Bedrock:利用 Bedrock 中的基礎模型(FM)實現對話與翻譯功能
Apr 20, 2025・Contributed by
Amazon Bedrock
How it works
image
Prerequisites
Download PDF Guide from Guidelines
在 Search 找到 S3 去 create 一個 create-customer-resources-kb-bucket
接著在 Search 找到 Bedrock ,選擇 Amazon Bedrock
在側邊欄位選擇 Model access
Apr 13, 2025・Contributed by
計算幾何 Min-Te Sun, Ph.D
Two of Classical Computational Geometry Problems
Line Segment Intersection -> 找rivers and road相交的地方
Computing the Overlay of Two Subdivisions
Line Segment Intersection
Problem statement:
-> Given a set S of n closed segments in the plane, report all intersection points among the segments in S
Apr 09, 2025・Contributed by
計算幾何 Min-Te Sun, Ph.D
Service Area of Each Post Office
Assumptions
每個 site (提供服務的點),提供服務的cost都相同
cost of transportation 與距離成正比
假設空間中無障礙物
Voronoi Assignment Model
Voronoi assignment model
Apr 09, 2025・Contributed by
計算機網路概論 黃能富教授
End-to-end Protocols
transport protocol要求:可靠的傳輸
檔案傳輸後的順序需相同
不能重複接收
有檔案大小限制,若檔案太大,則用fragmentation來解決
transport protocol的挑戰
-> 因為network是不可靠的,因此transport protocol需在一個不可靠的環境之下,建立可靠的服務
Aug 22, 2024・Contributed by
計算機網路概論 黃能富教授
Introduction
Internetwork -> 提供host-to-host 的封包傳輸服務
甚麼是IP?代表 Internet Protocol
all nodes都需要可以運作Internet Protocol
IP Service Model
Packet Delivery ModelConnectionless model (無連線模式)來傳遞資料
Best-effort delivery (不可靠服務)封包可能遺失、順序不對、重複傳遞、Delay很久
Aug 21, 2024・Contributed by
計算機網路概論 黃能富教授
Introduction
可用CRC 偵測錯誤
Corrupt frames(錯誤的frames)必須被丟棄為了達到可靠的傳輸,必須重送這些被丟棄的frames
兩種機制的組合決定是否重送:
Acknowledgements(ACK)要確收到封包,Receiver才可以回傳ACK
屬於control frame :沒有Data的frame
Aug 18, 2024・Contributed by
計算機網路概論 黃能富教授
Virtual LAN(VLAN)的目的與優點
運用logical group 的方法,解決broadcast與multicast,所造成頻寬浪費和安全的問題
Virtual LAN具有類似防火牆的機制
Example - VLAN Topology
65綠色:VLAN_A
粉紅色:VLAN_B
橘色:VLAN_C
VAB為一個switch或router
Aug 16, 2024・Contributed by
計算機網路概論 黃能富教授
Introduction
Bridge是一個layer 2的設備,且Bridge的作用是讓終端機將一些實際分離的網路視為logical LAN(視為邏輯上同一個區域網路)
43
Bridge的功能:Frame的Forwarding(轉送) 和 Filtering(過濾)Congestion Control (Enough Buffer) -> 壅塞控制
Static Filtering (Security) -> 靜態過濾
MAC 位址Learning(學習)
Aug 15, 2024・Contributed by