Skip to content
Menu
  • Contact me
    • What about this site
    • Contact me
    • What is Digital Phenomenology
    • Terms of Service
    • The Blue Book
      • Den gamle mand og Aben
      • My Blue Book
      • The Blue Book by Poul Goldschadt
      • The Blue Book – Perpectives on
    • Shop
  • Post Sections
    • Digital Consciousness
    • Digital Phenomenology
    • Principia Cybernetica
    • Meta Transition Theory
    • Memecraft
    • Munchhausen Intro
    • Munchausen Files
    • Memecraft Dispatch
    • Deep Dive – My Podcasts
    • What´s that?
      • What`s that? – Volume 005 Nov 2023
      • What´s that? – Volume 004 Apr 2023
      • What´s that? – Volume 003 Mar 2023
      • What´s that? – Volume 002 Feb 2023
      • What`s that? – Volume 001 Jan. 2023
      • Newsletter Archive
      • Ebook: Phenomenology in AI and Machine Learning
      • Ebook: Navigating the Intersection of Technology and Self
      • Ebook: The Illusion of Reality: A Story of Psychological Suspense
      • Ebook: Towards an Integral Psychology – Cognitive Integration
  • Search
  • Contact me
    • What about this site
    • Contact me
    • What is Digital Phenomenology
    • Terms of Service
    • The Blue Book
      • Den gamle mand og Aben
      • My Blue Book
      • The Blue Book by Poul Goldschadt
      • The Blue Book – Perpectives on
    • Shop
  • Post Sections
    • Digital Consciousness
    • Digital Phenomenology
    • Principia Cybernetica
    • Meta Transition Theory
    • Memecraft
    • Munchhausen Intro
    • Munchausen Files
    • Memecraft Dispatch
    • Deep Dive – My Podcasts
    • What´s that?
      • What`s that? – Volume 005 Nov 2023
      • What´s that? – Volume 004 Apr 2023
      • What´s that? – Volume 003 Mar 2023
      • What´s that? – Volume 002 Feb 2023
      • What`s that? – Volume 001 Jan. 2023
      • Newsletter Archive
      • Ebook: Phenomenology in AI and Machine Learning
      • Ebook: Navigating the Intersection of Technology and Self
      • Ebook: The Illusion of Reality: A Story of Psychological Suspense
      • Ebook: Towards an Integral Psychology – Cognitive Integration

poul goldschadt

Digital Phenomenology

Required Vocabulary

Required Vocabulary

Commands and concepts may seem totally foreign if you’ve never used any form of version control in the past. You will pick them up super fast, though.

Repository:

Often referred to as a repo. A repository is the collection of files and folders that you’re using git to track. The repository consists of the entire history of your team’s changes to the project. It’s the big ole box you and your team throw your code into.

Commit:

Think of this as saving your work. When you commit to a repository, it’s like you’re gathering up the files as they exist at that moment and putting them in a time capsule. The commit will only exist on your local machine until it is pushed to a remote repository.

Push:

Pushing is the bread to committing’s butter. Committing throws your files into the timecapsule, and pushing is what launches the capsule into space. Pushing is essentially syncing your commits to the cloud. You can push multiple commits at once, too. You can work offline, commit lots of work, and then push it when you’re back in civilization with that sweet, sweet wifi.

Branch:

You can think of your git repo as a tree. The trunk of the tree, the software that goes live, is called the Master Branch. That’s the one that goes live. The branches of that tree are, well, called branches. These are separate instances of the code that offshoots from the main codebase. You might branch off for a single feature or an experimental patch. By branching, you can preserve the integrity of the software and have a way to revert if you do something totally bonkers.

Merge:

When a branch is polished up, free of bugs (as far as you can tell, at least), and ready to become part of the primary codebase, it will get merged into the master branch. Merging is just what it sounds like: integrating two branches together. Any new or updated code will become an official part of the codebase. Anyone who branches off from the point of merging will have this code in their branch as well.

Clone:

Cloning a repo is pretty much exactly what it sounds like. It takes the entire online repository and makes an exact copy of it on your local machine. You will need to do this for any number of reasons, not the least of which are starting in the middle of a project with a new team, swapping workstations, or starting over from a corrupted repo.

Fork:

Forking is a lot like cloning, only instead of making a duplicate of an existing repo on your local machine, you get an entirely new repo of that code under your own name. This feature is mainly used for taking an existing codebase and going an entirely new direction with it, which happens a lot in open-source software; developers see a base idea that works, but want to go a different way with it. Forking allows that to happen. You can also play in another developer’s repository like it’s your own personal sandbox. And if you do something that you think they may like, you can make a pull request for it to be merged in.

Pull Request:

A pull request is when you submit a request for the changes you have made (either on a branch or a fork) to be pulled (or merged) into the Master Branch of the repository. This is the big time. This is where the magic happens. If the pull request is approved, you will have officially contributed to the software, and Github will forever show exactly what you did. However, if the pull request is denied for any reason, the denier will be able to give feedback on why the request was turned down and what you can do to get it accepted.

The HTML directive
meta name="viewport" content="initial-scale=1.0"
can be read metaphorically as a kiosk mode for cognition: a mechanism that fixes scale, limits distraction, and presents information in a controlled, immediately usable form.

Like a digital kiosk, the brain optimizes perception by constraining the field of view—prioritizing relevance, suppressing excess detail, and organizing information for rapid orientation rather than exhaustive exploration.

https://www.youtube.com/watch?v=_Ah6G4ZAoR0
https://youtu.be/7YRYITEi5kY?si=HKrUP7ec8E8klX1N

Kiosk Mode: a cognitive viewport that fixes scale and limits perception to optimized, task-ready information.

Follow on Facebook and LinkedIn watch more music/videos created on my iPad on Youtube

Memetic Engineering

https://www.youtube.com/watch?v=G3-7Y5t8DaE
Hovedstrømninger i Metapsykologien 1900 – 2000
Første bølge
Første bølge
Pavlov – Skinner
Kelly
Lakoff
Anden bølge
Anden bølge
Freud
Piaget
Mahler
Stern
Bowlby
Kohlberg
Vaillant
Tredie bølge
Tredie bølge
Maslow
Blumer
Winnicut
Goleman
Fjerde bølge
Fjerde bølge
Jung
Habermas
Grof
Wilber

Copyright © 2026 poul goldschadt. All Rights Reserved.

Codilight Theme by FameThemes