From ede48254560affd9b2b3be0eb47cd712682193ce Mon Sep 17 00:00:00 2001 From: Raj Patil Date: Sun, 31 Mar 2024 16:10:36 +0530 Subject: [PATCH] updates --- Content/20230712223044-lisp.org | 6 ++++-- Content/20231207111339-mind_ai.org | 1 + Content/20231212081635-programming.org | 2 +- Content/20240216104908-operating_system.org | 7 +++++++ Content/index.org | 9 +++++++++ 5 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Content/20230712223044-lisp.org b/Content/20230712223044-lisp.org index 918f3a7..47e30b7 100644 --- a/Content/20230712223044-lisp.org +++ b/Content/20230712223044-lisp.org @@ -34,6 +34,8 @@ Maxwell's equations of Software (~Alan Kay in some Interview~) (#t (apply (car e) (evlis (cdr e) a) a)))) #+end_src * Comment Stream +** 0x2211 + - getting into "On Lisp" Now ** 0x21F4 - Researching deeper into lisp being a universal representation of compute. - the core boils down to abstract syntax trees being an intermediate for any compiled/interpreted languages @@ -301,8 +303,8 @@ I'm still a novice and haven't built anything of consequence in lisp: I wish to * Literature Queue - [x] Structure and Interpretation of Computer Programs - [x] Common Lisp: An introduction to symbolic computation -> book review - - [ ... ] Practical Common Lisp - - [ ] On Lisp + - [x] Practical Common Lisp + - [ ... ] On Lisp - [ ] Let over Lambda - [ ] The Art of the MetaObject Protocol - [ ] Professional Automated Trading : Theory and Practice diff --git a/Content/20231207111339-mind_ai.org b/Content/20231207111339-mind_ai.org index 5e563b7..577496d 100644 --- a/Content/20231207111339-mind_ai.org +++ b/Content/20231207111339-mind_ai.org @@ -163,3 +163,4 @@ All generic knowledge goes into their respective nodes and this one only serves + diff --git a/Content/20231212081635-programming.org b/Content/20231212081635-programming.org index fd0259e..0582da6 100644 --- a/Content/20231212081635-programming.org +++ b/Content/20231212081635-programming.org @@ -28,4 +28,4 @@ I'll be exploring both, high and low level, ends of this spectrum in this node c * Stream ** 0x21F1 - programming can really be boiled down into how instructions (computing) and data (memory) communicate with each other (networking) to achieve and objective. - - thinking this serves to be a good blanket statement that helps cover the notion of programming + - thinking this serves to be a good blanket statement that helps cover the notion of diff --git a/Content/20240216104908-operating_system.org b/Content/20240216104908-operating_system.org index d8c529b..fa842d4 100644 --- a/Content/20240216104908-operating_system.org +++ b/Content/20240216104908-operating_system.org @@ -5,3 +5,10 @@ #+filetags: :programming: Diving into the depths pedagogically by studying the [[https://elixir.bootlin.com/linux/latest/source][Linux Kernel]]. To be more specific when discussing concepts, I'll be linking to a particular part of the kernel [[https://elixir.bootlin.com/linux/v6.8-rc4/source/rust/kernel/init.rs#L412][with the line numbers]]. + +* Plans + - https://www.kernel.org/doc/html/v4.10/process/howto.html + +* Misc Resources + - Booting up: https://docs.rockylinux.org/books/admin_guide/10-boot/ + - the linux kernel: https://www.kernel.org/ diff --git a/Content/index.org b/Content/index.org index 4f7f6f3..e619f53 100644 --- a/Content/index.org +++ b/Content/index.org @@ -32,6 +32,14 @@ I also consider deliberately intellectually [[id:f3347380-f482-4077-a89b-a3ff059 - log of all videos along with plans and indices into drafts ** [[id:44ba44d8-4ea9-4656-b367-bafffafe61f6][Batman]] * Stream +** 0x2211 + - starting out a block of hyperlearning + - emphasis on precision and the exact differences between the concepts under discussion + - pausing the creativity for the while + - will be focusing completely on understanding first initially : there's quite a lot that I am not yet completely aware about the workings of + - trivial knowledge is pre-cursor to pushing boundaries with ingenuity + - lofi classical is going to be the go to auditory nootropic strat this cycle + - have tried techno previously and expect this to help me loose myself somewhat quicker and a more stable manner ** 0x21F1 - beginning to dive deeper to build repositories that represent true insight and don't just mimic a micro-wikipedia. - will be focusing on condensing abstractions into descriptions that are just enough : terseness is key @@ -159,3 +167,4 @@ Here are some conventions that I follow to organize my work: - each major node has its own idea buffer to keep note of specific ideas that I haven't organized yet. - at any given point of time, several emtpy nodes may exist : I'm not trying to be exhaustive right away when exploring a domain. This is supposed to be an eternal work in progress. However, to indicate that I intend to work on a node later on and it's not just an empty atom, I've placed ~:tbp:~ (to be populated) tags on such nodes. +