mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Merge branch 'master' of github.com:flancian/garden
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
# Action
|
# Action
|
||||||
|
|
||||||
- Probably [[agora action]]s.
|
- An [[action]] is a verb, wikilinked, that is included in a block and trigger some behaviour in the [[agora]] or some related tool.
|
||||||
|
- Example: [[go]]
|
||||||
|
- See also: [[agora action]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[action]: action "Action"
|
||||||
|
[agora]: agora "Agora"
|
||||||
|
[go]: go "Go"
|
||||||
|
[agora-action]: agora-action "Agora Action"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -7,6 +7,9 @@
|
|||||||
- Added subnode-viewing mode, in which you can see just notes (files actually) by a particular user (and link to them).
|
- Added subnode-viewing mode, in which you can see just notes (files actually) by a particular user (and link to them).
|
||||||
- Example: <https://anagora.org/subnode/garden/flancian/agora.md>
|
- Example: <https://anagora.org/subnode/garden/flancian/agora.md>
|
||||||
- Integrated one more garden, that of [[pen-coded]].
|
- Integrated one more garden, that of [[pen-coded]].
|
||||||
|
- Previously:
|
||||||
|
- dev environment is now available (when up) at http://dev.anagora.org.
|
||||||
|
- Moved dev/prod to separate '<https://flancia.org/go/agora>' and '<https://flancia.org/go/agora-server>' repos.
|
||||||
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Agora Action
|
# Agora Action
|
||||||
|
|
||||||
|
- See also: [[action]]
|
||||||
- An Agora Action is any automated process that parses nodes and takes actions, either in behalf of a particular user or the whole [[agora]], based on their content.
|
- An Agora Action is any automated process that parses nodes and takes actions, either in behalf of a particular user or the whole [[agora]], based on their content.
|
||||||
- They are a good way to build [[agora integrations]].
|
- They are a good way to build [[agora integrations]].
|
||||||
- [[agora go links integration]]
|
- [[agora go links integration]]
|
||||||
@@ -7,5 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[action]: action "Action"
|
||||||
[agora]: agora "Agora"
|
[agora]: agora "Agora"
|
||||||
|
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
|
||||||
|
[agora-twitter-integration]: agora-twitter-integration "Agora Twitter Integration"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
- I have implemented this: when in an Agora subnode there is a block that begins with [[go]] and continues with a URL, the Agora will set up a [[go link]] with it and make it available at anagora.org/go/ + the node id. Example follows.
|
- I have implemented this: when in an Agora subnode there is a block that begins with [[go]] and continues with a URL, the Agora will set up a [[go link]] with it and make it available at anagora.org/go/ + the node id. Example follows.
|
||||||
- [[go]] flancia.org/mine/go-links
|
- [[go]] flancia.org/mine/go-links
|
||||||
- Because of the above block, if you visit anagora.org/go/agora-go-links-integration you'll be redirected to an article of mine on go links in flancia.org.
|
- Because of the above block, if you visit anagora.org/go/agora-go-links-integration you'll be redirected to an article of mine on go links in flancia.org.
|
||||||
- Note currently I run go links on https://flancia.org, my personal domain, and they're incomplete (they contain a subset of the go links in the Agora).
|
|
||||||
- This was implemented on [[2020-11-21]] in [[Agora plan]].
|
- This was implemented on [[2020-11-21]] in [[Agora plan]].
|
||||||
|
- Note currently I also run go links on https://flancia.org, my personal domain, and they're incomplete (they contain a subset of the go links in the Agora).
|
||||||
- Next up: handle the case in which several subnodes set up different go links.
|
- Next up: handle the case in which several subnodes set up different go links.
|
||||||
- Behaviour now: one is picked opaquely; the username with the username that comes first alphabetically "wins".
|
- Behaviour now: one is picked opaquely; the username with the username that comes first alphabetically "wins".
|
||||||
- Expected behaviour: perhaps a list with all targets shows up, and then five seconds later the Agora redirects to the most highly ranked target (to begin with, the oldest?).
|
- Expected behaviour: perhaps a list with all targets shows up, and then five seconds later the Agora redirects to the most highly ranked target (to begin with, the oldest?).
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Agora Like
|
||||||
|
|
||||||
|
- There are [[roam like]]s -- perhaps I should track projects and tools which are [[agora like]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[agora-like]: agora-like "Agora Like"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
+9
-4
@@ -10,15 +10,14 @@ As you might know by now, an Agora is a beast with multiple legs:
|
|||||||
This page is about both, although it's probably going to be [[Agora Server]] heavy as I'm currently focused on developing features for it.
|
This page is about both, although it's probably going to be [[Agora Server]] heavy as I'm currently focused on developing features for it.
|
||||||
|
|
||||||
## Latest
|
## Latest
|
||||||
|
- On [[2020-11-29]] I integrated the first community contribution ever.
|
||||||
|
- On [[2020-11-27]] I fixed some bugs, like wikilinks with periods on their names not working.
|
||||||
- On [[2020-11-22]] implemented count of subnodes in user pages.
|
- On [[2020-11-22]] implemented count of subnodes in user pages.
|
||||||
- [x] Added *some amount* of go links support: anagora.org/go/go now works :), points to the URL with [[go]] in anagora.org/node/go.
|
- [x] Added *some amount* of go links support: anagora.org/go/go now works :), points to the URL with [[go]] in anagora.org/node/go.
|
||||||
- On [[2020-11-17]] implemented [[latest]].
|
- On [[2020-11-17]] implemented [[latest]].
|
||||||
- On [[2020-11-16]] I implemented [[agora fuzzy matching]] and full text search, adopted a div based layout, improved the CSS, improved user pages.
|
- On [[2020-11-16]] I implemented [[agora fuzzy matching]] and full text search, adopted a div based layout, improved the CSS, improved user pages.
|
||||||
- On [[2020-11-15]] I implemented dark mode (press on 'theme' on the top right corner to switch dark <-> light).
|
- On [[2020-11-15]] I implemented dark mode (press on 'theme' on the top right corner to switch dark <-> light).
|
||||||
- On [[2020-11-14]] I released [[agora 0.5.1]].
|
- On [[2020-11-14]] I released [[agora 0.5.1]].
|
||||||
- Previously:
|
|
||||||
- dev environment is now available (when up) at http://dev.anagora.org.
|
|
||||||
- Moved dev/prod to separate '<https://flancia.org/go/agora>' and '<https://flancia.org/go/agora-server>' repos.
|
|
||||||
|
|
||||||
### Signups
|
### Signups
|
||||||
- [x] [[pen-coded]]: https://github.com/KGBicheno/KGB_Agora
|
- [x] [[pen-coded]]: https://github.com/KGBicheno/KGB_Agora
|
||||||
@@ -36,6 +35,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
|
|||||||
- [[agora vscode]]
|
- [[agora vscode]]
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
- [ ] fix bug: backlinks should be shown even in yet non-existent nodes, such as [[deceased]].
|
||||||
|
- [ ] Provide a link (GET) for the search for '\[ \]', useful for [[do]].
|
||||||
- [ ] Add better backlinks, showing some context.
|
- [ ] Add better backlinks, showing some context.
|
||||||
- [ ] Make the site header be marked as an actual header (div with a class, etc.); Google seems to think it's part of the site text (it's showing up in results).
|
- [ ] Make the site header be marked as an actual header (div with a class, etc.); Google seems to think it's part of the site text (it's showing up in results).
|
||||||
- [x] Implement [[agora fuzzy matching]].
|
- [x] Implement [[agora fuzzy matching]].
|
||||||
@@ -101,6 +102,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
|
|||||||
[agora]: agora "Agora"
|
[agora]: agora "Agora"
|
||||||
[anagora]: anagora "Anagora"
|
[anagora]: anagora "Anagora"
|
||||||
[agora-server]: agora-server "Agora Server"
|
[agora-server]: agora-server "Agora Server"
|
||||||
|
[2020-11-29]: journal/2020-11-29 "2020-11-29"
|
||||||
|
[2020-11-27]: journal/2020-11-27 "2020-11-27"
|
||||||
[2020-11-22]: journal/2020-11-22 "2020-11-22"
|
[2020-11-22]: journal/2020-11-22 "2020-11-22"
|
||||||
[go]: go "Go"
|
[go]: go "Go"
|
||||||
[2020-11-17]: journal/2020-11-17 "2020-11-17"
|
[2020-11-17]: journal/2020-11-17 "2020-11-17"
|
||||||
@@ -111,8 +114,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
|
|||||||
[2020-11-14]: journal/2020-11-14 "2020-11-14"
|
[2020-11-14]: journal/2020-11-14 "2020-11-14"
|
||||||
[pen-coded]: pen-coded "Pen Coded"
|
[pen-coded]: pen-coded "Pen Coded"
|
||||||
[luciana]: luciana "Luciana"
|
[luciana]: luciana "Luciana"
|
||||||
[enkiv2]: enkiv2 "Enkiv2"
|
|
||||||
[arghzero]: arghzero "Arghzero"
|
[arghzero]: arghzero "Arghzero"
|
||||||
|
[enkiv2]: enkiv2 "Enkiv2"
|
||||||
[solomon-naim]: solomon-naim "Solomon Naim"
|
[solomon-naim]: solomon-naim "Solomon Naim"
|
||||||
[second-brain]: second-brain "Second Brain"
|
[second-brain]: second-brain "Second Brain"
|
||||||
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
|
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
|
||||||
@@ -120,6 +123,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
|
|||||||
[agora-youtube-integration]: agora-youtube-integration "Agora Youtube Integration"
|
[agora-youtube-integration]: agora-youtube-integration "Agora Youtube Integration"
|
||||||
[roam2agora]: roam2agora "Roam2agora"
|
[roam2agora]: roam2agora "Roam2agora"
|
||||||
[agora-vscode]: agora-vscode "Agora Vscode"
|
[agora-vscode]: agora-vscode "Agora Vscode"
|
||||||
|
[deceased]: deceased "Deceased"
|
||||||
|
[do]: do "Do"
|
||||||
[dark-mode]: dark-mode "Dark Mode"
|
[dark-mode]: dark-mode "Dark Mode"
|
||||||
[flancian]: flancian "Flancian"
|
[flancian]: flancian "Flancian"
|
||||||
[s5bug]: s5bug "S5bug"
|
[s5bug]: s5bug "S5bug"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
- If this is your first time using an Agora, please refer to [[Agora Help]].
|
- If this is your first time using an Agora, please refer to [[Agora Help]].
|
||||||
- In [[Flancia]], of course, there is an Agora: https://flancia.org/agora.
|
- In [[Flancia]], of course, there is an Agora: https://flancia.org/agora.
|
||||||
- See also: [[Agora Plan]], [[Agora Protocol]].
|
- See also: [[Agora Plan]], [[Agora Protocol]].
|
||||||
|
- [[go]] github.com/flancian/agora
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[contract]: contract "CONTRACT"
|
[contract]: contract "CONTRACT"
|
||||||
@@ -12,4 +13,5 @@
|
|||||||
[flancia]: flancia "Flancia"
|
[flancia]: flancia "Flancia"
|
||||||
[agora-plan]: agora-plan "Agora Plan"
|
[agora-plan]: agora-plan "Agora Plan"
|
||||||
[agora-protocol]: agora-protocol "Agora Protocol"
|
[agora-protocol]: agora-protocol "Agora Protocol"
|
||||||
|
[go]: go "Go"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Airto Moreira
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[brazilian]] [[drummer]].
|
||||||
|
- "tombo in 7/4": https://www.youtube.com/watch?v=tKxposkFaQY
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Andrei Ciortea
|
||||||
|
|
||||||
|
- [[person]]
|
||||||
|
- [[twitter]] andreiciortea
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,11 +1,13 @@
|
|||||||
# Athens
|
# Athens
|
||||||
|
|
||||||
- See [[athens research]].
|
- See also: [[athens research]].
|
||||||
|
- [[go]] https://github.com/athensresearch/athens/
|
||||||
- A [[project]] by [[jeff tang]].
|
- A [[project]] by [[jeff tang]].
|
||||||
- https://www.notion.so/Why-you-should-learn-Clojure-my-first-month-as-a-Clojurian-87e265099b1140d5b64ea503efab861c
|
- https://www.notion.so/Why-you-should-learn-Clojure-my-first-month-as-a-Clojurian-87e265099b1140d5b64ea503efab861c
|
||||||
- In Athens there is an Agora too, it seems!
|
- In Athens there is an Agora too, it seems!
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[athens-research]: athens-research "Athens Research"
|
[athens-research]: athens-research "Athens Research"
|
||||||
|
[go]: go "Go"
|
||||||
[jeff-tang]: jeff-tang "Jeff Tang"
|
[jeff-tang]: jeff-tang "Jeff Tang"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
# Bill Evans
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[deceased]] [[jazz]] [[musician]].
|
||||||
|
- Probably my favourite [[pianist]], perhaps my favourite musician -- in the sense that I could probably listen to his music all day, forever.
|
||||||
|
- His big two, IMO, are [[waltz for debby]] and [[sunday at the village vanguard]].
|
||||||
|
- [[go]] https://twitter.com/flancian/status/1333459652953202690.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,2 +1,11 @@
|
|||||||
# C2
|
# C2
|
||||||
|
|
||||||
|
- Consultancy firm by [[ward cunningham]]. Known for hosting the first wiki.
|
||||||
|
- [[go]] wiki.c2.com
|
||||||
|
- The [[OG]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[ward-cunningham]: ward-cunningham "Ward Cunningham"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Complex System
|
||||||
|
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Cultural Shift
|
||||||
|
|
||||||
@@ -1,30 +1,31 @@
|
|||||||
# Daily
|
# Daily
|
||||||
- (Self: https://flancia.org/go/daily)
|
- [[links here]] https://flancia.org/go/daily
|
||||||
- Meditate for at least one minute now.
|
- Meditate for at least one minute now.
|
||||||
- Find and allocate time to continue my meditation practice.
|
- [[Think]] about how to make my future [[self]] and others glad.
|
||||||
- Write down the time now. Default: one hour after starting on this daily routine.
|
- [[Think]] about long term goals.
|
||||||
- Go over my [[TODO]]: https://flancia.org/go/todo
|
|
||||||
- Choose one item. If it takes more than five minutes, find and allocate time to do it. Write down the time now.
|
|
||||||
- If it's time, review [[Weekly]] in the style of [[Weekly Reviews]].
|
|
||||||
- It's time when it's been more than 7d since the last review.
|
|
||||||
- Default: Sunday morning.
|
|
||||||
- Think about long term goals.
|
|
||||||
- [[Fight procrastination]].
|
- [[Fight procrastination]].
|
||||||
- [[Help others]].
|
- [[Help others]].
|
||||||
- Build an [[Agora]].
|
- Build an [[Agora]].
|
||||||
- Write [[Flancia]].
|
- Write [[Flancia]].
|
||||||
- Learn [[useful]] and [[interesting]] things.
|
- Learn [[useful]] and [[interesting]] things.
|
||||||
- [[Maintain my body]]
|
- [[Maintain my body]].
|
||||||
|
- Find and allocate time to continue my meditation practice.
|
||||||
|
- Write down the time now. Default: one hour after starting on this daily routine.
|
||||||
|
- Go over tasks: [[do]].
|
||||||
|
- Nudge them lightly as I can towards a state that my future self will appreciate :)
|
||||||
|
- If it's time, review [[weekly]] in the style of [[weekly reviews]].
|
||||||
|
- It's time when it's been more than 7d since the last review.
|
||||||
|
- Default: Sunday morning.
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[TODO]: todo "Todo"
|
[fight-procrastination]: fight-procrastination "Fight Procrastination"
|
||||||
[Weekly]: weekly "Weekly"
|
[help-others]: help-others "Help Others"
|
||||||
[Weekly Reviews]: weekly-reviews "Weekly Reviews"
|
[agora]: agora "Agora"
|
||||||
[Fight procrastination]: fight-procrastination "Fight Procrastination"
|
[flancia]: flancia "Flancia"
|
||||||
[Help others]: help-others "Help Others"
|
|
||||||
[Agora]: agora "Agora"
|
|
||||||
[Flancia]: flancia "Flancia"
|
|
||||||
[useful]: useful "Useful"
|
[useful]: useful "Useful"
|
||||||
[interesting]: interesting "Interesting"
|
[interesting]: interesting "Interesting"
|
||||||
[Maintain my body]: maintain-my-body "Maintain My Body"
|
[maintain-my-body]: maintain-my-body "Maintain My Body"
|
||||||
|
[do]: do "Do"
|
||||||
|
[weekly]: weekly "Weekly"
|
||||||
|
[weekly-reviews]: weekly-reviews "Weekly Reviews"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
+10
-2
@@ -1,4 +1,6 @@
|
|||||||
# Dan Whaley
|
# Dan Whaley
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] twitter.com/dwhley
|
||||||
- Drove from California to Argentina. 2003.
|
- Drove from California to Argentina. 2003.
|
||||||
- canaryinacoalmine.org. One year!
|
- canaryinacoalmine.org. One year!
|
||||||
|
|
||||||
@@ -41,7 +43,7 @@
|
|||||||
- Conveniently outside the W3C.
|
- Conveniently outside the W3C.
|
||||||
|
|
||||||
# Todo
|
# Todo
|
||||||
- Annotation standard: read it
|
- [[Annotation standard]]: read it
|
||||||
- Data model
|
- Data model
|
||||||
- JSON/RDF: elements that needs to make up an annotation
|
- JSON/RDF: elements that needs to make up an annotation
|
||||||
- Protocol
|
- Protocol
|
||||||
@@ -62,9 +64,15 @@
|
|||||||
|
|
||||||
# Topics
|
# Topics
|
||||||
- Tagging.
|
- Tagging.
|
||||||
- Everything2.com.
|
- [[Everything2]].com.
|
||||||
- Open source versions of projects.
|
- Open source versions of projects.
|
||||||
- Athens.
|
- Athens.
|
||||||
- Truly networked paradigm?
|
- Truly networked paradigm?
|
||||||
- Loose coupling / loose integration.
|
- Loose coupling / loose integration.
|
||||||
- My view: personal gardens are what get a critical mass. It needs to be independent.
|
- My view: personal gardens are what get a critical mass. It needs to be independent.
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[everything2]: everything2 "Everything2"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Denny Vrandecic
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] vrandezio
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,24 +1,31 @@
|
|||||||
# Do
|
# Do
|
||||||
|
|
||||||
- Every day: [[daily]]
|
- Every day: [[daily]].
|
||||||
- Check:
|
- Check:
|
||||||
- [[todo]].
|
- [[todo]].
|
||||||
- [[next action]]
|
- [[next action]]
|
||||||
- Search for '\[ \]' [[link]] [[agora-plan]]
|
- Search for '\[ \]' [[link]] [[agora-plan]]
|
||||||
- Common actions (backlinks):
|
- Common actions (check backlinks):
|
||||||
- [[read]]
|
- [[read]]
|
||||||
- [[write]]
|
- [[write]]
|
||||||
|
- [[answer]]
|
||||||
- [[link]]
|
- [[link]]
|
||||||
- [[search]]
|
- [[search]]
|
||||||
- [[research]]
|
- [[research]]
|
||||||
- [[plan]]
|
- [[plan]]
|
||||||
- [[send]]
|
- [[send]]
|
||||||
|
- [[implement]]
|
||||||
|
- [[code]]
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[daily]: daily "Daily"
|
[daily]: daily "Daily"
|
||||||
[todo]: todo "Todo"
|
[todo]: todo "Todo"
|
||||||
|
[next-action]: next-action "Next Action"
|
||||||
|
[link]: link "Link"
|
||||||
[agora-plan]: agora-plan "Agora Plan"
|
[agora-plan]: agora-plan "Agora Plan"
|
||||||
[read]: read "Read"
|
[read]: read "Read"
|
||||||
[write]: write "Write"
|
[write]: write "Write"
|
||||||
|
[search]: search "Search"
|
||||||
|
[research]: research "Research"
|
||||||
[plan]: plan "Plan"
|
[plan]: plan "Plan"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Eudaimonia
|
||||||
|
|
||||||
@@ -1,2 +1,13 @@
|
|||||||
# Everything2
|
# Everything2
|
||||||
|
|
||||||
|
- [[go]] everything2.com
|
||||||
|
- I spent many hours reading it in the early 2000s.
|
||||||
|
- An inspiration for the [[agora]].
|
||||||
|
- It doesn't have backlinks (IIRC), and it's fully centralized (and centrally conctrolled).
|
||||||
|
- But it has a [[serendipity]] aspect to it (multiple takes in the same page; plus the table below to discover only fuzzily related content) that I want to bring into the Agora.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[agora]: agora "Agora"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Fabien Gandon
|
||||||
|
|
||||||
|
- [[person]]
|
||||||
|
- [[twitter]] fabien_gandon
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Federated Wiki
|
||||||
|
|
||||||
|
- A [[project]] by [[ward cunningham]].
|
||||||
|
- [[go]] http://about.fed.wiki/
|
||||||
|
- Integration of [[c2]] with federated wiki: https://github.com/WardCunningham/remodeling/issues/3
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[c2]: c2 "C2"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
+11
-8
@@ -1,26 +1,29 @@
|
|||||||
# Flancian
|
# Flancian
|
||||||
|
|
||||||
- A [[person]].
|
- A [[person]].
|
||||||
- My self :).
|
- My [[self]] :).
|
||||||
- [[website]] https://flancia.org
|
- I try to follow an explicit personal social [[contract]] that extends and complements that of the [[Flancians]] and of the [[Agora]].
|
||||||
- [[project]] [[Agora]]
|
- [[website]] [[go]] https://flancia.org
|
||||||
- [[email]] 0 (that's a zero) on email in my personal domain as listed below.
|
- [[email]] 0 (that's a zero) on email in my personal domain as listed above
|
||||||
- [[twitter]] https://twitter.com/flancian
|
- [[twitter]] https://twitter.com/flancian
|
||||||
- [[mastodon]] https://flancia.org/go/mastodon
|
- [[mastodon]] https://flancia.org/go/mastodon
|
||||||
- [[garden]] https://github.com/flancian/garden
|
- [[garden]] https://github.com/flancian/garden
|
||||||
- [[matrix]] @flancian@matrix.org
|
- [[matrix]] @flancian@matrix.org
|
||||||
- [[telegram]] @Flancian
|
- [[telegram]] @Flancian
|
||||||
- [[urbit]] danfen-socsum on Urbit (currently unavailable due to technical issues).
|
- [[urbit]] danfen-socsum (currently unavailable)
|
||||||
- My pseudonym stems from the fact that I consider myself one of many [[Flancians]].
|
- [[agora]] anagora.org
|
||||||
- I'm a member of [[social.coop]].
|
- I am a member of [[social.coop]].
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[person]: person "Person"
|
[person]: person "Person"
|
||||||
|
[self]: self "Self"
|
||||||
|
[contract]: contract "CONTRACT"
|
||||||
|
[flancians]: flancians "Flancians"
|
||||||
[agora]: agora "Agora"
|
[agora]: agora "Agora"
|
||||||
|
[go]: go "Go"
|
||||||
[twitter]: twitter "Twitter"
|
[twitter]: twitter "Twitter"
|
||||||
[mastodon]: mastodon "Mastodon"
|
[mastodon]: mastodon "Mastodon"
|
||||||
[matrix]: matrix "Matrix"
|
[matrix]: matrix "Matrix"
|
||||||
[telegram]: telegram "Telegram"
|
[telegram]: telegram "Telegram"
|
||||||
[flancians]: flancians "Flancians"
|
|
||||||
[socialcoop]: social.coop "social.coop"
|
[socialcoop]: social.coop "social.coop"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
# Foam
|
# Foam
|
||||||
- https://foambubble.github.io/foam/
|
- [[go]] https://foambubble.github.io/foam/
|
||||||
- By [[jevakallio]], a [[person]] on [[twitter]].
|
- By [[jevakallio]].
|
||||||
- Perhaps an alternative to Roam. The VSCode platform is... weird? But promising.
|
- Perhaps an alternative to Roam. The VSCode platform is... weird? But promising.
|
||||||
- Notable contributors / people I've met in the [[discord]]: [[ingalless]] [[scottjoe]] [[riccardo]] [[mathieudutour]].
|
- Notable contributors / people I've met in the [[discord]]: [[ingalless]] [[scottjoe]] [[riccardo]] [[mathieudutour]].
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
[jevakallio]: jevakallio "Jevakallio"
|
[jevakallio]: jevakallio "Jevakallio"
|
||||||
[person]: person "Person"
|
[person]: person "Person"
|
||||||
[twitter]: twitter "Twitter"
|
[twitter]: twitter "Twitter"
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# FUD
|
||||||
|
|
||||||
|
- Fear, Uncertainty, Doubt.
|
||||||
|
- A disinformation strategy.
|
||||||
|
- Also, incidentally, a trigger for [[procrastination]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[procrastination]: procrastination "Procrastination"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# Go Links
|
|
||||||
|
|
||||||
+5
-3
@@ -1,11 +1,13 @@
|
|||||||
# Go Link
|
# Go Link
|
||||||
|
|
||||||
- See also [[go links]].
|
|
||||||
- See also: [[agora go links integration]]
|
- See also: [[agora go links integration]]
|
||||||
- [[go]] flancia.org/mine/go-links
|
- [[go]] flancia.org/mine/go-links
|
||||||
|
- [[trotto]] seems like the most promising open source implementation. The creator is also friendly and active on Twitter.
|
||||||
|
- Go links origin story: https://www.trot.to/blog/2020/07/09/go-links-origin-story/
|
||||||
|
- History: https://medium.com/@golinks/the-full-history-of-go-links-and-the-golink-system-cbc6d2c8bb3
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[go links]: go links "Go Links"
|
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
|
||||||
[go]: go "Go"
|
[go]: go "Go"
|
||||||
|
[trotto]: trotto "Trotto"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
-10
@@ -1,10 +0,0 @@
|
|||||||
# Go Links
|
|
||||||
- Funnily enough, I didn't have this page until now.
|
|
||||||
- [[trotto]] seems like the most promising open source implementation. The creator is also friendly.
|
|
||||||
- https://medium.com/@golinks/the-full-history-of-go-links-and-the-golink-system-cbc6d2c8bb3
|
|
||||||
- Go links origin story: https://www.trot.to/blog/2020/07/09/go-links-origin-story/
|
|
||||||
- Draft up in https://flancia.org/mine/go-links
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
|
||||||
[trotto]: trotto "Trotto"
|
|
||||||
[//end]: # "Autogenerated link references"
|
|
||||||
@@ -1,12 +1,17 @@
|
|||||||
# Go
|
# Go
|
||||||
|
|
||||||
- See [[go link]].
|
- An [[action]].
|
||||||
- See [[agora-go-links-integration]].
|
- See also: [[go link]].
|
||||||
|
- See also: [[agora-go-links-integration]].
|
||||||
- [[go]] flancia.org/mine/go-links
|
- [[go]] flancia.org/mine/go-links
|
||||||
|
- The above block results in the Agora creating a [[go link]] for the node id in which it is in ('go'), redirecting to the URL that appears after the action.
|
||||||
|
- Concretely, if you visit anagora.org/go/go you will be redirected to flancia.org/mine/go-links.
|
||||||
|
- This, I believe, can be a sufficient substrate for implementing [[social bookmarking]] and [[social search]].
|
||||||
- [[twitter]] https://twitter.com/flancian/status/1330572022146019328.
|
- [[twitter]] https://twitter.com/flancian/status/1330572022146019328.
|
||||||
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[action]: action "Action"
|
||||||
[go-link]: go-link "Go Link"
|
[go-link]: go-link "Go Link"
|
||||||
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
|
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
|
||||||
[go]: go "Go"
|
[go]: go "Go"
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# How to Gpt 2
|
||||||
|
|
||||||
|
- [[go]] https://minimaxir.com/2019/09/howto-gpt2/
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Intentional Society
|
||||||
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Inter Wiki
|
||||||
|
|
||||||
|
- [[go]] https://wiki.c2.com/?InterWiki
|
||||||
|
- Similar to [[agora protocol]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[agora-protocol]: agora-protocol "Agora Protocol"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,2 +1,8 @@
|
|||||||
# Interesting
|
# Interesting
|
||||||
|
|
||||||
|
- [[go]] flancia.org/t/interesting
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
+11
-3
@@ -19,10 +19,14 @@
|
|||||||
## Collaboration opportunities
|
## Collaboration opportunities
|
||||||
|
|
||||||
- Group building + stoas
|
- Group building + stoas
|
||||||
- Index of related projects and interested people
|
- Shared index of potentially related projects and interested people
|
||||||
- [[michael ocean]] [[check]]
|
- [[michael ocean]] [[ask]]
|
||||||
|
- [[richdecibels]]
|
||||||
- [[loomio]]
|
- [[loomio]]
|
||||||
- Others go here
|
- [[enspiral]]
|
||||||
|
- [[democracy-earth]]
|
||||||
|
- [[social coop]] (I'm a member)
|
||||||
|
- [[reasonable movement]]s
|
||||||
## [[2020-11-27]]
|
## [[2020-11-27]]
|
||||||
|
|
||||||
- Flancia is evocative of an Italian place :)
|
- Flancia is evocative of an Italian place :)
|
||||||
@@ -100,7 +104,11 @@
|
|||||||
[twitter]: twitter "Twitter"
|
[twitter]: twitter "Twitter"
|
||||||
[go]: go "Go"
|
[go]: go "Go"
|
||||||
[michael-ocean]: michael-ocean "Michael Ocean"
|
[michael-ocean]: michael-ocean "Michael Ocean"
|
||||||
|
[ask]: ask "Ask"
|
||||||
|
[richdecibels]: richdecibels "Richdecibels"
|
||||||
[loomio]: loomio "Loomio"
|
[loomio]: loomio "Loomio"
|
||||||
|
[democracy-earth]: democracy-earth "Democracy Earth"
|
||||||
|
[reasonable-movement]: reasonable-movement "Reasonable Movement"
|
||||||
[2020-11-27]: journal/2020-11-27 "2020-11-27"
|
[2020-11-27]: journal/2020-11-27 "2020-11-27"
|
||||||
[place]: place "Place"
|
[place]: place "Place"
|
||||||
[james-baker]: james-baker "James Baker"
|
[james-baker]: james-baker "James Baker"
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
# Jennifer Rygh
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- Collaborator of [[dan whaley]].
|
||||||
|
- [[twitter]] jenniferrygh
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[dan-whaley]: dan-whaley "Dan Whaley"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,2 +1,12 @@
|
|||||||
# Jevakallio
|
# Jevakallio
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[project]] [[foam]]
|
||||||
|
- [[twitter]] jevakallio
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[foam]: foam "Foam"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Joel Gustafson
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] twitter.com/gustafjt.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
# 2020-11-29
|
||||||
|
|
||||||
|
- [x] Reviewed [[daily]]
|
||||||
|
- [x] Reviewed [[do]], added some more [[action]]s.
|
||||||
|
- [x] Reorganized/cleaned up my [[todo]].
|
||||||
|
- [x] [[write]] to [[O]].
|
||||||
|
- [x] [[do]] laundry
|
||||||
|
- [x] [[do]] take out garbage
|
||||||
|
- [x] [[do]] take a walk
|
||||||
|
- [x] [[send]] update to [[james baker]]
|
||||||
|
- [x] [[do]] accept [[arghzero]]'s [[PR]]
|
||||||
|
- [x] check CLA in internal system
|
||||||
|
- [x] merge: https://github.com/flancian/agora-server/pull/1/files
|
||||||
|
- [x] [[read]] the meeting agenda doc for [[social knowledge graphs discussion]].
|
||||||
|
- [x] Node everyone that currently doesn't have a node
|
||||||
|
- [[samuel klein]]
|
||||||
|
- [[joel gustafson]]
|
||||||
|
- [[denny vrandecic]]
|
||||||
|
- [[ruben verborgh]]
|
||||||
|
- [[todd carpenter]]
|
||||||
|
- [[nettie lagace]]
|
||||||
|
- [[rob sanderson]]
|
||||||
|
- [[jennifer rygh]]
|
||||||
|
- [[fabien gandon]]
|
||||||
|
- [[andrei ciortea]]
|
||||||
|
- (here I procrastinated, albeit in a hopefully in a constructive way, due to [[FUD]])
|
||||||
|
- [x] [[write]] in the meeting agenda doc for [[social knowledge graphs discussion]].
|
||||||
|
- [ ] [[do]] pay internet/phone bills
|
||||||
|
- [ ] [[answer]] [[armengolaltayol]]
|
||||||
|
- [ ] re-review [[logseq]]
|
||||||
|
- work on [[agora plan]]
|
||||||
|
- noded [[federated wiki]]
|
||||||
|
- noded [[sister sites]]
|
||||||
|
- found [[pubpub]] through [[sarah of the past]]
|
||||||
|
- [[ben chase]] told me about [[weekend wednesday]]: https://twitter.com/bbchase/status/1333115033757343750
|
||||||
|
- [[write]] explicitly about [[roam like]]s as [[distributed knowledge graph]] builders.
|
||||||
|
- [[airto moreira]] was sampled in that 90s song, [[samba de janeiro]].
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[daily]: ../daily "Daily"
|
||||||
|
[do]: ../do "Do"
|
||||||
|
[action]: ../action "Action"
|
||||||
|
[todo]: ../todo "Todo"
|
||||||
|
[write]: ../write "Write"
|
||||||
|
[james-baker]: ../james-baker "James Baker"
|
||||||
|
[arghzero]: ../arghzero "Arghzero"
|
||||||
|
[pr]: ../pr "PR"
|
||||||
|
[read]: ../read "Read"
|
||||||
|
[social-knowledge-graphs-discussion]: ../social-knowledge-graphs-discussion "Social Knowledge Graphs Discussion"
|
||||||
|
[samuel-klein]: ../samuel-klein "Samuel Klein"
|
||||||
|
[joel-gustafson]: ../joel-gustafson "Joel Gustafson"
|
||||||
|
[denny-vrandecic]: ../denny-vrandecic "Denny Vrandecic"
|
||||||
|
[ruben-verborgh]: ../ruben-verborgh "Ruben Verborgh"
|
||||||
|
[todd-carpenter]: ../todd-carpenter "Todd Carpenter"
|
||||||
|
[nettie-lagace]: ../nettie-lagace "Nettie Lagace"
|
||||||
|
[rob-sanderson]: ../rob-sanderson "Rob Sanderson"
|
||||||
|
[jennifer-rygh]: ../jennifer-rygh "Jennifer Rygh"
|
||||||
|
[fabien-gandon]: ../fabien-gandon "Fabien Gandon"
|
||||||
|
[andrei-ciortea]: ../andrei-ciortea "Andrei Ciortea"
|
||||||
|
[fud]: ../fud "FUD"
|
||||||
|
[logseq]: ../logseq "Logseq"
|
||||||
|
[agora-plan]: ../agora-plan "Agora Plan"
|
||||||
|
[federated-wiki]: ../federated-wiki "Federated Wiki"
|
||||||
|
[sister-sites]: ../sister-sites "Sister Sites"
|
||||||
|
[pubpub]: ../pubpub "Pubpub"
|
||||||
|
[sarah-of-the-past]: ../sarah-of-the-past "Sarah of the Past"
|
||||||
|
[weekend-wednesday]: ../weekend-wednesday "Weekend Wednesday"
|
||||||
|
[distributed-knowledge-graph]: ../distributed-knowledge-graph "Distributed Knowledge Graph"
|
||||||
|
[airto-moreira]: ../airto-moreira "Airto Moreira"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
+33
-1
@@ -1,8 +1,40 @@
|
|||||||
# 2020-11-30
|
# 2020-11-30
|
||||||
|
|
||||||
|
- [[daily]]
|
||||||
|
- review [[2020-11-29]]
|
||||||
- Day off at work!
|
- Day off at work!
|
||||||
- Great day to work on [[agora plan]] :)
|
- ...not true in the end because of Reasons.
|
||||||
|
- at least a no meetings day though.
|
||||||
|
- [[james baker]] told me about [[letter.wiki]]
|
||||||
|
- [x] [[write]] user cases in the meeting agenda doc for [[social knowledge graphs discussion]].
|
||||||
|
- [x] [[answer]] [[O.]]
|
||||||
|
- [ ] [[review]] [[social-knowledge-graphs-discussion]]
|
||||||
|
- [ ] [[review]] comments in [[agora protocol]]
|
||||||
|
- [ ] [[do]] pay internet/phone bills
|
||||||
|
- [ ] [[answer]] [[armengolaltayol]]
|
||||||
|
- [ ] re-review [[logseq]]
|
||||||
|
- [ ] [[read]] [[foam]] code to get an idea of what a vscode extension actually looks like :)
|
||||||
|
- work on [[agora plan]]
|
||||||
|
- read [[the next AI winter wil lbe due to energy costs]]
|
||||||
|
- liked [[how to gpt-2]] by [[mmmalign]].
|
||||||
|
- looked into [[printer]]s
|
||||||
|
- noded [[bill evans]].
|
||||||
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[daily]: ../daily "Daily"
|
||||||
|
[2020-11-29]: 2020-11-29 "2020-11-29"
|
||||||
|
[james-baker]: ../james-baker "James Baker"
|
||||||
|
[write]: ../write "Write"
|
||||||
|
[social-knowledge-graphs-discussion]: ../social-knowledge-graphs-discussion "Social Knowledge Graphs Discussion"
|
||||||
|
[answer]: ../answer "Answer"
|
||||||
|
[agora-protocol]: ../agora-protocol "Agora Protocol"
|
||||||
|
[do]: ../do "Do"
|
||||||
|
[logseq]: ../logseq "Logseq"
|
||||||
|
[read]: ../read "Read"
|
||||||
|
[foam]: ../foam "Foam"
|
||||||
[agora-plan]: ../agora-plan "Agora Plan"
|
[agora-plan]: ../agora-plan "Agora Plan"
|
||||||
|
[the-next-ai-winter-wil-lbe-due-to-energy-costs]: ../the-next-ai-winter-wil-lbe-due-to-energy-costs "The Next AI Winter Wil Lbe Due to Energy Costs"
|
||||||
|
[how-to-gpt-2]: ../how-to-gpt-2 "How to Gpt 2"
|
||||||
|
[mmmalign]: ../mmmalign "Mmmalign"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Knowledge
|
||||||
|
|
||||||
|
- [[go]] wikipedia.org
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Landauer Limit
|
||||||
|
|
||||||
|
- [[aka]] landauer principle
|
||||||
|
- [[go]] https://en.wikipedia.org/wiki/Landauer%27s_principle
|
||||||
|
- Establishes a limit for computational efficiency, measured as energy spent.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Letter.wiki
|
||||||
|
|
||||||
|
- [[go]] letter.wiki
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# Link Rot
|
||||||
|
|
||||||
|
- A [[problem]] in the [[internet]].
|
||||||
|
- Perhaps eventually a problem in the [[agora]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[agora]: agora "Agora"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
+8
-2
@@ -1,5 +1,11 @@
|
|||||||
# Maintain My Body
|
# Maintain My Body
|
||||||
- Do yoga daily: https://flancia.org/go/yoga or related.
|
|
||||||
- Lift weights once in a while.
|
- Do [[yoga]] [[daily]]: https://flancia.org/go/yoga by default.
|
||||||
|
- Lift weights at least 1X week.
|
||||||
- Improve my breath (wash my teeth more thoroughly and often).
|
- Improve my breath (wash my teeth more thoroughly and often).
|
||||||
|
- Moisturize daily.
|
||||||
- Make my feet less abrasive (as requested) :)
|
- Make my feet less abrasive (as requested) :)
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[daily]: daily "Daily"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# Mastodon
|
|
||||||
|
|
||||||
+10
@@ -1,2 +1,12 @@
|
|||||||
# Mastodon
|
# Mastodon
|
||||||
|
|
||||||
|
- An [[open source]] [[social network]].
|
||||||
|
- Most closely resembles [[twitter]].
|
||||||
|
- My account is in the [[social coop]] instance: flancia.org/go/mastodon
|
||||||
|
- Could provide a good identity model for other open networks, such as the [[agora]].
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[open-source]: open-source "Open Source"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[agora]: agora "Agora"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Nettie Lagace
|
||||||
|
|
||||||
|
- [[person]].
|
||||||
|
- [[twitter]] abugseye
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Next Action
|
||||||
|
|
||||||
|
- See also: [[do]].
|
||||||
|
- Part of [[Getting Things Done]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[do]: do "Do"
|
||||||
|
[getting-things-done]: getting-things-done "Getting Things Done"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Others
|
||||||
|
|
||||||
|
- See also: [[person]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# PR
|
||||||
|
|
||||||
|
- A Pull Request. A flow in which one person requests that a change they've made in a fork of a [[git]] repository is incorporated into another branch.
|
||||||
|
- The usual way to contribute patches to projects in [[git]].
|
||||||
|
- A [[github]] concept, not core to [[git]] proper.
|
||||||
|
|
||||||
+15
@@ -0,0 +1,15 @@
|
|||||||
|
# Printer
|
||||||
|
|
||||||
|
- A [[device]] with which most people seem to have a conflicted relationship.
|
||||||
|
- On ([[2020-11-30]]) I checked reviews and [[the wirecutter]] recommends:
|
||||||
|
- for b&w: Brother HL-L2350DW -- very similar to what we already have
|
||||||
|
- for b&w plus scanner: Brother MFC-L2750DW -- probably a good upgrade, plus it has duplex scanning.
|
||||||
|
- for color: HP Color LaserJet Pro M255dw
|
||||||
|
- Apparently reasonable option for laser colour + scanner: https://www.bestbuy.com/site/reviews/hp-laserjet-pro-m283fdw-wireless-color-all-in-one-laser-printer-white/6401096 for laser co
|
||||||
|
- But [[hp]] is often described as evil w.r.t. their policy with expensive toners/ink and bricking unofficial replacements
|
||||||
|
- And it doesn't have duplex scanning.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[2020-11-30]: journal/2020-11-30 "2020-11-30"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Pubpub
|
||||||
|
|
||||||
|
- "The open-source, privacy-respecting, all-in-one collaborative publishing platform for communities small and large."
|
||||||
|
- [[go]] pubpub.org
|
||||||
|
- Sounds [[agora like]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# Reasonable Movement
|
# Reasonable Movement
|
||||||
- A [[thing]]
|
|
||||||
- [[onenation.party]] suggested by [[Mechanical Monk]]
|
- [[onenation.party]] suggested by [[Mechanical Monk]]
|
||||||
- [[Andrew Yang]] suggested by [[Mechanical Monk]]
|
- [[Andrew Yang]] suggested by [[Mechanical Monk]]
|
||||||
- [[Dark Horse Duo]] suggested by [[Mechanical Monk]]
|
- [[Dark Horse Duo]] suggested by [[Mechanical Monk]]
|
||||||
@@ -7,8 +7,9 @@
|
|||||||
- https://twitter.com/mechanicalmonk1/status/1276068476868792320
|
- https://twitter.com/mechanicalmonk1/status/1276068476868792320
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[thing]: thing "Thing"
|
[onenationparty]: onenation.party "onenation.party"
|
||||||
[Mechanical Monk]: mechanical-monk "Mechanical Monk"
|
[mechanical-monk]: mechanical-monk "Mechanical Monk"
|
||||||
[Andrew Yang]: andrew-yang "Andrew Yang"
|
[andrew-yang]: andrew-yang "Andrew Yang"
|
||||||
[Dark Horse Duo]: dark-horse-duo "Dark Horse Duo"
|
[dark-horse-duo]: dark-horse-duo "Dark Horse Duo"
|
||||||
|
[inthistogetheramericaorg]: inthistogetheramerica.org "Inthistogetheramerica Org"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
+9
-1
@@ -57,7 +57,7 @@ El presente no existe en la Argentina sino como una aspiración.
|
|||||||
|
|
||||||
Mansilla pasa una noche en prisión y se va a Paraná, donde está Urquiza. Se queda sin plata; va a una inaguración y el gobernador le ofrece dinero para escribir una narración sobre la inauguración. Mansilla se decidió a "escribir como se habla". 25 años después escribe Una Excursión a los Indios Ranqueles.
|
Mansilla pasa una noche en prisión y se va a Paraná, donde está Urquiza. Se queda sin plata; va a una inaguración y el gobernador le ofrece dinero para escribir una narración sobre la inauguración. Mansilla se decidió a "escribir como se habla". 25 años después escribe Una Excursión a los Indios Ranqueles.
|
||||||
|
|
||||||
María Moreno: sedujo al gobernador. Berlén (sp?) habla de Mansilla como enamorado de él: buenmozo, bien vestido, muy inteligente. Si Mansilla remplazaba a Rimbaud teníamos una historia distinta.
|
María Moreno: sedujo al gobernador. [[Verlaine]] habla de Mansilla como enamorado de él: buenmozo, bien vestido, muy inteligente. Si Mansilla remplazaba a Rimbaud teníamos una historia distinta.
|
||||||
|
|
||||||
En Ranqueles, comienza hablando de la vejez. Escribir sería el fin de la experiencia.
|
En Ranqueles, comienza hablando de la vejez. Escribir sería el fin de la experiencia.
|
||||||
|
|
||||||
@@ -286,6 +286,14 @@ Piglia: Ayra. [[Héctor Libertella]]. "Veo la presencia de Macedonio en aquellos
|
|||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[person]: person "Person"
|
[person]: person "Person"
|
||||||
[l]: l. "L."
|
[l]: l. "L."
|
||||||
|
[borges-por-piglia]: borges-por-piglia "Borges, por Piglia"
|
||||||
[juan-sasturain]: juan-sasturain "Juan Sasturain"
|
[juan-sasturain]: juan-sasturain "Juan Sasturain"
|
||||||
|
[roberto-arlt]: roberto-arlt "Roberto Arlt"
|
||||||
[ancla]: ancla "Ancla"
|
[ancla]: ancla "Ancla"
|
||||||
|
[juan-carlos-onetti]: juan-carlos-onetti "Juan Carlos Onetti"
|
||||||
|
[la-vida-breve]: la-vida-breve "La Vida Breve"
|
||||||
|
[adán-buenosayres]: adán-buenosayres "Adán Buenosayres"
|
||||||
|
[rayuela]: rayuela "Rayuela"
|
||||||
|
[piglia]: piglia "Piglia"
|
||||||
|
[ricardo-piglia]: ricardo-piglia "Ricardo Piglia"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Rob Sanderson
|
||||||
|
|
||||||
|
- [[person]]
|
||||||
|
- [[twitter]] azaroth42
|
||||||
|
- "Director for Cultural Heritage Data at Yale University"
|
||||||
|
- Into [[roleplaying]], [[boardgames]].
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Ruben Verborgh
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] rubenverborgh
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Samuel Klein
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] twitter.com/metasj
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
# Sarah of the Past
|
# Sarah of the Past
|
||||||
- https://twitter.com/sarahavenir
|
|
||||||
- A [[person]] on [[twitter]].
|
- A [[person]].
|
||||||
|
- [[go]] https://www.sarahavenir.com/
|
||||||
|
- [[twitter]] https://twitter.com/sarahavenir
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[person]: person "Person"
|
[person]: person "Person"
|
||||||
|
[go]: go "Go"
|
||||||
[twitter]: twitter "Twitter"
|
[twitter]: twitter "Twitter"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
# Self
|
||||||
|
|
||||||
|
- See also: [[flancian]], [[identity]].
|
||||||
|
- The self is constructed and can be deconstructed.
|
||||||
|
- The self is in some ways an illusion.
|
||||||
|
- Losing your self can set you free.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[flancian]: flancian "Flancian"
|
||||||
|
[identity]: identity "Identity"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Sister Sites
|
||||||
|
|
||||||
|
- [[go]] https://wiki.c2.com/?AboutSisterSites
|
||||||
|
- Similar to [[agora protocol]].
|
||||||
|
- See also: [[inter wiki]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[agora-protocol]: agora-protocol "Agora Protocol"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# Social Knowledge Graphs Discussion
|
||||||
|
|
||||||
|
- Set up by [[dan whaley]] and [[jennifer rygh]].
|
||||||
|
- Agenda: search for 'social knowledge graphs discussion' in Drive (not linking for now).
|
||||||
|
- [[same as]] question -- I've been struggling with this myself for some time now.
|
||||||
|
- Perhaps my answer is that we should favour simplicity in the data structure/interface and try to solve it using the social aspect of distributed knowledge graphs; ranking/disambiguation information volunteered by users post facto.
|
||||||
|
- Perhaps many lightweight "see also" pointers could mean "same as"?
|
||||||
|
- [[link rot]]
|
||||||
|
- Perhaps not as bad in the [[agora]] due to the fact that most links will be to nodes and not to subnodes?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[dan-whaley]: dan-whaley "Dan Whaley"
|
||||||
|
[jennifer-rygh]: jennifer-rygh "Jennifer Rygh"
|
||||||
|
[link-rot]: link-rot "Link Rot"
|
||||||
|
[agora]: agora "Agora"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
- Applied. Got accepted!
|
- Applied. Got accepted!
|
||||||
- [[Loomio]]: https://www.loomio.org/socialcoop/
|
- [[Loomio]]: https://www.loomio.org/socialcoop/
|
||||||
- [[Mastodon]]: https://social.coop/web/accounts/220555
|
- [[Mastodon]]: https://social.coop/web/accounts/220555
|
||||||
- Introductory email:
|
- This is the email I got when I joined:
|
||||||
- Thanks for your interest in joining [social.coop](http://social.coop); your application for membership has been approved!
|
- Thanks for your interest in joining [social.coop](http://social.coop); your application for membership has been approved!
|
||||||
- **To set up your account on the [social.coop](http://social.coop) Mastodon, click **[**this link**](https://social.coop/invite/wNmdZ4Ay)**.** Once your account is set up, you’ll automatically be following the [social.coop](http://social.coop) admin account. For your first toot, please write an introduction post that includes [[introduction]] and any other hashtags of things that interest you!
|
- **To set up your account on the [social.coop](http://social.coop) Mastodon, click **[**this link**](https://social.coop/invite/wNmdZ4Ay)**.** Once your account is set up, you’ll automatically be following the [social.coop](http://social.coop) admin account. For your first toot, please write an introduction post that includes [[introduction]] and any other hashtags of things that interest you!
|
||||||
- **Then**, if you have not already, **please set up your subscription payment on OpenCollective via **[**this link**](https://opencollective.com/socialcoop). The fee is sliding scale $1-10/month, and setting up payments on an annual rather than monthly cycle saves our co-op a bit in terms of transaction fees.
|
- **Then**, if you have not already, **please set up your subscription payment on OpenCollective via **[**this link**](https://opencollective.com/socialcoop). The fee is sliding scale $1-10/month, and setting up payments on an annual rather than monthly cycle saves our co-op a bit in terms of transaction fees.
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
- You’re getting this email from me because I’m the member of the Community Working Group Operations Team who is on-call this week. Feel free to follow up if you have any issues; my handle on the instance is @Matt_Noyes.
|
- You’re getting this email from me because I’m the member of the Community Working Group Operations Team who is on-call this week. Feel free to follow up if you have any issues; my handle on the instance is @Matt_Noyes.
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[Loomio]: loomio "Loomio"
|
[loomio]: loomio "Loomio"
|
||||||
[Mastodon]: mastodon "Mastodon"
|
[mastodon]: mastodon "Mastodon"
|
||||||
[introduction]: introduction "Introduction"
|
[introduction]: introduction "Introduction"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# The Next AI Winter Wil Lbe Due to Energy Costs
|
||||||
|
|
||||||
|
- [[go]] https://www.lesswrong.com/posts/N7KYWJPmyzB6bJSYT/the-next-ai-winter-will-be-due-to-energy-costs-1
|
||||||
|
- Introduced me to the [[landauer limit]]
|
||||||
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Todd Carpenter
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] tac_niso.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -1,77 +1,84 @@
|
|||||||
# Todo
|
# Todo
|
||||||
- (Self: https://flancia.org/go/todo)
|
- See also: [[do]], which as of [[2020-11-29]] I prefer to [[todo]].
|
||||||
- [ ] Meta: fix go links that pointed to Roam. They should point to published github or something? Or perhaps to somewhere in flancia.org, like flancia.org/agora/garden, mmm.
|
- [x] Meta: fix go links that pointed to Roam.
|
||||||
- [ ] Figure out [[Foam]] rendering to [[github pages]]
|
- [x] Figure out [[Foam]] rendering to [[github pages]]
|
||||||
- [ ] [[Agora v0.5]] -- here is where block references would come in handy :)
|
- Made obsolete by the Agora.
|
||||||
- [ ] Write about Agora notes sync plan
|
- [x] [[Agora v0.5]] -- here is where block references would come in handy :)
|
||||||
- [ ] Get back to Riccardo on Foam discord
|
- [ ] [[answer]] back to Riccardo on Foam discord
|
||||||
- [x] Back up dorcas!
|
- [x] Back up dorcas!
|
||||||
- Go over my [[Twitter todo]]: https://flancia.org/go/twitter-todo.
|
- Go over my [[Twitter todo]]: https://flancia.org/go/twitter-todo.
|
||||||
- Get back to [[Yakomo]].
|
- [x] Get back to [[Yakomo]].
|
||||||
- Perhaps ask them to confirm their Twitter identity :)
|
- Perhaps ask them to confirm their Twitter identity :)
|
||||||
- Answer https://twitter.com/peternlimberg/status/1301937727588503554
|
- [[answer]] https://twitter.com/peternlimberg/status/1301937727588503554
|
||||||
- https://thestoa.substack.com/p/just-fucking-send-it [[peternlindberg]] [[read]]
|
- https://thestoa.substack.com/p/just-fucking-send-it [[peternlindberg]] [[read]]
|
||||||
- https://thestoa.substack.com/p/the-dark-forest [[peternlindberg]] [[read]]
|
- https://thestoa.substack.com/p/the-dark-forest [[peternlindberg]] [[read]]
|
||||||
- [x] Become a contributor for [[social.coop]]: https://opencollective.com/socialcoop
|
- [x] Become a contributor for [[social.coop]]: https://opencollective.com/socialcoop
|
||||||
- Tweet about it
|
- [[tweet]] about it
|
||||||
- Tweet about opencollective.com: https://opencollective.com/flancia
|
- [[tweet]] about opencollective.com: https://opencollective.com/flancia
|
||||||
- Sign into social.coop
|
- [x] Sign into social.coop
|
||||||
- Read https://en.wikipedia.org/wiki/Fediverse
|
- [[read]] https://en.wikipedia.org/wiki/Fediverse
|
||||||
- Read https://en.wikipedia.org/wiki/OpenSocial
|
- [[read]] https://en.wikipedia.org/wiki/OpenSocial
|
||||||
- Write about things people want to read about: https://twitter.com/flancian/status/1305069564158500865
|
- [[write]] about things people want to read about: https://twitter.com/flancian/status/1305069564158500865
|
||||||
- "Minimum set of requirements, necessary and sufficient, for Flancia to sprout and flourish. In other words: Why can't we get it done by the end of today (GMT)?"
|
- [[write]] "Minimum set of requirements, necessary and sufficient, for Flancia to sprout and flourish. In other words: Why can't we get it done by the end of today (GMT)?"
|
||||||
- "Is there a place for aesthetic transcendence in Flancia?"
|
- [[write]] "Is there a place for aesthetic transcendence in Flancia?"
|
||||||
- Trascendence: "to touch the infinite"
|
- Trascendence: "to touch the infinite"
|
||||||
- Watch https://twitter.com/codexeditor/status/1261626600010866688 recommended by [[Codex]]
|
- Watch https://twitter.com/codexeditor/status/1261626600010866688 recommended by [[Codex]]
|
||||||
- "Would be interested to hear your thoughts on agorae" by [[cklorentzen]]
|
- "Would be interested to hear your thoughts on agorae" by [[cklorentzen]]
|
||||||
- Read about [[Jainism]]
|
- [[read]] about [[Jainism]]
|
||||||
- Advance [[Go Links]]
|
- [x] Advance [[Go Links]]
|
||||||
- Add some graphs?
|
- Add some graphs?
|
||||||
- "[[TODO]]: research open source ways of drawing 1. protocol diagrams and 2. graph visualizations. Is dia the best there is, or should I use something higher level? This is sort of implicitly blocking calling my [[Go Links]] post finished."
|
- "[[TODO]]: research open source ways of drawing 1. protocol diagrams and 2. graph visualizations. Is dia the best there is, or should I use something higher level? This is sort of implicitly blocking calling my [[Go Links]] post finished."
|
||||||
- Edit
|
- Edit
|
||||||
- Post to Twitter
|
- Post to Twitter
|
||||||
- Read something by [[meaningness]]
|
- [[read]] something by [[meaningness]]
|
||||||
- Write a sci fi short story about [[orthodox jews that wear 80s clothing]]
|
- [[write]] a sci fi short story about [[orthodox jews that wear 80s clothing]]
|
||||||
- Write [[Twitter report]]
|
- [[write]] [[Twitter report]]
|
||||||
- Or adopt suggestions in thread if any?
|
- Or adopt suggestions in thread if any?
|
||||||
- Do this: https://twitter.com/flancian/status/1297295559133462529
|
- [x] [[think]] about https://twitter.com/flancian/status/1297295559133462529
|
||||||
- [x] Get back to: https://twitter.com/dpovey1/status/1296681168142655490
|
- [x] Get back to: https://twitter.com/dpovey1/status/1296681168142655490
|
||||||
- [x] Read [[ribbonfarm]] as recommended by [[AbstractFairy]]
|
- [x] Read [[ribbonfarm]] as recommended by [[AbstractFairy]]
|
||||||
- Finish reading the original (?) blog post about [[digital garden]]
|
- [[read]] the original (?) blog post about [[digital garden]]s.
|
||||||
- [x] Respond to email from [[social.coop]]
|
- [x] Respond to email from [[social.coop]]
|
||||||
- [x] Investigate social.coop, set up donation.
|
- [x] Investigate social.coop, set up donation.
|
||||||
- Write [[Agora for EA]].
|
- [ ] [[write]] [[Agora for EA]].
|
||||||
- Read [[Zhuangzi]] as recommended by [[ikesharpless]]
|
- [x] [[read]] [[Zhuangzi]] as recommended by [[ikesharpless]]
|
||||||
- Implement [[Twitter Go Links]]
|
- [ ] [[code]] [[Twitter Go Links]]
|
||||||
- Write [[Caramel City]]
|
- [ ] [[write]] [[Caramel City]]
|
||||||
- Implement [[Roam Go Links]]
|
- [x] [[code]] [[Roam Go Links]]
|
||||||
- Read [[bolo'bolo]]
|
- Dropped Roam as a personal platform.
|
||||||
- Read [[Binding Chaos]]
|
- [ ] [[read]] [[bolo'bolo]]
|
||||||
- Read [[Seeing like a State]]
|
- [ ] [[read]] [[Binding Chaos]]
|
||||||
|
- [ ] [[read]] [[Seeing like a State]]
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[Foam]: foam "Foam"
|
[do]: do "Do"
|
||||||
[Twitter todo]: twitter-todo "Twitter Todo"
|
[2020-11-29]: journal/2020-11-29 "2020-11-29"
|
||||||
[Yakomo]: yakomo "Yakomo"
|
[todo]: todo "Todo"
|
||||||
|
[foam]: foam "Foam"
|
||||||
|
[twitter-todo]: twitter-todo "Twitter Todo"
|
||||||
|
[yakomo]: yakomo "Yakomo"
|
||||||
[peternlindberg]: peternlindberg "Peternlindberg"
|
[peternlindberg]: peternlindberg "Peternlindberg"
|
||||||
[read]: read "Read"
|
[read]: read "Read"
|
||||||
|
[socialcoop]: social.coop "social.coop"
|
||||||
|
[tweet]: tweet "Tweet"
|
||||||
|
[write]: write "Write"
|
||||||
|
[codex]: codex "Codex"
|
||||||
[cklorentzen]: cklorentzen "Cklorentzen"
|
[cklorentzen]: cklorentzen "Cklorentzen"
|
||||||
[Jainism]: jainism "Jainism"
|
[jainism]: jainism "Jainism"
|
||||||
[Go Links]: go-links "Go Links"
|
[go-links]: go-links "Go Links"
|
||||||
[TODO]: todo "Todo"
|
|
||||||
[meaningness]: meaningness "Meaningness"
|
[meaningness]: meaningness "Meaningness"
|
||||||
[orthodox jews that wear 80s clothing]: orthodox-jews-that-wear-80s-clothing "Orthodox Jews that Wear 80s Clothing"
|
[orthodox-jews-that-wear-80s-clothing]: orthodox-jews-that-wear-80s-clothing "Orthodox Jews that Wear 80s Clothing"
|
||||||
[Twitter report]: twitter-report "Twitter Report"
|
[twitter-report]: twitter-report "Twitter Report"
|
||||||
[ribbonfarm]: ribbonfarm "Ribbonfarm"
|
[ribbonfarm]: ribbonfarm "Ribbonfarm"
|
||||||
[AbstractFairy]: abstractfairy "AbstractFairy"
|
[abstractfairy]: abstractfairy "AbstractFairy"
|
||||||
[digital garden]: digital-garden "Digital Garden"
|
[digital-garden]: digital-garden "Digital Garden"
|
||||||
[Agora for EA]: agora-for-ea "Agora for EA"
|
[agora-for-ea]: agora-for-ea "Agora for EA"
|
||||||
[Zhuangzi]: zhuangzi "Zhuangzi"
|
[zhuangzi]: zhuangzi "Zhuangzi"
|
||||||
[ikesharpless]: ikesharpless "Ikesharpless"
|
[ikesharpless]: ikesharpless "Ikesharpless"
|
||||||
[Twitter Go Links]: twitter-go-links "Twitter Go Links"
|
[twitter-go-links]: twitter-go-links "Twitter Go Links"
|
||||||
[Caramel City]: caramel-city "Caramel City"
|
[caramel-city]: caramel-city "Caramel City"
|
||||||
[Roam Go Links]: roam-go-links "Roam Go Links"
|
[roam-go-links]: roam-go-links "Roam Go Links"
|
||||||
[bolo'bolo]: bolo'bolo "Bolo'bolo"
|
[bolobolo]: bolo'bolo "Bolo'bolo"
|
||||||
[Binding Chaos]: binding-chaos "Binding Chaos"
|
[binding-chaos]: binding-chaos "Binding Chaos"
|
||||||
[Seeing like a State]: seeing-like-a-state "Seeing Like a State"
|
[seeing-like-a-state]: seeing-like-a-state "Seeing Like a State"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
|
|||||||
@@ -1,2 +1,9 @@
|
|||||||
# Useful
|
# Useful
|
||||||
|
|
||||||
|
- [[do]] useful things.
|
||||||
|
- What is useful? That which has high utility for the [[self]] and [[others]]; that which unlocks new [[knowledge]] and new possibilities.
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[do]: do "Do"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
# Ward Cunningham
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
- [[twitter]] https://twitter.com/wardcunningham
|
||||||
|
- The [[OG]].
|
||||||
|
- Founder of [[c2]].
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[twitter]: twitter "Twitter"
|
||||||
|
[c2]: c2 "C2"
|
||||||
|
[wikipedia]: wikipedia "Wikipedia"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Weekend Wednesday
|
||||||
|
|
||||||
|
- [[go]] https://www.youtube.com/watch?v=ALaTm6VzTBw&feature=emb_logo
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# Wikipedia
|
||||||
|
|
||||||
|
- Well, you know. Just one of humanity's best projects.
|
||||||
|
- [[go]] wikipedia.org
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[go]: go "Go"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
Reference in New Issue
Block a user