Fundamental operations
sapere aude
February 22, 2026
February 06, 2026
Triadic dimensional distinction vortical paradigm outline
This is a cool theory! Kudos to Neppe/Close. Per Spencer Brown, recursion is a generative principle of partial self-observation that is sanitized by void deleting extraneous form (Bricken). Of course the map is different from the territory too. Galileo proclaims that “Math is the language of nature,” believing in its perfect correspondence to the cosmos. Gödel gently corrects him: “Math is how we model nature. Nature is not a model of itself.” But per Close, logic is deeper than human-made symbolic notation too. Yogananda and yogic lore of astral blueprint and consciousness to thought of light to cosmic dream light to light and then matter. Personally I like geometry too!
In the Triadic Dimensional-Distinction Vortical Paradigm (TDVP), the experience of looking at a star is explained as a multi-dimensional act of distinction within the framework of Unified Monism, where finite reality is inseparably tethered to an infinite subreality. This experience is analyzed using the Calculus of Dimensional Distinctions (CODD) and the frameworks of DFC, PCE, and ICE.
1. Distinction Elements (DFC) and Differentiation (PCE)
The fundamental act of perceiving a star begins with the drawing of distinctions by consciousness:
DFC Elements: The observer identifies the Star (Distinguished) from the Night Sky (Distinguished From) through the act of Consciousness.
PCE Differentiation:
Perceptual: The immediate sensory experience of light (photons) reaching the eyes.
Conceptual: The cognitive interpretation of that light as a celestial body based on memory and logic.
Experiential (Actualized): The subjective, phenomenal happening of the "experience" itself, such as the feeling of awe.
2. Extent Analysis (STC C-Substrate)
The star is perceived within a 9-dimensional finite reality composed of Space, Time, and Consciousness (STC).
Space: Three dimensions of volumetric extent (length, breadth, and height).
Time (3T): The event occurs across a time-line of duration, an expansive plane of time (subjective moments), and a time-volume that encompasses all potential paths within the observer's lifetrace.
Consciousness Extent (3C):
1st Dimension (Being): The primary distinction of "self" from "other". It can be represented as a line of events or a "lifetrace" in the field of consciousness
2nd Dimension (Intersection): The awareness created when the observer's lifetrace intersects with the "meaning" or presence of the star or another person.
3rd Dimension (Expansion): The revelation of higher awareness when the observer perceives their connection to the broader cosmos. Precognition compatible with free will.
3. Content Analysis (MEC C-Matrix and CEV)
The content of the star and the observer is characterized by the MEC matrix and the CEV of the individual-unit:
MEC (Mass, Energy, Gimmel): The star contains quantized Mass and Energy. Crucially, it contains Gimmel, the non-physical third form of reality that provides atomic stability and serves as the carrier of meaning.
CEV and GIFECS: The observer's Cognition, Emotion, and Volition (CEV) are shaped by their GIFECS level (group, individual, family, ethnicity, culture, species, etc.).
Paradigmatic Levels: This content manifests across:
Quantal: Meaning embedded at the atomic level of the star.
Neurological/Psychological: The brain's processing and the mind's interpretation.
Transfinite/Metaconsciousness: Accessing the "Higher Consciousness" repository of infinite information.
4. Intent and the Cybernetic Loop
The Intent of the interaction is governed by a cybernetic process aimed at evolution:
The 3 Purposes of Intent: The experience is supported by the intent for atomic stability (structural integrity), organic life (the observer's biological existence), and conscious awareness (the act of perceiving).
Cybernetic Loop:
Afferent: The reception of the star's light and meaningful information.
Central: The formation of a conscious intent to observe and connect.
Efferent: The actualization of the experience as an impact on the self and the cosmos.
5. Synthesis: Vortical Indivension and Ordropy
Through vortical indivension, the "zillions" of vortices inherent in reality interface across dimensions and individual-units. This process brings ordropy (multidimensional order) to the cosmos by transforming chaotic sensory input into meaningful experience. The overall goal is spiritual evolution, moving the observer along an axis of transcendence to expand their awareness and ultimately realize a unity with Primary Consciousness.
December 07, 2023
Reading Wikipedia via the Propaedia
July 04, 2023
Optimal diet for hormonal enhancement
June 06, 2022
Automating Parsehub to Sealfit to Things Todo
Since I'm cheap and I didn't want to buy the Alfred Power Pack for this, I did it myself in Python and Parsehub, a free point to click web scraper. First thing is to download and install Parsehub for Mac. Go through the tutorial and get it able to log into a website and select the content. Export to CSV. Set it to kick off a script. Create the following small python script program in VS Code. Cleanup of the data can be done with other tools in the pipeline like the regular expression as shown.
import reimport smtplibfrom email.message import EmailMessagemsg = EmailMessage()with open("/Users/you/Downloads/run_results.csv", "r", encoding='utf-8') as f:s = f.read()message = re.search(r'(?s)Baseline:([\S\s]*)Leave', s).group(1)msg.set_content(message)from datetime import datetimemydate = datetime.today().strftime('%Y-%m-%d')msg['Subject'] = 'Sealfit '+mydate# Send the message via our own SMTP server.server = smtplib.SMTP('smtp.gmail.com', 587)server.ehlo()server.starttls()server.ehlo()server.send_message(msg)server.quit()
This will automate web scraping almost any website with a point to click interface and then sending the file to Things ToDo automatically.
May 29, 2022
Plain text Obsidian Zettelkasten
"Whenever he read something , he would write the bibliographic information on one side of a card and make brief notes about the content on the other side ( Schmidt 2013 , 170 ) . These notes would end up in the bibliographic slip - box . In a second step , shortly after , he would look at his brief notes and think about their relevance for his own thinking and writing . He then would turn to the main slip - box and write his ideas , comments and thoughts on new pieces of paper , using only one for each idea and restricting himself to one side of the paper , to make it easier to read them later without having to take them out of the box . He kept them usually brief enough to make one idea fit on a single sheet , but would sometimes add another note to extend a thought" -Sonke Ahrens, on Luhmann's Zettelkasten, in How To Take Smart Notes
Obsidian Vault with Citations plugin, Zotero Bibliography with ZoteroObsidianCitations plugin and Better Bibtex, exporting to OneDrive, Pandoc and Papaja export to APA paper with formatted Bibliography via RStudio. This allows for the formatting to be entirely abstracted away from the plain text itself: instead of agonizing over different journal preferences for style, it is all done in one fell swoop, including not only journal articles but the writing of entire books too. PDFs especially books can be temporarily imported into Zotero and then have their notes extracted to retain the page number, and Kindle application can export with page numbers too.
Markdown is the basis of this plain text formatting that is a kind of 'html lite' doing in-line formatting as plain text. Ultimately the idea for RStudio is especially important for open sourcing scientific publications where you can build this web of interdependencies from experimental results that automatically update, ala Jupyter Notebooks. Of course that means that maybe your written analysis and conclusions are not accurate any longer if the interlinked data is changed! Overall, this is very similar to the vision of an idea called the memex as outlined by Vannevar Bush in 1945, also prior to hypertext systems.
And this is in keeping with Stephen Kosslyn's principles of online learning: Deep Processing with cognitive load, Chunking, Associations, Dual Coding with images, Deliberate Practice, especially using an external constructivist scaffolding for associations in the bi-directional link of a digital zettelkasten. “Imagine if we went through life learning only what we planned to learn or being explicitly taught,” writes Dr. Sönke Ahrens in his book. That's the promise of the memex today, a kind of pathfinding through intricate trails of thought, collecting and organizing and binding as a research explorer.
This is further enhanced with the killer app for mobile sync in mindmapping in Obsidian: Excalidraw for Visual PKM (personal knowledge management). With a good sprinkling of Zotero integration. This lets you add wiki links to visually drawn maps on any tablet and even use a phone to embed pictures from other places like textbooks: full fidelity capture.
In the sense of dual-coding, here is an image of the process:
May 18, 2022
A cosmic awakening
October 01, 2020
March 22, 2020
I wonder if the process of creating spikes of the coronavirus could be disrupted in the sgRNA. Then the virus wouldn't be able to bind to ACE2 receptors in other cells. Another idea is to introduce stem cell therapy in older populations. Monoclonal antibodies also prevent the spikes from binding. The spikes are the primary antigen detected by the immune system.
Encyclopedia of Virology - Coronaviruses
November 30, 2019
I've been having discussions about workflow and procrastination. These are excellent explanative charts!
The Sensemaking Process and Leverage Points for Analyst Technology as Identified Through Cognitive Task Analysis. Peter Pirolli and Stuart Card. PARC.
![]() |
| Right click and open image in new tab |
I worked on my personal website https://jandrews.io today. It was easy to host with the free Google Sites. I had a minor snafu with redirecting the "blog" subdomain to Blogger. I also used a free service called wwwizer to redirect the root domain @ A record to the www CNAME in DNS, because Google keeps that service only for G-suites, most likely because of the underlying server IP addresses changing occasionally. I chose to keep my blog hosted directly with Blogger because it is more secure: Wordpress has been rife with vulnerabilities in the past few years so it makes sense to keep it on an automatically updated platform. Overall I'm happy with the result for a start.






