Skip to content

Commit

Permalink
morning 0x2229
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Apr 11, 2024
1 parent c80591b commit 0245045
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content/20240215175026-software.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@

I'll be exploring this node not theoretically but by pedagogical instances of softwares of considerable significance. An [[id:aba08b45-c41d-4bb4-9053-bc6dd8704444][Operating System]] is a good start and will allow for as many degrees of freedom as I can imagine when it comes to developing softwares. Combine this with [[id:fc34b43d-57e6-49a7-a678-8ec9df4d0c55][virtualization]] and I'll soon get into the software that helps manage [[id:bc1cc0cf-5e6a-4fee-b9a5-16533730020a][Cloud Computing.]]

* Books
** [[id:779f65e6-4b5f-4601-89dd-0032a0b0158d][Software Design for Flexibility]]
16 changes: 16 additions & 0 deletions Content/20240410114903-mit_ocw_6_945_aiasp.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,20 @@
#+title: MIT-OCW-6.945-AIASP
#+filetags: :programming:lisp:course:

* Adventures in Advanced Symbolic Computation
- https://ocw.mit.edu/courses/6-945-adventures-in-advanced-symbolic-programming-spring-2009/

* Stream
** 0x2228
- getting into rigorous studying again with the course
- literate programming in org mode will be my primary method of documentation
- did SICP in a separate github repository but this buffer is version controlled on a more wholistic level
- following the prinicipal read for the course (Software Design for Flexibility)
- reading the first chapter and already anticipating all the elegant ideas that I'll get to grok over the span of this read
- The notion of flexibility can be viewed in terms of the freedom granted by the individual components that compose a system ...
- all cells of a biological organism actualize from the same genetic code and are able to specialize based on the context they are presented, without a master cell/tissue/organ/organism actively controlling their behaviours
- cellular intelligence is collaborative and not authorotative.
- the initial cell contains all the information and procedures needed for building an organism : that is a prime example of flexibility when it comes to understanding the capabilities of that seeding cell.
- Software on the other hand, is traditionally designed with specific functions distributed into components with a master, isolated intent driver that controls the collaboration of the programs.
- checkout [[id:262874ff-9248-485d-91ee-f7ca1dc2c31d][Redundancy]] and [[id:5519c939-063b-4b25-b170-8098fc4d43c7][Degeneracy]]
- https://adl.io/essays/degeneracy-code-and-innovation/ is a comprehensive read
6 changes: 6 additions & 0 deletions Content/20240410154031-redundancy.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:PROPERTIES:
:ID: 262874ff-9248-485d-91ee-f7ca1dc2c31d
:END:
#+title: Redundancy
#+filetags: :meta:

10 changes: 10 additions & 0 deletions Content/20240410154043-degeneracy.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
:PROPERTIES:
:ID: 5519c939-063b-4b25-b170-8098fc4d43c7
:END:
#+title: Degeneracy
#+filetags: :biology:meta:

* Resources

- https://adl.io/essays/degeneracy-code-and-innovation/

0 comments on commit 0245045

Please sign in to comment.