diff --git a/aka.md b/aka.md new file mode 100644 index 000000000..f95b0f03f --- /dev/null +++ b/aka.md @@ -0,0 +1,13 @@ +# Aka + +- An [[action]]. +- Designates a node as a synonym of another. + - [[USA]] [[aka]] [[united states]] +- Can take a single parameter to alias the current node with the target. + - [[aka]] [[also known as]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[action]: action "Action" +[aka]: aka "Aka" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/journal/2020-12-14.md b/journal/2020-12-14.md index c6ff3fafb..a9c47ed07 100644 --- a/journal/2020-12-14.md +++ b/journal/2020-12-14.md @@ -2,6 +2,7 @@ - Set up a separate node for [[feature requests]]. - [[agora plan]] +- [[pull]] [[push]] [[aka]] [//begin]: # "Autogenerated link references for markdown compatibility" [feature-requests]: ../feature-requests "Feature Requests" diff --git a/pull.md b/pull.md index b8c086632..cb7ffc39a 100644 --- a/pull.md +++ b/pull.md @@ -1,22 +1,15 @@ # Pull - An [[action]]. -- The inverse of [[go]]. - - '[[pull]] [[agora action]]' makes sense both in [[action]] and here in pull. It means that agora action should perhaps redirect to one of us. - - It 'pulls attention' from the node referenced to the current node. -- Note 'go', 'pull' can be thought of as "active" forward links and backlinks. -- Can be used to implement broadcast, synonims, canonical terms, interest signaling. - - Node [[united states]] may [[pull]] USA. -- Can provide benefits on both sides; those of the node pulling and those of the node being pulled. - - In the context of a [[digital garden]], pull links function as a sort of inverse of the [[go]] link. They are equivalent to visiting the parameter node ("USA") and adding a go link to it pointing to the current one ("United States"). - - Note that in the context of a social network like the [[Agora]] those benefits can get to have a real life effect on people and their work; "pulling attention" is related to [[ranking]]. +- The inverse of [[push]]. +- Pull and push might be used to implement broadcast and [[transclusion]], plus perhaps interest signaling. +- Note that in the context of a social network like the [[Agora]] "pull requests" to a node might be related to [[ranking]]. +- See also: [[aka]]. [//begin]: # "Autogenerated link references for markdown compatibility" [action]: action "Action" -[go]: go "Go" -[pull]: pull "Pull" -[agora-action]: agora-action "Agora Action" -[digital-garden]: digital-garden "Digital Garden" +[push]: push "Push" [agora]: agora "Agora" +[aka]: aka "Aka" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/push.md b/push.md index e2b3be8ba..a385c0b16 100644 --- a/push.md +++ b/push.md @@ -1,10 +1,13 @@ # Push - An [[action]]. +- It 'means' that the current context is relevant for the target node and should perhaps be included in it ([[transclusion]]): + - [[push]] [[transclusion]] - See also: [[pull]]. [//begin]: # "Autogenerated link references for markdown compatibility" [action]: action "Action" +[push]: push "Push" [pull]: pull "Pull" [//end]: # "Autogenerated link references" \ No newline at end of file