From 0d7db42b39baf705bee97e39b22cad767ef14fbc Mon Sep 17 00:00:00 2001 From: Claudio Fritsche Date: Fri, 17 Jan 2025 09:53:17 +0100 Subject: [PATCH] vault backup: 2025-01-17 09:53:17 --- .obsidian/workspace.json | 8 ++--- .../obsidian-spaced-repetition/data.json | 2 +- .obsidian_iphone/workspace-mobile.json | 20 +++++++++--- 0 Journal/0 Daily/2025-01-17.md | 32 +++++++++++++++++++ .../8 Courses/Design Patterns by Construx.md | 5 +-- 5 files changed, 55 insertions(+), 12 deletions(-) create mode 100644 0 Journal/0 Daily/2025-01-17.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7b3a8ac..5ad1512 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -526,10 +526,10 @@ } ], "direction": "vertical", - "x": 293, + "x": 1680, "y": 25, - "width": 855, - "height": 835, + "width": 1680, + "height": 1865, "maximize": false, "zoom": 0 } @@ -537,6 +537,7 @@ }, "active": "0276c662bb61f53b", "lastOpenFiles": [ + "0 Journal/0 Daily/2025-01-17.md", "5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md", "2 Personal/Lists/Want to Learn List.md", "Templates/Course Template.md", @@ -574,7 +575,6 @@ "Attachments/Pasted image 20250115111900.png", "2 Personal/Alkademiker/Projekte/Tischbeine Motorisiert.md", "Temporary/Jira Tutorial.md", - "Temporary/3D Tourenviewer.md", "Attachments/Gym-Rings-UK.pdf", "99 Work/Jobhunt/Applications", "99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Robotics/Sensors", diff --git a/.obsidian_iphone/plugins/obsidian-spaced-repetition/data.json b/.obsidian_iphone/plugins/obsidian-spaced-repetition/data.json index a4a2b11..17e3fa6 100644 --- a/.obsidian_iphone/plugins/obsidian-spaced-repetition/data.json +++ b/.obsidian_iphone/plugins/obsidian-spaced-repetition/data.json @@ -47,7 +47,7 @@ "maxLinkFactor": 1, "showDebugMessages": false }, - "buryDate": "2025-01-16", + "buryDate": "2025-01-17", "buryList": [], "historyDeck": null } \ No newline at end of file diff --git a/.obsidian_iphone/workspace-mobile.json b/.obsidian_iphone/workspace-mobile.json index 8ff62eb..2981a1c 100644 --- a/.obsidian_iphone/workspace-mobile.json +++ b/.obsidian_iphone/workspace-mobile.json @@ -83,12 +83,12 @@ "state": { "type": "markdown", "state": { - "file": "0 Journal/0 Daily/2025-01-15.md", + "file": "0 Journal/0 Daily/2025-01-17.md", "mode": "source", "source": true }, "icon": "lucide-file", - "title": "2025-01-15" + "title": "2025-01-17" } }, { @@ -816,6 +816,16 @@ { "id": "299308d3337c680e", "type": "leaf", + "state": { + "type": "review-queue-list-view", + "state": {}, + "icon": "lucide-file", + "title": "Plugin no longer active" + } + }, + { + "id": "10f1b57edfcc0a94", + "type": "leaf", "state": { "type": "review-queue-list-view", "state": {}, @@ -841,11 +851,12 @@ "periodic-notes:Open today": false } }, - "active": "299308d3337c680e", + "active": "df173488ffff07a0", "lastOpenFiles": [ + "0 Journal/0 Daily/2025-01-15.md", + "0 Journal/0 Daily/2025-01-17.md", "Attachments/Pasted image 20250115121640.png", "2 Personal/Lists/Packlisten/Packliste - Skitour.md", - "0 Journal/0 Daily/2025-01-15.md", "2 Personal/Lists/Media/Filme.md", "Temporary/3D Tourenviewer.md", "2 Personal/Alkademiker/Projekte/Tischbeine Motorisiert.md", @@ -888,7 +899,6 @@ "2 Personal/Rezepte/Untitled", "2 Personal/Hobbies", "Attachments/IMG_3626.jpeg", - "Attachments/image 10.jpg", "2 Personal/Alkademiker/Projekte" ] } \ No newline at end of file diff --git a/0 Journal/0 Daily/2025-01-17.md b/0 Journal/0 Daily/2025-01-17.md new file mode 100644 index 0000000..7ce4d7e --- /dev/null +++ b/0 Journal/0 Daily/2025-01-17.md @@ -0,0 +1,32 @@ +--- +Alias: +Tags: daily +# Habits: +# ----- +nägelkauen: +Dehnen: +Sport: +Ernährung: +# ----- +--- +# 2025-01-17 + +[[2025-01-16]] <--> [[2025-01-18]] + + +Error generating daily quote + +___ +## Notes +Im Podcast [[Alles Gesagt - Thomas Zurbuchen]] spricht er über sehr wichtige Themen die auch mit Startups zu tun haben: + +- Innovation entsteht bei Teams welche unglaublich fest motiviert sind, wo das Feuer brennt. Und wenn sie ein lösbares Problem lösen wollen. Lösbar heisst das es physikalisch möglich ist (1st principles). +- Die Junge Generation hat bezüglich Klimawandel keine Hoffnung mehr +- Du must einfach dich selber sein, dich verstellen und eine Fassade zu haben kommt langfristig nicht gut. +- Du musst sehr offen sein bezüglich den schwierigsten Problemen und den grössten Fehlern. Als manager musst du klar machen dass die Leute für das Fehler überbringen nicht bestraft werden und dass sie dich nicht schonen müssen mit Verschönern von den Problemen und Fehlern + + + +___ +## Reflection + diff --git a/5 Media/8 Courses/Design Patterns by Construx.md b/5 Media/8 Courses/Design Patterns by Construx.md index 3e07196..0380643 100644 --- a/5 Media/8 Courses/Design Patterns by Construx.md +++ b/5 Media/8 Courses/Design Patterns by Construx.md @@ -128,8 +128,9 @@ Principle of least knowledge. a.b().c() breaks the law --> violates coupling a.b() doesn't break the law -### Design to Invariants, Design -Product Families: attack different target markets with different value propositions with the same base platform: (pickup truck and suv example. For ford it's the same car (slight difference in build but 95% the s)) +### Design for Invariants, Design for Change +Product Families: attack different target markets with different value propositions with the same base platform: (pickup truck and suv example. For ford it's the same car (slight difference in build but 95% the same)). +Core of the software design is made for the invariants, meaning all the things that do not change and are the same throughout the software. An example might be the base driver code and the base I2C/SPI interface, which all the drivers use. Every driver --- ## Exercises