Files
thpeetz-notes/Journal/Privat/2010/01/2010-01-13.md
T

68 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2010-01-13
journal-end-date: 2010-01-13
journal-date: 2010-01-13
---
[[Journal/Privat/2010/01/2010-01-12|❮❮]] ⋮ [[Journal/Privat/2010|2010]] [[Journal/Privat/2010-Q1|Q1]] [[Journal/Privat/2010/2010-01|01]] [[Journal/Privat/2010/2010-W02|W02]] ⋮ [[Journal/Privat/2010/01/2010-01-14|❯❯]]
## Journal
- [x] Mittlerweile sitze ich im Flieger nach Berlin und eine weitere Dienstreise neigt sich dem Ende entgegen. Ebenso neigt sich ein langer Tag dem zu. Da ich am 12. Januar um 6 Uhr aufgestanden bin und im Flieger nach Dubai nur kurz weggenickt bin, habe ich mittlerweile 41 Stunden auf der Uhr. Ein paar Stunden werden wohl noch dazukommen. Damit geht eine nicht ganz erfolgreiche PIO zu Ende. Das Auftreten von Hardwareproblemen und die Auslastung der Mitarbeiter des Kunden führte zu Wartezeiten, die aufgrund der geringen Produktivität als frustrierend empfunden wurden. [completion:: 2010-01-13]
## Ziele
##### [[2010-W02#^02i|Woche]] | [[2010-01#^01i|Monat]] | [[2010-Q1#^q1i|Quartal]] | [[2010## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2010-01-13
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2010-01-13
>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 2010-01-13
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2010-01-13
>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(2010-01-13)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 01 AND birthday.day = 13
```