diff --git a/Content/20230718222456-input_queue.org b/Content/20230718222456-input_queue.org index c00de5a..9f5403d 100644 --- a/Content/20230718222456-input_queue.org +++ b/Content/20230718222456-input_queue.org @@ -4,9 +4,15 @@ #+title: input-queue I like reading technical books and am planning to expand my coverage to include foundational papers of some subjects that I find interesting: with the intention of understanding how subjects today interweave. + This buffer maintains a cache of technical papers/books/blogs/similar resources I'd like to go through. This is also an exercise in building up my reading efficiency for technical texts. I'm pretty quick with generic public domain non-fiction now and would like to up the ante: to maintain the effort I require to achieve [[id:20230718T223411.394444][flow]] (Mihaly Csikszentmihalyi). + I'll most likely begin with foundational papers in any domain and then explore depth if need be. will not be limiting myself to anything specific : anything goes - this is a new hobby. + I'd also like maintaining a log of all relevant articles/interviews/not-so-easily-indexable content that I've consumed [[id:ab47b014-ba85-4e68-8e61-6af7126dae1f][here]]. + +This should be treated as an unorganized drawer where I dump in what I feel like I need to (re)consume sometime down the lane. + * Deferred Internal Index Refraining from linking nodes as these are meta-informative and don't really point to populated nodes. These are meant to be navigated with org-roam emacs and accessing them is convenient as is with helm-completion diff --git a/Content/20230724155255-class_imbalance.org b/Content/20230724155255-class_imbalance.org index 6aaeba3..a9e8829 100644 --- a/Content/20230724155255-class_imbalance.org +++ b/Content/20230724155255-class_imbalance.org @@ -2,7 +2,7 @@ :ID: 89c8e59e-e058-4edc-bd85-b4db9eb089a9 :END: #+title: Class Imbalance -#+filetags: :problem:ai: +#+filetags: :ai: See [[id:0fb8c9c4-f491-4d40-b6b7-a6a331316c01][Classification]]. diff --git a/Content/20240216104908-operating_system.org b/Content/20240216104908-operating_system.org index ebc290e..cf944c5 100644 --- a/Content/20240216104908-operating_system.org +++ b/Content/20240216104908-operating_system.org @@ -8,6 +8,8 @@ Diving into the depths pedagogically by studying the [[https://elixir.bootlin.co check out [[id:c0964cd2-fa9c-4c92-8283-341d345c819f][RackOS]] +* Three Easy Pieces +** * Operating Systems - [[id:d43f2ef3-6eb4-4f8d-89ed-095fedd7d7f9][Linux]] * Plans diff --git a/Content/20240707174313-plantuml.org b/Content/20240707174313-plantuml.org index 2e23466..e7fe6d4 100644 --- a/Content/20240707174313-plantuml.org +++ b/Content/20240707174313-plantuml.org @@ -4,7 +4,8 @@ #+title: PlantUML #+filetags: :chart:tool: -* Sequence Diagrams +* Examples +** Sequence Diagrams #+begin_src plantuml :file images/plantuml-seq.png :exports both @startuml @@ -18,7 +19,7 @@ Server -> "R-Proxy": response #+RESULTS: [[file:images/plantuml-seq.png]] -* Class Diagrams +** Class Diagrams #+begin_src plantuml :file images/plant-uml.png @startuml class Note{ @@ -34,7 +35,7 @@ Note "1" *-- "*" Tag @enduml #+end_src -* State diagrams +** State diagrams #+begin_src plantuml :file images/plantuml-state.png :exports both @startuml @@ -46,10 +47,7 @@ Review --> Publish: Share @enduml #+end_src -#+RESULTS: -[[file:images/plantuml-state.png]] - -* Mind Maps +** Mind Maps #+begin_src plantuml :file images/plantuml-mmap.png :exports both @startmindmap ,* Plantuml @@ -65,3 +63,6 @@ Review --> Publish: Share #+RESULTS: [[file:images/plantuml-mmap.png]] + +* Resources + - https://crashedmind.github.io/PlantUMLHitchhikersGuide/about/Sections.html diff --git a/Content/20240807085132-solutions.org b/Content/20240807085132-solutions.org index 02b17aa..c7d89d2 100644 --- a/Content/20240807085132-solutions.org +++ b/Content/20240807085132-solutions.org @@ -3,3 +3,7 @@ :END: #+title: solutions #+filetags: :meta: + +* Abstract +- Thinking in terms of what [[id:3dc89742-51ee-49dc-bb3b-19bd24e50c8a][problems]] your are solving is a good implicit directive to efficiently utilizing your time. +- diff --git a/Content/20240923091137-rackos.org b/Content/20240923091137-rackos.org index 30881b7..ef99063 100644 --- a/Content/20240923091137-rackos.org +++ b/Content/20240923091137-rackos.org @@ -14,7 +14,7 @@ :ID: 5673f3d4-294f-48bc-b44a-f145cc4a9e6b :END: *** Operating Systems: Three Easy Pieces : https://pages.cs.wisc.edu/~remzi/OSTEP/ - - [[id:104f0326-0505-4bbe-a78f-b9273f051b42][Virtualization]] + - [[id:fc34b43d-57e6-49a7-a678-8ec9df4d0c55][virtualization]] - [[id:d2d0f670-9bdf-437a-a639-fbdf7ba7d6c7][Persistence]] - [[id:618d0535-411d-4c36-b176-84413ec8bfc1][Concurrency]] *** thoughts diff --git a/Content/20240926125731-virtualization.org b/Content/20240926125731-virtualization.org deleted file mode 100644 index 9693664..0000000 --- a/Content/20240926125731-virtualization.org +++ /dev/null @@ -1,8 +0,0 @@ -:PROPERTIES: -:ID: 104f0326-0505-4bbe-a78f-b9273f051b42 -:END: -#+title: Virtualization -#+filetags: :cs: - -* Relevant Nodes -** [[id:7291bab2-4e69-47ad-ae37-f3da260b1d89][Linux Virtualization]] diff --git a/Content/20241028170523-problems.org b/Content/20241028170523-problems.org new file mode 100644 index 0000000..ea12650 --- /dev/null +++ b/Content/20241028170523-problems.org @@ -0,0 +1,14 @@ +:PROPERTIES: +:ID: 3dc89742-51ee-49dc-bb3b-19bd24e50c8a +:END: +#+title: problems +#+filetags: :meta: + +* Stream +** 0x22F1 + - My life is currently a tad bit too easy + - I'm tired of an easy life + - it's like I don't have anything serious or fun to solve around me. + - it's boring. + - I need to solve something. + - I might start entering my esoteric era. diff --git a/Content/index.org b/Content/index.org index 1f1aaa2..bf98b64 100644 --- a/Content/index.org +++ b/Content/index.org @@ -27,7 +27,13 @@ I also consider deliberately intellectually [[id:f3347380-f482-4077-a89b-a3ff059 ** [[id:20231112T080937.669416][Projects]] - a cache for ideas that may never see the light of day again. - or they just might... +** [[id:3dc89742-51ee-49dc-bb3b-19bd24e50c8a][problems]] * Stream +** 0x22F1 + - thinking of explicitly trying to identify value creation opportunities + - I am a consumer of value so far but not a creator in the sense that general society would find it useful. + - opportunities, of course, do exist everywhere but I just need to hone in on being able to observe and capitalize on them + - might involve an explicit shift needed to move from the mindset of learning new abstractions to identifying problems around me. ** 0x22EA - my mechanisms are pretty smooth around the edges now ** 0x22E7