diff --git a/.attach/dc/5070c0-9040-4175-9a67-c85a21f65f36/_20210416_150439Screenshot%202021-04-16%20at%2015.04.30.png b/.attach/dc/5070c0-9040-4175-9a67-c85a21f65f36/_20210416_150439Screenshot%202021-04-16%20at%2015.04.30.png new file mode 100644 index 00000000..e64b205b Binary files /dev/null and b/.attach/dc/5070c0-9040-4175-9a67-c85a21f65f36/_20210416_150439Screenshot%202021-04-16%20at%2015.04.30.png differ diff --git a/.orgids b/.orgids index 65878e02..c9ef7910 100644 --- a/.orgids +++ b/.orgids @@ -1,2 +1,2 @@ -(("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2021-04-16--12-27-13Z--iroh_auth_presentation.org" "dab23b61-a766-4eda-a1e9-1d39258ef5c0") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2020-12-04--13-19-56Z--english_lesson.org" "1a758996-2bb0-4753-8365-34ca3ef0f940") ("../dev/her.esy.fun/src/drafts/XXXX-org-mode-intro/index.org" "21c48431-c0db-4a34-95fe-7228fea6233f") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2020/2020-09-20.org" "8a931436-5db6-4ff1-8fa8-3415c1f67c61") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2020/2020-09-26.org" "d6bfe273-22e1-40b4-92db-14b22e092498") ("../y/her.esy.fun/src/posts/0013-how-to-choose-your-tools/index.org" "c2e61938-8493-434a-9ffa-9fd4698d9863") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/inbox.org" "a4ebd43b-b589-499e-85e1-7ebea0abf3af") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/archives/TODO.archive.org" "797ba971-6ae3-49a1-9499-928572760d09" #("96343FD2-E7A9-4AAA-A40A-8D048DA340E9" 0 36 (fontified t face org-property-value org-category "inbox")) #("B72E4288-E96B-4099-8684-37DDF3395C50" 0 36 (fontified t org-category "inbox" face org-property-value)))) +(("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2021-04-16--12-27-13Z--iroh_auth_presentation.org" "83c6d508-003a-4c81-8385-b9fa13137b92" "e12ca021-c030-47f8-a9e5-4fb815a88735" "07dabe43-9563-430c-a729-87b5154d6d18" "dc5070c0-9040-4175-9a67-c85a21f65f35") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/archives/TODO.archive.org" #("B72E4288-E96B-4099-8684-37DDF3395C50" 0 36 (face org-property-value org-category "inbox" fontified t)) #("96343FD2-E7A9-4AAA-A40A-8D048DA340E9" 0 36 (org-category "inbox" face org-property-value fontified t)) "797ba971-6ae3-49a1-9499-928572760d09") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/inbox.org" "a4ebd43b-b589-499e-85e1-7ebea0abf3af") ("../y/her.esy.fun/src/posts/0013-how-to-choose-your-tools/index.org" "c2e61938-8493-434a-9ffa-9fd4698d9863") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2020/2020-09-26.org" "d6bfe273-22e1-40b4-92db-14b22e092498") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2020/2020-09-20.org" "8a931436-5db6-4ff1-8fa8-3415c1f67c61") ("../dev/her.esy.fun/src/drafts/XXXX-org-mode-intro/index.org" "21c48431-c0db-4a34-95fe-7228fea6233f") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2020-12-04--13-19-56Z--english_lesson.org" "1a758996-2bb0-4753-8365-34ca3ef0f940") ("../Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/journal/2021-04-16--12-27-13Z--iroh_auth_presentation.org" "dab23b61-a766-4eda-a1e9-1d39258ef5c0")) diff --git a/elpher-bookmarks b/elpher-bookmarks index 9869789e..699a8c52 100644 --- a/elpher-bookmarks +++ b/elpher-bookmarks @@ -4,7 +4,8 @@ ; Feel free to edit by hand, but take care to ensure ; the list structure remains intact. -(("Spacewalk" "gemini://rawtext.club/~sloum/spacewalk.gmi") +(("gemini://drewdevault.com" "gemini://drewdevault.com/") + ("Spacewalk" "gemini://rawtext.club/~sloum/spacewalk.gmi") ("idiomdrottning" "gemini://idiomdrottning.org/texts.gmi") ("Techrights" "gemini://gemini.techrights.org/") ("rosenzweig.io" "gemini://rcom/") diff --git a/journal/2021-03-14--13-00-04Z--the_service_pattern.org b/journal/2021-03-14--13-00-04Z--the_service_pattern.org index b019c2b6..fc6dfb64 100644 --- a/journal/2021-03-14--13-00-04Z--the_service_pattern.org +++ b/journal/2021-03-14--13-00-04Z--the_service_pattern.org @@ -11,13 +11,15 @@ The question about code structure and organization is one of the most prolific one. -The problem are always the same. -Here I will talk about one possible solution in this huge design space. +In this article I describe one possible solution in this huge design space. + First of all, I will focus on a functional programming pattern. But I think the lessons could be extended to any generic programming language. +** Design Patterns + Before explaining the pattern I would like to take the time to provide a few distinctions between different programming language patterns. Quite often, one fundamental question very important when choosing a diff --git a/journal/assets/impots2020/fiche-fiscale-cisco.pdf b/journal/assets/impots2020/fiche-fiscale-cisco.pdf new file mode 100644 index 00000000..79a231a0 Binary files /dev/null and b/journal/assets/impots2020/fiche-fiscale-cisco.pdf differ diff --git a/journal/assets/impots2020/revenus-fonciers-2020.pdf b/journal/assets/impots2020/revenus-fonciers-2020.pdf new file mode 100644 index 00000000..b3044306 Binary files /dev/null and b/journal/assets/impots2020/revenus-fonciers-2020.pdf differ diff --git a/roam/org-roam.db b/roam/org-roam.db index 0a8c8879..667e758d 100644 Binary files a/roam/org-roam.db and b/roam/org-roam.db differ diff --git a/tracker.org b/tracker.org index f6467396..1ff274b1 100644 --- a/tracker.org +++ b/tracker.org @@ -2545,3 +2545,10 @@ Meeting CSA Migration. ** 2021-W19 *** 2021-05-10 Monday +**** EMAIL Answer to Jyoti email :work:email: +:LOGBOOK: +CLOCK: [2021-05-10 Mon 09:03] +CLOCK: [2021-05-10 Mon 09:00]--[2021-05-10 Mon 09:00] => 0:00 +:END: +[2021-05-10 Mon 09:00] +- ref :: [[file:~/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/tracker.org::*2021-05-10 Monday][2021-05-10 Monday]]