diff --git a/bmann.md b/bmann.md index 4d2b5d4ce..d3d4096ff 100644 --- a/bmann.md +++ b/bmann.md @@ -2,7 +2,6 @@ - [[pull]] [[boris mann]] - [//begin]: # "Autogenerated link references for markdown compatibility" [pull]: pull "Pull" [boris mann]: boris-mann "Boris Mann" diff --git a/boris-mann.md b/boris-mann.md index 691d3240f..7c202f4d6 100644 --- a/boris-mann.md +++ b/boris-mann.md @@ -1,11 +1,14 @@ # Boris Mann -- [[go]] bmannconsulting.com -- [[garden]] https://github.com/bmann/bmcgarden -- [[social.coop]] https://bmannconsulting.com/blog/2020/10/09/joining-social-coop/ -- [[mastodon]] https://social.coop/@bmann -- [[fediverse]] @bmann@social.coop -- [[project]] [[fission]] +- a [[person]]. + - [[friend]]. + - [[coder]] [[founder]] [[cooperativist]] + - [[fission]] + - [[go]] bmannconsulting.com + - [[garden]] https://github.com/bmann/bmcgarden + - [[social coop]] https://bmannconsulting.com/blog/2020/10/09/joining-social-coop/ + - [[mastodon]] https://social.coop/@bmann + - [[federation]] @bmann@social.coop ## [[2021-01-20]] @@ -57,27 +60,3 @@ - a [[squad]] is a collection of [[people]] with a set of [[skills]] coming together to work on a [[task]] or accomplish a [[goal]]. -[//begin]: # "Autogenerated link references for markdown compatibility" -[go]: go "Go" -[garden]: garden "Garden" -[social.coop]: socialcoop "Socialcoop" -[mastodon]: mastodon "Mastodon" -[fediverse]: fediverse "Fediverse" -[project]: project "Project" -[fission]: fission "Fission" -[2021-01-20]: journal/2021-01-20 "2021-01-20" -[digital garden]: digital-garden "Digital Garden" -[wiki]: wiki "Wiki" -[annotation]: annotation "Annotation" -[bmann]: bmann "Bmann" -[topic]: topic "Topic" -[markdown]: markdown "Markdown" -[goals]: goals "Goals" -[note]: note "Note" -[indie web]: indie-web "Indie Web" -[agora protocol]: agora-protocol "Agora Protocol" -[agora]: agora "Agora" -[mind merge]: mind-merge "Mind Merge" -[stoa]: stoa "Stoa" -[people]: people "People" -[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/friend.md b/friend.md index e5dbf51bc..bab987218 100644 --- a/friend.md +++ b/friend.md @@ -1,12 +1,6 @@ # Friend -- I consider my friends to be in the [[agora]]. -- I usually tell people online explicitly when I consider them my friends. I then try to mark them as [[friend]] in here, but I haven't done a great job at actually doing that and I haven't yet set up an automated process. -- [[todo]] [[automate]] +- a beautiful [[person]] + - I like to think of all of my friends as being in [[flancia]], and specifically in the [[agora]]. + - I usually tell people online explicitly when I consider them friends. I then try to mark them as [[friend]] in here, but I haven't done a great job at actually doing that and I haven't yet set up an automated process. - -[//begin]: # "Autogenerated link references for markdown compatibility" -[agora]: agora "Agora" -[friend]: friend "Friend" -[todo]: todo "Todo" -[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md new file mode 100644 index 000000000..c54199c47 --- /dev/null +++ b/journal/2021-04-19.md @@ -0,0 +1,14 @@ +# 2021-04-19 + +- [[week 16]] +- [[all together now]] +- [[garment design with gans]] +- [[friend]] +- [[bmann]] +- [[resonance]] +- [[clipboard management]] +- [[trees]] + - [[branches]] + - [[do done trees]] +- [[autopush]] and [[autopull]] plus [[pull deprioritization]] seems like it could yield a way better agora: more consistent, and a richer experience in most nodes. + diff --git a/journal/all-together-now.md b/journal/all-together-now.md new file mode 100644 index 000000000..4b0bfe9c7 --- /dev/null +++ b/journal/all-together-now.md @@ -0,0 +1,6 @@ +# all together now + +- a [[song]] + - [[yt]] https://www.youtube.com/watch?v=73lj5qJbrms + - [[go]] [[yt]] + diff --git a/journal/branches.md b/journal/branches.md new file mode 100644 index 000000000..65f404b87 --- /dev/null +++ b/journal/branches.md @@ -0,0 +1,11 @@ +# branches + +- [[trees]] have [[branches]] + - and [[leaves]] + - and a [[root]] +- [[pull]] [[tree simulator]] + +https://twitter.com/flancian/status/1384168593126957076 +https://twitter.com/flancian/status/1384171976629972999 + + diff --git a/journal/clipboard-management.md b/journal/clipboard-management.md new file mode 100644 index 000000000..14e15baea --- /dev/null +++ b/journal/clipboard-management.md @@ -0,0 +1,16 @@ +# clipboard management +One of my pet peeves while managing computers over VNC, like I do currently to communicate with [[nox]] mostly, is [[clipboard management]]. + +I've managed to do clipboard transfer [[nox]] -> laptop easily; I call it xclip-in: + +``` +ssh nox 'xclip -o -selection clipboard -d :0' | xclip -i -selection clipboard +``` + +But for some reason the other direction eludes me. That is, I can't seem to 'push' the clipboard from my laptop to nox. The following looks like it should work, but it doesn't; xclip -i just hangs forever: + +``` +xclip -o -selection clipboard | ssh nox 'xclip -i -selection clipboard -d :0' +``` + +If I strace the `xclip -i` call, I see a read() that contains the clipboard I'm trying to transfer -- and then an exit with 0. But the command never finishes. \ No newline at end of file diff --git a/journal/do-done-trees.md b/journal/do-done-trees.md new file mode 100644 index 000000000..49a9ffa32 --- /dev/null +++ b/journal/do-done-trees.md @@ -0,0 +1,4 @@ +# do done trees + +- [[do]] .. [[done]] [[trees]] are a [[pattern]]. + diff --git a/journal/garment-design-with-gans.md b/journal/garment-design-with-gans.md new file mode 100644 index 000000000..4cbddd744 --- /dev/null +++ b/journal/garment-design-with-gans.md @@ -0,0 +1,3 @@ +# garment design with gans + +- an [[article]] diff --git a/journal/leaves.md b/journal/leaves.md new file mode 100644 index 000000000..9573f82c7 --- /dev/null +++ b/journal/leaves.md @@ -0,0 +1,2 @@ +# leaves + diff --git a/journal/resonance.md b/journal/resonance.md new file mode 100644 index 000000000..67632b20f --- /dev/null +++ b/journal/resonance.md @@ -0,0 +1,5 @@ +# resonance + +- https://news.ycombinator.com/item?id=26859907 + - [[quote]] If you hear a sound of frequency f and others of frequency 2f, 3f, etc then there's a good chance these sounds come from the same object, due to the physical principle of resonance. And so our perception of sound evolved to reflect this... + diff --git a/leave.md b/leave.md new file mode 100644 index 000000000..570269ad9 --- /dev/null +++ b/leave.md @@ -0,0 +1,4 @@ +# leave + +- in a [[graph]], a [[node]] with no [[children]]. + diff --git a/leaves.md b/leaves.md new file mode 100644 index 000000000..81109443a --- /dev/null +++ b/leaves.md @@ -0,0 +1,3 @@ +# leaves + +- [[pull]] [[leave]] \ No newline at end of file diff --git a/manifesto.md b/manifesto.md index a2a514b2a..08ec0b7ed 100644 --- a/manifesto.md +++ b/manifesto.md @@ -3,17 +3,8 @@ - I am [[Flancian]] and this is my manifesto: - In Flancia there is no [[poverty]]. - In Flancia there is no [[privilege]]. - - In Flancia we shall, if you want, one day [[meet]]. - - Have I ever told you that in [[Flancia]] there is an [[Agora]]? + - In Flancia we could agree to [[meet]]. + - In [[Flancia]] there is an [[Agora]]. - [[go]] flancia.org/manifesto -[//begin]: # "Autogenerated link references for markdown compatibility" -[Flancian]: flancian "Flancian" -[poverty]: poverty "Poverty" -[privilege]: privilege "Privilege" -[meet]: meet "Meet" -[Flancia]: flancia "Flancia" -[Agora]: agora "Agora" -[go]: go "Go" -[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/meet.md b/meet.md index 062e3b8f7..690fc03bd 100644 --- a/meet.md +++ b/meet.md @@ -1,7 +1,8 @@ # Meet - [[go]] https://meet.google.com/qdx-zbjn-beq - - I like Google Meet more than [[Zoom]] :) + - I like Meet more than [[Zoom]], but I can use any system that is convenient for you. + - [[go/flancian/calendly]] - [[doodle]] https://doodle.com/poll/tbk6222z3h7g3h27 diff --git a/peter-limberg.md b/peter-limberg.md index 1f002b150..14dcef431 100644 --- a/peter-limberg.md +++ b/peter-limberg.md @@ -1,6 +1,7 @@ # Peter Limberg - A [[person]]. + - [[mondegreen]] [[peternlindberg]] - [[go]] thestoa.ca - [[twitter]] twitter.com/peternlimberg - "The whole future lies in uncertainty: live immediately." [[quote]] [[seneca]] @@ -9,12 +10,3 @@ - [[project]] [[thestoa.ca]] [[stoa]] -[//begin]: # "Autogenerated link references for markdown compatibility" -[person]: person "Person" -[go]: go "Go" -[twitter]: twitter "Twitter" -[pull]: pull "Pull" -[project]: project "Project" -[thestoa.ca]: thestoa.ca "thestoa.ca" -[stoa]: stoa "Stoa" -[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/peternlimberg.md b/peternlimberg.md new file mode 100644 index 000000000..e1e797358 --- /dev/null +++ b/peternlimberg.md @@ -0,0 +1,5 @@ +# peternlimberg + +- [[pull]] [[peter limberg]] + +https://twitter.com/peternlimberg/status/1301630738031431680 diff --git a/peternlindberg.md b/peternlindberg.md index 4dfcc1366..07c7521c1 100644 --- a/peternlindberg.md +++ b/peternlindberg.md @@ -1,7 +1,5 @@ # Peternlindberg -- A [[person]] on [[twitter]]. -- A [[friend]]. -- Thinks focusing only on problems is problematic: https://twitter.com/peternlimberg/status/1301630738031431680 +- A [[mondegreen]] of [[peternlimberg]]. [//begin]: # "Autogenerated link references for markdown compatibility" [person]: person "Person"