From 44de6ef0e2ae9e8198687174ec290e390c2aa3a6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 12:02:06 +0200 Subject: [PATCH 01/19] Autopush. --- journal/2021-04-19.md | 5 +++++ journal/garment-design-with-gans.md | 3 +++ journal/resonance.md | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 journal/2021-04-19.md create mode 100644 journal/garment-design-with-gans.md create mode 100644 journal/resonance.md diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md new file mode 100644 index 000000000..48115529d --- /dev/null +++ b/journal/2021-04-19.md @@ -0,0 +1,5 @@ +# 2021-04-19 + +- [[week 16]] +- [[garment design with gans]] +- [[resonance]] \ No newline at end of file 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/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... + From ad7367553ba2617ccc40897358008ad92458487a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 12:12:37 +0200 Subject: [PATCH 02/19] Autopush. --- journal/2021-04-19.md | 4 +++- journal/clipboard-management.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 journal/clipboard-management.md diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md index 48115529d..0d2473306 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -2,4 +2,6 @@ - [[week 16]] - [[garment design with gans]] -- [[resonance]] \ No newline at end of file +- [[resonance]] +- [[clipboard management]] + 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 From 4e3a7135068545ce85f79a1459cf1720d83c0574 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 17:35:15 +0200 Subject: [PATCH 03/19] Autopush. --- journal/2021-04-19.md | 1 + journal/branches.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 journal/branches.md diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md index 0d2473306..2e41560fc 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -4,4 +4,5 @@ - [[garment design with gans]] - [[resonance]] - [[clipboard management]] +- [[branches]] diff --git a/journal/branches.md b/journal/branches.md new file mode 100644 index 000000000..44616c537 --- /dev/null +++ b/journal/branches.md @@ -0,0 +1,4 @@ +# branches + +https://twitter.com/flancian/status/1384168593126957076 + From 00ad714ab97c239f6b7cf14f05eb4055f2c43062 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 17:49:47 +0200 Subject: [PATCH 04/19] Autopush. --- journal/branches.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/journal/branches.md b/journal/branches.md index 44616c537..9d8e77450 100644 --- a/journal/branches.md +++ b/journal/branches.md @@ -1,4 +1,9 @@ # branches -https://twitter.com/flancian/status/1384168593126957076 +- [[trees]] have [[branches]] + - and a [[root]] + +https://twitter.com/flancian/status/1384168593126957076 +https://twitter.com/flancian/status/1384171976629972999 + From 3b58d83ba3808dc36c0c4159461b1687a3a6d003 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 17:50:49 +0200 Subject: [PATCH 05/19] Autopush. --- journal/branches.md | 2 ++ journal/leaves.md | 2 ++ leaves.md | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 journal/leaves.md create mode 100644 leaves.md diff --git a/journal/branches.md b/journal/branches.md index 9d8e77450..65f404b87 100644 --- a/journal/branches.md +++ b/journal/branches.md @@ -1,7 +1,9 @@ # 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/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/leaves.md b/leaves.md new file mode 100644 index 000000000..fabb365f9 --- /dev/null +++ b/leaves.md @@ -0,0 +1,3 @@ +# leaves + +- in a [[graph]], a [[node]] with no [[children]]. \ No newline at end of file From 232fefe549f6b4ae9da8e3d02cc5e8bd36f2e6e4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 17:51:08 +0200 Subject: [PATCH 06/19] Autopush. --- leave.md | 4 ++++ leaves.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 leave.md 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 index fabb365f9..81109443a 100644 --- a/leaves.md +++ b/leaves.md @@ -1,3 +1,3 @@ # leaves -- in a [[graph]], a [[node]] with no [[children]]. \ No newline at end of file +- [[pull]] [[leave]] \ No newline at end of file From 9157ba922d08071655bb61e4972752510854acf1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 17:56:24 +0200 Subject: [PATCH 07/19] Autopush. --- manifesto.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/manifesto.md b/manifesto.md index a2a514b2a..aa762fb6e 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 can 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 From ca75043579218490397e9d24bbf9162973c24b6c Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 17:58:55 +0200 Subject: [PATCH 08/19] Autopush. --- manifesto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifesto.md b/manifesto.md index aa762fb6e..08ec0b7ed 100644 --- a/manifesto.md +++ b/manifesto.md @@ -3,7 +3,7 @@ - I am [[Flancian]] and this is my manifesto: - In Flancia there is no [[poverty]]. - In Flancia there is no [[privilege]]. - - In Flancia we can agree to [[meet]]. + - In Flancia we could agree to [[meet]]. - In [[Flancia]] there is an [[Agora]]. - [[go]] flancia.org/manifesto From bb09bb7c7b581468330c9ece376431f98e51a149 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 18:00:07 +0200 Subject: [PATCH 09/19] Autopush. --- meet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 419ff61486a02bdf70de12c83aae0a7e2d9237a7 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 18:30:34 +0200 Subject: [PATCH 10/19] Autopush. --- journal/2021-04-19.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md index 2e41560fc..937704c61 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -5,4 +5,5 @@ - [[resonance]] - [[clipboard management]] - [[branches]] +- [[autopush]] and [[autopull]] plus [[pull deprioritization]] seems like it could yield a way better agora: more consistent, and a richer experience in most nodes. From 9baf0fd1d17b8911e95abd3f847168926cc3cde5 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 19:41:28 +0200 Subject: [PATCH 11/19] Autopush. --- journal/2021-04-19.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md index 937704c61..dc021e786 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -4,6 +4,8 @@ - [[garment design with gans]] - [[resonance]] - [[clipboard management]] -- [[branches]] +- [[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. From 361ee7d62737715f63b5d7bbb11a8ef802aa8a45 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 19:41:53 +0200 Subject: [PATCH 12/19] Autopush. --- journal/do-done-trees.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 journal/do-done-trees.md 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]]. + From f63a955a3dcdd2ef21d0a00185bf5c163c887cf1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 19:43:18 +0200 Subject: [PATCH 13/19] Autopush. --- journal/2021-04-19.md | 1 + journal/all-together-now.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 journal/all-together-now.md diff --git a/journal/2021-04-19.md b/journal/2021-04-19.md index dc021e786..f29577bd7 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -1,6 +1,7 @@ # 2021-04-19 - [[week 16]] +- [[all together now]] - [[garment design with gans]] - [[resonance]] - [[clipboard management]] 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]] + From b4566dfec4ef552213badf87c0f749c1a2408d68 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 20:44:36 +0200 Subject: [PATCH 14/19] Autopush. --- friend.md | 12 +++--------- journal/2021-04-19.md | 1 + 2 files changed, 4 insertions(+), 9 deletions(-) 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 index f29577bd7..6ca5e354a 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -3,6 +3,7 @@ - [[week 16]] - [[all together now]] - [[garment design with gans]] +- [[friend]] - [[resonance]] - [[clipboard management]] - [[trees]] From fc0cc9012107b1a06f72f9094546d4e2dc6d488e Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 20:46:09 +0200 Subject: [PATCH 15/19] Autopush. --- bmann.md | 1 - boris-mann.md | 39 +++++++++------------------------------ journal/2021-04-19.md | 1 + 3 files changed, 10 insertions(+), 31 deletions(-) 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..71c575a8a 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]]. + - a [[friend]]. + - [[coder]] [[founder]] + - [[project]] [[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 + - [[fediverse]] @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/journal/2021-04-19.md b/journal/2021-04-19.md index 6ca5e354a..c54199c47 100644 --- a/journal/2021-04-19.md +++ b/journal/2021-04-19.md @@ -4,6 +4,7 @@ - [[all together now]] - [[garment design with gans]] - [[friend]] +- [[bmann]] - [[resonance]] - [[clipboard management]] - [[trees]] From 2efe2ef2a742275fddc97dde77624c72fc41d2dc Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 20:46:28 +0200 Subject: [PATCH 16/19] Autopush. --- boris-mann.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boris-mann.md b/boris-mann.md index 71c575a8a..9feb1106b 100644 --- a/boris-mann.md +++ b/boris-mann.md @@ -2,8 +2,8 @@ - a [[person]]. - a [[friend]]. - - [[coder]] [[founder]] - - [[project]] [[fission]] + - [[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/ From 34d24f127a3d4f0f5842ad58c055fa8a962003f1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 20:46:32 +0200 Subject: [PATCH 17/19] Autopush. --- boris-mann.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boris-mann.md b/boris-mann.md index 9feb1106b..665fd37b4 100644 --- a/boris-mann.md +++ b/boris-mann.md @@ -6,7 +6,7 @@ - [[fission]] - [[go]] bmannconsulting.com - [[garden]] https://github.com/bmann/bmcgarden - - [[social.coop]] https://bmannconsulting.com/blog/2020/10/09/joining-social-coop/ + - [[social coop]] https://bmannconsulting.com/blog/2020/10/09/joining-social-coop/ - [[mastodon]] https://social.coop/@bmann - [[fediverse]] @bmann@social.coop From da6f25f1ef3587677fb9aa47bb3621fa34b7e761 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 20:46:44 +0200 Subject: [PATCH 18/19] Autopush. --- boris-mann.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boris-mann.md b/boris-mann.md index 665fd37b4..fe84e9b58 100644 --- a/boris-mann.md +++ b/boris-mann.md @@ -7,8 +7,8 @@ - [[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 + - [[mastodon]] https://social.coop/@bmann + - [[federation]] @bmann@social.coop ## [[2021-01-20]] From 9eef7cb3495e734fd9f924f6ea3a65d26287ee9c Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 19 Apr 2021 20:48:57 +0200 Subject: [PATCH 19/19] Autopush. --- boris-mann.md | 2 +- peter-limberg.md | 10 +--------- peternlimberg.md | 5 +++++ peternlindberg.md | 4 +--- 4 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 peternlimberg.md diff --git a/boris-mann.md b/boris-mann.md index fe84e9b58..7c202f4d6 100644 --- a/boris-mann.md +++ b/boris-mann.md @@ -1,7 +1,7 @@ # Boris Mann - a [[person]]. - - a [[friend]]. + - [[friend]]. - [[coder]] [[founder]] [[cooperativist]] - [[fission]] - [[go]] bmannconsulting.com 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"