Skip to content
Menu
  • Frontpage
  • Post Sections
    • Art Zone
    • Thoughts
    • Ideas
    • Stories
    • Memetics
  • Forums
    • Discord
    • Art Zone
    • Thoughts
    • Ideas
    • Stories
    • Memetics
  • About
    • Digital Phenomenology
    • About
      • TOU
    • The Blue Book
  • Login
  • Members
  • Search
  • Frontpage
  • Post Sections
    • Art Zone
    • Thoughts
    • Ideas
    • Stories
    • Memetics
  • Forums
    • Discord
    • Art Zone
    • Thoughts
    • Ideas
    • Stories
    • Memetics
  • About
    • Digital Phenomenology
    • About
      • TOU
    • The Blue Book
  • Login
  • Members

SEO KIOSK

tanker, ideer og historier

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.

Direct Channel – Live

Principia

  • Timeline Media
  • True Detective
  • What is a landing page
  • Private investigations
  • Product Landing Pages
  • The Meme-as-digital twin
  • SEO – definitions
  • SEO, Viewports & Memes
  • Destructive memes
  • Memetic Warfare
  • Global brain
  • Meme-as-wormhole
  • Meme-as-digital feudalism
  • What Exactly is UX design?
  • The meme-as-bully
  • Really! What are Algorithms
  • Grand Gallery of Goals

Forums

  • Art Zone
  • Ideas
  • Memetic Engineering
  • Stories
  • Thoughts

Cybernetica

Problemkreds – 2002
Memetics – problemkreds 2002
Memetics & Metode
Grundsyn
SEO, Viewports & Memes
Situeret læring
Memetic Lexicon
Ordliste
Læreprocesser
Organisatorisk læring
Forretningsprocesser
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
Personal Construct
Introduktion - 1998
Modelstruktur
Find din type
1. Perfektionisten
2. Hjælperen
3. Motivatoren
4. Artisten
5. Tænkeren
6. Loyalisten
7. Generalisten
8. Lederen
9. Formidleren
Business Process
Introduktion - 1998
Kapitel 1
Kapitel 2
Kapitel 3
Kapitel 4
Kapitel 5
Kapitel 6
Kinabilleder
Educational hot spots
Uddannelse & Kina 2005
798 Art Zone 2008
798 Art Zone 2014
Beijing 2008
Beijing 2013
Beijing 2014
Hangzhou 2012
Suzhow 2011
Nanjing 2011
Hong Kong 2012
Shenzhen 2012
Binzhou 2004
Dalian 2006
Dalian 2013
Xian 2007
Li River 2007
Kinesiske mur 2008
Taishan 2009
Wuxi 2011
Hanoi 2012

Ideas

Your computer is a musical instrument

13. November 2021

Freud og psykoanalysen

18. March 2020

Blue Bossa – Dexter Gordon

22. April 2019

Lorem Ipsum etc.

13. April 2019

Learn english conversation

accent-free-english

Copyright © 2022 SEO KIOSK. All Rights Reserved.

Codilight Theme by FameThemes