diff --git a/action.md b/action.md index a16b5d088..b3c87fa16 100644 --- a/action.md +++ b/action.md @@ -1,4 +1,13 @@ # 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" \ No newline at end of file diff --git a/agora-0-5-1.md b/agora-0-5-1.md index 3bc666f69..bff1dc18c 100644 --- a/agora-0-5-1.md +++ b/agora-0-5-1.md @@ -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). - Example: - 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 '' and '' repos. [//begin]: # "Autogenerated link references for markdown compatibility" diff --git a/agora-action.md b/agora-action.md index c64394517..85a0c98e7 100644 --- a/agora-action.md +++ b/agora-action.md @@ -1,5 +1,6 @@ # 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. - They are a good way to build [[agora integrations]]. - [[agora go links integration]] @@ -7,5 +8,8 @@ [//begin]: # "Autogenerated link references for markdown compatibility" +[action]: action "Action" [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" \ No newline at end of file diff --git a/agora-go-links-integration.md b/agora-go-links-integration.md index 42bee157f..5d7d4383c 100644 --- a/agora-go-links-integration.md +++ b/agora-go-links-integration.md @@ -1,10 +1,10 @@ # Agora Go Links Integration - 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 -- 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). + - [[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. - 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. - 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?). diff --git a/agora-like.md b/agora-like.md new file mode 100644 index 000000000..1f11a675e --- /dev/null +++ b/agora-like.md @@ -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" \ No newline at end of file diff --git a/agora-plan.md b/agora-plan.md index d8a1bbd95..8551f25e4 100644 --- a/agora-plan.md +++ b/agora-plan.md @@ -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. ## 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. - [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-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-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 '' and '' repos. ### Signups - [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]] ## 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. - [ ] 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]]. @@ -101,6 +102,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea [agora]: agora "Agora" [anagora]: anagora "Anagora" [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" [go]: go "Go" [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" [pen-coded]: pen-coded "Pen Coded" [luciana]: luciana "Luciana" -[enkiv2]: enkiv2 "Enkiv2" [arghzero]: arghzero "Arghzero" +[enkiv2]: enkiv2 "Enkiv2" [solomon-naim]: solomon-naim "Solomon Naim" [second-brain]: second-brain "Second Brain" [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" [roam2agora]: roam2agora "Roam2agora" [agora-vscode]: agora-vscode "Agora Vscode" +[deceased]: deceased "Deceased" +[do]: do "Do" [dark-mode]: dark-mode "Dark Mode" [flancian]: flancian "Flancian" [s5bug]: s5bug "S5bug" diff --git a/agora.md b/agora.md index e4f909f58..7ec1db9e3 100644 --- a/agora.md +++ b/agora.md @@ -5,6 +5,7 @@ - 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]]. +- [[go]] github.com/flancian/agora [//begin]: # "Autogenerated link references for markdown compatibility" [contract]: contract "CONTRACT" @@ -12,4 +13,5 @@ [flancia]: flancia "Flancia" [agora-plan]: agora-plan "Agora Plan" [agora-protocol]: agora-protocol "Agora Protocol" +[go]: go "Go" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/airto-moreira.md b/airto-moreira.md new file mode 100644 index 000000000..5c75434a4 --- /dev/null +++ b/airto-moreira.md @@ -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" \ No newline at end of file diff --git a/andrei-ciortea.md b/andrei-ciortea.md new file mode 100644 index 000000000..48c462d6d --- /dev/null +++ b/andrei-ciortea.md @@ -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" \ No newline at end of file diff --git a/answer.md b/answer.md new file mode 100644 index 000000000..e55658e60 --- /dev/null +++ b/answer.md @@ -0,0 +1,2 @@ +# Answer + diff --git a/ask.md b/ask.md new file mode 100644 index 000000000..de4016c70 --- /dev/null +++ b/ask.md @@ -0,0 +1,2 @@ +# Ask + diff --git a/athens.md b/athens.md index 3a33aa2dd..702649c95 100644 --- a/athens.md +++ b/athens.md @@ -1,11 +1,13 @@ # Athens -- See [[athens research]]. +- See also: [[athens research]]. +- [[go]] https://github.com/athensresearch/athens/ - A [[project]] by [[jeff tang]]. - 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! [//begin]: # "Autogenerated link references for markdown compatibility" [athens-research]: athens-research "Athens Research" +[go]: go "Go" [jeff-tang]: jeff-tang "Jeff Tang" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/bill-evans.md b/bill-evans.md new file mode 100644 index 000000000..c214910a1 --- /dev/null +++ b/bill-evans.md @@ -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" \ No newline at end of file diff --git a/c2.md b/c2.md index db09841ee..1365b5432 100644 --- a/c2.md +++ b/c2.md @@ -1,2 +1,11 @@ # 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" \ No newline at end of file diff --git a/complex-system.md b/complex-system.md new file mode 100644 index 000000000..8e171a8db --- /dev/null +++ b/complex-system.md @@ -0,0 +1,2 @@ +# Complex System + diff --git a/cultural-shift.md b/cultural-shift.md new file mode 100644 index 000000000..772aeba96 --- /dev/null +++ b/cultural-shift.md @@ -0,0 +1,2 @@ +# Cultural Shift + diff --git a/daily.md b/daily.md index 62ebfce2d..9f83aaf14 100644 --- a/daily.md +++ b/daily.md @@ -1,30 +1,31 @@ # Daily -- (Self: https://flancia.org/go/daily) +- [[links here]] https://flancia.org/go/daily - Meditate for at least one minute now. -- 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 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. +- [[Think]] about how to make my future [[self]] and others glad. +- [[Think]] about long term goals. - [[Fight procrastination]]. - [[Help others]]. - Build an [[Agora]]. - Write [[Flancia]]. - 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" -[TODO]: todo "Todo" -[Weekly]: weekly "Weekly" -[Weekly Reviews]: weekly-reviews "Weekly Reviews" -[Fight procrastination]: fight-procrastination "Fight Procrastination" -[Help others]: help-others "Help Others" -[Agora]: agora "Agora" -[Flancia]: flancia "Flancia" +[fight-procrastination]: fight-procrastination "Fight Procrastination" +[help-others]: help-others "Help Others" +[agora]: agora "Agora" +[flancia]: flancia "Flancia" [useful]: useful "Useful" [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" \ No newline at end of file diff --git a/dan-whaley.md b/dan-whaley.md index 471f5b0c0..906787922 100644 --- a/dan-whaley.md +++ b/dan-whaley.md @@ -1,6 +1,8 @@ # Dan Whaley - - Drove from California to Argentina. 2003. - - canaryinacoalmine.org. One year! +- A [[person]]. +- [[twitter]] twitter.com/dwhley +- Drove from California to Argentina. 2003. +- canaryinacoalmine.org. One year! # Questions - Journey to understand the broad frame. @@ -29,42 +31,48 @@ - Some people think that the fact that backlinks were absent in the original web was part of what let it grow. # Risks - - What if in the future you can't just run a server in your closet? - - W3C - - Hypothes.is is part of it - - [[Tim Berners Lee]] holds it together. - - Community group -> working group - - [[Ivan Herman]] - - Senior staff at W3C - - Community group is outside the W3C, but blessed. Build a community, clear plan. Then you're invited to a working group. - - Browser vendors consortium (name?) - - Conveniently outside the W3C. +- What if in the future you can't just run a server in your closet? +- W3C + - Hypothes.is is part of it + - [[Tim Berners Lee]] holds it together. + - Community group -> working group + - [[Ivan Herman]] + - Senior staff at W3C + - Community group is outside the W3C, but blessed. Build a community, clear plan. Then you're invited to a working group. +- Browser vendors consortium (name?) + - Conveniently outside the W3C. # Todo - - Annotation standard: read it - - Data model - - JSON/RDF: elements that needs to make up an annotation - - Protocol - - Rest - - Vocabulary - - What are the concepts in this space. +- [[Annotation standard]]: read it + - Data model + - JSON/RDF: elements that needs to make up an annotation + - Protocol + - Rest + - Vocabulary + - What are the concepts in this space. # One idea - - A discrete component. - - Glorified markdown editors. - - Hypothes.is -> readwise -> Roam - - Hypothes.is as a SGK client - - Standards compliant wiki service +- A discrete component. +- Glorified markdown editors. +- Hypothes.is -> readwise -> Roam + - Hypothes.is as a SGK client + - Standards compliant wiki service # 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. +- 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 - - Tagging. - - Everything2.com. - - Open source versions of projects. - - Athens. - - Truly networked paradigm? - - Loose coupling / loose integration. - - My view: personal gardens are what get a critical mass. It needs to be independent. +- Tagging. + - [[Everything2]].com. +- Open source versions of projects. + - Athens. + - Truly networked paradigm? +- Loose coupling / loose integration. +- 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" \ No newline at end of file diff --git a/denny-vrandecic.md b/denny-vrandecic.md new file mode 100644 index 000000000..baf11e84d --- /dev/null +++ b/denny-vrandecic.md @@ -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" \ No newline at end of file diff --git a/do.md b/do.md index c1de016c8..1cd100b93 100644 --- a/do.md +++ b/do.md @@ -1,24 +1,31 @@ # Do -- Every day: [[daily]] +- Every day: [[daily]]. - Check: - [[todo]]. - [[next action]] - Search for '\[ \]' [[link]] [[agora-plan]] - - Common actions (backlinks): + - Common actions (check backlinks): - [[read]] - [[write]] + - [[answer]] - [[link]] - [[search]] - [[research]] - [[plan]] - [[send]] + - [[implement]] + - [[code]] [//begin]: # "Autogenerated link references for markdown compatibility" [daily]: daily "Daily" [todo]: todo "Todo" +[next-action]: next-action "Next Action" +[link]: link "Link" [agora-plan]: agora-plan "Agora Plan" [read]: read "Read" [write]: write "Write" +[search]: search "Search" +[research]: research "Research" [plan]: plan "Plan" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/eudaimonia.md b/eudaimonia.md new file mode 100644 index 000000000..c75716879 --- /dev/null +++ b/eudaimonia.md @@ -0,0 +1,2 @@ +# Eudaimonia + diff --git a/everything2.md b/everything2.md index 4158ebe00..c7fee2c81 100644 --- a/everything2.md +++ b/everything2.md @@ -1,2 +1,13 @@ # 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" \ No newline at end of file diff --git a/fabien-gandon.md b/fabien-gandon.md new file mode 100644 index 000000000..706a9674b --- /dev/null +++ b/fabien-gandon.md @@ -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" \ No newline at end of file diff --git a/federated-wiki.md b/federated-wiki.md new file mode 100644 index 000000000..f370f1da6 --- /dev/null +++ b/federated-wiki.md @@ -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" \ No newline at end of file diff --git a/flancian.md b/flancian.md index c59bf8df3..f9089262f 100644 --- a/flancian.md +++ b/flancian.md @@ -1,26 +1,29 @@ # Flancian - A [[person]]. - - My self :). -- [[website]] https://flancia.org -- [[project]] [[Agora]] -- [[email]] 0 (that's a zero) on email in my personal domain as listed below. +- My [[self]] :). +- I try to follow an explicit personal social [[contract]] that extends and complements that of the [[Flancians]] and of the [[Agora]]. +- [[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 - [[mastodon]] https://flancia.org/go/mastodon - [[garden]] https://github.com/flancian/garden - [[matrix]] @flancian@matrix.org - [[telegram]] @Flancian -- [[urbit]] danfen-socsum on Urbit (currently unavailable due to technical issues). -- My pseudonym stems from the fact that I consider myself one of many [[Flancians]]. -- I'm a member of [[social.coop]]. +- [[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" +[contract]: contract "CONTRACT" +[flancians]: flancians "Flancians" [agora]: agora "Agora" +[go]: go "Go" [twitter]: twitter "Twitter" [mastodon]: mastodon "Mastodon" [matrix]: matrix "Matrix" [telegram]: telegram "Telegram" -[flancians]: flancians "Flancians" [socialcoop]: social.coop "social.coop" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/foam.md b/foam.md index a8f4d680d..a2c089313 100644 --- a/foam.md +++ b/foam.md @@ -1,10 +1,11 @@ # Foam -- https://foambubble.github.io/foam/ -- By [[jevakallio]], a [[person]] on [[twitter]]. +- [[go]] https://foambubble.github.io/foam/ +- By [[jevakallio]]. - 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]]. [//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" [jevakallio]: jevakallio "Jevakallio" [person]: person "Person" [twitter]: twitter "Twitter" diff --git a/fud.md b/fud.md new file mode 100644 index 000000000..9ee8ca4de --- /dev/null +++ b/fud.md @@ -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" \ No newline at end of file diff --git a/go links.md b/go links.md deleted file mode 100644 index 92fc8f10c..000000000 --- a/go links.md +++ /dev/null @@ -1,2 +0,0 @@ -# Go Links - diff --git a/go-link.md b/go-link.md index c491de255..a1ab0060d 100644 --- a/go-link.md +++ b/go-link.md @@ -1,11 +1,13 @@ # Go Link -- See also [[go links]]. - See also: [[agora go links integration]] - [[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" -[go links]: go links "Go Links" +[agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration" [go]: go "Go" +[trotto]: trotto "Trotto" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/go-links.md b/go-links.md deleted file mode 100644 index da71d1805..000000000 --- a/go-links.md +++ /dev/null @@ -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" diff --git a/go.md b/go.md index 930e588a0..86a730247 100644 --- a/go.md +++ b/go.md @@ -1,12 +1,17 @@ # Go -- See [[go link]]. -- See [[agora-go-links-integration]]. +- An [[action]]. +- See also: [[go link]]. +- See also: [[agora-go-links-integration]]. - [[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. [//begin]: # "Autogenerated link references for markdown compatibility" +[action]: action "Action" [go-link]: go-link "Go Link" [agora-go-links-integration]: agora-go-links-integration "Agora Go Links Integration" [go]: go "Go" diff --git a/how-to-gpt-2.md b/how-to-gpt-2.md new file mode 100644 index 000000000..4a3142e6f --- /dev/null +++ b/how-to-gpt-2.md @@ -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" \ No newline at end of file diff --git a/intentional-society.md b/intentional-society.md new file mode 100644 index 000000000..6aab49d98 --- /dev/null +++ b/intentional-society.md @@ -0,0 +1,2 @@ +# Intentional Society + diff --git a/inter-wiki.md b/inter-wiki.md new file mode 100644 index 000000000..311cfb2e3 --- /dev/null +++ b/inter-wiki.md @@ -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" \ No newline at end of file diff --git a/interesting.md b/interesting.md index a75206c21..20ea292ae 100644 --- a/interesting.md +++ b/interesting.md @@ -1,2 +1,8 @@ # Interesting +- [[go]] flancia.org/t/interesting + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/james-baker.md b/james-baker.md index 84077ede4..5cb2718bc 100644 --- a/james-baker.md +++ b/james-baker.md @@ -19,10 +19,14 @@ ## Collaboration opportunities - Group building + stoas -- Index of related projects and interested people - - [[michael ocean]] [[check]] - - [[loomio]] - - Others go here +- Shared index of potentially related projects and interested people + - [[michael ocean]] [[ask]] + - [[richdecibels]] + - [[loomio]] + - [[enspiral]] + - [[democracy-earth]] + - [[social coop]] (I'm a member) + - [[reasonable movement]]s ## [[2020-11-27]] - Flancia is evocative of an Italian place :) @@ -100,7 +104,11 @@ [twitter]: twitter "Twitter" [go]: go "Go" [michael-ocean]: michael-ocean "Michael Ocean" +[ask]: ask "Ask" +[richdecibels]: richdecibels "Richdecibels" [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" [place]: place "Place" [james-baker]: james-baker "James Baker" diff --git a/jennifer-rygh.md b/jennifer-rygh.md new file mode 100644 index 000000000..30959ae09 --- /dev/null +++ b/jennifer-rygh.md @@ -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" \ No newline at end of file diff --git a/jevakallio.md b/jevakallio.md index 880215042..a4bc30cee 100644 --- a/jevakallio.md +++ b/jevakallio.md @@ -1,2 +1,12 @@ # 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" \ No newline at end of file diff --git a/joel-gustafson.md b/joel-gustafson.md new file mode 100644 index 000000000..558ffa261 --- /dev/null +++ b/joel-gustafson.md @@ -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" \ No newline at end of file diff --git a/journal/2020-11-29.md b/journal/2020-11-29.md new file mode 100644 index 000000000..292091ff9 --- /dev/null +++ b/journal/2020-11-29.md @@ -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" \ No newline at end of file diff --git a/journal/2020-11-30.md b/journal/2020-11-30.md index cc3917ed8..be32a1bd2 100644 --- a/journal/2020-11-30.md +++ b/journal/2020-11-30.md @@ -1,8 +1,40 @@ # 2020-11-30 +- [[daily]] +- review [[2020-11-29]] - 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" +[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" +[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" \ No newline at end of file diff --git a/knowledge.md b/knowledge.md new file mode 100644 index 000000000..5959fbdbe --- /dev/null +++ b/knowledge.md @@ -0,0 +1,8 @@ +# Knowledge + +- [[go]] wikipedia.org + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/landauer-limit.md b/landauer-limit.md new file mode 100644 index 000000000..bb047b8b8 --- /dev/null +++ b/landauer-limit.md @@ -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" \ No newline at end of file diff --git a/letter-wiki.md b/letter-wiki.md new file mode 100644 index 000000000..52a011f61 --- /dev/null +++ b/letter-wiki.md @@ -0,0 +1,8 @@ +# Letter.wiki + +- [[go]] letter.wiki + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/link-rot.md b/link-rot.md new file mode 100644 index 000000000..725b3a187 --- /dev/null +++ b/link-rot.md @@ -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" \ No newline at end of file diff --git a/maintain-my-body.md b/maintain-my-body.md index 3a64f75d8..0e948deb6 100644 --- a/maintain-my-body.md +++ b/maintain-my-body.md @@ -1,5 +1,11 @@ # 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). +- Moisturize daily. - Make my feet less abrasive (as requested) :) + +[//begin]: # "Autogenerated link references for markdown compatibility" +[daily]: daily "Daily" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/mastodon-.md b/mastodon-.md deleted file mode 100644 index 9ae5a6d92..000000000 --- a/mastodon-.md +++ /dev/null @@ -1,2 +0,0 @@ -# Mastodon - diff --git a/mastodon.md b/mastodon.md index b8f6687ed..a6f659ea7 100644 --- a/mastodon.md +++ b/mastodon.md @@ -1,2 +1,12 @@ # 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" \ No newline at end of file diff --git a/nettie-lagace.md b/nettie-lagace.md new file mode 100644 index 000000000..65573a14f --- /dev/null +++ b/nettie-lagace.md @@ -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" \ No newline at end of file diff --git a/next-action.md b/next-action.md new file mode 100644 index 000000000..7a63c0f7d --- /dev/null +++ b/next-action.md @@ -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" \ No newline at end of file diff --git a/others.md b/others.md new file mode 100644 index 000000000..bf3e33aec --- /dev/null +++ b/others.md @@ -0,0 +1,8 @@ +# Others + +- See also: [[person]]. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[person]: person "Person" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/pr.md b/pr.md new file mode 100644 index 000000000..0b8fd28e7 --- /dev/null +++ b/pr.md @@ -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. + diff --git a/printer.md b/printer.md new file mode 100644 index 000000000..e404d1dec --- /dev/null +++ b/printer.md @@ -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" \ No newline at end of file diff --git a/pubpub.md b/pubpub.md new file mode 100644 index 000000000..78e016151 --- /dev/null +++ b/pubpub.md @@ -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" \ No newline at end of file diff --git a/reasonable-movement.md b/reasonable-movement.md index 59a49a779..3f91fef16 100644 --- a/reasonable-movement.md +++ b/reasonable-movement.md @@ -1,5 +1,5 @@ # Reasonable Movement -- A [[thing]] + - [[onenation.party]] suggested by [[Mechanical Monk]] - [[Andrew Yang]] suggested by [[Mechanical Monk]] - [[Dark Horse Duo]] suggested by [[Mechanical Monk]] @@ -7,8 +7,9 @@ - https://twitter.com/mechanicalmonk1/status/1276068476868792320 [//begin]: # "Autogenerated link references for markdown compatibility" -[thing]: thing "Thing" -[Mechanical Monk]: mechanical-monk "Mechanical Monk" -[Andrew Yang]: andrew-yang "Andrew Yang" -[Dark Horse Duo]: dark-horse-duo "Dark Horse Duo" +[onenationparty]: onenation.party "onenation.party" +[mechanical-monk]: mechanical-monk "Mechanical Monk" +[andrew-yang]: andrew-yang "Andrew Yang" +[dark-horse-duo]: dark-horse-duo "Dark Horse Duo" +[inthistogetheramericaorg]: inthistogetheramerica.org "Inthistogetheramerica Org" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/ricardo-piglia.md b/ricardo-piglia.md index 574cf8f6b..28aad0721 100644 --- a/ricardo-piglia.md +++ b/ricardo-piglia.md @@ -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. -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. @@ -286,6 +286,14 @@ Piglia: Ayra. [[Héctor Libertella]]. "Veo la presencia de Macedonio en aquellos [//begin]: # "Autogenerated link references for markdown compatibility" [person]: person "Person" [l]: l. "L." +[borges-por-piglia]: borges-por-piglia "Borges, por Piglia" [juan-sasturain]: juan-sasturain "Juan Sasturain" +[roberto-arlt]: roberto-arlt "Roberto Arlt" [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" diff --git a/rob-sanderson.md b/rob-sanderson.md new file mode 100644 index 000000000..6c46265cb --- /dev/null +++ b/rob-sanderson.md @@ -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" \ No newline at end of file diff --git a/ruben-verborgh.md b/ruben-verborgh.md new file mode 100644 index 000000000..b45f51122 --- /dev/null +++ b/ruben-verborgh.md @@ -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" \ No newline at end of file diff --git a/samuel-klein.md b/samuel-klein.md new file mode 100644 index 000000000..bec7d949d --- /dev/null +++ b/samuel-klein.md @@ -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" \ No newline at end of file diff --git a/sarah-of-the-past.md b/sarah-of-the-past.md index 63a67b328..8904e99bd 100644 --- a/sarah-of-the-past.md +++ b/sarah-of-the-past.md @@ -1,8 +1,11 @@ # 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" [person]: person "Person" +[go]: go "Go" [twitter]: twitter "Twitter" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/self.md b/self.md new file mode 100644 index 000000000..e2d389952 --- /dev/null +++ b/self.md @@ -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" \ No newline at end of file diff --git a/sister-sites.md b/sister-sites.md new file mode 100644 index 000000000..1102b62ba --- /dev/null +++ b/sister-sites.md @@ -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" \ No newline at end of file diff --git a/social-knowledge-graphs-discussion.md b/social-knowledge-graphs-discussion.md new file mode 100644 index 000000000..7eb5e3c65 --- /dev/null +++ b/social-knowledge-graphs-discussion.md @@ -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" \ No newline at end of file diff --git a/social.coop.md b/social.coop.md index 1d30a08b8..72149af6e 100644 --- a/social.coop.md +++ b/social.coop.md @@ -3,15 +3,15 @@ - Applied. Got accepted! - [[Loomio]]: https://www.loomio.org/socialcoop/ - [[Mastodon]]: https://social.coop/web/accounts/220555 -- Introductory email: - - 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! - - **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. - - Our instance is democratically governed by its members, which now includes you! To be an effective co-operative, **it's important that members participate in its governance** by generally keeping informed on the goings on and strategic direction of [social.coop](http://social.coop). To take part, please **request to join the members Loomio group**** **[**via this link**](https://www.loomio.org/socialcoop/)**. Note: **when you register on Loomio, please include your Social.Coop username so we can recognize your as a member. - - 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. +- 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! + - **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. + - Our instance is democratically governed by its members, which now includes you! To be an effective co-operative, **it's important that members participate in its governance** by generally keeping informed on the goings on and strategic direction of [social.coop](http://social.coop). To take part, please **request to join the members Loomio group**** **[**via this link**](https://www.loomio.org/socialcoop/)**. Note: **when you register on Loomio, please include your Social.Coop username so we can recognize your as a member. + - 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" -[Loomio]: loomio "Loomio" -[Mastodon]: mastodon "Mastodon" +[loomio]: loomio "Loomio" +[mastodon]: mastodon "Mastodon" [introduction]: introduction "Introduction" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/the-next-ai-winter-wil-lbe-due-to-energy-costs.md b/the-next-ai-winter-wil-lbe-due-to-energy-costs.md new file mode 100644 index 000000000..1f7756468 --- /dev/null +++ b/the-next-ai-winter-wil-lbe-due-to-energy-costs.md @@ -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]] + diff --git a/todd-carpenter.md b/todd-carpenter.md new file mode 100644 index 000000000..eed7ec06d --- /dev/null +++ b/todd-carpenter.md @@ -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" \ No newline at end of file diff --git a/todo.md b/todo.md index 034c0c792..88f640953 100644 --- a/todo.md +++ b/todo.md @@ -1,77 +1,84 @@ # Todo -- (Self: https://flancia.org/go/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. -- [ ] Figure out [[Foam]] rendering to [[github pages]] -- [ ] [[Agora v0.5]] -- here is where block references would come in handy :) - - [ ] Write about Agora notes sync plan -- [ ] Get back to Riccardo on Foam discord +- See also: [[do]], which as of [[2020-11-29]] I prefer to [[todo]]. +- [x] Meta: fix go links that pointed to Roam. +- [x] Figure out [[Foam]] rendering to [[github pages]] + - Made obsolete by the Agora. +- [x] [[Agora v0.5]] -- here is where block references would come in handy :) +- [ ] [[answer]] back to Riccardo on Foam discord - [x] Back up dorcas! - 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 :) -- Answer https://twitter.com/peternlimberg/status/1301937727588503554 - - https://thestoa.substack.com/p/just-fucking-send-it [[peternlindberg]] [[read]] +- [[answer]] https://twitter.com/peternlimberg/status/1301937727588503554 + - https://thestoa.substack.com/p/just-fucking-send-it [[peternlindberg]] [[read]] - https://thestoa.substack.com/p/the-dark-forest [[peternlindberg]] [[read]] - [x] Become a contributor for [[social.coop]]: https://opencollective.com/socialcoop - - Tweet about it - - Tweet about opencollective.com: https://opencollective.com/flancia - - Sign into social.coop -- Read https://en.wikipedia.org/wiki/Fediverse -- Read https://en.wikipedia.org/wiki/OpenSocial -- 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)?" - - "Is there a place for aesthetic transcendence in Flancia?" + - [[tweet]] about it + - [[tweet]] about opencollective.com: https://opencollective.com/flancia + - [x] Sign into social.coop +- [[read]] https://en.wikipedia.org/wiki/Fediverse +- [[read]] https://en.wikipedia.org/wiki/OpenSocial +- [[write]] about things people want to read about: https://twitter.com/flancian/status/1305069564158500865 + - [[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)?" + - [[write]] "Is there a place for aesthetic transcendence in Flancia?" - Trascendence: "to touch the infinite" - Watch https://twitter.com/codexeditor/status/1261626600010866688 recommended by [[Codex]] - "Would be interested to hear your thoughts on agorae" by [[cklorentzen]] -- Read about [[Jainism]] -- Advance [[Go Links]] +- [[read]] about [[Jainism]] +- [x] Advance [[Go Links]] - 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." - Edit - Post to Twitter -- Read something by [[meaningness]] -- Write a sci fi short story about [[orthodox jews that wear 80s clothing]] -- Write [[Twitter report]] +- [[read]] something by [[meaningness]] +- [[write]] a sci fi short story about [[orthodox jews that wear 80s clothing]] +- [[write]] [[Twitter report]] - 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] 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] Investigate social.coop, set up donation. -- Write [[Agora for EA]]. -- Read [[Zhuangzi]] as recommended by [[ikesharpless]] -- Implement [[Twitter Go Links]] -- Write [[Caramel City]] -- Implement [[Roam Go Links]] -- Read [[bolo'bolo]] -- Read [[Binding Chaos]] -- Read [[Seeing like a State]] +- [ ] [[write]] [[Agora for EA]]. +- [x] [[read]] [[Zhuangzi]] as recommended by [[ikesharpless]] +- [ ] [[code]] [[Twitter Go Links]] +- [ ] [[write]] [[Caramel City]] +- [x] [[code]] [[Roam Go Links]] + - Dropped Roam as a personal platform. +- [ ] [[read]] [[bolo'bolo]] +- [ ] [[read]] [[Binding Chaos]] +- [ ] [[read]] [[Seeing like a State]] [//begin]: # "Autogenerated link references for markdown compatibility" -[Foam]: foam "Foam" -[Twitter todo]: twitter-todo "Twitter Todo" -[Yakomo]: yakomo "Yakomo" +[do]: do "Do" +[2020-11-29]: journal/2020-11-29 "2020-11-29" +[todo]: todo "Todo" +[foam]: foam "Foam" +[twitter-todo]: twitter-todo "Twitter Todo" +[yakomo]: yakomo "Yakomo" [peternlindberg]: peternlindberg "Peternlindberg" [read]: read "Read" +[socialcoop]: social.coop "social.coop" +[tweet]: tweet "Tweet" +[write]: write "Write" +[codex]: codex "Codex" [cklorentzen]: cklorentzen "Cklorentzen" -[Jainism]: jainism "Jainism" -[Go Links]: go-links "Go Links" -[TODO]: todo "Todo" +[jainism]: jainism "Jainism" +[go-links]: go-links "Go Links" [meaningness]: meaningness "Meaningness" -[orthodox jews that wear 80s clothing]: orthodox-jews-that-wear-80s-clothing "Orthodox Jews that Wear 80s Clothing" -[Twitter report]: twitter-report "Twitter Report" +[orthodox-jews-that-wear-80s-clothing]: orthodox-jews-that-wear-80s-clothing "Orthodox Jews that Wear 80s Clothing" +[twitter-report]: twitter-report "Twitter Report" [ribbonfarm]: ribbonfarm "Ribbonfarm" -[AbstractFairy]: abstractfairy "AbstractFairy" -[digital garden]: digital-garden "Digital Garden" -[Agora for EA]: agora-for-ea "Agora for EA" -[Zhuangzi]: zhuangzi "Zhuangzi" +[abstractfairy]: abstractfairy "AbstractFairy" +[digital-garden]: digital-garden "Digital Garden" +[agora-for-ea]: agora-for-ea "Agora for EA" +[zhuangzi]: zhuangzi "Zhuangzi" [ikesharpless]: ikesharpless "Ikesharpless" -[Twitter Go Links]: twitter-go-links "Twitter Go Links" -[Caramel City]: caramel-city "Caramel City" -[Roam Go Links]: roam-go-links "Roam Go Links" -[bolo'bolo]: bolo'bolo "Bolo'bolo" -[Binding Chaos]: binding-chaos "Binding Chaos" -[Seeing like a State]: seeing-like-a-state "Seeing Like a State" +[twitter-go-links]: twitter-go-links "Twitter Go Links" +[caramel-city]: caramel-city "Caramel City" +[roam-go-links]: roam-go-links "Roam Go Links" +[bolobolo]: bolo'bolo "Bolo'bolo" +[binding-chaos]: binding-chaos "Binding Chaos" +[seeing-like-a-state]: seeing-like-a-state "Seeing Like a State" [//end]: # "Autogenerated link references" diff --git a/useful.md b/useful.md index 071239b55..f26938d25 100644 --- a/useful.md +++ b/useful.md @@ -1,2 +1,9 @@ # 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" \ No newline at end of file diff --git a/ward-cunningham.md b/ward-cunningham.md new file mode 100644 index 000000000..262346088 --- /dev/null +++ b/ward-cunningham.md @@ -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" \ No newline at end of file diff --git a/weekend-wednesday.md b/weekend-wednesday.md new file mode 100644 index 000000000..330bcfab0 --- /dev/null +++ b/weekend-wednesday.md @@ -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" \ No newline at end of file diff --git a/wikipedia.md b/wikipedia.md new file mode 100644 index 000000000..00a359150 --- /dev/null +++ b/wikipedia.md @@ -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" \ No newline at end of file