vault backup: 2025-09-29 17:36:39
Affected files: .obsidian/workspace.json 0 Journal/0 Daily/2025-09-29.md
This commit is contained in:
13
.obsidian/workspace.json
vendored
13
.obsidian/workspace.json
vendored
@@ -100,12 +100,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Temporary/Markov Chains.md",
|
"file": "0 Journal/0 Daily/2025-09-29.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Markov Chains"
|
"title": "2025-09-29"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -484,8 +484,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 261.5,
|
"width": 261.5
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
@@ -507,10 +506,11 @@
|
|||||||
"periodic-notes:Open today": false
|
"periodic-notes:Open today": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "1d5570e10a658ca5",
|
"active": "4005286987a3a3ae",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"OneNote/NAS/Fotos Strategie.md",
|
|
||||||
"Temporary/Markov Chains.md",
|
"Temporary/Markov Chains.md",
|
||||||
|
"0 Journal/0 Daily/2025-09-29.md",
|
||||||
|
"OneNote/NAS/Fotos Strategie.md",
|
||||||
"Temporary/Webapp - Chirp Log Review.md",
|
"Temporary/Webapp - Chirp Log Review.md",
|
||||||
"99 Work/0 OneSec/OneSecNotes/10 Projects/TeensyFlightcontroller/Parameter System Desing Document.md",
|
"99 Work/0 OneSec/OneSecNotes/10 Projects/TeensyFlightcontroller/Parameter System Desing Document.md",
|
||||||
"99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md",
|
"99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md",
|
||||||
@@ -536,7 +536,6 @@
|
|||||||
"2 Personal/Home Lab/NAS/SSH.md",
|
"2 Personal/Home Lab/NAS/SSH.md",
|
||||||
"2 Personal/Home Lab/NAS/Ports Opening.md",
|
"2 Personal/Home Lab/NAS/Ports Opening.md",
|
||||||
"2 Personal/Home Lab/NAS/Photo Apps.md",
|
"2 Personal/Home Lab/NAS/Photo Apps.md",
|
||||||
"2 Personal/Home Lab/NAS/Jellyfin Installation.md",
|
|
||||||
"7 People/0_People.base",
|
"7 People/0_People.base",
|
||||||
"Attachments/Belts, Suspenders.mp3",
|
"Attachments/Belts, Suspenders.mp3",
|
||||||
"Attachments/image 21.jpg",
|
"Attachments/image 21.jpg",
|
||||||
|
|||||||
56
0 Journal/0 Daily/2025-09-29.md
Normal file
56
0 Journal/0 Daily/2025-09-29.md
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
---
|
||||||
|
aliases:
|
||||||
|
Tags:
|
||||||
|
- daily
|
||||||
|
day_grade:
|
||||||
|
Dehnen:
|
||||||
|
Sport:
|
||||||
|
Ernährung:
|
||||||
|
---
|
||||||
|
# 2025-09-29
|
||||||
|
|
||||||
|
[[2025-09-28]] <--> [[2025-09-30]]
|
||||||
|
|
||||||
|
|
||||||
|
Error generating daily quote
|
||||||
|
|
||||||
|
---
|
||||||
|
## Planning
|
||||||
|
|
||||||
|
### Flight Controller Development Plan
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
A[Flight Controller Development Plan]
|
||||||
|
|
||||||
|
%% Phase 0
|
||||||
|
A --> P0[Phase 0 End<br/>- Fix IO bug in logger storage<br/>- Enable weight and flight entity exports<br/>- Release v1.0]
|
||||||
|
P0 --> PCF1[Position Controlled Flight<br/>using stick inputs - play and module<br/>3D model IO]
|
||||||
|
|
||||||
|
%% Concept Phases 1 & 2
|
||||||
|
A --> C12[Concept Phases 1 and 2<br/>- Application system<br/>- Model product system<br/>- Logging with v1.0]
|
||||||
|
C12 --> PCF1
|
||||||
|
|
||||||
|
%% Converge to V2.0
|
||||||
|
PCF1 --> V20[System and Application Layers with v2.0]
|
||||||
|
|
||||||
|
%% Global controller
|
||||||
|
V20 --> GC[Global Controller]
|
||||||
|
GC --> GCR[Global Controller ready for new project]
|
||||||
|
|
||||||
|
%% New project timeline (examples based on sketch)
|
||||||
|
GCR --> NP1[New specific project]
|
||||||
|
NP1 --> S1A[Specific concept and application system<br/>with product]
|
||||||
|
S1A --> S1B[Specific concept and application system<br/>end of 2025]
|
||||||
|
S1B --> S1C[Specific concept and application system<br/>with product]
|
||||||
|
S1C --> S1D[Specific concept and application system<br/>end of 2026]
|
||||||
|
S1D --> NEXT[Early three years: deliver next piece]
|
||||||
|
```
|
||||||
|
___
|
||||||
|
## Reflection
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
___
|
||||||
|
## Notes
|
||||||
|
-
|
||||||
Reference in New Issue
Block a user