From f1494dcbab2b9599d64f56c6ab61d3c9395778af Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Sat, 2 Dec 2023 23:00:09 +0000 Subject: [PATCH] Sync Sat Dec 2 23:00:09 UTC 2023 --- 886.myco | 3 --- 887.myco | 3 --- 888.myco | 5 ----- 889.myco | 4 ---- 890.myco | 6 ------ 946.myco | 4 ++-- 949.myco | 4 ++++ 951.myco | 6 ++++++ 952.myco | 6 ++++++ 953.myco | 4 ++++ 954.myco | 6 ++++++ 955.myco | 4 ++++ Block Comments are a Bad Idea.myco | 4 ++++ Breaking the web forward.myco | 6 ++++++ Documents Are the Wrong Metaphor.myco | 4 ++-- Gripes With Go.myco | 3 --- Manu Chao.net.myco | 4 ---- POV Candle - mitxela.com.myco | 6 ++++++ Programming On 34 Keys.myco | 5 ----- The reckless, infinite scope of web browsers.myco | 6 ++++++ Tiny volumetric display.myco | 4 ++++ hardware - projects - mitxela.com.myco | 4 ++++ 22 files changed, 64 insertions(+), 37 deletions(-) delete mode 100644 886.myco delete mode 100644 887.myco delete mode 100644 888.myco delete mode 100644 889.myco delete mode 100644 890.myco create mode 100644 949.myco create mode 100644 951.myco create mode 100644 952.myco create mode 100644 953.myco create mode 100644 954.myco create mode 100644 955.myco create mode 100644 Block Comments are a Bad Idea.myco create mode 100644 Breaking the web forward.myco delete mode 100644 Gripes With Go.myco delete mode 100644 Manu Chao.net.myco create mode 100644 POV Candle - mitxela.com.myco delete mode 100644 Programming On 34 Keys.myco create mode 100644 The reckless, infinite scope of web browsers.myco create mode 100644 Tiny volumetric display.myco create mode 100644 hardware - projects - mitxela.com.myco diff --git a/886.myco b/886.myco deleted file mode 100644 index 61f7e0d..0000000 --- a/886.myco +++ /dev/null @@ -1,3 +0,0 @@ -= 886 -https://github.com/dimkr/tootik - diff --git a/887.myco b/887.myco deleted file mode 100644 index a47cb6f..0000000 --- a/887.myco +++ /dev/null @@ -1,3 +0,0 @@ -= 887 -https://peppe.rs/posts/gripes_with_go/ - diff --git a/888.myco b/888.myco deleted file mode 100644 index d17a60d..0000000 --- a/888.myco +++ /dev/null @@ -1,5 +0,0 @@ -= 888 -https://peppe.rs/posts/programming_on_34_keys/ - -> Minimizing your keyboard layout is a slippery slope. -> 34-keys has been reasonably comfortable to use, for both prose and program. My palms do not move across the desk at all, as I reach for keys. I mostly write Rust and Bash, and my layout has evolved to accomodate special characters from their grammars (angled brackets and hyphens, specifically). If you are on a similar journey, I would suggest focusing on accuracy and comfort over speed. Speed comes with time. \ No newline at end of file diff --git a/889.myco b/889.myco deleted file mode 100644 index bf75e04..0000000 --- a/889.myco +++ /dev/null @@ -1,4 +0,0 @@ -= 889 -http://manuchao.net/ - -Manu Chao's website \ No newline at end of file diff --git a/890.myco b/890.myco deleted file mode 100644 index 5249222..0000000 --- a/890.myco +++ /dev/null @@ -1,6 +0,0 @@ -= 890 -https://gitlab.com/budden/ja-o-s/-/blob/%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F/%D0%B4%D0%BE%D0%BA/%D1%8F%D0%B7%D1%8B%D0%BA-%D0%B8-%D0%B1%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA%D0%B0/%D0%BE%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5-%D1%8F%D0%B7%D1%8B%D0%BA%D0%B0.md - -Активный Оберон — база, его русский вариант должен, соответственно, быть базой. - -=> https://gitlab.com/budden/ja-o-s/-/blob/главная/source/Base64.Mod | Длинный пример кода \ No newline at end of file diff --git a/946.myco b/946.myco index f93ce1b..e477a70 100644 --- a/946.myco +++ b/946.myco @@ -1,6 +1,6 @@ = 946 -https://screensresearchhypertext.com/?stackedPages=%2FTaxonomy-as-Curation&stackedPages=%2FOntologies-Instead-of-Hierarchies&stackedPages=%2FTexts-and-Hypertexts&stackedPages=%2F__Fahrenheit-451__-and-the-Horrors-of-Booklessness&stackedPages=%2FToward-a-Nonlinear-Essay&stackedPages=%2FThe-Internet-Is-a-Mixtape&stackedPages=%2FDocuments-Are-the-Wrong-Metaphor +https://screensresearchhypertext.com/?stackedPages=%2FDocuments-Are-the-Wrong-Metaphor So the author says. They say, the right metaphor is songs! This is non-sensical, documents //are// the right metaphor, and we should do our best to preserve it. -The author of the website claims to know a bit about hypertext, and they do, but look at this URL! How to fix it? \ No newline at end of file +The author of the website claims to know a bit about hypertext, and they do, but look at this URL! How to fix it? **UPD.** From the computer I managed to close the extra tabs on the page which were not visible on the phone and fix the URL. \ No newline at end of file diff --git a/949.myco b/949.myco new file mode 100644 index 0000000..9d2a778 --- /dev/null +++ b/949.myco @@ -0,0 +1,4 @@ += 949 +https://futhark-lang.org/blog/2017-10-10-block-comments-are-a-bad-idea.html + +Be they nestable or not nestable, they fail. \ No newline at end of file diff --git a/951.myco b/951.myco new file mode 100644 index 0000000..42d9d23 --- /dev/null +++ b/951.myco @@ -0,0 +1,6 @@ += 951 +https://www.quirksmode.org/blog/archives/2021/08/breaking_the_we.html + +> Safari is holding back the web. It is the new IE, after all. In contrast, Chrome is pushing the web forward so hard that it’s starting to break. Meanwhile web developers do nothing except moan and complain. The only thing left to do is to pick our poison. + +This is actually why I prefer Safari. \ No newline at end of file diff --git a/952.myco b/952.myco new file mode 100644 index 0000000..db658b7 --- /dev/null +++ b/952.myco @@ -0,0 +1,6 @@ += 952 +https://drewdevault.com/2020/03/18/Reckless-limitless-scope.html + +> I conclude that it is impossible to build a new web browser. The complexity of the web is obscene. The creation of a new web browser would be comparable in effort to the Apollo program or the Manhattan project. + +A classic read. \ No newline at end of file diff --git a/953.myco b/953.myco new file mode 100644 index 0000000..e6aa0f0 --- /dev/null +++ b/953.myco @@ -0,0 +1,4 @@ += 953 +https://www.youtube.com/ + +A simple but satisfying design. 5 min video. \ No newline at end of file diff --git a/954.myco b/954.myco new file mode 100644 index 0000000..80cfa78 --- /dev/null +++ b/954.myco @@ -0,0 +1,6 @@ += 954 +https://mitxela.com/projects/candle + +> A tiny volumetric display! + +See [[953]] for a video. \ No newline at end of file diff --git a/955.myco b/955.myco new file mode 100644 index 0000000..7cd5f57 --- /dev/null +++ b/955.myco @@ -0,0 +1,4 @@ += 955 +https://mitxela.com/projects/hardware + +Hardware electronics projects. diff --git a/Block Comments are a Bad Idea.myco b/Block Comments are a Bad Idea.myco new file mode 100644 index 0000000..e879a2c --- /dev/null +++ b/Block Comments are a Bad Idea.myco @@ -0,0 +1,4 @@ += Block Comments are a Bad Idea +https://futhark-lang.org/blog/2017-10-10-block-comments-are-a-bad-idea.html + +Be they nestable or not nestable, they fail. \ No newline at end of file diff --git a/Breaking the web forward.myco b/Breaking the web forward.myco new file mode 100644 index 0000000..0e61e48 --- /dev/null +++ b/Breaking the web forward.myco @@ -0,0 +1,6 @@ += Breaking the web forward +https://www.quirksmode.org/blog/archives/2021/08/breaking_the_we.html + +> Safari is holding back the web. It is the new IE, after all. In contrast, Chrome is pushing the web forward so hard that it’s starting to break. Meanwhile web developers do nothing except moan and complain. The only thing left to do is to pick our poison. + +This is actually why I prefer Safari. \ No newline at end of file diff --git a/Documents Are the Wrong Metaphor.myco b/Documents Are the Wrong Metaphor.myco index 040e45e..f2f4231 100644 --- a/Documents Are the Wrong Metaphor.myco +++ b/Documents Are the Wrong Metaphor.myco @@ -1,6 +1,6 @@ = Documents Are the Wrong Metaphor -https://screensresearchhypertext.com/?stackedPages=%2FTaxonomy-as-Curation&stackedPages=%2FOntologies-Instead-of-Hierarchies&stackedPages=%2FTexts-and-Hypertexts&stackedPages=%2F__Fahrenheit-451__-and-the-Horrors-of-Booklessness&stackedPages=%2FToward-a-Nonlinear-Essay&stackedPages=%2FThe-Internet-Is-a-Mixtape&stackedPages=%2FDocuments-Are-the-Wrong-Metaphor +https://screensresearchhypertext.com/?stackedPages=%2FDocuments-Are-the-Wrong-Metaphor So the author says. They say, the right metaphor is songs! This is non-sensical, documents //are// the right metaphor, and we should do our best to preserve it. -The author of the website claims to know a bit about hypertext, and they do, but look at this URL! How to fix it? \ No newline at end of file +The author of the website claims to know a bit about hypertext, and they do, but look at this URL! How to fix it? **UPD.** From the computer I managed to close the extra tabs on the page which were not visible on the phone and fix the URL. \ No newline at end of file diff --git a/Gripes With Go.myco b/Gripes With Go.myco deleted file mode 100644 index 8a3ab68..0000000 --- a/Gripes With Go.myco +++ /dev/null @@ -1,3 +0,0 @@ -= Gripes With Go -https://peppe.rs/posts/gripes_with_go/ - diff --git a/Manu Chao.net.myco b/Manu Chao.net.myco deleted file mode 100644 index aaf3f29..0000000 --- a/Manu Chao.net.myco +++ /dev/null @@ -1,4 +0,0 @@ -= Manu Chao.net -http://manuchao.net/ - -Manu Chao's website \ No newline at end of file diff --git a/POV Candle - mitxela.com.myco b/POV Candle - mitxela.com.myco new file mode 100644 index 0000000..6735228 --- /dev/null +++ b/POV Candle - mitxela.com.myco @@ -0,0 +1,6 @@ += POV Candle - mitxela.com +https://mitxela.com/projects/candle + +> A tiny volumetric display! + +See [[953]] for a video. \ No newline at end of file diff --git a/Programming On 34 Keys.myco b/Programming On 34 Keys.myco deleted file mode 100644 index 4c4320e..0000000 --- a/Programming On 34 Keys.myco +++ /dev/null @@ -1,5 +0,0 @@ -= Programming On 34 Keys -https://peppe.rs/posts/programming_on_34_keys/ - -> Minimizing your keyboard layout is a slippery slope. -> 34-keys has been reasonably comfortable to use, for both prose and program. My palms do not move across the desk at all, as I reach for keys. I mostly write Rust and Bash, and my layout has evolved to accomodate special characters from their grammars (angled brackets and hyphens, specifically). If you are on a similar journey, I would suggest focusing on accuracy and comfort over speed. Speed comes with time. \ No newline at end of file diff --git a/The reckless, infinite scope of web browsers.myco b/The reckless, infinite scope of web browsers.myco new file mode 100644 index 0000000..01bd400 --- /dev/null +++ b/The reckless, infinite scope of web browsers.myco @@ -0,0 +1,6 @@ += The reckless, infinite scope of web browsers +https://drewdevault.com/2020/03/18/Reckless-limitless-scope.html + +> I conclude that it is impossible to build a new web browser. The complexity of the web is obscene. The creation of a new web browser would be comparable in effort to the Apollo program or the Manhattan project. + +A classic read. \ No newline at end of file diff --git a/Tiny volumetric display.myco b/Tiny volumetric display.myco new file mode 100644 index 0000000..d110cde --- /dev/null +++ b/Tiny volumetric display.myco @@ -0,0 +1,4 @@ += Tiny volumetric display +https://www.youtube.com/ + +A simple but satisfying design. 5 min video. \ No newline at end of file diff --git a/hardware - projects - mitxela.com.myco b/hardware - projects - mitxela.com.myco new file mode 100644 index 0000000..3e9ea08 --- /dev/null +++ b/hardware - projects - mitxela.com.myco @@ -0,0 +1,4 @@ += hardware - projects - mitxela.com +https://mitxela.com/projects/hardware + +Hardware electronics projects.