Add P.A.R.A. methodology documentation and restructure Personal folder

- Created Methodology.md to outline the P.A.R.A. system and its components.
- Added Outline.md for a structured overview of P.A.R.A. content.
- Documented PKM content organization decisions in PKM-Consolidation-Decision.md.
- Introduced Workflows.md to explain practical applications of P.A.R.A. in work scenarios.
- Moved sensitive information to security-sensitive folder and restructured the Personal folder to align with P.A.R.A. principles.
- Archived backup files including Matrix Me.md and TTG Cookies.md.
- Implemented a comprehensive refactor of the Personal folder to improve organization and security.
This commit is contained in:
windyboy
2025-12-29 15:37:17 +08:00
parent c9d757d973
commit daf4aa3dfa
106 changed files with 268 additions and 37 deletions
@@ -0,0 +1,45 @@
### **什么是 Matter Thread Border Router?**
**Matter Thread Border Router** 是一种连接 **Thread 网络**(低功耗 IoT 设备的自愈网状网络)和 **IP 网络**Wi-Fi/以太网)的网关设备。
- 它允许 **Matter** 协议支持的设备(如传感器、灯具)通过 Thread 网络与其他智能家居设备和平台(如 Google Home、Apple HomeKit)通信。
- **功能**:桥接 Thread 和 IP 网络,支持本地控制和设备间互操作。
---
### **当前推荐的产品(2024 年)**
1. **Google Nest Hub (2nd Gen)** / **Nest Wi-Fi Pro**
- **特点**: 用户友好,自动配置,支持 Thread 和 Matter。
- **适合人群**: Google 生态用户。
- **价格**: $99-199。
2. **Apple HomePod mini** / **Apple TV 4K**
- **特点**: 无缝整合 HomeKit,支持 Thread 和 Matter,极简设计。
- **适合人群**: Apple 生态用户。
- **价格**: $99-129。
3. **Amazon Echo (4th Gen)**
- **特点**: 支持 Alexa 和 Matter,兼容性强。
- **适合人群**: Alexa 生态用户。
- **价格**: $99。
4. **Eero 6+ / Eero Pro 6**
- **特点**: 结合 Thread Border Router 和高性能 Wi-Fi 6 路由器功能。
- **适合人群**: 需要 Wi-Fi 和 Thread 整合的用户。
- **价格**: $139-299。
---
### **推荐购买依据**
- **Apple 生态**:选 HomePod mini 或 Apple TV 4K。
- **Google 生态**:选 Nest Hub (2nd Gen) 或 Nest Wi-Fi Pro。
- **Alexa 生态**:选 Echo 4th Gen。
- **全能路由需求**:选 Eero 系列,兼顾 Wi-Fi 和 Matter/Thread。
这些设备即插即用,适合不同智能家居平台和未来 Matter 生态的扩展需求。
+11
View File
@@ -0,0 +1,11 @@
```
CREATE DATABASE scribe;
CREATE USER scribe WITH PASSWORD 'hass';
GRANT ALL PRIVILEGES ON DATABASE scribe TO scribe;
\c scribe
CREATE EXTENSION IF NOT EXISTS timescaledb;
GRANT ALL ON SCHEMA public TO scribe;
```
+18
View File
@@ -0,0 +1,18 @@
login with google windyboy
90 days, 12/12 2025
Mar 12, 2026 expired
api key
```
tskey-api-kWRsSNyq8s11CNTRL-LWc27MXNgjMBKZ9rVauriMb5QS1RkWrZ
```
auth key:
Mar 12, 2026 expired
```
tskey-auth-kwEwVkec3721CNTRL-nX7noqZbMWdZYXPbkCFKXdjLf6B6CMW7D
```
File diff suppressed because it is too large Load Diff