Merge branch 'master' of github.com:flancian/garden

This commit is contained in:
2020-12-16 20:25:13 +01:00
103 changed files with 1168 additions and 84 deletions
+11
View File
@@ -0,0 +1,11 @@
# 301works
- [[go]] https://archive.org/details/301works
- Mentioned by [[samuel klein]]: https://twitter.com/metasj/status/1337859067948228609
- https://archive.org/post/273961/url-shorteners-working-with-internet-archive-for-long-term-preservation
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[samuel-klein]: samuel-klein "Samuel Klein"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# 501c
- A type of [[non-profit]].
- [[go]] https://en.wikipedia.org/wiki/501(c)_organization
- "A 501(c) organization is a nonprofit organization in the federal law of the United States according to Section 501(c) and is one of over 29 types of nonprofit organizations exempt from some federal income taxes. Sections 503 through 505 set out the requirements for obtaining such exemptions. Many states refer to Section 501(c) for definitions of organizations exempt from state taxation as well. 501(c) organizations can receive unlimited contributions from individuals, corporations, and unions."
[//begin]: # "Autogenerated link references for markdown compatibility"
[non-profit]: non-profit "Non Profit"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+21
View File
@@ -0,0 +1,21 @@
# Aaron Swartz
- A [[person]].
- [[deceased]] [[programmer]], [[open source]] [[advocate]].
- [[go]] https://en.wikipedia.org/wiki/Aaron_Swartz
- Wow, didn't node him until [[2020-12-12]].
- [[Moloch]] killed [[Aaron Schwarz]].
- I've cried for him.
- We failed him.
- And many like him.
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[deceased]: deceased "Deceased"
[open-source]: open-source "Open Source"
[go]: go "Go"
[2020-12-12]: journal/2020-12-12 "2020-12-12"
[moloch]: moloch "Moloch"
[aaron-schwarz]: aaron-schwarz "Aaron Schwarz"
[//end]: # "Autogenerated link references"
+2
View File
@@ -0,0 +1,2 @@
# Absolute
+2 -1
View File
@@ -4,7 +4,7 @@
- Supported actions:
- [[go]]
- See also: [[do]], for actions most often performed by humans.
- See also: [[agora action]].
- [[pull]] [[agora action]].
[//begin]: # "Autogenerated link references for markdown compatibility"
@@ -12,5 +12,6 @@
[agora]: agora "Agora"
[go]: go "Go"
[do]: do "Do"
[pull]: pull "Pull"
[agora-action]: agora-action "Agora Action"
[//end]: # "Autogenerated link references"
+4
View File
@@ -0,0 +1,4 @@
# Addiction
- A [[problem]].
+2
View File
@@ -0,0 +1,2 @@
# Agora Comments
+16
View File
@@ -0,0 +1,16 @@
# Agora Hypothesis Integration
- Interesting I didn't have this node until [[2020-12-12]].
- [[hypothes.is]] could be a great platform to implement [[agora comments]].
- Trivially: each node could redirect to a via.hypothes.is URL for commenting inline.
- [[hypothes.is]] could be an [[agora client]]:
- an interface to query your notes and [[Agora]] nodes in an Agora of your choice.
- an interface for [[wikilinks everywhere]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[2020-12-12]: journal/2020-12-12 "2020-12-12"
[hypothesis]: hypothesis "Hypothesis"
[agora]: agora "Agora"
[wikilinks-everywhere]: wikilinks-everywhere "Wikilinks Everywhere"
[//end]: # "Autogenerated link references"
+42 -28
View File
@@ -36,40 +36,32 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
- [[agora-go-links-integration]]
- [[agora twitter integration]]
- [[agora-youtube-integration]]
- [[agora hypothesis integration]]
- [[roam2agora]]
- [[agora vscode]]
- [[wikilinks everywhere]]
## Next
- Improve the [[index]].
- [ ] Implement [[pull]].
- [ ] Make more links default to node instead of subnode.
- For example those in latest, those in user pages.
- Might require 'upranking'.
- [ ] Implement /node/foo/selector as more resilient/uniform alternative to /subnode.
- [ ] Implement user upranking/pinning.
- Perhaps nodes visited from a user scope uprank subnodes by that user?
- [ ] fix bug: backlinks should be shown even in yet non-existent nodes, such as [[deceased]].
- [ ] https://twitter.com/s5bug/status/1334686375275163652?s=09
- [ ] Provide a link (GET) for the search for '\[ \]', useful for [[do]].
- [ ] 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).
- [x] Implement [[agora fuzzy matching]].
- Done
- [ ] but backlinks don't work in some cases, like <http://dev.anagora.org/node/abstract%20fairy>.
- Probably not worth fixing that right now as it only triggers for nodes that are not canonical, perhaps better to just redirect to a canonical node.
- [ ] could help with disambiguation and acronym expansion
- [ ] Fix markdown list formatting issue with different tab widths.
- [ ] add footer.
- [x] add some search support -- a simple textbox + GET?
- Probably want to use [[flask-wtf]] for this: https://hackersandslackers.com/flask-wtforms-forms/
- Implement preview-on-hover?
- Implement "around the Agora".
- [ ] better css
- [x] Add '[[dark mode]]' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1
- [x] added switching by button
- Make subnodes/notes look like notes instead of using clunky ```<hr />``` everywhere. Move to divs, etc.
- [ ] add /latest or some other chronological view
- [ ] User profiles: perhaps just note [[flancian]] as written by user [[flancian]]? Unsure.
- [[s5bug]] suggested using [[README]] in gardens for this. Makes sense.
- [ ] Make the index be just another note [[ding-levery]].
- [x] Add 'link to this note'.
- Now called subnode.
- Subnode rendering is ready, just need to add links.
- Perhaps I need to fix subnode paths; right now they are the actual filename. It'd be better if there was at least possible to specify the filename base (no extension) and have the right file be resolve, a la nodes.
- [ ] Improve backlinks: show snippets as well as just the link.
- [ ] Improve pull loop to also support arbitrary hooks, like that needed to implement [[agora go links integration]].
- [ ] Multi user improvements:
@@ -84,13 +76,6 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
- It would conflict with a node named 'assets' though, so perhaps it's not ideal.
- Perhaps it'd be better to just serve images/media as subnodes?
- [ ] Add monitoring/alerting.
- [x] Clean up stale journal pages which don't follow [[iso 8601]].
- [x] Add config.py file with things such as paths.
- [x] Add user handler: /u
- /u/flancian -> all nodes by flancian
- /node/flancia/u/flancian -> flancia by flancian
- Also added @flancian. Shorter is better, and it's a common convention.
- perhaps /g/ for groups later? or /s/ for stoa.
## Some day:
- When you update a node on a [[person]], said person gets a notification (they can opt out).
@@ -104,7 +89,34 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
- Could also work as an action: [[go]] target URL.
## Feature requests
- [ ] [[titushora]] [[FR]]: make the [[Agora]] look like this: https://twitter.com/TitusHora/status/1325147589197484036
- [[pull]] [[feature requests]]
## History
- [x] Clean up stale journal pages which don't follow [[iso 8601]].
- [x] Add config.py file with things such as paths.
- [x] Add user handler: /u
- /u/flancian -> all nodes by flancian
- /node/flancia/u/flancian -> flancia by flancian
- Also added @flancian. Shorter is better, and it's a common convention.
- perhaps /g/ for groups later? or /s/ for stoa.
- [x] Add 'link to this note'.
- Now called subnode.
- Subnode rendering is ready, just need to add links.
- Perhaps I need to fix subnode paths; right now they are the actual filename. It'd be better if there was at least possible to specify the filename base (no extension) and have the right file be resolve, a la nodes.
- [x] add some search support -- a simple textbox + GET?
- Probably want to use [[flask-wtf]] for this: https://hackersandslackers.com/flask-wtforms-forms/
- [x] better css
- [x] Add '[[dark mode]]' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1
- [x] added switching by button
- Make subnodes/notes look like notes instead of using clunky ```<hr />``` everywhere. Move to divs, etc.
- [x] Improve the [[index]].
- [x] Implement [[agora fuzzy matching]].
- Done
- [ ] but backlinks don't work in some cases, like <http://dev.anagora.org/node/abstract%20fairy>.
- Probably not worth fixing that right now as it only triggers for nodes that are not canonical, perhaps better to just redirect to a canonical node.
- [ ] could help with disambiguation and acronym expansion
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora]: agora "Agora"
@@ -130,19 +142,18 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration"
[agora-twitter-integration]: agora-twitter-integration "Agora Twitter Integration"
[agora-youtube-integration]: agora-youtube-integration "Agora Youtube Integration"
[agora-hypothesis-integration]: agora-hypothesis-integration "Agora Hypothesis Integration"
[roam2agora]: roam2agora "Roam2agora"
[agora-vscode]: agora-vscode "Agora Vscode"
[wikilinks-everywhere]: wikilinks-everywhere "Wikilinks Everywhere"
[index]: index "index"
[pull]: pull "Pull"
[deceased]: deceased "Deceased"
[do]: do "Do"
[dark-mode]: dark-mode "Dark Mode"
[flancian]: flancian "Flancian"
[s5bug]: s5bug "S5bug"
[readme]: README "Flancian's digital garden"
[ding-levery]: ding-levery "Ding Levery"
[ocell]: ocell "Ocell"
[iso-8601]: iso-8601 "Iso 8601"
[person]: person "Person"
[roam]: roam "Roam"
[athens]: athens "Athens"
@@ -151,5 +162,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
[tweet]: tweet "Tweet"
[go-links]: go-links "Go Links"
[foo]: foo "Foo"
[titushora]: titushora "Titushora"
[feature-requests]: feature-requests "Feature Requests"
[iso-8601]: iso-8601 "Iso 8601"
[dark-mode]: dark-mode "Dark Mode"
[index]: index "index"
[//end]: # "Autogenerated link references"
+2 -1
View File
@@ -1,7 +1,8 @@
# Agora
- An Agora is, in its most basic form, a set of conventions. Users that follow the convention associated with an Agora are said to be *in* the Agora.
- Useful conventions are made explicit in an Agora's [[CONTRACT]].
- An Agora is built around a distributed knowledge graph maintained by its users.
- An Agora is built around a [[distributed knowledge graph]] maintained by its users.
- The Agora tries to be a good [[internet citizen]].
- 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.
- See also: [[Agora Plan]], [[Agora Protocol]].
+13
View File
@@ -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"
+12
View File
@@ -0,0 +1,12 @@
# Amadeo
- A [[person]].
- [[friend]].
- [[twitter]] https://twitter.com/kingmob84
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[friend]: friend "Friend"
[twitter]: twitter "Twitter"
[//end]: # "Autogenerated link references"
+2
View File
@@ -0,0 +1,2 @@
# Andi Nachon
+8
View File
@@ -0,0 +1,8 @@
# Antithesis
- Part of [[thesis, antithesis, synthesis]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[thesis-antithesis-synthesis]: thesis-antithesis-synthesis "Thesis, Antithesis, Synthesis"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Asado Verbal
- [[go]] https://www.wagenbach.de/buecher/titel/761-asado-verbal.html
- "Mit Texten von [[Lucía Puenzo]], [[Pedro Mairal]], [[Washington Cucurto]], [[Fabián Casas]], [[Mariana Enríquez]], [[Cecilia Pavón]], [[Juan Diego Incardona]], [[Ariel Magnus]],[[ Julia Coria]], [[Felix Bruzzone]],[[ Romina Paula]], [[Edgardo Gonzalez Amer]], [[Oliverio Coelho]], [[Carlos Blasco]] und [[Andi Nachon]]."
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[andi-nachon]: andi-nachon "Andi Nachon"
[//end]: # "Autogenerated link references"
+12
View File
@@ -0,0 +1,12 @@
# Avalokiteshvara
- I struggle to remember this name. Avalo - kitesh - vara
- [[bodhisattva]] of [[compassion]].
- A [[role model]].
- [[also]] [[avalokitesvara]]
- [[go]] https://en.wikipedia.org/wiki/Avalokite%C5%9Bvara
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# Avalokitesvara
- also [[avalokiteshvara]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[avalokiteshvara]: avalokiteshvara "Avalokiteshvara"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Backlinks
- A chunk of the power of [[roam likes]], the other being [[wikilinks]] (not exclusive to them) and [[block references]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[roam-likes]: roam-likes "Roam Likes"
[wikilinks]: wikilinks "Wikilinks"
[block-references]: block-references "Block References"
[//end]: # "Autogenerated link references"
+18
View File
@@ -0,0 +1,18 @@
# Bassel Khartabil
- A [[person]].
- [[go]] https://en.wikipedia.org/wiki/Bassel_Khartabil
- [[deceased]] [[palestinian]] [[open source]] [[developer]].
- Played a part in freeing the Syrian internet and enabling the [[syrian uprising]] around 2011-2012.
- Was detained by the Syrian government a year later and executed around 2015.
- "Jail is not walls, not the executioner and guards. It is the hidden fear in our hearts that makes us prisoners."
- In his last year in prison, he made a series of at least four paintings that he was able to smuggle out to friends: https://www.flickr.com/photos/joi/albums/72157661427611211
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[go]: go "Go"
[deceased]: deceased "Deceased"
[open-source]: open-source "Open Source"
[syrian-uprising]: syrian-uprising "Syrian Uprising"
[//end]: # "Autogenerated link references"
+9
View File
@@ -0,0 +1,9 @@
# Bell Evans
- A [[mondegreen]] of [[bill evans]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[mondegreen]: mondegreen "Mondegreen"
[bill-evans]: bill-evans "Bill Evans"
[//end]: # "Autogenerated link references"
+4
View File
@@ -5,9 +5,13 @@
- 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.
- [[Flancia]] [[bell evans]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[deceased]: deceased "Deceased"
[go]: go "Go"
[flancia]: flancia "Flancia"
[bell-evans]: bell-evans "Bell Evans"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# Block References
- People swear by them. I don't miss them terribly much; [[links]] get you quite far.
- They will come when there's a solid Markdown-based-tool standard.
- Perhaps part of the [[agora protocol]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[links]: links "Links"
[agora-protocol]: agora-protocol "Agora Protocol"
[//end]: # "Autogenerated link references"
+14
View File
@@ -0,0 +1,14 @@
# Buddha
- Ha, I can't believe I hadn't noded him until [[2020-12-11]].
- A [[philosopher]].
- A [[role model]].
- There is such a thing as [[buddha nature]].
- I consider myself part of the [[secular buddhism]] and [[rationality]] movements.
[//begin]: # "Autogenerated link references for markdown compatibility"
[2020-12-11]: journal/2020-12-11 "2020-12-11"
[secular-buddhism]: secular-buddhism "Secular Buddhism"
[rationality]: rationality "Rationality"
[//end]: # "Autogenerated link references"
+1 -12
View File
@@ -1,15 +1,4 @@
# Come
- An [[action]], [[agora action]].
- The inverse of [[go]].
- When you add a block '[[come]] [[foo]]' to a resource, the Agora tries to [[go link]] ```go/foo``` to the URL of the resource in question.
- Deprecated.
[//begin]: # "Autogenerated link references for markdown compatibility"
[action]: action "Action"
[agora-action]: agora-action "Agora Action"
[go]: go "Go"
[come]: come "Come"
[foo]: foo "Foo"
[go-link]: go-link "Go Link"
[//end]: # "Autogenerated link references"
+13
View File
@@ -0,0 +1,13 @@
# Coordination Problems
- A particular class of [[problem]].
- [[go]] https://fs.blog/2020/06/coordination-problems/
- "Sometimes we see systems where everyone involved seems to be doing things in a completely ineffective and inefficient way. A single small tweak could make everything substantially better—save lives, be more productive, save resources. To an outsider, it might seem obvious what needs to be done, and it might be hard to think of an explanation for the ineffectiveness that is more nuanced than assuming everyone in that system is stupid."
- [[see also]] [[moloch]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[problem]: problem "Problem"
[go]: go "Go"
[moloch]: moloch "Moloch"
[//end]: # "Autogenerated link references"
+9
View File
@@ -0,0 +1,9 @@
# Crowdsourced
- Yielded by the work of a willing group.
- [[tweet]] https://twitter.com/flancian/status/1337831571387260928
[//begin]: # "Autogenerated link references for markdown compatibility"
[tweet]: tweet "Tweet"
[//end]: # "Autogenerated link references"
+49 -7
View File
@@ -4,7 +4,38 @@
- Drove from California to Argentina. 2003.
- canaryinacoalmine.org. One year!
# Questions
## [[2020-12-11]]
### Agenda
- [[wikilinks everywhere]]
- Clients
- Use cases
- [[browser-extension]]
- Next steps for interop/protocol -- different from the above? Convergent?
- Out there question
### Notes
- 22 people now in the company!
- Raising money
- [[Skunk works]]
- Youtube annotator
- [[docdrop]]
- What about integrating this into the [[agora]]?
- [[athens]] story
- joined the beta
- great for single-user use cases
- but doesn't go after collaboration, publishing, web
- [[fedwiki]] seems to be the closest thing to the agora
- check out the wednesday calls
- [[react]] (a module) could be another frontend to the agora
- [[review]] [[preact]] is the new kind
- would love to experiment to [[hypothes.is]]
- [[hypagora]]: a fork/branch
- [[underlay]]
- seemed like it was more about structured representation
- agora is more like [[folksonomy]]
## [[2020-10-09]]
### Questions
- Journey to understand the broad frame.
- There is a movement in humanity towards networked thinking.
- The book -> the telephone -> the web.
@@ -27,10 +58,10 @@
- DHT.
- Del.ic.ious.
# Backlinks
### Backlinks
- Some people think that the fact that backlinks were absent in the original web was part of what let it grow.
# Risks
### Risks
- What if in the future you can't just run a server in your closet?
- W3C
- Hypothes.is is part of it
@@ -42,7 +73,7 @@
- Browser vendors consortium (name?)
- Conveniently outside the W3C.
# Todo
### Todo
- [[Annotation standard]]: read it
- Data model
- JSON/RDF: elements that needs to make up an annotation
@@ -51,18 +82,19 @@
- Vocabulary
- What are the concepts in this space.
# One idea
### One idea
- A discrete component.
- Glorified markdown editors.
- Hypothes.is -> readwise -> Roam
- Hypothes.is as a SGK client
- Standards compliant wiki service
# Social Networks
### Social Networks
- Dan agrees that most of the activity is socially beneficial.
- People still think of these networks as being apart from themselves. But the network is the organism.
# Topics
### Topics
- Tagging.
- [[Everything2]].com.
- Open source versions of projects.
@@ -74,5 +106,15 @@
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[twitter]: twitter "Twitter"
[2020-12-11]: journal/2020-12-11 "2020-12-11"
[wikilinks-everywhere]: wikilinks-everywhere "Wikilinks Everywhere"
[browser-extension]: browser-extension "Browser Extension"
[agora]: agora "Agora"
[athens]: athens "Athens"
[fedwiki]: fed.wiki "Fed Wiki"
[hypothesis]: hypothes.is "hypothes.is"
[underlay]: underlay "Underlay"
[2020-10-09]: journal/2020-10-09 "2020-10-09"
[ivan-herman]: ivan-herman "Ivan Herman"
[everything2]: everything2 "Everything2"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Days of Being Wild
- A [[movie]] by [[wong kar-wai]]
- [[go]] https://en.wikipedia.org/wiki/Days_of_Being_Wild
[//begin]: # "Autogenerated link references for markdown compatibility"
[wong-kar-wai]: wong-kar-wai "Wong Kar Wai"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+4
View File
@@ -0,0 +1,4 @@
# Dialectic
- See [[dialectical method]].
+15
View File
@@ -0,0 +1,15 @@
# Dialectical Method
- [[go]] https://en.wikipedia.org/wiki/Dialectic#Hegelian_dialectic
- [[come]] [[dialectic]]
- Usually thought as a progression through: [[thesis]], [[antithesis]], [[synthesis]].
- [[hegel]] never used the terms himself, but rather [[concrete]], [[abstract]], [[absolute]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[come]: come "Come"
[dialectic]: dialectic "Dialectic"
[thesis]: thesis "Thesis"
[antithesis]: antithesis "Antithesis"
[synthesis]: synthesis "Synthesis"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Edges
- Relationships in a [[graph]].
- [[Links]] are a form of edge.
[//begin]: # "Autogenerated link references for markdown compatibility"
[graph]: graph "Graph"
[links]: links "Links"
[//end]: # "Autogenerated link references"
+9
View File
@@ -0,0 +1,9 @@
# El Pueblo Unido Jamás Será Vencido
- A [[song]] I like.
- [[go]] https://www.youtube.com/watch?v=w8UGs0rdhq8
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
@@ -0,0 +1,17 @@
# Encyclopedia of World Problems and Human Potential
- [[go]] http://encyclopedia.uia.org/en
- [[wiki]] https://en.wikipedia.org/wiki/Encyclopedia_of_World_Problems_and_Human_Potential
- [[come]] [[eowpahp]] [[ewp]]
- [[twitter]] https://twitter.com/metasj/status/1337459426895273986
- In the [[Agora]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[come]: come "Come"
[eowpahp]: eowpahp "Eowpahp"
[ewp]: ewp "Ewp"
[twitter]: twitter "Twitter"
[agora]: agora "Agora"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# Eowpahp
- [[go]] http://encyclopedia.uia.org/en
- [[also]] [[ewp]]
- [[encyclopedia-of-world-problems-and-human-potential]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[encyclopedia-of-world-problems-and-human-potential]: encyclopedia-of-world-problems-and-human-potential "Encyclopedia of World Problems and Human Potential"
[//end]: # "Autogenerated link references"
+2
View File
@@ -2,10 +2,12 @@
- A [[person]] on [[twitter]]: https://twitter.com/plantey_tools
- Preferred platform: [[discord]].
- [[go]] https://github.com/Ejipuh/Plantey-Garden/blob/main/Introducing%20focus%20filters%20and%20items.md
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[twitter]: twitter "Twitter"
[discord]: discord "Discord"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+8
View File
@@ -1,2 +1,10 @@
# Eudaimonia
- Perhaps [[also]] [[ataraxia]], [[enlightenment]], [[happiness]].
- [[go]] https://en.wikipedia.org/wiki/Eudaimonia
[//begin]: # "Autogenerated link references for markdown compatibility"
[enlightenment]: enlightenment "Enlightenment"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Ewp
- [[Encyclopedia of World Problems and Human Potential]].
- [[go]] http://encyclopedia.uia.org/en
[//begin]: # "Autogenerated link references for markdown compatibility"
[encyclopedia-of-world-problems-and-human-potential]: encyclopedia-of-world-problems-and-human-potential "Encyclopedia of World Problems and Human Potential"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Facebook Is a Doomsday Machine
- [[push]] facebook
- [[go]] https://www.theatlantic.com/technology/archive/2020/12/facebook-doomsday-machine/617384/
[//begin]: # "Autogenerated link references for markdown compatibility"
[push]: push "Push"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+31
View File
@@ -0,0 +1,31 @@
# Feature Requests
- [[push]] [[agora-plan]]
## [[abstractfairy]]
- Abstract Fairy: I. Agora sequences
The main value I find in a book is structure. A well written book shows you how an idea came to be, related ideas, its limitations, and how you can play around with it.
I think the Agora should have smth like that. Smth similar to LW sequences. It can be implemented through having a node of links
- Abstract Fairy: II. Abstracts
If possible, I think it would be nice for nodes to have previews / abstracts to make it easy to skim through a large amount fo them for searching. Naturally, I think there should be a word count for this to make it easy to digest
- Abstract Fairy: III. Twitter and QT as block references. Agora as a social network
I think QT is effectively using a block refrence. so, I think the Agora (if modified into a social network) could operate on a similar basis
Abstracts would be important to get a quick overview of a node (pls no 20+ tabs like LW)
- Maybe somewhere down the line, the Agora could work like that. We could have an online editor for people to quickly dump their thoughts into the Agora. And we could have a feed, here are the new nodes your friends made, here are the new blocks they've written / edited significantly
- I actually really like how everyone's nodes are displayed, it can really put stuff into perspective :)
## [[titushora]]
- titushora the [[Agora]] look like this: https://twitter.com/TitusHora/status/1325147589197484036
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora-plan]: agora-plan "Agora Plan"
[abstractfairy]: abstractfairy "AbstractFairy"
[titushora]: titushora "Titushora"
[agora]: agora "Agora"
[//end]: # "Autogenerated link references"
+15 -10
View File
@@ -2,11 +2,15 @@
- A [[person]].
- My [[self]] :).
- I'm an [[amateur utopian]]. My utopia is [[Flancia]].
- I am one of several. There are other [[Flancians]].
- I try to follow an explicit personal social [[contract]] that extends and complements that of the [[Flancians]] and of the [[Agora]].
- The following is my identity.
- [[humanist]], [[rational]], [[liberal]], [[naturalist]], [[secular buddhist]].
- I consider myself an [[amateur utopian]]. I call my utopia [[Flancia]].
- I am a Flancian and this is my [[manifesto]].
- There are other [[Flancians]].
- I identify as a [[humanist]], [[rational]], [[liberal]], [[naturalist]], [[secular buddhist]].
- I prefer to deconstruct these and other cluster identities whenever it is feasible, though.
- I try to follow an explicit personal social [[contract]] that extends and complements that of the [[Flancians]] and of the [[Agora]].
- I am a member of [[social.coop]].
- I work for [[google]].
- Contact information follows.
- [[website]] [[go]] https://flancia.org
- [[email]] 0 (that's a zero) on email in my personal domain as listed above
- [[twitter]] https://twitter.com/flancian
@@ -16,20 +20,21 @@
- [[telegram]] @Flancian
- [[urbit]] danfen-socsum (currently unavailable)
- [[agora]] anagora.org
- I am a member of [[social.coop]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[self]: self "Self"
[flancia]: flancia "Flancia"
[flancians]: flancians "Flancians"
[Flancia]: flancia "Flancia"
[manifesto]: manifesto "Manifesto"
[Flancians]: flancians "Flancians"
[secular buddhist]: secular-buddhist "Secular Buddhist"
[contract]: contract "CONTRACT"
[agora]: agora "Agora"
[secular-buddhist]: secular-buddhist "Secular Buddhist"
[social.coop]: social.coop "social.coop"
[google]: google "Google"
[go]: go "Go"
[twitter]: twitter "Twitter"
[mastodon]: mastodon "Mastodon"
[matrix]: matrix "Matrix"
[telegram]: telegram "Telegram"
[socialcoop]: social.coop "social.coop"
[//end]: # "Autogenerated link references"
+4
View File
@@ -0,0 +1,4 @@
# Formal Logic
- [[see also]] [[mathematical logic]]
+7 -1
View File
@@ -1,10 +1,16 @@
# Good
- What is good? To be good to others.
- I believe [[open ethics]] is good.
- [[Effective Altruism]] is good.
- [[Give Directly]] is good.
- [[Give Directly]] is good.
- [[Rationality]] is good.
- [[Compassion]] is good.
- What is good for you? Pray do tell.
[//begin]: # "Autogenerated link references for markdown compatibility"
[open-ethics]: open-ethics "Open Ethics"
[effective-altruism]: effective-altruism "Effective Altruism"
[give-directly]: give-directly "Give Directly"
[rationality]: rationality "Rationality"
[//end]: # "Autogenerated link references"
+14
View File
@@ -0,0 +1,14 @@
# Google
- As of [[2020-12-12]] I work for Google. I have done so for eight years.
- A good employer.
- My coworkers tend to be great-to-amazing.
- Compensation is good.
- Many of the company's products are useful.
- I'm not a huge fan of ads *but* I think that showing/seeing ads in exchange of free services is a *reasonable* proposition, when it's clear.
- It'd be better if it was always optional.
[//begin]: # "Autogenerated link references for markdown compatibility"
[2020-12-12]: journal/2020-12-12 "2020-12-12"
[//end]: # "Autogenerated link references"
+5
View File
@@ -0,0 +1,5 @@
# Graph
- A most [[beautiful]] [[data structure]]; in some senses a meta-data-structure.
- Composed of [[nodes]] and [[edges]].
+10
View File
@@ -0,0 +1,10 @@
# Housing Underlay
- [[go]] https://docs.google.com/presentation/d/1kV9M3J8Tyg-R4kYiaeesO6jQAXg7xRsxjrOSjt4WnFc/edit#slide=id.gadc3c2066b_0_6
- [[project]] [[underlay]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[underlay]: underlay "Underlay"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Hunger
- One of our most terrible [[problems]].
- [[go]] http://encyclopedia.uia.org/en/problems?combine=hunger
- [[wiki]] https://en.wikipedia.org/wiki/Hunger
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+23 -5
View File
@@ -1,9 +1,27 @@
# hypothes.is
- Really nice browser extension ([[Browser extensions]]), plus apparently a nice organization with worthy goals.
- I should use the extension more often though.
[[Dan Whaley]]
- [[go]] https://web.hypothes.is/about/
- They seem like a nice organization with worthy [[goals]].
- [[see also]] https://web.hypothes.is/team/
- [[see also]] [[hypothesis intro]]
- [[wiki]] https://en.wikipedia.org/wiki/Hypothes.is
- [[open source]] [[project]] by [[Dan Whaley]].
- A [[non profit]], [[501c]].
- An [[annotation]] [[platform]].
- They develop a really nice [[browser extension]] and associated tools.
- I should use the extension more often :)
- This extension could be an [[agora client]]: [[agora hypothesis integration]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[Browser extensions]: browser-extensions "Browser Extensions"
[Dan Whaley]: dan-whaley "Dan Whaley"
[go]: go "Go"
[goals]: goals "Goals"
[hypothesis-intro]: hypothesis-intro "Hypothesis Intro"
[wiki]: wiki "Wiki"
[open-source]: open-source "Open Source"
[dan-whaley]: dan-whaley "Dan Whaley"
[non-profit]: non-profit "Non Profit"
[501c]: 501c "501c"
[browser-extension]: browser-extension "Browser Extension"
[agora-hypothesis-integration]: agora-hypothesis-integration "Agora Hypothesis Integration"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# Hypothesis Intro
- [[go]] https://www.youtube.com/watch?v=QCkm0lL-6lc
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+14
View File
@@ -0,0 +1,14 @@
# Hypothesis
- See also: [[hypothes.is]].
- [[go]] https://en.wikipedia.org/wiki/Hypothesis
- "A hypothesis (plural hypotheses) is a proposed explanation for a phenomenon. For a hypothesis to be a scientific hypothesis, the scientific method requires that one can test it."
- "A working hypothesis is a provisionally accepted hypothesis proposed for further research, in a process beginning with an educated guess or thought."
- In [[formal logic]], the [[antecedent]] of a [[proposition]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[hypothesis]: hypothesis "Hypothesis"
[go]: go "Go"
[formal-logic]: formal-logic "Formal Logic"
[//end]: # "Autogenerated link references"
+17
View File
@@ -0,0 +1,17 @@
# Important
- The [[Agora]] is a repository of [[interesting]] and [[important]] things.
- [[good]] is important.
- [[knowledge]] is important.
- [[compassion]] is important.
- [[eudaimonia]] is important.
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora]: agora "Agora"
[interesting]: interesting "Interesting"
[important]: important "Important"
[good]: good "Good"
[knowledge]: knowledge "Knowledge"
[eudaimonia]: eudaimonia "Eudaimonia"
[//end]: # "Autogenerated link references"
+10
View File
@@ -1,8 +1,18 @@
# Interesting
- [[go]] flancia.org/t/interesting
- [[good]] is interesting.
- [[knowledge]] is interesting.
- [[cooperation]] is interesting.
- [[people]] are interesting.
- [[wiki]] is interesting.
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[good]: good "Good"
[knowledge]: knowledge "Knowledge"
[wiki]: wiki "Wiki"
[//end]: # "Autogenerated link references"
+6
View File
@@ -0,0 +1,6 @@
# Internet Citizen
- We are all internet citizens. What does that mean?
- I believe it means we are maximally open and respectful with each other.
- What [[rights]] does being a citizen of the internet grant you?
+11
View File
@@ -0,0 +1,11 @@
# Invention
- An [[invention]] can be a solution to a problem, and that makes it good.
- An [[invention]] could, at its worst, become a [[problem]].
- [[nick bostrom]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[invention]: invention "Invention"
[nick-bostrom]: nick-bostrom "Nick Bostrom"
[//end]: # "Autogenerated link references"
+20
View File
@@ -0,0 +1,20 @@
# Joan Miro
- A [[person]].
- [[deceased]] [[spanish]] [[catalan]] [[painter]].
- The Miro foundation in [[montjuic]] is beautiful.
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[deceased]: deceased "Deceased"
[//end]: # "Autogenerated link references"
+28 -4
View File
@@ -1,13 +1,37 @@
# Jonathan the Utopian
- A [[person]] on [[twitter]]: https://twitter.com/l_o_r_a_n_d
- Swiss!
- A [[person]].
- [[swiss]] [[mathematician]].
- [[category theory]]
- [[go]] lorand.earth
- [[twitter]] https://twitter.com/l_o_r_a_n_d
- [[gluten-free]], not into [[dairy]].
- Found and pointed out [[Smart Agora]]: https://coss.ethz.ch/research/pastprojects/SmartAgora.html
- Founder of [[utopoi]]: http://lorand.earth/utopoi/about/
- [[project]] [[utopoi]]: http://lorand.earth/utopoi/about/
- [[project]] https://applied-compositional-thinking.engineering/
## Telegram
### [[2020-12-12]]
- "philosophy is the art of making questions enjoyable"
- pros/cons
- "feeling like a mashed potato"
- work is getting stressful due to an online course coming up in January.
### [[2020-12-11]]
- [[book]] [[asado verbal]]
- "Mit Texten von [[Lucía Puenzo]], [[Pedro Mairal]], [[Washington Cucurto]], [[Fabián Casas]], [[Mariana Enríquez]], [[Cecilia Pavón]], [[Juan Diego Incardona]], [[Ariel Magnus]],[[ Julia Coria]], [[Felix Bruzzone]],[[ Romina Paula]], [[Edgardo Gonzalez Amer]], [[Oliverio Coelho]], [[Carlos Blasco]] und [[Andi Nachon]]."
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[go]: go "Go"
[twitter]: twitter "Twitter"
[Smart Agora]: smart-agora "Smart Agora"
[smart-agora]: smart-agora "Smart Agora"
[utopoi]: utopoi "Utopoi"
[2020-12-12]: journal/2020-12-12 "2020-12-12"
[2020-12-11]: journal/2020-12-11 "2020-12-11"
[book]: book "Book"
[asado-verbal]: asado-verbal "Asado Verbal"
[andi-nachon]: andi-nachon "Andi Nachon"
[//end]: # "Autogenerated link references"
+2 -1
View File
@@ -3,7 +3,8 @@
- Vimos dos videos de [[ricardo-piglia]] dando conferencias. Fue interesante ver cómo recicla referencias y temas, cómo improvisa dentro de cierta estructura narrativa que también se refleja en sus libros.
- [[cameras and lenses]]
- TIL about [[adversarial interoperability]]
- Listened to [[balafon sketches]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[ricardo-piglia]: ../ricardo-piglia "Ricardo Piglia"
+51
View File
@@ -0,0 +1,51 @@
# 2020-12-11
- The day started well: https://twitter.com/flancian/status/1337345908351098880/photo/1
- [[review]] [[communities]]: https://twitter.com/p_millerd/status/1337253683994693632
- [[rebel wisdom]]
- [[yak]]
- [[interintellect]]
- [[stoa]]
- [[future thinkers]]
- [[ness labs]]
- Reach out to:
- [x] [[t. t.]]
- [x] [[p. p.]]
- [[meet]] [[dan whaley]]
- It was great!
- [[review]] [[daily]]
- [[review]] [[agora plan]]
- [[amadeo]].
- [[jonathan-the-utopian]].
- [[peace piece]]
- Received a [[gift]]: [[encyclopedia of world problems and human potential]] by [[samuel klein]].
- [[Socrates]].
- [[Avalokiteshvara]]
- [[Hunger]].
- The [[wiki]] is a great [[invention]].
- [[The people, united, will never be defeated]].
- [[world improvement]].
- A [[housing underlay]].
- [[revolution]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[interintellect]: ../interintellect "Interintellect"
[stoa]: ../stoa "Stoa"
[meet]: ../meet "Meet"
[dan-whaley]: ../dan-whaley "Dan Whaley"
[daily]: ../daily "Daily"
[agora-plan]: ../agora-plan "Agora Plan"
[amadeo]: ../amadeo "Amadeo"
[jonathan-the-utopian]: ../jonathan-the-utopian "Jonathan the Utopian"
[peace-piece]: ../peace-piece "Peace Piece"
[encyclopedia-of-world-problems-and-human-potential]: ../encyclopedia-of-world-problems-and-human-potential "Encyclopedia of World Problems and Human Potential"
[samuel-klein]: ../samuel-klein "Samuel Klein"
[socrates]: ../socrates "Socrates"
[avalokiteshvara]: ../avalokiteshvara "Avalokiteshvara"
[hunger]: ../hunger "Hunger"
[wiki]: ../wiki "Wiki"
[invention]: ../invention "Invention"
[the-people-united-will-never-be-defeated]: ../the-people-united-will-never-be-defeated "The People, United, Will Never Be Defeated"
[world-improvement]: ../world-improvement "World Improvement"
[housing-underlay]: ../housing-underlay "Housing Underlay"
[//end]: # "Autogenerated link references"
+44
View File
@@ -0,0 +1,44 @@
# 2020-12-12
- [[2020-12-11]] was a great day.
- TIL about [[bassel khartabil]] thanks to [[samuel klein]].
- Made me think of [[aaron swartz]].
- [[jonathan the utopian]]
- [[hypothesis]]
- [[dialectical method]]
- [[zeitgeist movement]]
- [[p. c.]]
- [[miro]]
- [[agora plan]]
- [[agora hypothesis integration]]
- [[avalokiteshvara]]
- [[latent compass]]
- [[days of being wild]]
- Wrote about [[wikilinks everywhere]].
- [[crowdsourced]] [[wikilinks]]
- [[pull]] [[links]]
- Unclear if this should be one action or two, [[pull]] and [[publish]] or [[broadcast]].
- [[301works]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[2020-12-11]: 2020-12-11 "2020-12-11"
[bassel-khartabil]: ../bassel-khartabil "Bassel Khartabil"
[samuel-klein]: ../samuel-klein "Samuel Klein"
[aaron-swartz]: ../aaron-swartz "Aaron Swartz"
[jonathan-the-utopian]: ../jonathan-the-utopian "Jonathan the Utopian"
[hypothesis]: ../hypothes.is "hypothes.is"
[dialectical-method]: ../dialectical-method "Dialectical Method"
[zeitgeist-movement]: ../zeitgeist-movement "Zeitgeist Movement"
[p-c]: ../p-c "P. C."
[miro]: ../miro "Miro"
[agora-plan]: ../agora-plan "Agora Plan"
[agora-hypothesis-integration]: ../agora-hypothesis-integration "Agora Hypothesis Integration"
[avalokiteshvara]: ../avalokiteshvara "Avalokiteshvara"
[latent-compass]: ../latent-compass "Latent Compass"
[days-of-being-wild]: ../days-of-being-wild "Days of Being Wild"
[wikilinks-everywhere]: ../wikilinks-everywhere "Wikilinks Everywhere"
[crowdsourced]: ../crowdsourced "Crowdsourced"
[wikilinks]: ../wikilinks "Wikilinks"
[pull]: ../pull "Pull"
[links]: ../links "Links"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# 2020-12-13
- Talked about [[utopias]] with my family.
- Talked about [[hypothes.is]] with [[h. m.]], [[anr]], [[g.]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[hypothesis]: ../hypothes.is "hypothes.is"
[//end]: # "Autogenerated link references"
+14
View File
@@ -0,0 +1,14 @@
# 2020-12-14
- Set up a separate node for [[feature requests]].
- [[agora plan]]
- [[pull]] [[push]] [[aka]]
- [ ] I should add a new action and [[document]] it: https://twitter.com/flancian/status/1338270566420262916
[//begin]: # "Autogenerated link references for markdown compatibility"
[feature-requests]: ../feature-requests "Feature Requests"
[agora-plan]: ../agora-plan "Agora Plan"
[pull]: ../pull "Pull"
[push]: ../push "Push"
[aka]: ../aka "Aka"
[//end]: # "Autogenerated link references"
+4
View File
@@ -0,0 +1,4 @@
# 2020-12-15
- Tuesday that feels like Thursday (could be good or bad).
- Perhaps read [[facebook is a doomsday machine]] after work.
+4
View File
@@ -0,0 +1,4 @@
# 2020-12-16
- Rough times at the day job.
- But after work, Flancia.
+9
View File
@@ -0,0 +1,9 @@
# Latent Compass
- [[go]] latentcompass.com
- [[paper]] https://drive.google.com/file/d/1EplfolN26hd8M2W1wPnSIe8Kbecww2dq/view
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+7 -1
View File
@@ -1,2 +1,8 @@
# Lemmy
- Open source reddit. Found in https://news.ycombinator.com/item?id=23664067.
- Open source [[reddit]] clone.
- Found in https://news.ycombinator.com/item?id=23664067.
- [[go]] https://github.com/LemmyNet/lemmy
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+19
View File
@@ -0,0 +1,19 @@
# Links
- [[Edges]] in a graph.
- Edges in the [[internet]].
- Edges in the [[Agora]].
- [[wikilinks]]
- [[backlinks]]
- [[go links]]
- [[pull links]]
- [[agora actions]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[edges]: edges "Edges"
[agora]: agora "Agora"
[wikilinks]: wikilinks "Wikilinks"
[go-links]: go-links "Go Links"
[agora-actions]: agora-actions "Agora Actions"
[//end]: # "Autogenerated link references"
+11
View File
@@ -1,8 +1,19 @@
# Manifesto
- I am a [[Flancian]] and this is my manifesto:
- In Flancia there is no [[poverty]].
- In Flancia there is no [[privilege]].
- In Flancia we will one day [[meet]].
- [[go]] flancia.org/manifesto
- Have I ever told you in [[Flancia]] there is an [[Agora]]?
[//begin]: # "Autogenerated link references for markdown compatibility"
[flancian]: flancian "Flancian"
[poverty]: poverty "Poverty"
[privilege]: privilege "Privilege"
[meet]: meet "Meet"
[go]: go "Go"
[flancia]: flancia "Flancia"
[agora]: agora "Agora"
[//end]: # "Autogenerated link references"
+4
View File
@@ -0,0 +1,4 @@
# Manipulation of Democracy
- A [[problem]].
+7
View File
@@ -0,0 +1,7 @@
# Mathematical Logic
- [[go]] https://en.wikipedia.org/wiki/Mathematical_logic
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# Miro
- [[see also]] [[joan miro]], [[spanish]] [[catalan]] [[painter]].
- [[go]] miro.com
- An online [[whiteboard]] [[tool]].
- "Miro has over 7 million users and 20,000 paying customers, including 80% of the Fortune 100."
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+4
View File
@@ -0,0 +1,4 @@
# Mob Mentality
- A [[problem]].
+12
View File
@@ -0,0 +1,12 @@
# Moloch
- [[go]] https://slatestarcodex.com/2014/07/30/meditations-on-moloch/
- An [[enemy]] of [[good]], often takin the form of [[coordination problems]].
- [[tweet]] flancia.org/t/moloch
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[good]: good "Good"
[tweet]: tweet "Tweet"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Never Wrote
- Some people were huge and never wrote.
- [[buddha]].
- [[socrates]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[socrates]: socrates "Socrates"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# Nick Bostrom
- A [[philosopher]] working in [[existential risks]].
- A [[role model]].
- The [[Agora]] is what I came up with when I realized [[social networks]] might be a 'grey' ball in Bostrom's terms.
- If they can be dangerous (c.f. [[manipulation of democracy]], [[mob mentality]], [[addiction]]) they must be analyzed, understood, improved [[openly]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora]: agora "Agora"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# Non Profit
- [[go]] https://en.wikipedia.org/wiki/Nonprofit_organization
- "A nonprofit organization (NPO), also known as a non-business entity, not-for-profit organization, or nonprofit institution, is a legal entity organized and operated for a collective, public or social benefit, in contrast with an entity that operates as a business aiming to generate a profit for its owners. A nonprofit is subject to the non-distribution constraint: any revenues that exceed expenses must be committed to the organization's purpose, not taken by private parties. A wide array of organizations are nonprofit, including most political organizations, schools, business associations, churches, social clubs, and consumer cooperatives. Nonprofit entities generally seek approval from governments to be tax-exempt, and some may also qualify to receive tax-deductible contributions. But an entity may incorporate as a nonprofit entity without securing tax-exempt status."
- In [[Flancia]] many more people get to work for non-profits. It is beautiful to be able to work for the benefit of others.
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[flancia]: flancia "Flancia"
[//end]: # "Autogenerated link references"
+13
View File
@@ -0,0 +1,13 @@
# Open Ethics
- Applying the spirit of [[open source]] to our lives.
- To [[do]] what you [[say]].
- To maintain a public [[contract]] that tells the world who you are, who you want to be. What do you think is [[good]] and [[bad]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[open-source]: open-source "Open Source"
[do]: do "Do"
[contract]: contract "CONTRACT"
[good]: good "Good"
[//end]: # "Autogenerated link references"
+12
View File
@@ -1,2 +1,14 @@
# Open Source
- [[go]] github.com/flancian
- The [[Agora]] is open source.
- [[Flancia]] is open source.
- I embrace [[open ethics]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[agora]: agora "Agora"
[flancia]: flancia "Flancia"
[open-ethics]: open-ethics "Open Ethics"
[//end]: # "Autogenerated link references"
+12
View File
@@ -0,0 +1,12 @@
# P. C.
- A [[person]].
- Old [[friend]].
- [[Calafate]].
- [[Agustina]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[friend]: friend "Friend"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Peace Piece
- [[go]] https://www.youtube.com/watch?v=Nv2GgV34qIg
- Perhaps my favourite [[bill evans]] song.
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[bill-evans]: bill-evans "Bill Evans"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# Problem
- A problem is something we need to find a [[solution]] for.
- Problems are, thus, [[bad]].
- To define [[bad]] is to adopt a system of [[ethics]].
- The [[Agora]] is a platform for [[open ethics]].
- The [[Agora]] is a platform for [[solving problems]] [[together]].
+9
View File
@@ -0,0 +1,9 @@
# Problems
- See also: [[problem]].
- Things that need [[solutions]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[problem]: problem "Problem"
[//end]: # "Autogenerated link references"
+15
View File
@@ -0,0 +1,15 @@
# Pull
- An [[action]].
- 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"
[push]: push "Push"
[agora]: agora "Agora"
[aka]: aka "Aka"
[//end]: # "Autogenerated link references"
+13
View File
@@ -0,0 +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"
+8
View File
@@ -1,2 +1,10 @@
# Rationality
- Reason is [[important]]. Reason is [[good]].
- I consider myself part of a [[rationality]] centric movement.
[//begin]: # "Autogenerated link references for markdown compatibility"
[good]: good "Good"
[rationality]: rationality "Rationality"
[//end]: # "Autogenerated link references"
+6
View File
@@ -0,0 +1,6 @@
# Reddit
- It was a good thing, then it wasn't.
- Most power users seem to use old.reddit.com after a disastruous redesign.
- Conversation on HN suggests the new design is actually successful at its design goals: make reddit into a more standard social media property, focused on fun/entertainment instead of meaningful discussion.
+5 -1
View File
@@ -1,9 +1,13 @@
# Revolution
- I like to think of [[Flancia]] as reachable through a series of [[peaceful]] revolutions.
- [[go]] flancia.org/t/revolution
- [[go]] https://twitter.com/flancian/status/1337475493998833665
- I am a [[Flancian]] and this is our [[manifesto]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[flancia]: flancia "Flancia"
[peaceful]: peaceful "Peaceful"
[go]: go "Go"
[flancian]: flancian "Flancian"
[manifesto]: manifesto "Manifesto"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# Rights
- [[human rights]] are [[good]] and [[important]]. They must be upheld.
[//begin]: # "Autogenerated link references for markdown compatibility"
[good]: good "Good"
[//end]: # "Autogenerated link references"
+13
View File
@@ -0,0 +1,13 @@
# Socrates
- [[person]].
- [[philosopher]], [[deseased]].
- A [[role model]].
- [[never wrote]].
- In the [[Agora]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[agora]: agora "Agora"
[//end]: # "Autogenerated link references"
+3
View File
@@ -7,5 +7,8 @@
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora]: agora "Agora"
[problems]: problems "Problems"
[solutions]: solutions "Solutions"
[knowledge]: knowledge "Knowledge"
[world]: world "World"
[//end]: # "Autogenerated link references"
+7
View File
@@ -0,0 +1,7 @@
# Synthesis
- Part of [[thesis, antithesis, synthesis]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[thesis-antithesis-synthesis]: thesis-antithesis-synthesis "Thesis, Antithesis, Synthesis"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# Syrian Uprising
- [[go]] https://en.wikipedia.org/wiki/Civil_uprising_phase_of_the_Syrian_Civil_War
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+5
View File
@@ -0,0 +1,5 @@
# Te Quiero
- [[go]] https://www.poemas-del-alma.com/te-quiero.htm
- See also: [[el pueblo unido jamás será vencido]].
@@ -0,0 +1,10 @@
# The People, United, Will Never Be Defeated
- [[also]] [[el-pueblo-unido-jamás-será-vencido]]
- [[go]] https://www.youtube.com/watch?v=h6-MhlBSBrM
[//begin]: # "Autogenerated link references for markdown compatibility"
[el-pueblo-unido-jamás-será-vencido]: el-pueblo-unido-jamás-será-vencido "El Pueblo Unido Jamás Será Vencido"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Thesis, Antithesis, Synthesis
- [[go]] https://en.wikipedia.org/wiki/Thesis,_antithesis,_synthesis
- [[see also]] [[dialectical method]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[dialectical-method]: dialectical-method "Dialectical Method"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# Thesis
- Part of [[thesis, antithesis, synthesis]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[thesis-antithesis-synthesis]: thesis-antithesis-synthesis "Thesis, Antithesis, Synthesis"
[//end]: # "Autogenerated link references"
+5
View File
@@ -0,0 +1,5 @@
# Together
- When you collaborate with someone, you are more than one.
- [[Te quiero]] vibes.
+12 -6
View File
@@ -2,19 +2,22 @@
- A [[person]].
- [[twitter]] https://twitter.com/wardcunningham
- The [[OG]]. The inventor of the [[wiki]].
- Founder of [[c2]].
- The [[OG]].
- The inventor of the [[wiki]].
- See also: [[c2]].
## About creating wiki
- Wiki
## [[social-knowledge-graphs-discussion]]
- [[Wiki]]
- Had experience with Smalltalk, amassed over several months of undirected exploration
- People asked for the gist of Smalltalk to learn it over two days. How to condense months of learning in a format that makes that possible?
- The initial pattern repository came from that (influenced by [[christopher alexander]]).
- "Made this thing over a weekend because people were sending me things by email that didn't render right" -- called it wiki because it meant "fast".
- "If I make this stupid simple" -- people won't think I tried hard, but they will have the tools to "fix it".
- Tended to the wiki a few hours a day -- in the time between "proper work". But that tending paid off.
- [[Tended]] to the wiki a few hours a day -- in the time between "proper work". But that tending paid off.
- [[digital garden]]
- For long, people could have thrashed but didn't. Then someone did, and people just tended to it.
- The environment that resulted was very *creative*. Lots of vocabulary was coined right there.
- The environment that resulted was very [[creative]]. Lots of vocabulary was coined right there.
- When Wikipedia came along, it did the right things:
- They made it in every language
- They were bold (paraphrase)
@@ -42,6 +45,9 @@
[//begin]: # "Autogenerated link references for markdown compatibility"
[person]: person "Person"
[twitter]: twitter "Twitter"
[wiki]: wiki "Wiki"
[c2]: c2 "C2"
[social-knowledge-graphs-discussion]: social-knowledge-graphs-discussion "Social Knowledge Graphs Discussion"
[christopher-alexander]: christopher-alexander "Christopher Alexander"
[digital-garden]: digital-garden "Digital Garden"
[//end]: # "Autogenerated link references"
+17
View File
@@ -0,0 +1,17 @@
# Wiki
- A [[great invention]].
- By [[ward-cunningham]].
- I met [[ward-cunningham]]. I'm kind of stoked about it. I think they are a great [[person]].
- The [[Agora]] hopes to be a new kind of [[wiki]].
- It's essentially [[ewp]]] as a [[democratic]] [[distributed knowledge graph]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[ward-cunningham]: ward-cunningham "Ward Cunningham"
[person]: person "Person"
[agora]: agora "Agora"
[wiki]: wiki "Wiki"
[ewp]: ewp "Ewp"
[distributed-knowledge-graph]: distributed-knowledge-graph "Distributed Knowledge Graph"
[//end]: # "Autogenerated link references"
+9 -5
View File
@@ -2,15 +2,19 @@
- A wikilink looks like this: [[wikilink]].
- Wikilinks are the heart of the [[Agora]].
- Wikilinks come, wait for it, from wikis :) You can think of the Agora as a sort of distributed wiki, although users in this particular kind of wiki volunteer individual contributions instead of editing common pages (for now).
- Wikilinks come, wait for it, from [[wiki]]s :) But they need not be limited only to things we usually think of as wikis.
- You could use [[wikilinks everywhere]].
- You can think of the Agora as a sort of distributed wiki, although users in this particular kind of wiki volunteer individual contributions instead of editing common pages (for now).
- Wikilinks are great because they allow for very easy linking: you just [[link it as you go along]], then the link either works (because someone wrote that node/article/resource already) or you can click through and backfill it. I call this procedure link-driven writing.
- Whenever there is more than one [[node]] with a given wikilink in an Agora (typical use case: notes kept on a certain topic by different users), the Agora will surface all of them when resolving the wikilink in question. Example: [[README]].
- #wikilink == [[wikilink]] in many Agora clients.
[//begin]: # "Autogenerated link references for markdown compatibility"
[wikilink]: wikilink "Wikilink"
[Agora]: agora "Agora"
[link it as you go along]: link-it-as-you-go-along "Link It as You Go Along"
[README]: README "Flancian's digital garden"
[agora]: agora "Agora"
[wiki]: wiki "Wiki"
[wikilinks-everywhere]: wikilinks-everywhere "Wikilinks Everywhere"
[link-it-as-you-go-along]: link-it-as-you-go-along "Link It as You Go Along"
[node]: node "Node"
[readme]: README "Flancian's digital garden"
[//end]: # "Autogenerated link references"
+6
View File
@@ -1,8 +1,14 @@
# Wikilinks Everywhere
- A [[project]]. [[open source]].
- Has a [[browser extension]] component.
- [[go]] https://docs.google.com/document/d/1h2kSuh7TntPj_XZ7BnLPDwtwshq7skzF3BIYwLgVquA/edit#
- [[tweet]] https://twitter.com/flancian/status/1337835415215202308
[//begin]: # "Autogenerated link references for markdown compatibility"
[open-source]: open-source "Open Source"
[browser-extension]: browser-extension "Browser Extension"
[go]: go "Go"
[tweet]: tweet "Tweet"
[//end]: # "Autogenerated link references"
+7 -1
View File
@@ -1,4 +1,10 @@
# Wikilinks
See also [[wikilink]]
- [[see also]] [[wikilink]]
- I'm excited about [[wikilinks everywhere]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[wikilink]: wikilink "Wikilink"
[wikilinks-everywhere]: wikilinks-everywhere "Wikilinks Everywhere"
[//end]: # "Autogenerated link references"

Some files were not shown because too many files have changed in this diff Show More