vault backup: 2025-12-11 18:12:26

This commit is contained in:
Thomas Peetz
2025-12-11 18:12:25 +01:00
parent 002c0874b8
commit 52204813be
3 changed files with 167 additions and 0 deletions
+32
View File
@@ -2,6 +2,7 @@
name: Luca Waldmann
phone:
email: luca.waldmann@cimt-ag.de
email_home: luca.r.waldmann@gmail.com
telegram:
linkedin:
xing:
@@ -14,8 +15,13 @@ template: "[[contact-colleague]]"
company: "[[cimt objects AG]]"
location: Berlin
manager: "[[Frank Füllbier]]"
former_company:
- "[[cimt objects AG]]"
gilde:
- "[[GCP Gilde]]"
interactions:
- date: 2025-12-11
text: Abschieds-Email erhalten
---
## Rollen
@@ -34,3 +40,29 @@ list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
```dataview
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
```
>[!info]- Vorstellung
>[!info]- Abschied
>Liebe Cimties,
>
>morgen ist mein letzter Arbeitstag für die cimt. Ab dem neuen Jahr werde ich eine neue Stelle annehmen.
>
>Es ist unglaublich, dass schon dreieinhalb Jahre vergangen sind. Ich kam zur cimt als ahnungsloser Studienabsolvent und durfte mich mit euch zusammen fachlich und persönlich um Welten weiterentwickeln. Dafür werde ich für immer dankbar sein.
>
>Ich blicke zurück auf eine Zeit voller schöner Erfahrungen, Freundschaften und cooler Projekte.
>
>Es ist toll, dass ich auch an meinem neuen Platz immer wieder Kontakt mit manchen von euch haben werde.
>
>Besonders freue ich mich, dass ich viele von euch bei der Weihnachtsfeier in Berlin noch einmal persönlich sehen kann.
>
>Ich werde morgen auch tagsüber im Berliner Büro sein und eine Kleinigkeit mitbringen 😊
>
>Für alle, die in Kontakt bleiben wollen (und noch nicht meine private Nummer haben), hinterlasse ich meine private E-Mail-Adresse: [luca.r.waldmann@gmail.com](mailto:luca.r.waldmann@gmail.com)
>
>Ich wünsche denjenigen, die ich morgen nicht mehr sehe, ein frohes Fest und viel Erfolg in der Zukunft.
>
>Viele Grüße,
>
>Luca
+68
View File
@@ -0,0 +1,68 @@
---
weight: 99.4
meditation: true
pushUps: 20
plank: 60
journal: Privat daily
journal-date: 2025-12-11
journal-start-date: 2025-12-11
journal-end-date: 2025-12-11
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2025-W50#^50i|Woche]] | [[2025-12#^12i|Monat]] | [[2025-Q4#^q4i|Quartal]] | [[2025## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2025-12-11)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 12 AND birthday.day = 11
```
+67
View File
@@ -0,0 +1,67 @@
---
work_home: false
work_office: true
journal: cimt daily
journal-date: 2025-12-11
journal-start-date: 2025-12-11
journal-end-date: 2025-12-11
---
```calendar-timeline
```
## Journal
## Ziele
##### [[Journal/cimt AG/2025/2025-12#^12i|Monat]] | [[Journal/cimt AG/2025/2025-Q4#^q4i|Quartal]] | [[Journal/cimt AG/2025## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2025-12-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2025-12-11)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 12 AND birthday.day = 11
```