diff --git a/'Skew' in the history of computer systems.myco b/'Skew' in the history of computer systems.myco new file mode 100644 index 0000000..35f7f62 --- /dev/null +++ b/'Skew' in the history of computer systems.myco @@ -0,0 +1,4 @@ += 'Skew' in the history of computer systems +https://omar.website/posts/skew/ + +Different parts of computers improve over time with different speed. For example, CPU is much faster than RAM, but it wasn't always like that. Because of that, and other cases like that, there are extra abstractions in the computer design. \ No newline at end of file diff --git a/1.myco b/1.myco new file mode 100644 index 0000000..d74a26c --- /dev/null +++ b/1.myco @@ -0,0 +1,4 @@ += Gestlings +https://pbat.ch/gestlings/ + +Cool system, though I do understand it fully. I especially like the Gestku the author posts on the Fediverse. \ No newline at end of file diff --git a/10.myco b/10.myco new file mode 100644 index 0000000..8f9860e --- /dev/null +++ b/10.myco @@ -0,0 +1,4 @@ += Command Line Interface Guidelines +https://clig.dev + +Probably an allusion to Human Interface Guidelines by Apple. \ No newline at end of file diff --git a/100.myco b/100.myco new file mode 100644 index 0000000..1ef5c7d --- /dev/null +++ b/100.myco @@ -0,0 +1,4 @@ += gopherdata/gophernotes: The Go kernel for Jupyter notebooks and nteract. +https://github.com/gopherdata/gophernotes + +> Gophernotes is a Go kernel for Jupyter notebooks and nteract. It lets you use Go interactively in a browser-based notebook or desktop app. Use gophernotes to create and share documents that contain live Go code, equations, visualizations and explanatory text. These notebooks, with the live Go code, can then be shared with others via email, Dropbox, GitHub and the Jupyter Notebook Viewer. Go forth and do data science, or anything else interesting, with Go notebooks! diff --git a/101.myco b/101.myco new file mode 100644 index 0000000..68c67f7 --- /dev/null +++ b/101.myco @@ -0,0 +1,4 @@ += Go is a great programming language +https://drewdevault.com/2021/04/02/Go-is-a-great-language.html + +Perhaps the matter I most appreciate Go for is its long-term commitment to simplicity, stability, and robustness. I prize these traits more strongly than any other object of software design. The Go team works with an ethos of careful restraint, with each feature given deliberate consideration towards identifying the simplest and most complete solution, and they carefully constrain the scope of their implementations to closely fit those solutions. The areas where Go has failed in this regard are frightfully scarce. diff --git a/102.myco b/102.myco new file mode 100644 index 0000000..b5e2f2d --- /dev/null +++ b/102.myco @@ -0,0 +1,3 @@ += Любопытный, но довольно бесполезный пример полиморфизма в Go +https://t.me/teamerlin/6483 + diff --git a/103.myco b/103.myco new file mode 100644 index 0000000..2061887 --- /dev/null +++ b/103.myco @@ -0,0 +1,4 @@ += The Zen of Go | Dave Cheney +https://dave.cheney.net/2020/02/23/the-zen-of-go + +The author applies the Zen of Python to Go and tells us how Go programs should be written. This is a well-written article. diff --git a/104.myco b/104.myco new file mode 100644 index 0000000..7e73a12 --- /dev/null +++ b/104.myco @@ -0,0 +1,4 @@ += Are you a Go black belt? — Bitfield Consulting +https://bitfieldconsulting.com/golang/black-belt + +The author applies the belts from martial arts to Go knowledge. I have the green one. diff --git a/105.myco b/105.myco new file mode 100644 index 0000000..fecef29 --- /dev/null +++ b/105.myco @@ -0,0 +1,4 @@ += My Thoughts About Go - sulami's blog +https://blog.sulami.xyz/posts/my-thoughts-about-go/ + +> TL;DR* It feels boring, it feels old, and as a consequence overly laborious. As a general purpose language, I feel D does the job a lot better. \ No newline at end of file diff --git a/106.myco b/106.myco new file mode 100644 index 0000000..f392d88 --- /dev/null +++ b/106.myco @@ -0,0 +1,4 @@ += Lies we tell ourselves to keep using Golang +https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang + +A wonderful read diff --git a/107.myco b/107.myco new file mode 100644 index 0000000..dde1371 --- /dev/null +++ b/107.myco @@ -0,0 +1,4 @@ += How the Go runtime implements maps efficiently (without generics) | Dave Cheney +https://dave.cheney.net/2018/05/29/how-the-go-runtime-implements-maps-efficiently-without-generics + +I get the impression that a map can only hold 64 values from this text, but this is not true. How does it work? diff --git a/108.myco b/108.myco new file mode 100644 index 0000000..786b36e --- /dev/null +++ b/108.myco @@ -0,0 +1,5 @@ += ksimka/go-is-not-good: A curated list of articles complaining that go (golang) isn't good enough +https://github.com/ksimka/go-is-not-good + +> A curated list of articles complaining that go (golang) isn't good enough +Not maintained since 2017. Nevertheless, the list is huge! \ No newline at end of file diff --git a/109.myco b/109.myco new file mode 100644 index 0000000..0ff1108 --- /dev/null +++ b/109.myco @@ -0,0 +1,12 @@ += Go is not an easy language +https://www.arp242.net/go-easy.html + +> Go is not an easy programming language. It is simple in many ways: the syntax is simple, most of the semantics are simple. But a language is more than just syntax; it’s about doing useful stuff. And doing useful stuff is not always easy in Go. + +XahLee сказал: +> the best languages to learn today for the next 20 year are: golang, PowerShell, Mathematica. +Про голянг понятно. Про остальное: +> PowerShell or the pwsh, is far better shell than bash and unix bag friends. +> Mathematica, is the programing language far beyond any other in the computing industry. A magnitude beyond all existing. It is more than a programing language, because it is really a computational knowledge base. Asides from math functions, such as solving equations or integration symbolically and hundreds other special math functions only a handful mathematician understands, it also embodies just about every practical algorithm in computer science. So, given a algorithm, you might write it in lang X for a hour or days, but Mathematica has it as part of the language, just call a function. Mathematica has few thousand functions builtin, not even needing to load a library. + +🍄: Мне нравится, когда люди хорошо говорят о Мафематике. Мне она тоже нравится. Хочу как-нибудь лицензию получить... Говорят, с малиной π в комплекте идёт 🤔 diff --git a/11.myco b/11.myco new file mode 100644 index 0000000..5a99297 --- /dev/null +++ b/11.myco @@ -0,0 +1,6 @@ += Fun with text user interfaces +https://felix.plesoianu.ro/blog/tui-fun.html + +> The venerable Dialog utility (based on ncurses, and maintained by the same person for the past couple of decades) is one option: a small program that can handle a variety of common interactions like choosing a file to open, or entering dates, while looking good and being easy enough to use. + +The utility is as at [[https://invisible-island.net/dialog/dialog.html]]. \ No newline at end of file diff --git a/110.myco b/110.myco new file mode 100644 index 0000000..59e19d5 --- /dev/null +++ b/110.myco @@ -0,0 +1,4 @@ += lotide: Federated forum / link aggregator using ActivityPub +https://sr.ht/~vpzom/lotide/ + +> A federated forum / link aggregator using ActivityPub. diff --git a/111.myco b/111.myco new file mode 100644 index 0000000..cf6df82 --- /dev/null +++ b/111.myco @@ -0,0 +1,4 @@ += edsu/feediverse: Send RSS/Atom feeds to Mastodon +https://github.com/edsu/feediverse + +> feediverse will read RSS/Atom feeds and send the messages as Mastodon posts. It's meant to add a little bit of spice to your timeline from other places. Please use it responsibly. diff --git a/112.myco b/112.myco new file mode 100644 index 0000000..f63dc2f --- /dev/null +++ b/112.myco @@ -0,0 +1,6 @@ += ~mariusor/brutalinks - Link aggregator inspired by reddit using ActivityPub federation. - sourcehut git +https://git.sr.ht/~mariusor/brutalinks + +> This project represents a new attempt at the social link aggregator service. It is modelled after (old)Reddit, HackerNews, and Lobste.rs trying to combine the good parts of these services while mapping them on the foundation of an ActivityPub generic service called FedBOX. +> +> It targets small to medium communities which ideally focus on a single topic. At the same it allows the community to reach other similar services and the rest of the fediverse ecosystem through the ability to federate. \ No newline at end of file diff --git a/113.myco b/113.myco new file mode 100644 index 0000000..ed1044f --- /dev/null +++ b/113.myco @@ -0,0 +1,6 @@ += Guppe Groups +https://a.gup.pe/ + +> Guppe brings social groups to the fediverse — making it easy to connect and meet new people based on shared interests without the maniuplation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media. + +I used to post to [[https://a.gup.pe/u/mycorrhiza]]. \ No newline at end of file diff --git a/114.myco b/114.myco new file mode 100644 index 0000000..ada01e4 --- /dev/null +++ b/114.myco @@ -0,0 +1,4 @@ += Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica +https://arstechnica.com/gadgets/2023/01/mastodon-highlights-pros-and-cons-of-moving-beyond-big-tech-gatekeepers/ + +Contains quotes from Christine Lemmer-Webber! diff --git a/115.myco b/115.myco new file mode 100644 index 0000000..482e20c --- /dev/null +++ b/115.myco @@ -0,0 +1,6 @@ += grishka/Smithereen: Federated, ActivityPub-compatible social network server with friends, walls, and groups. +https://github.com/grishka/Smithereen + +Classic VK-inspired. + +Author's instance: https://friends.grishka.me/ \ No newline at end of file diff --git a/116.myco b/116.myco new file mode 100644 index 0000000..9232d20 --- /dev/null +++ b/116.myco @@ -0,0 +1,3 @@ += Some thoughts on Vala +https://links.bouncepaw.com/#ZgotmplZ + diff --git a/117.myco b/117.myco new file mode 100644 index 0000000..7b87b70 --- /dev/null +++ b/117.myco @@ -0,0 +1,3 @@ += Социальные сети +https://blog.danilax86.space/socialmedia/ + diff --git a/118.myco b/118.myco new file mode 100644 index 0000000..bca5bfd --- /dev/null +++ b/118.myco @@ -0,0 +1,3 @@ += Старый друг лучше новых двух +https://blog.danilax86.space/monitor/ + diff --git a/119.myco b/119.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/119.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/12.myco b/12.myco new file mode 100644 index 0000000..ec43d51 --- /dev/null +++ b/12.myco @@ -0,0 +1,4 @@ += Desert Island Test +https://wiki.debian.org/DesertIslandTest + +> "A good test case for whether a license is free (for issues like this) is whether a disconnected group of people on a desert island could distribute the software among themselves. In the vim case, they cannot. (For example, if the vim maintainer flies over the island and drops down a message saying "you must hereby send me your changes", how are the people down below to comply?) The fact that the vim maintainer can send the request does not say anything about whether the people receiving it could reply." diff --git a/120.myco b/120.myco new file mode 100644 index 0000000..8dbe825 --- /dev/null +++ b/120.myco @@ -0,0 +1,4 @@ += The Commander X16 has finally arrived! - YouTube +https://www.youtube.com/watch?v=AcWqMGju7fk + +The 8-Bit Guy and a big team have made a Commodore descendant. \ No newline at end of file diff --git a/121.myco b/121.myco new file mode 100644 index 0000000..bf55cdc --- /dev/null +++ b/121.myco @@ -0,0 +1,4 @@ += Why is the OpenBSD documentation so good? +https://dataswamp.org/~solene/2022-08-18-why-openbsd-documentation-is-good.html + +> The OpenBSD operating system is known to be secure, but also for having an accurate and excellent documentation. In this text, I'll try to figure out what makes the OpenBSD documentation so great. diff --git a/122.myco b/122.myco new file mode 100644 index 0000000..acae741 --- /dev/null +++ b/122.myco @@ -0,0 +1,4 @@ += Alex Schroeder: 2023-03-07 A vision for search +https://alexschroeder.ch/wiki/2023-03-07_A_vision_for_search + +> This compressed JSON file (better than XML, right?) would be a well-known path for every site, like “/.well-known/index.json.xz”. It lists all the pages on your domain, and their keywords. diff --git a/123.myco b/123.myco new file mode 100644 index 0000000..ce56715 --- /dev/null +++ b/123.myco @@ -0,0 +1,4 @@ += Alex Schroeder: 2023-02-22 Adapting the game +https://alexschroeder.ch/wiki/2023-02-22_Adapting_the_game + +How a Dune-inspired TTRPG might look? \ No newline at end of file diff --git a/124.myco b/124.myco new file mode 100644 index 0000000..875caa7 --- /dev/null +++ b/124.myco @@ -0,0 +1,4 @@ += Design notes on the 2023 Wikipedia redesign +https://alexhollender.com/wikipedia-2023-redesign + +Long cool article about the Wikipedia redesign. Nice pictures! diff --git a/125.myco b/125.myco new file mode 100644 index 0000000..d4903de --- /dev/null +++ b/125.myco @@ -0,0 +1,4 @@ += Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube +https://www.youtube.com/watch?v=vOGAJWW-SbU + +There are many videos involving mushrooms synthesizing audio, but here is one synthezing video as well! \ No newline at end of file diff --git a/126.myco b/126.myco new file mode 100644 index 0000000..9205dbf --- /dev/null +++ b/126.myco @@ -0,0 +1,4 @@ += Hokuto’s Kinoko (Mushrooms) | Hokuto Corporation +https://www.hokto-kinoko.co.jp/lang/en/kinoko/ + +A mushroom shop \ No newline at end of file diff --git a/127.myco b/127.myco new file mode 100644 index 0000000..9db8168 --- /dev/null +++ b/127.myco @@ -0,0 +1,3 @@ += Mushrooms — Palm93 gallery +https://heathens.club/~palm93/gallery/Mushrooms/ + diff --git a/128.myco b/128.myco new file mode 100644 index 0000000..935faf8 --- /dev/null +++ b/128.myco @@ -0,0 +1,4 @@ += Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia +https://incrussia.ru/news/mycel/ + +> Стартап Mycel привлек $10 млн, которые потратит на расширение штата и создание собственного производства в Южной Корее. Компания занимается разработкой заменителя кожи, в основе которого корневая структура грибов. diff --git a/129.myco b/129.myco new file mode 100644 index 0000000..c431654 --- /dev/null +++ b/129.myco @@ -0,0 +1,4 @@ += Mycosphere: Ancient-Future Artifact +https://mycelial.technology/fungi/mycosphere-artifact.html + +> An experiment in mycofabrication; conducted in collaboration with Ganoderma lucidum and harnessing the power of the Sun. diff --git a/13.myco b/13.myco new file mode 100644 index 0000000..a6b9968 --- /dev/null +++ b/13.myco @@ -0,0 +1,4 @@ += How Memory Safety Approaches Speed Up and Slow Down Development Velocity +https://verdagon.dev/blog/when-to-use-memory-safe-part-2 + +A good overview of 4 memory management approaches. TL;DR: There is no panacea. \ No newline at end of file diff --git a/130.myco b/130.myco new file mode 100644 index 0000000..371289d --- /dev/null +++ b/130.myco @@ -0,0 +1,4 @@ += Твит про замощение +https://nitter.it/trushinbv/status/1638176474619584512 + +> Тут нашли невыпуклый многоугольник, которым можно замостить плоскость бесконечным числом способов, при этом каждый из способов является непериодическим. \ No newline at end of file diff --git a/131.myco b/131.myco new file mode 100644 index 0000000..56444bd --- /dev/null +++ b/131.myco @@ -0,0 +1,4 @@ += 9front in QEMU +https://thorjhanson.com/blog/20220324-9front-in-qemu + +> A few months ago, I decided to attempt an installation of 9front (a popular fork of Plan 9) in QEMU. I was ultimately successful, and decided to write some notes down as I went. diff --git a/132.myco b/132.myco new file mode 100644 index 0000000..1ccfeec --- /dev/null +++ b/132.myco @@ -0,0 +1,4 @@ += cstate/cstate: 🔥 Open source static (serverless) status page. Uses hyperfast Go +https://github.com/cstate/cstate + +Sourcehut uses it: [[https://status.sr.ht]]. Maybe I should monitor my services the same way. \ No newline at end of file diff --git a/133.myco b/133.myco new file mode 100644 index 0000000..29351ed --- /dev/null +++ b/133.myco @@ -0,0 +1,4 @@ += 📏 Число Грэма: самое большое число в мире +https://romanavr.notion.site/5db4aab087564ff6b2b2ea6ef40fe8c8 + +Про гипероператор. \ No newline at end of file diff --git a/134.myco b/134.myco new file mode 100644 index 0000000..f7167b3 --- /dev/null +++ b/134.myco @@ -0,0 +1,4 @@ += Print Free Graph Paper +https://www.printfreegraphpaper.com/ + +> Save yourself money and a trip to the store! Print graph paper free from your computer. This site is perfect for science and math homework, craft projects and other graph paper needs. \ No newline at end of file diff --git a/135.myco b/135.myco new file mode 100644 index 0000000..5286870 --- /dev/null +++ b/135.myco @@ -0,0 +1,6 @@ += Naomi Kizhner's jewellery harvests energy from the human body +https://www.dezeen.com/2014/08/06/naomi-kizhner-energy-addicts-jewellery-human-electricity-production/ + +⚠️ Content warning: body modification. + +The one that is inserted in your arm is very exciting. \ No newline at end of file diff --git a/136.myco b/136.myco new file mode 100644 index 0000000..c1ba521 --- /dev/null +++ b/136.myco @@ -0,0 +1,4 @@ += MEMEX - Going Github [ 2023-03-25 ] +https://memex.marginalia.nu/log/77-going-github.gmi + +> I've moved Marginalia's sources to Github. Can't pick every battle. diff --git a/137.myco b/137.myco new file mode 100644 index 0000000..3fe5339 --- /dev/null +++ b/137.myco @@ -0,0 +1,4 @@ += Aaronson Oracle +https://people.ischool.berkeley.edu/~nick/aaronson-oracle/ + +Press keys D and F. After some time, the site will predict your next presses. I get accuracy 73 %. There is no such thing as human-generated randomness. \ No newline at end of file diff --git a/138.myco b/138.myco new file mode 100644 index 0000000..25f4344 --- /dev/null +++ b/138.myco @@ -0,0 +1,4 @@ += Oops, You Wrote a Database +https://dx.tips/oops-database + +This is about Mycorrhiza, for sure. \ No newline at end of file diff --git a/139.myco b/139.myco new file mode 100644 index 0000000..d6f3a4a --- /dev/null +++ b/139.myco @@ -0,0 +1,4 @@ += Granary +https://granary.io/ + +> Fetches and converts data between social networks, HTML and JSON with microformats2, ActivityStreams 1 and 2 (including ActivityPub), Atom, RSS, JSON Feed, and more. diff --git a/14.myco b/14.myco new file mode 100644 index 0000000..76d0d44 --- /dev/null +++ b/14.myco @@ -0,0 +1,4 @@ += Plan 9: экстремальный KISS +https://club.hugeping.ru/blog/TF9RuFRon9u7ps9Owka3#TF9RuFRon9u7ps9Owka3 + +hugeping рассказывает про Plan 9. Интересно! \ No newline at end of file diff --git a/140.myco b/140.myco new file mode 100644 index 0000000..b55f00d --- /dev/null +++ b/140.myco @@ -0,0 +1,10 @@ += Origins — Mythic Computer +https://www.mythic.computer/essays/origins + +img { https://www.mythic.computer/_next/image?url=%2Fimg%2FI-hero-small.jpg&w=3840&q=75 } + +A computer manufactured by a craftsman. + +> Japan operates with an Island metaphysic, where resources are finite in space (Japan is an island nation) but infinite in time (by virtue of natural regeneration). The West operates with a Faustian metaphysic, where resources are infinite in space (by virtue of conquest) and infinite in time. It's interesting to see these metaphysical realities manifest in something as ordinary as tool manufacture. + +> Our motto, ARMA ACRI FACIENDA VIRO, comes from Book VIII of The Aeneid when Vulcan commands the cyclopes to "Forge arms fit for a hero". \ No newline at end of file diff --git a/141.myco b/141.myco new file mode 100644 index 0000000..ecf35a2 --- /dev/null +++ b/141.myco @@ -0,0 +1,4 @@ += Bicycle +https://ciechanow.ski/bicycle/ + +A cool introduction to the physical forces and how it can be applied to bicycles. Cool interactive demœ! \ No newline at end of file diff --git a/142.myco b/142.myco new file mode 100644 index 0000000..3445f5c --- /dev/null +++ b/142.myco @@ -0,0 +1,4 @@ += SLOW NET +https://slownet.work/ + +> Slow Net is a series of experiments that explore how slow networks can be used to protect against data-collecting entities that threaten our autonomy and influence our identities. diff --git a/143.myco b/143.myco new file mode 100644 index 0000000..925eee3 --- /dev/null +++ b/143.myco @@ -0,0 +1,4 @@ += Kazimir Majorinc, A few examples of Lisp code typography +https://kazimirmajorinc.com/Documents/Lisp-code-typography/index.html + +Snippets of Lisp code from various texts, 1958 to 2011. Some funny images indeed. \ No newline at end of file diff --git a/144.myco b/144.myco new file mode 100644 index 0000000..3e2c349 --- /dev/null +++ b/144.myco @@ -0,0 +1,4 @@ += Why I Still Love PHP and Javascript After 20 years | the scapegoat dev +https://the.scapegoat.dev/why-i-love-php-and-javascript/ + +TL;DR: they get stuff done. diff --git a/145.myco b/145.myco new file mode 100644 index 0000000..5db0ced --- /dev/null +++ b/145.myco @@ -0,0 +1,3 @@ += Algebraic Data Types in JavaScript - w3future.com +http://w3future.com/weblog/stories/2008/06/16/adtinjs.xml + diff --git a/146.myco b/146.myco new file mode 100644 index 0000000..143856a --- /dev/null +++ b/146.myco @@ -0,0 +1,3 @@ += Adactio: Journal—Suspicion +https://adactio.com/journal/19029 + diff --git a/147.myco b/147.myco new file mode 100644 index 0000000..71abf42 --- /dev/null +++ b/147.myco @@ -0,0 +1,4 @@ += Is the madness ever going to end? +https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html + +> Electron and React Native Desktop are supposed to be a revolutionary new way of making desktop applications. Except they are not, and they eat up all the memory you have and still ask for more. They constantly crash and have no value over a native desktop application what so ever - well, perhaps with the only exception that now a 2 year old baby can make something shiny that you can click on with your mouse. diff --git a/148.myco b/148.myco new file mode 100644 index 0000000..b8c7ce0 --- /dev/null +++ b/148.myco @@ -0,0 +1,3 @@ += Как отправить сообщение на пейджер — the hard way / Хабр +https://habr.com/ru/companies/ruvds/articles/646861/ + diff --git a/149.myco b/149.myco new file mode 100644 index 0000000..9787015 --- /dev/null +++ b/149.myco @@ -0,0 +1,4 @@ += Memory Safeish Hare +https://acha.ninja/blog/memory-safeish-hare/ + +> Since the Hare programming language became public, it has been subject to some passionate criticism regarding a perceived lack of memory safety. I agree that memory safety concerns are very valid as shown by clear evidence, so the question becomes, should we write Hare off because someone online said it’s not strictly memory safe? I think that Hare can mitigate many of these problems today, while still being a small, simple and coherent language. let me explain how… diff --git a/15.myco b/15.myco new file mode 100644 index 0000000..7a0c4d0 --- /dev/null +++ b/15.myco @@ -0,0 +1,4 @@ += SCIM +https://git.sr.ht/~rostiger/scim/ + +> scim is a bash script to simplify scanning from the command line. diff --git a/150.myco b/150.myco new file mode 100644 index 0000000..de739c6 --- /dev/null +++ b/150.myco @@ -0,0 +1,3 @@ += BQN: finally, an APL for your flying saucer +https://mlochbaum.github.io/BQN/index.html + diff --git a/151.myco b/151.myco new file mode 100644 index 0000000..7fd3c8e --- /dev/null +++ b/151.myco @@ -0,0 +1,4 @@ += What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese +https://justalittlejapanese.com/post-300/ + +To those who don't know what is //teehee pero// and why do I say. \ No newline at end of file diff --git a/152.myco b/152.myco new file mode 100644 index 0000000..ceae9a5 --- /dev/null +++ b/152.myco @@ -0,0 +1,4 @@ += The Insidious Magic of Cats - Björn Wärmedal +https://warmedal.se/~bjorn/posts/2021-09-29-the-insidious-magic-of-cats.html + +> Our neighbour is quite happy about him having a safe haven from the other cats. When he was bullied so much that he wasn't even left alone to eat in peace she gave us cat food to give him. Nowadays we just buy our own. I don't know if he ever eats there any more, but he surely eats at our house every single day. \ No newline at end of file diff --git a/153.myco b/153.myco new file mode 100644 index 0000000..ab9f1f9 --- /dev/null +++ b/153.myco @@ -0,0 +1,4 @@ += ‘If it’s alive, it sleeps.’ Brainless creatures shed light on why we slumber | Science | AAAS +https://www.science.org/content/article/if-alive-sleeps-brainless-creatures-shed-light-why-we-slumber + +> > But others in the field are pushing for a much more inclusive view: that sleep evolved not with modern vertebrates as previously assumed, but perhaps a half-billion years ago when the first animals appeared. “I think if it’s alive, it sleeps,” says Paul Shaw, a neuroscientist from Washington University in St. Louis. The earliest life forms were unresponsive until they evolved ways to react to their environment, he suggests, and sleep is a return to the default state. “I think we didn’t evolve sleep, we evolved wakefulness.” \ No newline at end of file diff --git a/154.myco b/154.myco new file mode 100644 index 0000000..2c4c5d5 --- /dev/null +++ b/154.myco @@ -0,0 +1,6 @@ += Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine® +https://www.the-scientist.com/news-opinion/spider-uses-its-web-like-a-giant-engineered-ear-69366 + +> The bridge spider uses its web as an engineered “external ear” up to 10,000 times the size of its body, according to a preprint study posted to bioRxiv on October 18. The discovery, which has not yet been peer reviewed, challenges many assumptions that scientists have held for years about how spiders and potentially other arthropods navigate and interact with the world around them. +> +>“Evolutionarily speaking, spiders are just weird animals,” Jessica Petko, a Pennsylvania State University York biologist who didn’t work on the new study, writes in an email to The Scientist. “While it has been long known that spiders sense sound vibration with sensory hairs on their legs, this paper is the first to show that orb weaving spiders can amplify this sound by building specialized web structures.” \ No newline at end of file diff --git a/155.myco b/155.myco new file mode 100644 index 0000000..9ff2041 --- /dev/null +++ b/155.myco @@ -0,0 +1,4 @@ += Canadian Wetland Classification System — Wetland Policy +http://www.wetlandpolicy.ca/canadian-wetland-classification-system + +> The Canadian Wetland Classification System (National Wetlands Working Group 1997) is based on a hierarchical system, which includes (1) wetland class, (2) wetland form and (3) wetland type. The five wetland "classes" are differentiated by their developmental characteristics and the environment in which they exist. The five classes are: bog, fen, marsh, swamp, and shallow water. Some wetlands accumulate peat (partially-decomposed organic matter) and are called peatlands. Bogs and fens are the dominant peatland classes in Alberta, although some swamps and marshes can also accumulate peat. In contrast, shallow open water wetlands and many marshes and swamps do not accumulate peat. \ No newline at end of file diff --git a/156.myco b/156.myco new file mode 100644 index 0000000..e6408a4 --- /dev/null +++ b/156.myco @@ -0,0 +1,6 @@ += Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU +https://vikent.ru/author/210/ + +> «Уезжая в Великое Плаванье, Дарвин захватил с собой и недавно вышедший первый том «Основ геологии» крупного английского геолога Чарлза Лайеля (1797-1875), который, в противовес господствовавшей в то время теории катастроф, одним из первых пытался установить медленное, эволюционное развитие земной коры, происходящее под действием всё тех же вечных, так считал Лайель, факторов (атмосферные осадки, текучие воды, морские приливы и отливы, извержения вулканов, землетрясения и т. д.), какие незаметно для человеческого глаза неуклонно видоизменяют (малое творит БОЛЬШОЕ) лик земли. +> +> Эта книга произвела на Дарвина большое впечатление. В университетские годы он нисколько не сомневался в правильности основной церковной догмы (Библия, стих I: «Вначале сотворил Бог небо и землю» и так далее) или её вариантов (в какой-то момент Бог разочаровался в созданных им существах и ниспослал на их головы катастрофы, чтобы уничтожить всё живое и начать всё сначала). Однако теперь, воочию наблюдая во время многочисленных высадок на южно-американский континент природу этих далёких от Англии краёв, его начали брать сомнения. Он постепенно убеждался, что «ваять» природу, видимо, могут не только сверхъестественные божественные силы, но и действующие в продолжение гигантских промежутков времени (миллионы лет казались при Дарвине сроками фантастически большими, теперь счет идет уже на миллиарды) силы ничтожные. \ No newline at end of file diff --git a/157.myco b/157.myco new file mode 100644 index 0000000..884ae6e --- /dev/null +++ b/157.myco @@ -0,0 +1,3 @@ += Octopus punches fish in the head (just because it can) | Live Science +https://www.livescience.com/octopuses-punch-fish.html + diff --git a/158.myco b/158.myco new file mode 100644 index 0000000..8b9fdde --- /dev/null +++ b/158.myco @@ -0,0 +1,6 @@ += yojo: A CI bridge from Forgejo/Gitea to SourceHut +https://sr.ht/~emersion/yojo/ + +> A CI bridge from Forgejo/Gitea to SourceHut. + +=> https://yojo.emersion.fr/ \ No newline at end of file diff --git a/159.myco b/159.myco new file mode 100644 index 0000000..20418e7 --- /dev/null +++ b/159.myco @@ -0,0 +1,4 @@ += Humans Were Actually Apex Predators For 2 Million Years, New Study Finds +https://www.sciencealert.com/real-paleo-diets-may-have-been-far-more-carnivorous-than-anything-we-d-eat-today + +> Paleolithic cuisine was anything but lean and green, according to a recent study on the diets of our Pleistocene ancestors. diff --git a/16.myco b/16.myco new file mode 100644 index 0000000..a4f1415 --- /dev/null +++ b/16.myco @@ -0,0 +1,6 @@ += Riddle solved: Why was Roman concrete so durable? +https://news.mit.edu/2023/roman-concrete-durability-lime-casts-0106 + +> To prove that this was indeed the mechanism responsible for the durability of the Roman concrete, the team produced samples of hot-mixed concrete that incorporated both ancient and modern formulations, deliberately cracked them, and then ran water through the cracks. Sure enough: Within two weeks the cracks had completely healed and the water could no longer flow. An identical chunk of concrete made without quicklime never healed, and the water just kept flowing through the sample. + +I knew Roman concrete was cool, but not that cool! \ No newline at end of file diff --git a/160.myco b/160.myco new file mode 100644 index 0000000..ae7ef6f --- /dev/null +++ b/160.myco @@ -0,0 +1,3 @@ += Whostyles +https://www.kickscondor.com/whostyles + diff --git a/161.myco b/161.myco new file mode 100644 index 0000000..22c4c51 --- /dev/null +++ b/161.myco @@ -0,0 +1,4 @@ += whostyle - IndieWeb +https://indieweb.org/whostyle + +> \ No newline at end of file diff --git a/162.myco b/162.myco new file mode 100644 index 0000000..172470d --- /dev/null +++ b/162.myco @@ -0,0 +1,4 @@ += 🖌️ Horton Hears a Whostyle +https://jacobhall.net/2021/08/horton-hears-a-whostyle/ + +> \ No newline at end of file diff --git a/163.myco b/163.myco new file mode 100644 index 0000000..9bf35ae --- /dev/null +++ b/163.myco @@ -0,0 +1,4 @@ += My GPS Logs +https://aaronparecki.com/gps/ + +Aaron Parecki has been tracking the location precisely for a long time. \ No newline at end of file diff --git a/164.myco b/164.myco new file mode 100644 index 0000000..70b6534 --- /dev/null +++ b/164.myco @@ -0,0 +1,6 @@ += Funktal: a frugal functional programming language +https://wimvanderbauwhede.github.io/articles/funktal/ + +> Funktal is a functional programming language for the 64 kB Uxn virtual machine. + +> Why Fortran? Funktal is essentially an art project; using Fortran is a statement. I could have done this in C, but I prefer Fortran's arrays. I am using Fortran-90 but with a very restricted feature set. \ No newline at end of file diff --git a/165.myco b/165.myco new file mode 100644 index 0000000..7b6c8c8 --- /dev/null +++ b/165.myco @@ -0,0 +1,4 @@ += Return of the Obra Dinn +https://ru.m.wikipedia.org/wiki/Return_of_the_Obra_Dinn + +Хочу поиграть \ No newline at end of file diff --git a/166.myco b/166.myco new file mode 100644 index 0000000..f8c4ee3 --- /dev/null +++ b/166.myco @@ -0,0 +1,4 @@ += CyberChef +https://cyberchef.org/ + +> The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis \ No newline at end of file diff --git a/167.myco b/167.myco new file mode 100644 index 0000000..a642d60 --- /dev/null +++ b/167.myco @@ -0,0 +1,4 @@ += О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть +https://habr.com/ru/companies/soletude/articles/719280/ + +> TL;DR для тех, кому некогда читать: Три года реального времени, ~340 дней разработки, 2 423 часа. 106 849 строк кода (62% JavaScript, 32% PHP, 6% CSS). Собственный парсер формата .h3m (... \ No newline at end of file diff --git a/168.myco b/168.myco new file mode 100644 index 0000000..7bbabed --- /dev/null +++ b/168.myco @@ -0,0 +1,3 @@ += 77 Hardcore Polish Churches +https://www.presentandcorrect.com/blogs/blog/77-hardcore-polish-churches + diff --git a/169.myco b/169.myco new file mode 100644 index 0000000..aaf8c5d --- /dev/null +++ b/169.myco @@ -0,0 +1,4 @@ += Introducing Austral: A Systems Language with Linear Types and Capabilities +https://borretti.me/article/introducing-austral + +> Introducing a new programming language. \ No newline at end of file diff --git a/17.myco b/17.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/17.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/170.myco b/170.myco new file mode 100644 index 0000000..99cdacb --- /dev/null +++ b/170.myco @@ -0,0 +1,4 @@ += Linear types can change the world! +https://cs.ioc.ee/ewscs/2010/mycroft/linear-2up.pdf + +A smart paper about linear types. I did not grasp it fully. \ No newline at end of file diff --git a/171.myco b/171.myco new file mode 100644 index 0000000..eebd0b2 --- /dev/null +++ b/171.myco @@ -0,0 +1,4 @@ += Always be quitting - Julio Merino (jmmv.dev) +https://jmmv.dev/2021/04/always-be-quitting.html + +10 things to do to improve your team and make yourself replaceable. The author claims that being replaceable makes it easier for you to grow professionally. \ No newline at end of file diff --git a/172.myco b/172.myco new file mode 100644 index 0000000..4d1f289 --- /dev/null +++ b/172.myco @@ -0,0 +1,4 @@ += Tips on formatting Markdown lists - Julio Merino (jmmv.dev) +https://jmmv.dev/2022/07/markdown-lists.html + +Look at what they have to do to mimic the fraction of Mycomarkup's lists. \ No newline at end of file diff --git a/173.myco b/173.myco new file mode 100644 index 0000000..aa4590a --- /dev/null +++ b/173.myco @@ -0,0 +1,4 @@ += ~akkartik/snap.love - graph drawing tool - sourcehut git +https://git.sr.ht/~akkartik/snap.love + +> I've wanted something like this for a long time. Intended for small graphs where laying things out by hand is not too painful, and it's nice that things don't move around every time I make a change, as happens with graphviz. The file format is also amenable to git; no long lines, and adding new nodes or edges doesn't reorder unrelated nodes and edges. diff --git a/174.myco b/174.myco new file mode 100644 index 0000000..ffd2faa --- /dev/null +++ b/174.myco @@ -0,0 +1,3 @@ += One decade later, GNOME still sucks +https://felipec.wordpress.com/2023/03/04/one-decade-later-gnome-still-sucks/ + diff --git a/175.myco b/175.myco new file mode 100644 index 0000000..88cdc57 --- /dev/null +++ b/175.myco @@ -0,0 +1,8 @@ += Плохо — это нормально +https://ilyabirman.ru/meanwhile/2006/03/09/1/ + +> Нужно воспитывать людей вокруг себя. Нельзя прощать пиццериям холодной пиццы. Нужно звать менеджера, шеф-повара, кого угодно — и требовать горячей. Нельзя выходить из супермаркета через неудобный вход, когда удобный закрыли за пять минут до конца рабочего дня. Нужно звать начальника службы безопасности, управляющего, кого угодно — и заставлять его открыть тебе тот выход, через который тебе удобнее всего выйти. Не всегда будет получаться — иногда и менеджеры тоже бывают буфетчицами. +> +> Это сначала на тебя будут смотреть, как на сволочь последнюю. Но зато лет через 50 мы будем жить в другой стране. Если не ты, то кто это сделает? +> +> Плохой работе не может быть оправдания. \ No newline at end of file diff --git a/176.myco b/176.myco new file mode 100644 index 0000000..fc360bf --- /dev/null +++ b/176.myco @@ -0,0 +1,4 @@ += Why I recommend CGI instead of web frameworks +https://halestrom.net/darksleep/blog/046_cgi/ + +The author tells us that CGI is good and should be used a lot. diff --git a/177.myco b/177.myco new file mode 100644 index 0000000..cfa7b62 --- /dev/null +++ b/177.myco @@ -0,0 +1,7 @@ += Finding "The Internet" Toxic and Depressing? Consider Leaving Your Walled Garden. +https://cheapskatesguide.org/articles/toxic-gardens.html + +> If you are finding the Internet toxic and depressing, you are very likely spending your time on the wrong part of the Internet. + +I've read more than 20 texts like this. Here's another one. + diff --git a/178.myco b/178.myco new file mode 100644 index 0000000..a6f2ab6 --- /dev/null +++ b/178.myco @@ -0,0 +1,7 @@ += Reflections on the Internet: What It Should Be and Why +https://cheapskatesguide.org/articles/reflections-on-the-internet.html + +> In a sense, we have begun to worship the Internet while we have lost our understanding of the basic principles that led to its creation a mere generation and a half ago. In this article I give as clear a picture as I am capable of what the Internet could be to each of us and why it should be that way. + +Big text. + diff --git a/179.myco b/179.myco new file mode 100644 index 0000000..bae859a --- /dev/null +++ b/179.myco @@ -0,0 +1,4 @@ += Extremely Online In Real Life +https://www.datagubbe.se/constline/ + +> Is that enough? Evidence, as they say, suggests otherwise. We are finally always online and, as it turns out, lonelier than ever. diff --git a/18.myco b/18.myco new file mode 100644 index 0000000..72118ba --- /dev/null +++ b/18.myco @@ -0,0 +1,6 @@ += How to Use the rock phone +http://unreasonablefarm.org/phone_manual.html + +A description of a fantasy device. + +> The rock phone accepts various types of input: speech, morse code tap/hold, written characters, bluetooth keyboard, bluetooth headsets. The rock phone produces various types of output: speech, morse code beeps, bluetooth serial console, console avilable by wifi, remote screen available via wifi. The rock phone has a bone conduction speaker inside so you can place the rock phone on your temple or behind your ear to privately hear rock phone speech output/sounds, phone calls, music, or any other sound the rock phone might make. diff --git a/180.myco b/180.myco new file mode 100644 index 0000000..0d6a929 --- /dev/null +++ b/180.myco @@ -0,0 +1,6 @@ += The Internet Changed My Life +https://pointersgonewild.com/2022/01/19/the-internet-changed-my-life/ + +> I’ve seen multiple discussions online as to the negative effects of the internet on society. There’s definitely harmful content online. It makes me sad to see the internet being used as a tool to s… + +Via [[https://t.me/memory_heap/351]] \ No newline at end of file diff --git a/181.myco b/181.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/181.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/182.myco b/182.myco new file mode 100644 index 0000000..1116b4e --- /dev/null +++ b/182.myco @@ -0,0 +1,6 @@ += Compiling stack-based assembly to C +https://wimvanderbauwhede.github.io/articles/uxntal-to-C/ + +> What does it take to bring functional programming to a stack-based assembly language? + +About nito, [[181]]. diff --git a/183.myco b/183.myco new file mode 100644 index 0000000..4155cad --- /dev/null +++ b/183.myco @@ -0,0 +1,4 @@ += ChronoZoom +http://www.chronozoom.com/ + +> A collection of zoomable demos working in browser. It is not smooth. diff --git a/184.myco b/184.myco new file mode 100644 index 0000000..5b4af89 --- /dev/null +++ b/184.myco @@ -0,0 +1,4 @@ += Забытый зум +https://habr.com/ru/articles/210408/ + +Хорошая обзорная статья. diff --git a/185.myco b/185.myco new file mode 100644 index 0000000..b5da32b --- /dev/null +++ b/185.myco @@ -0,0 +1,6 @@ += Thoughts On Markdown — Smashing Magazine +https://www.smashingmagazine.com/2022/02/thoughts-on-markdown/ + +> Markdown in all its flavors, interpretations, and forks won’t go away. However, it’s important to look at emerging content formats that try to encompass modern needs. In this article, Knut shares his advice against Markdown by looking back on why it was introduced in the first place, and by going through some of the major developments of content on the web. + +The author tells how Markdown is used for different purposes. \ No newline at end of file diff --git a/186.myco b/186.myco new file mode 100644 index 0000000..5079f05 --- /dev/null +++ b/186.myco @@ -0,0 +1,4 @@ += Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers +https://cheapskatesguide.org/articles/thin-clients.html + +> When my T620, arrived in the mail, I was immediately impressed. It has a substantial weight, due to its stong metal case surrounded by a thick plastic with many perforations for air flow. The T620 is fan-less, so it is absolutely silent while running, perfect for an HTPC. It reminded me of a Dell business desktop computer, because its cover can be removed without tools. Inside, the T620 was completely dust free. It looked new on the outside and the inside. This was almost like buying a new computer for $26.35. I immediately removed the 16 GB SSD and booted the T620 from an external USB flash drive with a command-line-only Debian distribution. Seeing that the power consumption never rose above 11 Watts during boot and remained at 5-6 Watts while idling confirmed that this should make a fine web server or NAS. diff --git a/187.myco b/187.myco new file mode 100644 index 0000000..1d8cbaf --- /dev/null +++ b/187.myco @@ -0,0 +1,4 @@ += Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server +https://cheapskatesguide.org/articles/x86-webserver.html + +Seems like a continuation of the previous article: [[186]] diff --git a/188.myco b/188.myco new file mode 100644 index 0000000..de0c447 --- /dev/null +++ b/188.myco @@ -0,0 +1,4 @@ += There’s more than one way to write an IP address +https://ma.ttias.be/theres-more-than-one-way-to-write-an-ip-address/ + +Shocking \ No newline at end of file diff --git a/189.myco b/189.myco new file mode 100644 index 0000000..4f2268c --- /dev/null +++ b/189.myco @@ -0,0 +1,6 @@ += Уровень +https://grishaev.me/prog-level/ + +> Пока мир сходит с ума по искусственному интеллекту, всплакну о низком уровне разработчиков. Подкатило, нужно выплеснуть. + +Иван Гришаев жалуется, что программисты плохо программируют. \ No newline at end of file diff --git a/19.myco b/19.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/19.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/190.myco b/190.myco new file mode 100644 index 0000000..5d8b92f --- /dev/null +++ b/190.myco @@ -0,0 +1,4 @@ += ~kylep/beans - A flow based programming language built on uxn. - sourcehut git +https://git.sr.ht/~kylep/beans + +> A flow based programming language built on [[https://git.sr.ht/~rabbits/uxn/ | uxn]]. \ No newline at end of file diff --git a/191.myco b/191.myco new file mode 100644 index 0000000..9c0f885 --- /dev/null +++ b/191.myco @@ -0,0 +1,11 @@ += tvler/streetpass: Find your people on Mastodon +https://streetpass.social + +=> https://github.com/tvler/streetpass +> Find your people on Mastodon. + +> StreetPass is a browser extension that helps you find your people on Mastodon. Here's how it works: +> +> *. Mastodon users verify themselves by adding a custom link to their personal site. +> *. StreetPass lets you know when you've found one of these links, and adds them to your StreetPass list. +> *. Browse the web as usual. StreetPass will build a list of Mastodon users made up of the websites you go to. \ No newline at end of file diff --git a/192.myco b/192.myco new file mode 100644 index 0000000..6b73207 --- /dev/null +++ b/192.myco @@ -0,0 +1,4 @@ += z3bra.org - monochromatic blog +https://blog.z3bra.org/ + +Cool blog. Completed. \ No newline at end of file diff --git a/193.myco b/193.myco new file mode 100644 index 0000000..cd67c36 --- /dev/null +++ b/193.myco @@ -0,0 +1,5 @@ += Блог Рахима +https://rakh.im/ + +> О технологиях, жизни, идеях и науке. +Завершён. \ No newline at end of file diff --git a/194.myco b/194.myco new file mode 100644 index 0000000..32f1641 --- /dev/null +++ b/194.myco @@ -0,0 +1,6 @@ += EnglishFrontPage - Greg's Wiki +https://mywiki.wooledge.org/ + +> This is Greg's (also known as GreyCat's) wiki. It has some pages which may be of interest for people doing Unix shell scripting or system administration. + +All Bash quirks are here. \ No newline at end of file diff --git a/195.myco b/195.myco new file mode 100644 index 0000000..5b402a6 --- /dev/null +++ b/195.myco @@ -0,0 +1,4 @@ += domino: a tool for collaging thoughts +https://kool.tools/domino/#0,0 + +Spatial! \ No newline at end of file diff --git a/196.myco b/196.myco new file mode 100644 index 0000000..4d47981 --- /dev/null +++ b/196.myco @@ -0,0 +1,5 @@ += domino 2 +https://kool.tools/domino2/ + + +Spatial! \ No newline at end of file diff --git a/197.myco b/197.myco new file mode 100644 index 0000000..86e1a38 --- /dev/null +++ b/197.myco @@ -0,0 +1,4 @@ += Outliner Wiki +https://nosycat.codeberg.page/outliner-wiki/#0,1 + +A collection of some outliners and note-taking apps on a Domino board. \ No newline at end of file diff --git a/198.myco b/198.myco new file mode 100644 index 0000000..79e5e32 --- /dev/null +++ b/198.myco @@ -0,0 +1,4 @@ += Feather Wiki | About +https://feather.wiki/ + +> A tiny tool for simple, self-contained wikis! \ No newline at end of file diff --git a/199.myco b/199.myco new file mode 100644 index 0000000..3b13a88 --- /dev/null +++ b/199.myco @@ -0,0 +1,4 @@ += A Life Less Ads | datagubbe.se +https://www.datagubbe.se/lessads/ + +How to receive less ads and how good it is. \ No newline at end of file diff --git a/2.myco b/2.myco new file mode 100644 index 0000000..ec6de3c --- /dev/null +++ b/2.myco @@ -0,0 +1,3 @@ += Stop Building On Corporate-Controlled Languages +https://blog.deckc.hair/2023-01-18-stop-building-on-corporate-controlled-languages.html + diff --git a/20.myco b/20.myco new file mode 100644 index 0000000..aaf523b --- /dev/null +++ b/20.myco @@ -0,0 +1,4 @@ += Holocene calendar +https://en.wikipedia.org/wiki/Holocene_calendar + +CLI from Merveilles introduced me to it. I have also seen it before somewhere. \ No newline at end of file diff --git a/200.myco b/200.myco new file mode 100644 index 0000000..1bae30d --- /dev/null +++ b/200.myco @@ -0,0 +1,3 @@ += How to understand Cyrillic – Paratype +https://info.paratype.com/how-to-understand-cyrillic/ + diff --git a/201.myco b/201.myco new file mode 100644 index 0000000..ddd19bc --- /dev/null +++ b/201.myco @@ -0,0 +1,4 @@ += InputOutput | Home +https://inputoutput.dev/ + +> Simple web tools with no popups, no cookies, no tracking. \ No newline at end of file diff --git a/202.myco b/202.myco new file mode 100644 index 0000000..5432015 --- /dev/null +++ b/202.myco @@ -0,0 +1,4 @@ += Интернет всё забывает +https://bolknote.ru/all/internet-vsyo-zabyvaet/ + +> Нередко на статье о какой-нибудь очередной инновации я вспоминаю, что такое уже анонсировали лет 15—20 назад, но найти этого не удаётся, — все новостные издания, которые об этом писали, давно исчезли. diff --git a/203.myco b/203.myco new file mode 100644 index 0000000..be564ac --- /dev/null +++ b/203.myco @@ -0,0 +1,4 @@ += research!rsc: The Magic of Sampling, and its Limitations +https://research.swtch.com/sample + +A month after reading this article, I learned the same thing at the university. \ No newline at end of file diff --git a/204.myco b/204.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/204.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/205.myco b/205.myco new file mode 100644 index 0000000..383f1e5 --- /dev/null +++ b/205.myco @@ -0,0 +1,4 @@ += принцип нулевой ошибки +https://agnessa.pp.ru/logicofthings/20210705212348-%d0%bf%d1%80%d0%b8%d0%bd%d1%86%d0%b8%d0%bf_%d0%bd%d1%83%d0%bb%d0%b5%d0%b2%d0%be%d0%b8_%d0%be%d1%88%d0%b8%d0%b1%d0%ba%d0%b8.html + +> Poka Yoke - яп. «избегать ошибок». Не искать виноватых в ошибках, но совершенствовать процесс. diff --git a/206.myco b/206.myco new file mode 100644 index 0000000..025118f --- /dev/null +++ b/206.myco @@ -0,0 +1,3 @@ += Типографика языка ифкуиль +https://habr.com/ru/articles/684824/ + diff --git a/207.myco b/207.myco new file mode 100644 index 0000000..77d6c7f --- /dev/null +++ b/207.myco @@ -0,0 +1,3 @@ += How does IRC's federation model compare to ActivityPub? +https://drewdevault.com/2021/07/03/How-does-IRC-federate.html + diff --git a/208.myco b/208.myco new file mode 100644 index 0000000..3b5faec --- /dev/null +++ b/208.myco @@ -0,0 +1,4 @@ += There is no 64-bit type in C89 - the sporks space +https://sporks.space/2021/07/02/there-is-no-64-bit-type-in-c89/ + +`long long` does not exist there! It is all extensions. \ No newline at end of file diff --git a/209.myco b/209.myco new file mode 100644 index 0000000..390ea3a --- /dev/null +++ b/209.myco @@ -0,0 +1,4 @@ += Present & Correct +https://www.presentandcorrect.com/ + +Beautiful stuff. Check out the blog! \ No newline at end of file diff --git a/21.myco b/21.myco new file mode 100644 index 0000000..a0e0a0f --- /dev/null +++ b/21.myco @@ -0,0 +1,4 @@ += Trainleave +https://github.com/akuktin/trainleave + +> Implementation of Unicode for Uxn \ No newline at end of file diff --git a/210.myco b/210.myco new file mode 100644 index 0000000..2429746 --- /dev/null +++ b/210.myco @@ -0,0 +1,4 @@ += SQLite the only database you will ever need in most cases +https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html + +This is true. \ No newline at end of file diff --git a/211.myco b/211.myco new file mode 100644 index 0000000..a7a5e1c --- /dev/null +++ b/211.myco @@ -0,0 +1,4 @@ += Matching pantry containers +https://rachsmith.com/matching-pantry-containers/ + +> I want matching pantry containers, even though I shouldn't. \ No newline at end of file diff --git a/212.myco b/212.myco new file mode 100644 index 0000000..cfce863 --- /dev/null +++ b/212.myco @@ -0,0 +1,4 @@ += How do I know if I really need object oriented programming? +https://unixsheikh.com/articles/how-do-i-know-if-i-really-need-object-oriented-programming.html + +> It's easy to determine if you really need the object oriented paradigm, you just need to look for the things that you can only do with object oriented programming and then ask yourself whether you really need that. It's called "The Three Pillars of Object-Oriented Programming". If you don't use all three at the same time, then you're not doing object oriented programming and you don't need it. diff --git a/213.myco b/213.myco new file mode 100644 index 0000000..ec08f08 --- /dev/null +++ b/213.myco @@ -0,0 +1,4 @@ += Why OO Sucks by Joe Armstrong +http://harmful.cat-v.org/software/OO_programming/why_oo_sucks + +> My principle objection to OOP goes back to the basic ideas involved, I will outline some of these ideas and my objections to them. diff --git a/214.myco b/214.myco new file mode 100644 index 0000000..8f832b7 --- /dev/null +++ b/214.myco @@ -0,0 +1,4 @@ += Tragedy +https://adactio.com/journal/20163 + +> Greek tragedies are time-travel stories. \ No newline at end of file diff --git a/215.myco b/215.myco new file mode 100644 index 0000000..0e2d00e --- /dev/null +++ b/215.myco @@ -0,0 +1,6 @@ += Семь предметом для японской женщины — Haiku Daily +https://t.me/HaikuDaily/1425 + +> В японской культуре есть такое расхожее выражение «нанацу доогу» — семь предметов (или семь инструментов), которые определяют человека по профессии или по его предназначению. +> +> Например, есть список для воина, куда входят: кольчуга( панцирь), катана, длинный меч, лук, стрелы, накидка «хоро» и шлем. diff --git a/216.myco b/216.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/216.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/217.myco b/217.myco new file mode 100644 index 0000000..41961d6 --- /dev/null +++ b/217.myco @@ -0,0 +1,5 @@ += offbrand mp3 players, in honor of the retirement of the ipod +https://maya.land/monologues/2022/05/11/offbrand-mp3-players-ipod-retirement.html + +> They’re finally killing the iPod. +Cool mp3 players photos. \ No newline at end of file diff --git a/218.myco b/218.myco new file mode 100644 index 0000000..9bf38a5 --- /dev/null +++ b/218.myco @@ -0,0 +1,6 @@ += Online Communities are Ephemeral - the sporks space +https://sporks.space/2022/03/05/online-communities-are-ephemeral/ + +> Online communities spawn, grow, and die. Why? How? What can be done? + +It just happens. Nothing can be done. Accept. \ No newline at end of file diff --git a/219.myco b/219.myco new file mode 100644 index 0000000..24ae99b --- /dev/null +++ b/219.myco @@ -0,0 +1,9 @@ += The original URL for this prediction (www.longbets.org/601) will no longer be available in eleven years. - Long Bets +https://longbets.org/601/ + +> “The original URL for this prediction (www.longbets.org/601) will no longer be available in eleven years.” +It stayed the same. + +Also mentioned here: [[https://gmb.21x2.net/archive/202202/22214308.html]] + +Author's write-up: https://adactio.com/journal/18862 \ No newline at end of file diff --git a/22.myco b/22.myco new file mode 100644 index 0000000..9cbb378 --- /dev/null +++ b/22.myco @@ -0,0 +1,4 @@ += A different kind of keyboard +https://ianthehenry.com/posts/peggi/ + +An arpeggio keyboard. Reminds me of Octodon. \ No newline at end of file diff --git a/220.myco b/220.myco new file mode 100644 index 0000000..eabeb5f --- /dev/null +++ b/220.myco @@ -0,0 +1,4 @@ += неочевидные интернеты +https://agnessa.pp.ru/computer/20210320235900-%d0%bd%d0%b5%d0%be%d1%87%d0%b5%d0%b2%d0%b8%d0%b4%d0%bd%d1%8b%d0%b5_%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82%d1%8b.html + +имя им легион \ No newline at end of file diff --git a/221.myco b/221.myco new file mode 100644 index 0000000..aba0874 --- /dev/null +++ b/221.myco @@ -0,0 +1,4 @@ += web archiving +https://agnessa.pp.ru/computer/20210731230816-web_archiving.html + +> \ No newline at end of file diff --git a/222.myco b/222.myco new file mode 100644 index 0000000..2b9ef22 --- /dev/null +++ b/222.myco @@ -0,0 +1,4 @@ += Ссылки +https://bolknote.ru/all/ssylki/ + +> Поймал себя на мысли, что совершенно не хочется куда-либо ссылаться, когда пишу заметки в блог. За 21 год существования этого сайта, померло почти всё \ No newline at end of file diff --git a/223.myco b/223.myco new file mode 100644 index 0000000..987e5e0 --- /dev/null +++ b/223.myco @@ -0,0 +1,8 @@ += Си должен умереть? +https://club.hugeping.ru/zynrWlX9T9f2AYKEmIAA#zynrWlX9T9f2AYKEmIAA + +> Киллер-фич зига три, на мой взгляд +> +> *. Тотальный контроль работы с памятью, намного более гранулярный, чем в C (аллокатор из коробки не один, их много, они разные, можно делать свои и передавать их другим программам) +> *. Минимум имплицитного поведения, то есть всё максимально явно описывается в языке +> *. Compile Time metaprogramming, то есть компилятор во время компиляции может исполнять код, при этом само понятие "тип" это просто объект языка, с которым можно поступать так же как с числами, или структурами. Просто гляньте как в Zig сделаны дженерики https://ziglang.org/documentation/master/#Generic-Data-Structures diff --git a/224.myco b/224.myco new file mode 100644 index 0000000..4c4ef72 --- /dev/null +++ b/224.myco @@ -0,0 +1,3 @@ += микроразметки +https://agnessa.pp.ru/computer/site/20210826125557-%d0%bc%d0%b8%d0%ba%d1%80%d0%be%d1%80%d0%b0%d0%b7%d0%bc%d0%b5%d1%82%d0%ba%d0%b8.html + diff --git a/225.myco b/225.myco new file mode 100644 index 0000000..ff02cd4 --- /dev/null +++ b/225.myco @@ -0,0 +1,6 @@ += IndieWeb Events | IndieWeb Events +https://events.indieweb.org/ + +Once a year I visit them. + +[[https://warmedal.se/~bjorn/posts/2021-10-13-attended-the-indieweb-homebrew-website-club-meeting.html | Björn Wärmedal like them too.]] \ No newline at end of file diff --git a/226.myco b/226.myco new file mode 100644 index 0000000..e294057 --- /dev/null +++ b/226.myco @@ -0,0 +1,4 @@ += One Letter Programming Languages +https://beza1e1.tuxen.de/one_letter_proglangs.html + +> If you are looking for a free name, there is none. \ No newline at end of file diff --git a/227.myco b/227.myco new file mode 100644 index 0000000..062eeb4 --- /dev/null +++ b/227.myco @@ -0,0 +1,4 @@ += Turning suckless into suckmore +https://unixsheikh.com/articles/turning-suckless-into-suckmore.html + +> The suckless philosophy is all about keeping things simple, minimal and usable, but some people seem to have misunderstood it completely. diff --git a/228.myco b/228.myco new file mode 100644 index 0000000..444a1a0 --- /dev/null +++ b/228.myco @@ -0,0 +1,3 @@ += Why you should migrate everything from Linux to BSD +https://unixsheikh.com/articles/why-you-should-migrate-everything-from-linux-to-bsd.html + diff --git a/229.myco b/229.myco new file mode 100644 index 0000000..b2e0d8c --- /dev/null +++ b/229.myco @@ -0,0 +1,4 @@ += How to implement strings +https://beza1e1.tuxen.de/strings.html + +> There are many alternatives to C strings. Here we explore the design space. \ No newline at end of file diff --git a/23.myco b/23.myco new file mode 100644 index 0000000..f00185b --- /dev/null +++ b/23.myco @@ -0,0 +1,4 @@ += 📜 Scroll: tools for thought. +https://scroll.pub + +Not exactly sure what that is, but looks cool, like a newspaper. \ No newline at end of file diff --git a/230.myco b/230.myco new file mode 100644 index 0000000..ddce8ab --- /dev/null +++ b/230.myco @@ -0,0 +1,4 @@ += OpenBSD is fantastic +https://unixsheikh.com/articles/openbsd-is-fantastic.html + +> I have been using OpenBSD, a FREE, multi-platform 4.4BSD-based Unix-like operating system, both professionally and privately since about 2004, and today I'm going to share some of my experiences. \ No newline at end of file diff --git a/231.myco b/231.myco new file mode 100644 index 0000000..f39bb49 --- /dev/null +++ b/231.myco @@ -0,0 +1,6 @@ += Nintendo Switch browser capabilities +https://blog.webb.page/2017-11-14-nintendo-switch-browser-capabilities.txt + +Not so good. + +I am sorry for linking such a ridiculously made website. \ No newline at end of file diff --git a/232.myco b/232.myco new file mode 100644 index 0000000..553014e --- /dev/null +++ b/232.myco @@ -0,0 +1,4 @@ += The Sore Feet Song / Mushishi theme tune +https://musicallykerr.tumblr.com/post/69098622648/the-sore-feet-song-mushishi-theme-tune + +The Sore Feet Song, that was used in a Mushishi opening, was, in fact, not originally written for Mushishi! The author of the song elaborates on that a little. \ No newline at end of file diff --git a/233.myco b/233.myco new file mode 100644 index 0000000..20f53bd --- /dev/null +++ b/233.myco @@ -0,0 +1,4 @@ += barnsworthburning +https://barnsworthburning.net/spaces/interfaces/spatial-interfaces + +A collection of notes. diff --git a/234.myco b/234.myco new file mode 100644 index 0000000..1e2945a --- /dev/null +++ b/234.myco @@ -0,0 +1,5 @@ += A case against tabs +https://kazlauskas.me/entries/a-case-against-tabs + +Tabs are bad, and we can do without them as long as we have windows. + diff --git a/235.myco b/235.myco new file mode 100644 index 0000000..0d17da4 --- /dev/null +++ b/235.myco @@ -0,0 +1,3 @@ += About the Finder... - Page 1 - (03/2003) +https://archive.arstechnica.com/paedia/f/finder/finder-1.htm + diff --git a/236.myco b/236.myco new file mode 100644 index 0000000..ba45b34 --- /dev/null +++ b/236.myco @@ -0,0 +1,5 @@ += Victor (@vponamariov) +https://notabird.site/vponamariov/status/1385570318673235971 + +img { https://nitter.42l.fr/pic/media%2FEzqCFqcWUAItPve.jpg%3Fname%3Dorig } +> How user interface evolved for the past 40 years ✨ \ No newline at end of file diff --git a/237.myco b/237.myco new file mode 100644 index 0000000..24993d5 --- /dev/null +++ b/237.myco @@ -0,0 +1,4 @@ += Spider Solitaire Windows XP +https://www.freecell.io/game/spider-solitaire-windows-xp/ + +> The online game Spider Solitaire Windows XP is a similar version of a legendary and quite popular Solitaire game that comes free with Microsoft Windows XP operating systems. Many people spent hours playing this game on their old computers. And now it’s available online. \ No newline at end of file diff --git a/238.myco b/238.myco new file mode 100644 index 0000000..be7bf1c --- /dev/null +++ b/238.myco @@ -0,0 +1,8 @@ += I don't want to go to Chel-C +https://applied-langua.ge/posts/i-dont-want-to-go-to-chel-c.html + +A classic rant on uxn and programming. Uxn is done for. + +Uxn says it's about permacomputing and vintage computing, the author of the article says it's not and proves it. +> The author insists on a relation to permacomputing. Their page on permacomputing describes frugal computing and salvage computing as principles of permacomputing, defining them as "utilizing computational resources as finite and precious, to be utilised only when necessary, and as effectively as possible", and "utilizing only already available computational resources, to be limited by that which is already produced." The author is part of a collective that wanted to replace all the "bloated" software they used, due to having little energy storage on their sailboat. Using software design techniques to reduce power usage, and to allow continued use of old computers is a good idea, ++but the uxn machine has quite the opposite effect, due to inefficient implementations and a poorly designed virtual machine, which does not lend itself to writing an efficient implementation easily. +Devine then [[https://merveilles.town/@neauoire/108460674793088291 | mentioned it]], and a discussion followed. \ No newline at end of file diff --git a/239.myco b/239.myco new file mode 100644 index 0000000..5ba6f60 --- /dev/null +++ b/239.myco @@ -0,0 +1,4 @@ += UXN +https://yeti.tilde.institute/brain/uxn.html + +Notes on Uxn. \ No newline at end of file diff --git a/24.myco b/24.myco new file mode 100644 index 0000000..715c0c0 --- /dev/null +++ b/24.myco @@ -0,0 +1,6 @@ += Why Isn't 1 a Prime Number? +https://blogs.scientificamerican.com/roots-of-unity/why-isnt-1-a-prime-number/ + +1 isn't much of a prime, nor of a number. + +First found in [[https://jacoby.github.io/2023/01/03/mind-the-gap-weekly-challenge-198.html | an article with Perl code]]. \ No newline at end of file diff --git a/240.myco b/240.myco new file mode 100644 index 0000000..f8f25ce --- /dev/null +++ b/240.myco @@ -0,0 +1,6 @@ += lynn/uxn-harp: Tiny uxn autoharp +https://github.com/lynn/uxn-harp + +img {https://user-images.githubusercontent.com/16232127/177855203-3114ea3b-2073-4656-88b0-bf3ef0d605f6.png} +> uxn autokalimba +=> https://nitter.42l.fr/chordbug/status/1544742494381932544#m | Thread on Twitter [Nitter link] diff --git a/241.myco b/241.myco new file mode 100644 index 0000000..11ab53b --- /dev/null +++ b/241.myco @@ -0,0 +1,4 @@ += tbsp/uxngb +https://github.com/tbsp/uxngb + +A port of uxn to GB and GBC. Wonderful! diff --git a/242.myco b/242.myco new file mode 100644 index 0000000..7d0bc85 --- /dev/null +++ b/242.myco @@ -0,0 +1,8 @@ += uxn notes +https://nchrs.xyz/uxn_notes.html + +> A collection of illustrated notes on the virtual machine uxn. +Cute images like this: +img { +https://nchrs.xyz/media/headers/uxn_notes-900.png +} \ No newline at end of file diff --git a/243.myco b/243.myco new file mode 100644 index 0000000..9128432 --- /dev/null +++ b/243.myco @@ -0,0 +1,6 @@ += platform stability — sourcehut lists +https://lists.sr.ht/~rabbits/uxn/%3C16547614410.357889%40mail.networkname.de%3E + +A thread in the uxn's mailing list. Felix asks about uxn's stability, Devine says it will be stable soon enough, and this: +> Don't think of a Varvara as a platform just yet, at best, it's something that can inspire others to explore their own ideas of how a VM can be used to preserve their own projects. There is very little experimentation done in this space and it's sort of in the research phase right now. +Links like this can discourage you from learning uxn. They do not discourage me, though. The Summer streams of 2022 are a proof. \ No newline at end of file diff --git a/244.myco b/244.myco new file mode 100644 index 0000000..af75573 --- /dev/null +++ b/244.myco @@ -0,0 +1,4 @@ += Introduction | Phoenix +https://kasper.github.io/phoenix/getting-started/introduction + +Something about configuring your puter with JavaScript. \ No newline at end of file diff --git a/245.myco b/245.myco new file mode 100644 index 0000000..6a503a4 --- /dev/null +++ b/245.myco @@ -0,0 +1,4 @@ += Космическое оригами +http://erazvitie.org/article/kosmicheskoe_origami + +Про миура-ори и соседнее \ No newline at end of file diff --git a/246.myco b/246.myco new file mode 100644 index 0000000..394c322 --- /dev/null +++ b/246.myco @@ -0,0 +1,4 @@ += Kidney Bone Wiki +https://kidneybone.com/c2/wiki/WelcomeVisitors + +A proper mirror of WikiWikiWeb. \ No newline at end of file diff --git a/247.myco b/247.myco new file mode 100644 index 0000000..105d6b3 --- /dev/null +++ b/247.myco @@ -0,0 +1,8 @@ += Come back, c2.com, we still need you | Hacker News +https://news.ycombinator.com/item?id=35948268 + +From a discussion of how the newest version of the first wiki sucks. The version does suck, by the way. + +> I am blind. I do rely on accessibility to interact with a computer. Yes, you could accuse me of deliberately avoiding the modern web, but I have my reasons. Primary reason is performance. Even though I feel like you are talking down to me from a pretty high horse, I still don't wish for you to ever experience how sluggish it feels trying to use the "modern web" with a screen reader on something like Windows. Don't even make me start about the hellhole that is Linux GUI accessibility. It was a nice ride once, before GNOME 3 and the elimination of CORBA killed most of the good work done by good people. Fact is, I am too used to a system which reacts promptly when I press a key to be able to switch to a modern browser by default. That would kill all my productivity. Yes, its a trade, but for now, having no JS engine by default is still //way// better then the alternatives. +> +> Have a nice day, and enjoy your eye-sight. \ No newline at end of file diff --git a/248.myco b/248.myco new file mode 100644 index 0000000..0bced65 --- /dev/null +++ b/248.myco @@ -0,0 +1,5 @@ += Эпоха, батч, итерация - в чем различия? +https://neurohive.io/ru/osnovy-data-science/jepoha-razmer-batcha-iteracija/ + +> Epoch, batch size, итерации - параметры для работы с большими объемами данных, когда нет возможности загрузить весь датасет в обработку. +Когда делал работу по мышиному обучению, эта статья чуток помогла после прочтения по диагонали. \ No newline at end of file diff --git a/249.myco b/249.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/249.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/25.myco b/25.myco new file mode 100644 index 0000000..4b4173b --- /dev/null +++ b/25.myco @@ -0,0 +1,4 @@ += A Critique of SQL, 40 Years Later +https://carlineng.com/?postid=sql-critique#blog + +SQL is not so good! \ No newline at end of file diff --git a/250.myco b/250.myco new file mode 100644 index 0000000..ffb25c0 --- /dev/null +++ b/250.myco @@ -0,0 +1,4 @@ += pyrustic/jesth: Next-level human-readable data serialization format +https://github.com/pyrustic/jesth + +Perhaps, funny \ No newline at end of file diff --git a/251.myco b/251.myco new file mode 100644 index 0000000..060f771 --- /dev/null +++ b/251.myco @@ -0,0 +1,6 @@ += The Browser — WorldWideWeb NeXT Application +https://worldwideweb.cern.ch/worldwideweb/ + +> HTML-based asset library and background on the WorldWideWeb NeXT browser + +The first browser \ No newline at end of file diff --git a/252.myco b/252.myco new file mode 100644 index 0000000..91c2f3b --- /dev/null +++ b/252.myco @@ -0,0 +1,11 @@ += Inside the Code — WorldWideWeb NeXT Application +https://worldwideweb.cern.ch/code/ + +> A deconstruction of some of the more interesting bits we found hiding in the WorldWideWeb source code + +The very interesting part for me is the CSS predecessor: + +``` +Normal

0 Helvetica 12.0 1 + 90 90 14.0 3.0 0 0 14 0 +``` diff --git a/253.myco b/253.myco new file mode 100644 index 0000000..9dffefa --- /dev/null +++ b/253.myco @@ -0,0 +1,4 @@ += Humble Chronicles: State Management +https://tonsky.me/blog/humble-state/ + +> Search for the best state management solution for Humble UI \ No newline at end of file diff --git a/254.myco b/254.myco new file mode 100644 index 0000000..8a32eef --- /dev/null +++ b/254.myco @@ -0,0 +1,4 @@ += Цены на продукты питания в Китае +https://pikabu.ru/story/tsenyi_na_produktyi_pitaniya_v_kitae_6126508 + +> Цены на продукты в России растут и увеличатся ещё более. А как там в Китае? Сегодня предлагаю сходить в китайский продуктовый магазин и посмотреть на уровень цен. diff --git a/255.myco b/255.myco new file mode 100644 index 0000000..35f7f62 --- /dev/null +++ b/255.myco @@ -0,0 +1,4 @@ += 'Skew' in the history of computer systems +https://omar.website/posts/skew/ + +Different parts of computers improve over time with different speed. For example, CPU is much faster than RAM, but it wasn't always like that. Because of that, and other cases like that, there are extra abstractions in the computer design. \ No newline at end of file diff --git a/256.myco b/256.myco new file mode 100644 index 0000000..5f57421 --- /dev/null +++ b/256.myco @@ -0,0 +1,4 @@ += The Cage of the Language +https://250bpm.com/blog:178/ + +There are more cool words in English, because there are more people in English and more history in English that come up with cool words. Slovak is less wordy in that sense. \ No newline at end of file diff --git a/257.myco b/257.myco new file mode 100644 index 0000000..62af939 --- /dev/null +++ b/257.myco @@ -0,0 +1,3 @@ += Sure, we have imperative and functional. But what about cartesian programming? +https://250bpm.com/blog:91/ + diff --git a/258.myco b/258.myco new file mode 100644 index 0000000..3a889b4 --- /dev/null +++ b/258.myco @@ -0,0 +1,6 @@ += Digital encoding. Legacy software. Evolution. +https://250bpm.com/blog:89/ + +> We’ve finally got to the point in the software world where no big changes are possible. Every change breaks something, introduces backward incompatibilities and so on. More are more we are going to live in the world where software mutates gradually, advancing is small steps without much plan and intelligent design. Similarly to how organisms are dragged by natural selection, it is going to be propelled in unknown direction without asking us whether we like it or not. + +The software industry is reaching the stage where it cannot be revolutionized heavily, it is to evolve like the living ones. It is not necessarily good. \ No newline at end of file diff --git a/26.myco b/26.myco new file mode 100644 index 0000000..1f933b5 --- /dev/null +++ b/26.myco @@ -0,0 +1,11 @@ += XRay +https://xray.p3k.app/ + +=> https://indieweb.org/XRay +> XRay is an open source API that returns structured data for a URL by parsing microformats and following other indieweb algorithms, and is part of the p3k suite of applications. + +This might be of interest: +=> https://xray.p3k.app/parse?url=https%3A%2F%2Flinks.bouncepaw.com&pretty=true + +API description: +=> https://github.com/aaronpk/XRay#api \ No newline at end of file diff --git a/261.myco b/261.myco new file mode 100644 index 0000000..577bc5b --- /dev/null +++ b/261.myco @@ -0,0 +1,6 @@ += Редизайн Betula +https://telegra.ph/Redizajn-Betula-04-05 + +Ярослав проектировал редизайн Бетулы. Сегодня я хотел на него посмотреть ещё раз. Чтобы более не терять, сохраняю здесь. + +Очевидно, что я со значительной частью пунктов не согласен. Но тут есть достойные мысли. Вы наверняка увидите или уже увидели некоторые моменты из статьи в обновлениях Бетулы. \ No newline at end of file diff --git a/262.myco b/262.myco new file mode 100644 index 0000000..fdc4163 --- /dev/null +++ b/262.myco @@ -0,0 +1,4 @@ += SDL2 common mistakes and how to avoid them +https://nullprogram.com/blog/2023/01/08/ + +Initially, I did not want to save this article, but 4 months later I wanted to share it. I guess it only makes sense to save it here, for the next 4 months. \ No newline at end of file diff --git a/264.myco b/264.myco new file mode 100644 index 0000000..eaa901f --- /dev/null +++ b/264.myco @@ -0,0 +1,6 @@ += [Forem] Community for Everyone +https://www.forem.com/ + +> The reason you joined the Internet. Forem provides open-source tools to help you host a thriving, focused, and adaptable community. + +> Forem is an open source platform for building modern, independent, and safe communities. diff --git a/265.myco b/265.myco new file mode 100644 index 0000000..dbfcdcb --- /dev/null +++ b/265.myco @@ -0,0 +1,4 @@ += Feeds, updates, 200s, 304s, and now 429s +https://rachelbythebay.com/w/2023/01/18/http/ + +Some people pull feeds way too often. Sometimes they do not get what they want. \ No newline at end of file diff --git a/266.myco b/266.myco new file mode 100644 index 0000000..e50bd81 --- /dev/null +++ b/266.myco @@ -0,0 +1,4 @@ += Chris's Wiki :: blog/web/VeryOldIfModifiedSince +https://utcc.utoronto.ca/~cks/space/blog/web/VeryOldIfModifiedSince + +> This feed fetcher was sending an If-Modified-Since HTTP header, but it had a rather striking value of 'Wed, 01 Jan 1800 00:00:00 GMT'. Naturally this doesn't match any Last-Modified value my feed has ever provided, and it wouldn't help if I used a time based comparison since all syndication feeds in the world have been changed since 1800. diff --git a/267.myco b/267.myco new file mode 100644 index 0000000..bca6d04 --- /dev/null +++ b/267.myco @@ -0,0 +1,4 @@ += Chris's Wiki :: FrontPage +https://utcc.utoronto.ca/~cks/space/FrontPage + +A static site, that claims to be a wiki. It is old and fun. \ No newline at end of file diff --git a/268.myco b/268.myco new file mode 100644 index 0000000..a65d0bb --- /dev/null +++ b/268.myco @@ -0,0 +1,6 @@ += Keyboard Matrix Help +https://www.dribin.org/dave/keyboard/one_html/ + +> It took me a bit to figure this out, partly due to the fact of no really good explanation of it. So, I'm going to have a crack at it. Basically, I wanted to understand how keyboard matrices work. Specifically, I wanted to know why keyboard "ghosting" and "masking" happen, and how to prevent them. + +All you need to know. That's a relic of the past century! \ No newline at end of file diff --git a/269.myco b/269.myco new file mode 100644 index 0000000..d3cd464 --- /dev/null +++ b/269.myco @@ -0,0 +1,4 @@ += Тексты Песен — Аддис-Абеба +http://addis-abeba.ad.by/texti-pesen/ + +Тексты многих песен на официальном сайте одной из моих любимых групп. \ No newline at end of file diff --git a/27.myco b/27.myco new file mode 100644 index 0000000..f26aa56 --- /dev/null +++ b/27.myco @@ -0,0 +1,8 @@ += «Кассиопея»: «У нас не концепция, а контрацепция» +https://m.colta.ru/articles/music_modern/9232-kassiopeya-u-nas-ne-kontseptsiya-a-kontratseptsiya + +Интервью с одной из моих любимых групп. + +> COLTA.RU отправила «Кассиопее», состоящей из театрального звукорежиссера Александра Либерзона (музыка), актера Ильи Самохвалова-Черепко (голос и тексты) и снайпера стрелковой дивизии Сергея Соколова (гитара), вопросы письмом по электронной почте, а в ответ получила фотографии нескольких бумажных листков. + +> Мы всегда хотели работать в поп-формате, но наш поп-формат не совпадал с общепринятым, и клевали на него (почему-то) люди с различными отклонениями и изъянами во вкусе. \ No newline at end of file diff --git a/270.myco b/270.myco new file mode 100644 index 0000000..f7f81c9 --- /dev/null +++ b/270.myco @@ -0,0 +1,4 @@ += Listing of Directory /man/tcl8.5/TkCmd/ +https://www.tcl.tk/man/tcl8.5/TkCmd/ + +All Tk commands. I referenced it when I was making a program in Tk. \ No newline at end of file diff --git a/271.myco b/271.myco new file mode 100644 index 0000000..ad34ad3 --- /dev/null +++ b/271.myco @@ -0,0 +1,4 @@ += CommunityWiki: Recent Changes +https://communitywiki.org/wiki/RecentChanges + +I visit it from time to time. This is a special wiki. In 2020 — 2021 it was pretty active thanks to my introduction. This wiki is where I learned about Alex and Lion. \ No newline at end of file diff --git a/272.myco b/272.myco new file mode 100644 index 0000000..cdca1fb --- /dev/null +++ b/272.myco @@ -0,0 +1,4 @@ += Hypertext Markup Language (HTML): A Representation of Textual Information and MetaInformation for Retrieval and Interchange +https://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt + +A 1993 Internet Draft describing the first version of HTML. \ No newline at end of file diff --git a/273.myco b/273.myco new file mode 100644 index 0000000..28212c8 --- /dev/null +++ b/273.myco @@ -0,0 +1,4 @@ += Kill the Newsletter! +https://kill-the-newsletter.com/ + +> Convert email newsletters into Atom feeds. \ No newline at end of file diff --git a/274.myco b/274.myco new file mode 100644 index 0000000..9fb65d6 --- /dev/null +++ b/274.myco @@ -0,0 +1,6 @@ += EmuOS v1.0 +https://emupedia.net/beta/emuos/ + +> The purpose of Emupedia is to serve as a nonprofit meta-resource, hub and community for those interested mainly in video game preservation which aims to digitally collect, archive and preserve games and software to make them available online accessible by a user-friendly UI that simulates several retro operating systems for educational purposes. + +A lot of games emulated in browser \ No newline at end of file diff --git a/275.myco b/275.myco new file mode 100644 index 0000000..4e02343 --- /dev/null +++ b/275.myco @@ -0,0 +1,4 @@ += No A/C? No problem, if buildings copy networked tunnels of termite mounds +https://arstechnica.com/science/2023/05/intricate-tunnels-of-termite-mounds-could-be-key-to-energy-efficient-buildings/ + +Inspired by termits, we might develop a cool energy-effective cooling and heating system. Look at the pictures too. \ No newline at end of file diff --git a/276.myco b/276.myco new file mode 100644 index 0000000..5c936e6 --- /dev/null +++ b/276.myco @@ -0,0 +1,6 @@ += The new Obsidian icon +https://obsidian.md/blog/new-obsidian-icon/ + +> Say hello to our new logo and app icon. This is the story behind our new branding, which we designed to reflect the principles Obsidian is built on. + +It looks like a primordial arrowhead from literal obsidian. There is also a fun color toy on the page. \ No newline at end of file diff --git a/277.myco b/277.myco new file mode 100644 index 0000000..cad1cd8 --- /dev/null +++ b/277.myco @@ -0,0 +1,6 @@ += you probably don't need a linux phone with a hardware keyboard +https://astrra.space/home/blog/keyboards/ + +> however, after having access to all three for more than two months now, i've really struggled to find situations where having those phones (or some similar hardware with modern internals) was actually useful. i regularly found myself reaching for my smartphone after being tired of typing out a long message on the tiny hardware keys, my thumbs hurting from the amount of force i had to apply to press them. i typed slower (even though i was touch-typing), i had more typos, and the typing experience in general was just worse. not to mention that all of the 3 phones had very different keyboards with different key sizes, different actuation forces, and different layouts. they all sucked. + +> i think that trying to converge the laptop/desktop and the smartphone into one device is a bad idea. the two have very different use-cases, different ergonomics, and different security models. i think that the best way to go is to have a smartphone and a laptop, and use them both for what they're good at. i also think that more people should learn to write mobile apps, as most of my discussions on this topic have boiled down to "i want a linux phone because i can only write desktop apps", which is kinda sad in my opinion. diff --git a/278.myco b/278.myco new file mode 100644 index 0000000..450ef4f --- /dev/null +++ b/278.myco @@ -0,0 +1,6 @@ += kbin.pub - Fediverse of content +https://kbin.pub/en + +> /kbin is an open source reddit-like content aggregator and microblogging platform for the [[https://en.wikipedia.org/wiki/Fediverse | fediverse.]] +> +> Create and moderate communities, meet people with similar interests, and develop your passions. \ No newline at end of file diff --git a/279.myco b/279.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/279.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/28.myco b/28.myco new file mode 100644 index 0000000..c026f54 --- /dev/null +++ b/28.myco @@ -0,0 +1,4 @@ += CSS Bed +https://www.cssbed.com/ + +Classless CSS themes \ No newline at end of file diff --git a/280.myco b/280.myco new file mode 100644 index 0000000..47f89d0 --- /dev/null +++ b/280.myco @@ -0,0 +1,4 @@ += lipu li +https://lipu.li/ + +A cute small wiki engine. I like the markup: it is Gemtext + HTML + Wikilinks. \ No newline at end of file diff --git a/282.myco b/282.myco new file mode 100644 index 0000000..ae08045 --- /dev/null +++ b/282.myco @@ -0,0 +1,4 @@ += Using computers more freely and safely +http://akkartik.name/freewheeling + +Kartik rocking. \ No newline at end of file diff --git a/283.myco b/283.myco new file mode 100644 index 0000000..ecaade6 --- /dev/null +++ b/283.myco @@ -0,0 +1,4 @@ += Can We Make Bicycles Sustainable Again? +https://solar.lowtechmagazine.com/2023/02/can-we-make-bicycles-sustainable-again/ + +> Cycling is the most sustainable form of transportation, but the bicycle is becoming increasingly damaging to the environment. The energy and material used for its production go up while its life expectancy decreases. \ No newline at end of file diff --git a/285.myco b/285.myco new file mode 100644 index 0000000..a1c41d7 --- /dev/null +++ b/285.myco @@ -0,0 +1,6 @@ += RE: Does a Blog Need to Integrate? | starbreaker.org +https://starbreaker.org/blog/re-does-blog-need-to-integrate/index.html + +No, not really, for + +> blogs with RSS/Atom/JSON feeds are already interoperable \ No newline at end of file diff --git a/286.myco b/286.myco new file mode 100644 index 0000000..94c3a99 --- /dev/null +++ b/286.myco @@ -0,0 +1,7 @@ += A Quarter Century of Web Coding | datagubbe.se +https://www.datagubbe.se/25years/ + +> I both pity and admire beginner web coders of today. Unlike me, they've not been able to accumulate gradual knowledge of HTTP, HTML, REST, JavaScript, the DOM, CSS, AJAX, JSON, asynchronous execution and event driven object oriented programming over a period of decades. They haven't walked the long path from CGI scripts to modern server side tomfoolery via PHP, ASP and various MVC frameworks. They're just brutally thrust into a complex world of Gulp, Grunt, TypeScript, React Hooks and MobX-State-Tree and it's assumed they somehow already know about all that other stuff. Computer Science has moved into the frontend in earnest and yet it still seems as if many view "web development" as "making homepages", and that it's something you can learn over a period of weeks, not years. +> +> In retrospect, web development has always been a bit of a struggle against the powers that be. +> Some things that were pretty bad for quite a long time have gotten better. But, on the whole, I dare say it's much worse now than when I started. Much like how Commodore 64 programmers could keep a map of the entire computer in their head, a moderately competent developer could churn out an acceptable web site in a matter of weeks, understand every single aspect of it and get paid in the process. If I, a quarter century ago, had possessed the experience and knowledge I do now, the simplicity of those early web pages would've felt surreal. And yet, we apparently provided a service that was of some value to some people. A digital commodity, nothing more, nothing less. Actually useful software. \ No newline at end of file diff --git a/287.myco b/287.myco new file mode 100644 index 0000000..7563e2c --- /dev/null +++ b/287.myco @@ -0,0 +1,4 @@ += LinkAce - Your self-hosted bookmark archive. Free and open source. +https://www.linkace.org/ + +> LinkAce is a free and open source bookmark archive for long-term storage and organization of your favorite links. \ No newline at end of file diff --git a/288.myco b/288.myco new file mode 100644 index 0000000..a05fb88 --- /dev/null +++ b/288.myco @@ -0,0 +1,4 @@ += linkwarden/linkwarden: A self-hosted bookmark + archive manager to store your useful links. +https://github.com/linkwarden/linkwarden + +> A self-hosted bookmark + archive manager to store your useful links. \ No newline at end of file diff --git a/289.myco b/289.myco new file mode 100644 index 0000000..3755f6b --- /dev/null +++ b/289.myco @@ -0,0 +1,4 @@ += Я училась по обмену в Университете Претории в Южной Африке +https://journal.tinkoff.ru/mgimo-pretoria/ + +> История читательницы, которая ездила практиковать язык африкаанс \ No newline at end of file diff --git a/29.myco b/29.myco new file mode 100644 index 0000000..793353d --- /dev/null +++ b/29.myco @@ -0,0 +1,3 @@ += If you're happy with OpenBSD, probably any computer is good enough. +http://muezza.ca/thoughts/openbsd_imac_g4/ + diff --git a/290.myco b/290.myco new file mode 100644 index 0000000..ad57d97 --- /dev/null +++ b/290.myco @@ -0,0 +1,4 @@ += lynn/shanghai: Mahjong solitaire game for uxn (WIP) +https://github.com/lynn/shanghai + +> Mahjong solitaire game for uxn \ No newline at end of file diff --git a/291.myco b/291.myco new file mode 100644 index 0000000..3e254e8 --- /dev/null +++ b/291.myco @@ -0,0 +1,4 @@ += CommunityWiki: Mini Cubes +https://communitywiki.org/wiki/MiniCubes + +Lion Kimbro did the prototype. It still inspired me. \ No newline at end of file diff --git a/292.myco b/292.myco new file mode 100644 index 0000000..e6ebe58 --- /dev/null +++ b/292.myco @@ -0,0 +1,4 @@ += Aspergillus +https://bouncepaw.com/aspergillus/ + +My experiment with a Mini Cubes-inspired spatial information manager. \ No newline at end of file diff --git a/293.myco b/293.myco new file mode 100644 index 0000000..b246d9b --- /dev/null +++ b/293.myco @@ -0,0 +1,3 @@ += CommunityWiki: Zelda Like Information System +https://communitywiki.org/wiki/ZeldaLikeInformationSystem + diff --git a/294.myco b/294.myco new file mode 100644 index 0000000..e1ddcbe --- /dev/null +++ b/294.myco @@ -0,0 +1,4 @@ += CommunityWiki: Aggregated Information +https://communitywiki.org/wiki/AggregatedInformation + +How to save links? Write hooks! Lion told me that and I accepted that. It really inspired Betula. \ No newline at end of file diff --git a/295.myco b/295.myco new file mode 100644 index 0000000..6a828c0 --- /dev/null +++ b/295.myco @@ -0,0 +1,4 @@ += fisher.cx +http://fisher.cx/ + +I do not particularly know much about this website, but I really like how they have name Fisher and put a fish as their TLD. \ No newline at end of file diff --git a/296.myco b/296.myco new file mode 100644 index 0000000..3fdc81e --- /dev/null +++ b/296.myco @@ -0,0 +1,4 @@ += The Gemini protocol seen by this HTTP client person +https://daniel.haxx.se/blog/2023/05/28/the-gemini-protocol-seen-by-this-http-client-person/ + +Daniel Stenberg makes a Gemini review. \ No newline at end of file diff --git a/297.myco b/297.myco new file mode 100644 index 0000000..4b52d85 --- /dev/null +++ b/297.myco @@ -0,0 +1,6 @@ += Alex Schroeder: 2023-06-02 Gemini and curl +https://alexschroeder.ch/wiki/2023-06-02_Gemini_and_curl + +Alex Schroeder makes a review of Daniel Stenberg making a review of Gemini. + +See [[/296]]. \ No newline at end of file diff --git a/298.myco b/298.myco new file mode 100644 index 0000000..bdde400 --- /dev/null +++ b/298.myco @@ -0,0 +1,4 @@ += XWiki: ActivityPub Application +https://extensions.xwiki.org/xwiki/bin/view/Extension/ActivityPub%20Application/ + +An extension that brings XWiki to the Fediverse \ No newline at end of file diff --git a/299.myco b/299.myco new file mode 100644 index 0000000..b61e3c9 --- /dev/null +++ b/299.myco @@ -0,0 +1,4 @@ += ping.txt — humungus - honk +https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt + +An ActivityPub proposoal for pinging \ No newline at end of file diff --git a/3.myco b/3.myco new file mode 100644 index 0000000..16b1053 --- /dev/null +++ b/3.myco @@ -0,0 +1,4 @@ += Mushroom color atlas +https://mushroomcoloratlas.com + +Many cool colors \ No newline at end of file diff --git a/30.myco b/30.myco new file mode 100644 index 0000000..a568c47 --- /dev/null +++ b/30.myco @@ -0,0 +1,3 @@ += Hard disk hacking - Intro +http://spritesmods.com/?art=hddhack + diff --git a/300.myco b/300.myco new file mode 100644 index 0000000..7572899 --- /dev/null +++ b/300.myco @@ -0,0 +1,4 @@ += go-lemmy +https://gitea.elara.ws/Elara6331/go-lemmy + +Go bindings to the Lemmy API, automatically generated directly from Lemmy's source code using the generator in cmd/gen. diff --git a/301.myco b/301.myco new file mode 100644 index 0000000..797c4a5 --- /dev/null +++ b/301.myco @@ -0,0 +1,4 @@ += docs/index.html +http://wiki.xxiivv.com/docs/ + +Devine Lu Linvega's collection of various documents they collected. A personal archive. \ No newline at end of file diff --git a/302.myco b/302.myco new file mode 100644 index 0000000..6a8eb88 --- /dev/null +++ b/302.myco @@ -0,0 +1,4 @@ += My instance of Upptime +https://bouncepaw.github.io/the-monitor/ + +Here I monitor if my websites are online with [[https://upptime.js.org]]. \ No newline at end of file diff --git a/303.myco b/303.myco new file mode 100644 index 0000000..9f76868 --- /dev/null +++ b/303.myco @@ -0,0 +1,4 @@ += Про Игру престолов — Кьеркегорка +http://alphyna.org/archives/2881 + +Альфина ругается на Игру престолов, описывает самую главную разницу в сеттинге с Песней льда и пламени. \ No newline at end of file diff --git a/305.myco b/305.myco new file mode 100644 index 0000000..a390db6 --- /dev/null +++ b/305.myco @@ -0,0 +1,6 @@ += Low-tech Magazine: The Comic +https://solar.lowtechmagazine.com/2023/06/low-tech-magazine-the-comic/ + +> Guillaume Lion visited Low-tech Magazine in Barcelona and turned his experience into a comic for the Belgian magazine Médor. + +That's what they call BD? \ No newline at end of file diff --git a/306.myco b/306.myco new file mode 100644 index 0000000..f0de74c --- /dev/null +++ b/306.myco @@ -0,0 +1,3 @@ += cohost! - "i realize this might be swinging at the hornet's nest, but i have a genuine question about the Fediverse" +https://cohost.org/jkap/post/1652161-i-realize-this-might + diff --git a/307.myco b/307.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/307.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/308.myco b/308.myco new file mode 100644 index 0000000..de6dc6c --- /dev/null +++ b/308.myco @@ -0,0 +1,4 @@ += Warning: Lemmy doesn't care about your privacy, everything is tracked and stored forever, even if you delete it +https://raddle.me/f/lobby/155371/warning-lemmy-doesn-t-care-about-your-privacy-everything-is + +TL;DR: Lemmy is bad: it does not delete messages and the author is bad too. \ No newline at end of file diff --git a/309.myco b/309.myco new file mode 100644 index 0000000..3d3e456 --- /dev/null +++ b/309.myco @@ -0,0 +1,4 @@ += C82: Works of Nicholas Rougeux +https://c82.net/ + +> C82 is dedicated to the works of Nicholas Rougeux, including data art, visualization, and design. \ No newline at end of file diff --git a/31.myco b/31.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/31.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/310.myco b/310.myco new file mode 100644 index 0000000..4aa69d3 --- /dev/null +++ b/310.myco @@ -0,0 +1,4 @@ += Ditherpunk — The article I wish I had about monochrome image dithering — surma.dev +https://surma.dev/things/ditherpunk/ + +> I always loved the visual aesthetic of dithering but never knew how it’s done. So I did some research. This article may contain traces of nostalgia and none of Lena. \ No newline at end of file diff --git a/311.myco b/311.myco new file mode 100644 index 0000000..5535fa6 --- /dev/null +++ b/311.myco @@ -0,0 +1,4 @@ += niedzielski/cb: 📋 Universal command-line clipboard with automatic copy and paste detection. Eg, `cb|sort|cb`. +https://github.com/niedzielski/cb + +> Universal command-line clipboard with automatic copy and paste detection. Eg, `cb|sort|cb.` \ No newline at end of file diff --git a/312.myco b/312.myco new file mode 100644 index 0000000..596dfdb --- /dev/null +++ b/312.myco @@ -0,0 +1,4 @@ += Quipu: The Ancient Computer of the Inca Civilization +https://www.peruforless.com/blog/quipu/ + +> Learn about the history and purpose of quipus, the system of knotted strings that recorded data in the ancient Andean world. \ No newline at end of file diff --git a/313.myco b/313.myco new file mode 100644 index 0000000..9d7c658 --- /dev/null +++ b/313.myco @@ -0,0 +1,4 @@ += makew0rld/days: Command-line tool for calculating the number of days between given dates: days until, days since, days from +https://github.com/makew0rld/days + +> Command-line tool for calculating the number of days between given dates: days until, days since, days from \ No newline at end of file diff --git a/314.myco b/314.myco new file mode 100644 index 0000000..dfa8e66 --- /dev/null +++ b/314.myco @@ -0,0 +1,4 @@ += Closed Registration for a Small Web +https://alex.flounder.online/gemlog/2023-05-20.gmi + +TL;DR: Closed registrations solve problems. \ No newline at end of file diff --git a/315.myco b/315.myco new file mode 100644 index 0000000..4b757e3 --- /dev/null +++ b/315.myco @@ -0,0 +1,4 @@ += rss-git — alexander cobleigh / cblgh.org +https://cblgh.org/rss-git/ + +> using rss to generate permissionless social activity feeds for source code repositories \ No newline at end of file diff --git a/316.myco b/316.myco new file mode 100644 index 0000000..513b804 --- /dev/null +++ b/316.myco @@ -0,0 +1,3 @@ += nf/fourtette +https://github.com/nf/fourtette + diff --git a/317.myco b/317.myco new file mode 100644 index 0000000..a69734e --- /dev/null +++ b/317.myco @@ -0,0 +1,4 @@ += Permacomputing Aesthetics: Potential and Limits of Constraints in Computational Art, Design and Culture +https://limits.pubpub.org/pub/6loh1eqi + +> Permacomputing is a nascent concept and a community of practice centred around design principles that embrace limits and constraints as a positive thing in computational culture, and on creativity with scarce computational resources. \ No newline at end of file diff --git a/318.myco b/318.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/318.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/319.myco b/319.myco new file mode 100644 index 0000000..a24cd03 --- /dev/null +++ b/319.myco @@ -0,0 +1,4 @@ += STEPPER: A 16-step sequencer for the Game Boy Advance by BD +https://badd10de.itch.io/stepper-gba + +> A 16-step sequencer for the Game Boy Advance (GBA) \ No newline at end of file diff --git a/32.myco b/32.myco new file mode 100644 index 0000000..e88a120 --- /dev/null +++ b/32.myco @@ -0,0 +1,3 @@ += A Simple Network of Underground Wells and Tunnels +https://www.aaycock.com/simplenetwork/ + diff --git a/320.myco b/320.myco new file mode 100644 index 0000000..f6f9d8f --- /dev/null +++ b/320.myco @@ -0,0 +1,6 @@ += Numen Voice Control +https://numenvoice.org/ + +> Numen is Free Software voice control that gives people with strain or limited +> use of their hands full control of their Linux machine. The philosophy is +> to keep it simple with phrases that work universally. \ No newline at end of file diff --git a/321.myco b/321.myco new file mode 100644 index 0000000..7e792bf --- /dev/null +++ b/321.myco @@ -0,0 +1,4 @@ += The Rust I Wanted Had No Future +https://graydon2.dreamwidth.org/307291.html + +The person who led the development of Rust the programming language points out some differences in his vision of Rust and the one we ended up with. If they were to stay, Rust would have been a boring language! It is good for a language to be boring, actually. \ No newline at end of file diff --git a/322.myco b/322.myco new file mode 100644 index 0000000..f4637e1 --- /dev/null +++ b/322.myco @@ -0,0 +1,4 @@ += volution/kawipiko +https://github.com/volution/kawipiko + +> kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging Go, `fasthttp` and the CDB embedded database \ No newline at end of file diff --git a/323.myco b/323.myco new file mode 100644 index 0000000..54ace77 --- /dev/null +++ b/323.myco @@ -0,0 +1,4 @@ += volution/z-run +https://github.com/volution/z-run + +> z-run -- scripting library lightweight Go-based tool \ No newline at end of file diff --git a/324.myco b/324.myco new file mode 100644 index 0000000..3d639ff --- /dev/null +++ b/324.myco @@ -0,0 +1,12 @@ += IndiePass +https://indigenous.marksuth.dev/ + +via https://t.me/dcntr/2122 + +> A Social Feed Reader for the IndieWeb + +The Mac version simply didn't run. I installed the Android version. On first run it showed a quick error which I did not understand. I wanted to see how [[https://links.bouncepaw.com | my Betula]], which emits `h-feed` and `h-entry` microformats, would look like in this app. Turns out, when it talked about IndieWeb, it talked about MicroSub, not microformats2. What a liar! + +I tried to authorize to [[https://merveilles.town]], after all it supports Mastodon too! It failed to authorize me. + +Overall, I couldn't do anything at all with the app. Sharing it nevertheless. \ No newline at end of file diff --git a/325.myco b/325.myco new file mode 100644 index 0000000..1598618 --- /dev/null +++ b/325.myco @@ -0,0 +1,4 @@ += Brutalinks +https://brutalinks.tech/about + +> Link aggregator inspired by reddit and hacker news using ActivityPub federation. \ No newline at end of file diff --git a/326.myco b/326.myco new file mode 100644 index 0000000..9c14ec0 --- /dev/null +++ b/326.myco @@ -0,0 +1,4 @@ += ~mariusor +https://git.sr.ht/~mariusor/ + +This person develops tools for the Fediverse in Go. \ No newline at end of file diff --git a/328.myco b/328.myco new file mode 100644 index 0000000..999b5fd --- /dev/null +++ b/328.myco @@ -0,0 +1,4 @@ += Karl's Personal Web Site +http://www.eklhad.net/ + +Karl Dahlke \ No newline at end of file diff --git a/329.myco b/329.myco new file mode 100644 index 0000000..fb1a90a --- /dev/null +++ b/329.myco @@ -0,0 +1,6 @@ += The Command Line Philosophy +http://www.eklhad.net/philosophy.html + +> Command Line Programs for the Blind + +Karl Dahlke on blind a11y. Note that Karl is the creator of edbrowse. \ No newline at end of file diff --git a/33.myco b/33.myco new file mode 100644 index 0000000..4f76b8e --- /dev/null +++ b/33.myco @@ -0,0 +1,5 @@ += CapsLock Enhancement Mac v3 +https://github.com/Vonng/Capslock + +> Transform ⇪CapsLock into a powerful modifier ✱ Hyper that miraculously increases your work productivity! + diff --git a/330.myco b/330.myco new file mode 100644 index 0000000..ca6c9fa --- /dev/null +++ b/330.myco @@ -0,0 +1,11 @@ += Calculation - Solitaire Online +http://www.eklhad.net/calculation.html + +> Play solitaire online - a game of strategy and skill. +I've never played this variant of Solitaire before. One would need to know the rules before playing: [[https://en.wikipedia.org/wiki/Calculation_(card_game)]] + +I had to consult the layout quite often. The interface is not what one might be used to. It is fun though. + +It took me 6 attempts to win. I had fun. + +> If you don't visit this site for 5 years your score will reset. \ No newline at end of file diff --git a/331.myco b/331.myco new file mode 100644 index 0000000..8d5563c --- /dev/null +++ b/331.myco @@ -0,0 +1,4 @@ += symg +https://deianeira.co/symg/ + +> symmetrical image playground \ No newline at end of file diff --git a/332.myco b/332.myco new file mode 100644 index 0000000..3a547ec --- /dev/null +++ b/332.myco @@ -0,0 +1,4 @@ += TextEditors Wiki: HomePage +https://texteditors.org/cgi-bin/wiki.pl + +> A website about selecting and classifying text editors used in programming systems. These are the programming text editors such as Emacs, VI, Multiedit, slick, Slickedit, ISPF, Notepad, VI and VIM that are used by the vast majority of programmers on UNIX, Windows, VAX, and Mainframe systems. The structure of the website allows any vistor to leave their opinions, knowledge, and mark on the website for others to enjoy. \ No newline at end of file diff --git a/333.myco b/333.myco new file mode 100644 index 0000000..dcd7ea1 --- /dev/null +++ b/333.myco @@ -0,0 +1,4 @@ += Robert J. Sawyer: Hugo and Nebula Award-Winning Science Fiction Writer +https://www.sfwriter.com/wordstar.htm + +A popular (I don't know him) Sci-fi writer tells why WordStar is the best. \ No newline at end of file diff --git a/334.myco b/334.myco new file mode 100644 index 0000000..86e962d --- /dev/null +++ b/334.myco @@ -0,0 +1,4 @@ += Archive it or you will miss it +https://drewdevault.com/2017/06/19/Archive-it-or-miss-it.html + +> At this point, link rot is an axiom of the internet. In the face of this, I store a personal offline archive of anything I want to see twice. When I see a cool YouTube video I like, I archive the entire channel right away. Rather than subscribe to it, I update my archive on a cronjob. I scrape content out of RSS feeds and into offline storage and I have dozens of websites archived with wget. I mirror most git repositories I’m interested in. I have DRM free offline copies of all of my music, TV shows, and movies, ill-begotten or not. diff --git a/335.myco b/335.myco new file mode 100644 index 0000000..b454688 --- /dev/null +++ b/335.myco @@ -0,0 +1,3 @@ += Nintendo DS: внутреннее устройство, принципы работы и взлом +https://habr.com/ru/articles/517476/ + diff --git a/336.myco b/336.myco new file mode 100644 index 0000000..07880fc --- /dev/null +++ b/336.myco @@ -0,0 +1,6 @@ += Lonely +https://tsk.bearblog.dev/lonely/ + +> When you are publishing your blog posts, there's almost little to no feedback whatsoever: You don't get the engagement from the audience in the comments, or the nice sweet email. Your audience and "fans" are hidden behind analytics numbers. And then, there's you and your Markdown editor. + +Yes indeed, next no to no feedback is a norm. Relatable, except for the Markdown editor. \ No newline at end of file diff --git a/337.myco b/337.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/337.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/339.myco b/339.myco new file mode 100644 index 0000000..f6a57e6 --- /dev/null +++ b/339.myco @@ -0,0 +1,6 @@ += The Joys and Sorrows of Maintaining a Personal Website +https://cheapskatesguide.org/articles/joys-and-sorrows.html + +> Running a personal website is an emotional roller coaster. This fact seems strange to me, because I feel I do a fairly good job of keeping my ego disengaged from the process. I realize that whether people like what I write or hate it has absolutely nothing to do with my worth as a human being. Yet, receiving comments and emails from readers who say they enjoy my website and understand its value feels good. + +By the way, dear reader, I would be glad if you told me that you like this site. If you don't like mine, contact owners of those sites that you like. \ No newline at end of file diff --git a/34.myco b/34.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/34.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/340.myco b/340.myco new file mode 100644 index 0000000..a081086 --- /dev/null +++ b/340.myco @@ -0,0 +1,6 @@ += Ученые из Гарварда: Математические способности зависят от языка, на котором мы разговариваем +https://www.kp.ru/daily/27366.5/4548431/ + +> Такой вывод сделали на основании изучения языка индейцев племени цимане, которые в джунглях Амазонки ведут образ жизни охотников-собирателей + +Ерунда какая-то, но интересно. \ No newline at end of file diff --git a/341.myco b/341.myco new file mode 100644 index 0000000..78a05f1 --- /dev/null +++ b/341.myco @@ -0,0 +1,3 @@ += Влияет ли язык на мышление? или: «У вас на юго-восточной ноге сидит муравей» +https://habr.com/ru/companies/timeweb/articles/681828/ + diff --git a/342.myco b/342.myco new file mode 100644 index 0000000..954e096 --- /dev/null +++ b/342.myco @@ -0,0 +1,4 @@ += JSON Feed - JSON Feed Version 1.1 +https://www.jsonfeed.org/version/1.1/ + +JSON Feed format spec. Perhaps it will power Mycoverse... \ No newline at end of file diff --git a/343.myco b/343.myco new file mode 100644 index 0000000..7ff11a8 --- /dev/null +++ b/343.myco @@ -0,0 +1,4 @@ += Rust Module System Encourages Poor Practices (Comparing to Go) [Dmitry Frank] +https://dmitryfrank.com/articles/rust_module_system_encourages_bad_practices + +Go Go! \ No newline at end of file diff --git a/344.myco b/344.myco new file mode 100644 index 0000000..617b2fe --- /dev/null +++ b/344.myco @@ -0,0 +1,4 @@ += Rules for Calculation +https://www.semicolon.com/Solitaire/Rules/Calculation.html + +The article teaches a strategy for playing the game. It works! \ No newline at end of file diff --git a/345.myco b/345.myco new file mode 100644 index 0000000..e513142 --- /dev/null +++ b/345.myco @@ -0,0 +1,8 @@ += This Ancient Language Has the Only Grammar Based Entirely on the Human Body +https://www.scientificamerican.com/article/this-ancient-language-has-the-only-grammar-based-entirely-on-the-human-body/ + +> An endangered language family suggests that early humans used their bodies as a model for reality + +> Great Andamanese, it turns out, is exceptional among the world's languages in its anthropocentrism. It uses categories derived from the human body to describe abstract concepts such as spatial orientation and relations between objects. To be sure, in English we might say things like “the room faces the bay,” “the chair leg broke” and “she heads the firm.” But in Great Andamanese such descriptions take an extreme form, with morphemes, or meaningful sound segments, that designate different zones of the body getting attached to nouns, verbs, adjectives and adverbs—indeed, to every part of speech—to make diverse meanings. Because no other known language has a grammar based on the human body or shares cognates—words that are similar in meaning and pronunciation, indicating a genealogical connection—with Great Andamanese, the language constitutes its own family. + +> The grammar I was piecing together was based primarily on Jero, but a look through Portman's and Man's books convinced me that the southern Great Andamanese languages had similar structures. The lexicon consisted of two classes of words: free and bound. The free words were all nouns that referred to the environment and its denizens, such as ra for “pig.” They could occur alone. The bound words were nouns, verbs, adjectives and adverbs that always existed with markers indicating a relation to other objects, events or states. The markers (specifically, a-; er-; ong-; ot-or ut-; e-or i-; ara-; and o-) derived from seven zones of the body and were attached to a root word, usually as a prefix, to describe concepts such as “inside,” “outside,” “upper” and “lower.” For example, the morpheme er-, which qualified most anything having to do with an outer body part, could be stuck to -cho to yield ercho, meaning “head.” A pig's head was thus raercho. \ No newline at end of file diff --git a/346.myco b/346.myco new file mode 100644 index 0000000..ff609c7 --- /dev/null +++ b/346.myco @@ -0,0 +1,4 @@ += Do not log +https://sobolevn.me/2020/03/do-not-log + +Logging is not panacea. \ No newline at end of file diff --git a/347.myco b/347.myco new file mode 100644 index 0000000..cad591c --- /dev/null +++ b/347.myco @@ -0,0 +1,3 @@ += Everything Must Be Paid for Twice +https://www.raptitude.com/2022/01/everything-must-be-paid-for-twice/ + diff --git a/348.myco b/348.myco new file mode 100644 index 0000000..2e0ce40 --- /dev/null +++ b/348.myco @@ -0,0 +1,3 @@ += Go Deeper, Not Wider +https://www.raptitude.com/2017/12/go-deeper-not-wider/ + diff --git a/349.myco b/349.myco new file mode 100644 index 0000000..9bdbe93 --- /dev/null +++ b/349.myco @@ -0,0 +1,3 @@ += A meditation on correctness in software @ marginalia.nu +https://www.marginalia.nu/log/50-meditation-on-software-correctness/ + diff --git a/35.myco b/35.myco new file mode 100644 index 0000000..391a3b5 --- /dev/null +++ b/35.myco @@ -0,0 +1,6 @@ += doldrusidus +https://gitlab.com/desertslug/doldrusidus + +> Doldrusidus is an open-ended, obscure simulation realized as a multiplayer game taking place in a small universe. At its core, the engine is a simulation of entities possessing a number of different components that represent their properties. One such property is the ability to emulate machine code assembled for the uxn fantasy architecture. + +=> https://desertslug.itch.io/doldrusidus \ No newline at end of file diff --git a/350.myco b/350.myco new file mode 100644 index 0000000..80d6915 --- /dev/null +++ b/350.myco @@ -0,0 +1,3 @@ += I have no capslock and I must scream @ marginalia.nu +https://www.marginalia.nu/log/48-i-have-no-capslock/ + diff --git a/351.myco b/351.myco new file mode 100644 index 0000000..79b5778 --- /dev/null +++ b/351.myco @@ -0,0 +1,6 @@ += Throwing in the towel on mobile Linux +https://drewdevault.com/2023/06/16/Mobile-linux-retrospective.html + +TL;DR: Not good yet. + +Note: throwing in the towel means to accept defeat. I had to look this up. \ No newline at end of file diff --git a/352.myco b/352.myco new file mode 100644 index 0000000..de5f6a8 --- /dev/null +++ b/352.myco @@ -0,0 +1,6 @@ += Gemini BBS +https://links.bouncepaw.com/#ZgotmplZ + +> Discussion forums, microblogging, and Git issue tracking for the Gemini community. You only need a Gemini client to participate. Welcome! + +Looking extra good! \ No newline at end of file diff --git a/353.myco b/353.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/353.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/354.myco b/354.myco new file mode 100644 index 0000000..408df22 --- /dev/null +++ b/354.myco @@ -0,0 +1,4 @@ += WhoCanUse +https://www.whocanuse.com/ + +> A tool that brings attention and understanding to how color contrast can affect people with different visual impairments. \ No newline at end of file diff --git a/355.myco b/355.myco new file mode 100644 index 0000000..30dc628 --- /dev/null +++ b/355.myco @@ -0,0 +1,6 @@ += Nex protocol +https://nex.nightfall.city/ + +> Nex is a little internet protocol inspired by Gemini and Gopher.\ + +=> https://nex.nightfall.city/nex.txt | protocol description \ No newline at end of file diff --git a/36.myco b/36.myco new file mode 100644 index 0000000..4405fda --- /dev/null +++ b/36.myco @@ -0,0 +1,3 @@ += Mandelmap +https://www.mandelmap.com + diff --git a/37.myco b/37.myco new file mode 100644 index 0000000..7e33226 --- /dev/null +++ b/37.myco @@ -0,0 +1,6 @@ += Didder +https://github.com/makeworld-the-better-one/didder + +> An extensive, fast, and accurate command-line image dithering tool. + +That's a good one. \ No newline at end of file diff --git a/38.myco b/38.myco new file mode 100644 index 0000000..afc5fa5 --- /dev/null +++ b/38.myco @@ -0,0 +1,4 @@ += Petname Systems +https://spritelyproject.org/news/petname-systems.html + +On addressing. \ No newline at end of file diff --git a/39.myco b/39.myco new file mode 100644 index 0000000..8ff8493 --- /dev/null +++ b/39.myco @@ -0,0 +1,4 @@ += Simon Stålenhag +https://www.simonstalenhag.se + +Also on Mastodon: https://mastodon.art/@simonstalenhag \ No newline at end of file diff --git a/4.myco b/4.myco new file mode 100644 index 0000000..1ecd14c --- /dev/null +++ b/4.myco @@ -0,0 +1,6 @@ += Anton Zhiyanov +https://antonz.org + +One of my most favorite technical blogs out there. The author has an excellent taste in everything. I've been following him for years. + +Ещё по-русски есть: https://antonz.ru \ No newline at end of file diff --git a/40.myco b/40.myco new file mode 100644 index 0000000..073cfd9 --- /dev/null +++ b/40.myco @@ -0,0 +1,4 @@ += Pipelinefunk by Armin Küpper +https://www.youtube.com/watch?v=cjVm3sCxIyI + +The author has many videos like that. A true piper. \ No newline at end of file diff --git a/41.myco b/41.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/41.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/42.myco b/42.myco new file mode 100644 index 0000000..ae98399 --- /dev/null +++ b/42.myco @@ -0,0 +1,3 @@ += Swiss in CSS +https://swissincss.com/zurich-tonhalle-1958 + diff --git a/43.myco b/43.myco new file mode 100644 index 0000000..aa230c5 --- /dev/null +++ b/43.myco @@ -0,0 +1,3 @@ += Швейцарская типографика +https://design.bureau.ru/topics/shveytsarskaya-tipografika + diff --git a/44.myco b/44.myco new file mode 100644 index 0000000..56428a0 --- /dev/null +++ b/44.myco @@ -0,0 +1,3 @@ += Swiss Style Color Picker | International Style Colors Scheme Palette +https://fabianburghardt.de/swisscolors/ + diff --git a/45.myco b/45.myco new file mode 100644 index 0000000..ba82392 --- /dev/null +++ b/45.myco @@ -0,0 +1,3 @@ += Как сочетать шрифты, не сочетая шрифты - Блог Игоря Штанга — ЖЖ +https://nobelfaik.livejournal.com/240053.html + diff --git a/46.myco b/46.myco new file mode 100644 index 0000000..23c5414 --- /dev/null +++ b/46.myco @@ -0,0 +1,3 @@ += Fonts, a Fuzzy Fringefest | datagubbe.se +https://www.datagubbe.se/fontfest/ + diff --git a/47.myco b/47.myco new file mode 100644 index 0000000..afdea63 --- /dev/null +++ b/47.myco @@ -0,0 +1,4 @@ += Фотошоп Средневековья / Хабр +https://habr.com/ru/post/653069/ + +При создании изображений в старых книгах использовали аналоговые методы редактирования и склейки изображений! diff --git a/48.myco b/48.myco new file mode 100644 index 0000000..025eae9 --- /dev/null +++ b/48.myco @@ -0,0 +1,4 @@ += Some opinionated thoughts on SQL databases - Made of Bugs +https://blog.nelhage.com/post/some-opinionated-sql-takes/ + +> Unfortunately, in my opinion, those incredible storage engines — some of the finest pieces of systems engineering available to us — are hidden behind what I find to be a very frustrating interface. Let’s look at what I dislike about SQL. diff --git a/49.myco b/49.myco new file mode 100644 index 0000000..1872fc5 --- /dev/null +++ b/49.myco @@ -0,0 +1,3 @@ += An Initial Exploration and Review of Secure Scuttlebutt +https://cheapskatesguide.org/articles/secure-scuttlebutt.html + diff --git a/5.myco b/5.myco new file mode 100644 index 0000000..81f52a5 --- /dev/null +++ b/5.myco @@ -0,0 +1,3 @@ += What’s The Difference between Utopia, Eutopia, and Protopia? +https://medium.com/@hanzifreinacht/protopia-beyond-utopia-8200a20b2c43 + diff --git a/50 Years Later, We’re Still Living in the Xerox Alto’s World - IEEE Spectrum.myco b/50 Years Later, We’re Still Living in the Xerox Alto’s World - IEEE Spectrum.myco new file mode 100644 index 0000000..6dbe0fe --- /dev/null +++ b/50 Years Later, We’re Still Living in the Xerox Alto’s World - IEEE Spectrum.myco @@ -0,0 +1,3 @@ += 50 Years Later, We’re Still Living in the Xerox Alto’s World - IEEE Spectrum +https://spectrum.ieee.org/xerox-alto + diff --git a/50.myco b/50.myco new file mode 100644 index 0000000..6417f78 --- /dev/null +++ b/50.myco @@ -0,0 +1,4 @@ += Lainblog +https://blog.soykaf.com/ + +Pleroma creator's blog. diff --git a/51.myco b/51.myco new file mode 100644 index 0000000..fbacee3 --- /dev/null +++ b/51.myco @@ -0,0 +1,3 @@ += Blushy-Crushy Fediverse Idol: A Chat with Lain about Pleroma | by Sean Tilley +https://medium.com/we-distribute/blushy-crushy-fediverse-idol-a-chat-with-lain-about-pleroma-4ff578b99752 + diff --git a/52.myco b/52.myco new file mode 100644 index 0000000..893d599 --- /dev/null +++ b/52.myco @@ -0,0 +1,4 @@ += Privacy and Tracking on the Fediverse | Lainblog +https://blog.soykaf.com/post/privacy-and-tracking-on-the-fediverse/ + +> Mastodon and Pleroma support four settings for post visibility. These are public, friends only, unlisted and direct messages. What actually happens when you use those settings? The only thing they will change are the to and cc fields of the created activity and object. Your server will federate the post to other servers depending on those fields, and hopes the other server respects this. There is no technological guarantee for this, though. A malicious server could leak all the data it receives. This includes posts to friends and direct messages. diff --git a/53.myco b/53.myco new file mode 100644 index 0000000..bccf0b1 --- /dev/null +++ b/53.myco @@ -0,0 +1,4 @@ += @lain@lain.com 2022-03-30 +https://lain.com/notice/AHvGWxIo3vNDZGu35U + +> fun fact: pleroma was called 'wired' when i started writing it, i changed it because it would been impossible to find in a search engine diff --git a/54.myco b/54.myco new file mode 100644 index 0000000..89c628e --- /dev/null +++ b/54.myco @@ -0,0 +1,8 @@ += Announcing Offpunk 0.2 : What is Offline? +https://rawtext.club/~ploum/2022-01-31-offpunk02.html + +> The real problem with Internet addiction is that you know when you connect to it, often to check something particular, finding yourself two or three hours later without having accomplished anything but jumping from seemingly interesting links to catchy videos. Your brain is fed with low-quality content which has (mostly negative) impacts on your thoughts, your well-being, your mood, your productivity and your self-esteem. +> +> Software like #Offpunk may help here by allowing you to never be directly connected to the Internet. You don’t use your computer while it is connected to the Internet. This means that you only consume content on your own computer, without being tempted to check if there’s anything new. Replying to a specific email doesn’t force you to see that new emails just arrived. +> +> Besides the "offline" command, the "tour" feature of Offpunk forces you to read new contents in a linear fashion. And when you get to the end of it, Offpunk will tell you explicitly that this is the "end of tour". Yep, there’s nothing more to procrastinate on your computer. Move your ass and do something. The command line aspect allows you not to be distracted by the design and to be mindful about what you want to do. You need to type a command, you can’t click mindlessly. \ No newline at end of file diff --git a/55.myco b/55.myco new file mode 100644 index 0000000..f1dff8a --- /dev/null +++ b/55.myco @@ -0,0 +1,4 @@ += linkhut: A social bookmarking site +https://sr.ht/~mlb/linkhut/ + +> linkhut is an open source social bookmarking website. diff --git a/56.myco b/56.myco new file mode 100644 index 0000000..16bfa58 --- /dev/null +++ b/56.myco @@ -0,0 +1,4 @@ += Readability | Zettlr +https://www.zettlr.com/readability + +> This page provides four different readability algorithms, implemented using the Open Source Markdown Editor Zettlr. diff --git a/57.myco b/57.myco new file mode 100644 index 0000000..82f884a --- /dev/null +++ b/57.myco @@ -0,0 +1,4 @@ += Ergohaven presents: K:02 keyboard +https://ergohaven.xyz/ + +Эргогавань — какая-то российская организация про клавиатуры. Надо разобраться diff --git a/58.myco b/58.myco new file mode 100644 index 0000000..9541540 --- /dev/null +++ b/58.myco @@ -0,0 +1,6 @@ += Russian Federation - HackerspaceWiki +https://wiki.hackerspaces.org/Russian_Federation + +List of hackerspaces in Russia. + +[[https://t.me/memory_heap/376 | wrt]] \ No newline at end of file diff --git a/59.myco b/59.myco new file mode 100644 index 0000000..a8563fc --- /dev/null +++ b/59.myco @@ -0,0 +1,3 @@ += Some Thoughts on Collecting Computers +https://cheapskatesguide.org/articles/collecting-computers.html + diff --git a/6.myco b/6.myco new file mode 100644 index 0000000..8261499 --- /dev/null +++ b/6.myco @@ -0,0 +1,4 @@ += The Trouble with PowerPoint 🧑‍🏫 +https://links.bouncepaw.com/#ZgotmplZ + +> Summarizing Edward Tufte's essay "The Cognitive Style of PowerPoint". \ No newline at end of file diff --git a/60.myco b/60.myco new file mode 100644 index 0000000..3ca3b60 --- /dev/null +++ b/60.myco @@ -0,0 +1,4 @@ += Is techno-clutter ruining your life? +https://cheapskatesguide.org/articles/techno-clutter-farnell.html + +> Psychologically, hoarding behaviour is rooted in fear, particularly of deprivation, or uncontrolled change, perhaps with unresolved loss or attachment to old patterns as a deeper cause. Hoarders can't move on. They cannot select what to throw out, because their value judgements are disrupted. diff --git a/61.myco b/61.myco new file mode 100644 index 0000000..5ee96de --- /dev/null +++ b/61.myco @@ -0,0 +1,4 @@ += Reasons for servers to support IPv6 +https://jvns.ca/blog/2022/01/29/reasons-for-servers-to-support-ipv6/ + +Some reasons. They have not convinced me to care enough to enable it. diff --git a/62.myco b/62.myco new file mode 100644 index 0000000..a6bc6de --- /dev/null +++ b/62.myco @@ -0,0 +1,4 @@ += A review of the Julia language +https://danluu.com/julialang/ + +> Here's a language that gives near-C performance that feels like Python or Ruby with optional type annotations (that you can feed to one of two static analysis tools) that has good support for macros plus decent-ish support for FP, plus a lot more. What's not to like? I'm mostly not going to talk about how great Julia is, though, because you can find plenty of blog posts that do that all over the internet. diff --git a/63.myco b/63.myco new file mode 100644 index 0000000..ba21c41 --- /dev/null +++ b/63.myco @@ -0,0 +1,4 @@ += KolibriOS official site +https://kolibrios.org/ + +A small operating system \ No newline at end of file diff --git a/64.myco b/64.myco new file mode 100644 index 0000000..057d687 --- /dev/null +++ b/64.myco @@ -0,0 +1,4 @@ += duskos: 32-bit Forth OS mixed with C +https://sr.ht/~vdupras/duskos/ + +> Dusk OS is a 32-bit Forth and big brother to Collapse OS. It does everything Collapse OS does, has the same laser sharp focus on simplicity, but has a widened scope diff --git a/65.myco b/65.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/65.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/66.myco b/66.myco new file mode 100644 index 0000000..b42e1a1 --- /dev/null +++ b/66.myco @@ -0,0 +1,4 @@ += Damn Small Software - Björn Wärmedal +https://warmedal.se/~bjorn/posts/2021-11-27-damn-small-software.html + +> Now and again I go back to looking at the Damn Small Linux website. I never tried it but I absolutely love the idea. It was a desktop OS at only 50 MB, meant to include everything you may need on a daily basis. Of course it had to go with small scale versions for most things, but it packed no less than three different web browsers, two window managers, word processor, spreadsheet editor, pdf reader, and more. Wow! diff --git a/67.myco b/67.myco new file mode 100644 index 0000000..0964b65 --- /dev/null +++ b/67.myco @@ -0,0 +1,4 @@ += HolyC +https://templeos.holyc.xyz/Wb/Doc/HolyC.html + +An overview of Holy C, the programming language for Temple OS. \ No newline at end of file diff --git a/68.myco b/68.myco new file mode 100644 index 0000000..44389ba --- /dev/null +++ b/68.myco @@ -0,0 +1,4 @@ += Accidentally Turing-Complete +https://beza1e1.tuxen.de/articles/accidentally_turing_complete.html + +> A list of things that were not supposed to be Turing-complete, but are. diff --git a/69.myco b/69.myco new file mode 100644 index 0000000..552f625 --- /dev/null +++ b/69.myco @@ -0,0 +1,4 @@ += Tables and Strings in COBOL | datagubbe.se +https://www.datagubbe.se/cobtab/ + +> Since I'm a deeply demented man with a lot of free time on my hands, I decided to expand a bit on the subject - if only to give myself a chance of brushing up on my own very rudimentary COBOL knowledge. diff --git a/7.myco b/7.myco new file mode 100644 index 0000000..f78d279 --- /dev/null +++ b/7.myco @@ -0,0 +1,3 @@ += Why you should not use (f)lex, yacc and bison +https://tomassetti.me/why-you-should-not-use-flex-yacc-and-bison/ + diff --git a/70.myco b/70.myco new file mode 100644 index 0000000..be67cbc --- /dev/null +++ b/70.myco @@ -0,0 +1,3 @@ += Thoughts on Swift and Objective-C +https://lapcatsoftware.com/articles/swift.html + diff --git a/71.myco b/71.myco new file mode 100644 index 0000000..ed60671 --- /dev/null +++ b/71.myco @@ -0,0 +1,4 @@ += cognate-lang/cognate: A human readable quasi-concatenative programming language +https://github.com/cognate-lang/cognate + +> Cognate is a small dynamic quasi-concatenative language for functional programming. Cognate aims to express complex programs in a simple and readable way through its unique syntax, which emphasises embedding comments into statements. This makes programs very readable and helps a programmer better express their intentions. diff --git a/72.myco b/72.myco new file mode 100644 index 0000000..c27c50e --- /dev/null +++ b/72.myco @@ -0,0 +1,5 @@ += Soithàs Marràidh. Вести извне +https://marraidh.com/ + +Также: +=> https://t.me/SoithasMarraidh \ No newline at end of file diff --git a/73.myco b/73.myco new file mode 100644 index 0000000..25c59a4 --- /dev/null +++ b/73.myco @@ -0,0 +1,3 @@ += Typewriter concept reinvented for nostalgic, digital users - Yanko Design +https://www.yankodesign.com/2022/02/21/typewriter-concept-reinvented-for-nostalgic-digital-users/ + diff --git a/77 Hardcore Polish Churches.myco b/77 Hardcore Polish Churches.myco new file mode 100644 index 0000000..7bbabed --- /dev/null +++ b/77 Hardcore Polish Churches.myco @@ -0,0 +1,3 @@ += 77 Hardcore Polish Churches +https://www.presentandcorrect.com/blogs/blog/77-hardcore-polish-churches + diff --git a/77.myco b/77.myco new file mode 100644 index 0000000..41e43a3 --- /dev/null +++ b/77.myco @@ -0,0 +1,4 @@ += Про Новосибирск — Туту.ру +https://tn-hdz.mckl.ru/v/PG0OAAAACBEBQOtE/9jCaZHfUVKtEi53H + +История про то, как Новосибирск обскакал Томск при помощи железной дороги, а потом стал третьим по населению городом в России. \ No newline at end of file diff --git a/78.myco b/78.myco new file mode 100644 index 0000000..74171fb --- /dev/null +++ b/78.myco @@ -0,0 +1,3 @@ += We need to talk about your Github addiction +https://ploum.net/2023-02-22-leaving-github.html + diff --git a/79.myco b/79.myco new file mode 100644 index 0000000..d3d0759 --- /dev/null +++ b/79.myco @@ -0,0 +1,4 @@ += Miniflux API Reference +https://miniflux.app/docs/api.html + +Of interest. I want to make a Miniflux star importer. \ No newline at end of file diff --git a/8.myco b/8.myco new file mode 100644 index 0000000..222659a --- /dev/null +++ b/8.myco @@ -0,0 +1 @@ += \ No newline at end of file diff --git a/80.myco b/80.myco new file mode 100644 index 0000000..93d282d --- /dev/null +++ b/80.myco @@ -0,0 +1,3 @@ += Building a Minimalistic Virtual Machine +https://pointersgonewild.com/2023/02/24/building-a-minimalistic-virtual-machine/ + diff --git a/81.myco b/81.myco new file mode 100644 index 0000000..6dbe0fe --- /dev/null +++ b/81.myco @@ -0,0 +1,3 @@ += 50 Years Later, We’re Still Living in the Xerox Alto’s World - IEEE Spectrum +https://spectrum.ieee.org/xerox-alto + diff --git a/82.myco b/82.myco new file mode 100644 index 0000000..9beba1f --- /dev/null +++ b/82.myco @@ -0,0 +1,4 @@ += Shimmie 2 +https://code.shishnet.org/shimmie2/ + +> A danbooru-style image board, des­igned to be easier to install, run, and extend. \ No newline at end of file diff --git a/83.myco b/83.myco new file mode 100644 index 0000000..88110d0 --- /dev/null +++ b/83.myco @@ -0,0 +1,4 @@ += playlist for silly goofsters +https://www.youtube.com/watch?v=g-NewxZzULI + +> songs to do your silly little tasks to diff --git a/84.myco b/84.myco new file mode 100644 index 0000000..07ec101 --- /dev/null +++ b/84.myco @@ -0,0 +1,4 @@ += Introducing Wyldcard — Wyldcard +https://www.wyldcard.io/blog/introducing-wyldcard + +The idea has been floating in the Noösphere for a while now. \ No newline at end of file diff --git a/85.myco b/85.myco new file mode 100644 index 0000000..14df556 --- /dev/null +++ b/85.myco @@ -0,0 +1,4 @@ += Shift Happens: Typewriter simulator +https://shifthappens.site/typewriter/ + +Looks very graphical \ No newline at end of file diff --git a/86.myco b/86.myco new file mode 100644 index 0000000..1d9152d --- /dev/null +++ b/86.myco @@ -0,0 +1,4 @@ += Таинственные жители уральских пещер: народы чуди и дивьи люди +https://nashural.ru/article/zagadki/tainstvennye-zhiteli-uralskih-peshher-narody-chudi-i-divi-lyudi/ + +Описания подземных народов. \ No newline at end of file diff --git a/87.myco b/87.myco new file mode 100644 index 0000000..1c9b8a3 --- /dev/null +++ b/87.myco @@ -0,0 +1,4 @@ += Где и когда видели снежного человека на Южном Урале? +https://nashural.ru/article/zagadki/gde-i-kogda-videli-snezhnogo-cheloveka-na-yuzhnom-urale/ + +Описания о встречах с шурале \ No newline at end of file diff --git a/88.myco b/88.myco new file mode 100644 index 0000000..ce26a43 --- /dev/null +++ b/88.myco @@ -0,0 +1,4 @@ += Date Format — Ayu +https://ayu.land/dates + +This is a solar calendar system. According to the position of the Sun on the ecliptic, a tropical year (the time the Earth takes for one revolution around the Sun) is divided into twelve parts, which are known as the twelve solar months, numbered with the twelve Earthly Branches🪐. Each month is divided into two halves, the first named “Jie” (season) and the second named “Qi” (climate), totalling 24 periods, which are named according to the patterns in weather and natural phenomena that the ancient Chinese had drawn from their farming experience, and are now collectively named “the solar terms”. diff --git a/89.myco b/89.myco new file mode 100644 index 0000000..9a0d5e6 --- /dev/null +++ b/89.myco @@ -0,0 +1,14 @@ += PotatoP | Hackaday.io +https://hackaday.io/project/184340-potatop + +Ploum: +``` +A minimal computer which harvests power from the ambient light, offering +only a minimal LISP programming environment. + +I feel that if it could become sufficiently powerful to run a shell and +a text editor, you could quickly expend it to read/send emails and even +browse Gemini. + +Maybe I’m dreaming… +``` \ No newline at end of file diff --git a/9.myco b/9.myco new file mode 100644 index 0000000..ec71855 --- /dev/null +++ b/9.myco @@ -0,0 +1,4 @@ += Command line HTTP apps +http://sdi.thoughtstorms.info/?p=1444 + +> I just rediscovered a question I wrote on Stack Exchange. I can’t remember much about the context, but the idea is to have an ordinary “web server” application accessed through http, but simply sending plain-text backwards and forwards to a command-line based client. \ No newline at end of file diff --git a/90.myco b/90.myco new file mode 100644 index 0000000..791d580 --- /dev/null +++ b/90.myco @@ -0,0 +1,4 @@ += ALL SNAIL POSIX SHELL! 🐌 +https://j3s.sh/thought/write-posix-shell.html + +Rule of thumb: use POSIX shell. \ No newline at end of file diff --git a/91.myco b/91.myco new file mode 100644 index 0000000..45b379f --- /dev/null +++ b/91.myco @@ -0,0 +1,4 @@ += permacomputing wiki +https://permacomputing.net/ + +> Permacomputing is a more sustainable approach to computer and network technology inspired by permaculture. Permacomputing is both a concept and a community of practice oriented around issues of resilience and regenerativity in digital technology. diff --git a/92.myco b/92.myco new file mode 100644 index 0000000..0d7fdca --- /dev/null +++ b/92.myco @@ -0,0 +1,4 @@ += The One Week Command Line Challenge +https://cheapskatesguide.org/articles/cmdline-challenge.html + +Cheapskate installs an outdated OS on an outdated computer with laughable capabilities, yet somehow manages to use it. diff --git a/93.myco b/93.myco new file mode 100644 index 0000000..79a6ea4 --- /dev/null +++ b/93.myco @@ -0,0 +1,4 @@ += Permacomputing | viznut +http://viznut.fi/texts-en/permacomputing.html + +> This is a collection of random thoughts regarding the application of permacultural ideas to the computer world. diff --git a/94.myco b/94.myco new file mode 100644 index 0000000..ff416c5 --- /dev/null +++ b/94.myco @@ -0,0 +1,3 @@ += Permacomputing — solderpunk +https://links.bouncepaw.com/#ZgotmplZ + diff --git a/95.myco b/95.myco new file mode 100644 index 0000000..354bd14 --- /dev/null +++ b/95.myco @@ -0,0 +1,6 @@ += Alexey1994/simple-processor-circuit: simple processor circuit suitable for repeating transistors +https://github.com/Alexey1994/simple-processor-circuit + +> Этот процессор может быть выполнен на транзисторах в домашних условиях. Схема строится только на логических элементах NOT, OR, AND, XOR, NOR. Битность можно задать любую добавляя провода и логические элементы в соответствии со схемой. Здесь представлена схема минималистичного 4-х битного варианта на 155 логических элементов. + +> This processor can be hand-made. The only logic gates the circuit uses are NOT, OR, AND, XOR, NOR. You can adjust the word size by adding more wires and logic gates in line with the circuit. The circuit provided here is a minimalistic 4-bit one with 155 logic components. \ No newline at end of file diff --git a/96.myco b/96.myco new file mode 100644 index 0000000..35de584 --- /dev/null +++ b/96.myco @@ -0,0 +1,4 @@ += Statically compiling Go programs +https://www.arp242.net/static-go.html + +> Go creates static binaries by default unless you use cgo to call C code, in which case it will create a dynamically linked binary. Using cgo is more common than many people assume as the os/user and net packages use cgo, so importing either (directly or indirectly) will result in a dynamic binary. diff --git a/97.myco b/97.myco new file mode 100644 index 0000000..6d0c77a --- /dev/null +++ b/97.myco @@ -0,0 +1,4 @@ += Felix Rambles: Using Go despite misgivings +https://felix.plesoianu.ro/blog/using-go-despite-misgivings.html + +> And do I need to explain how bad it looks to have GitHub support baked right into your toolchain in 2020? We tried to warn you, folks. diff --git a/98.myco b/98.myco new file mode 100644 index 0000000..46b8b79 --- /dev/null +++ b/98.myco @@ -0,0 +1,4 @@ += Ebitengine - A dead simple 2D game engine for Go +https://ebitengine.org/ + +> Ebiten (/ebíteɴ/) is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms. diff --git a/99.myco b/99.myco new file mode 100644 index 0000000..1b5cefe --- /dev/null +++ b/99.myco @@ -0,0 +1,6 @@ += The right way to use go-sqlite3 +http://web.archive.org/web/20210423132955/https://foxcpp.dev/articles/the-right-way-to-use-go-sqlite3 + +> SQLite is a wonderful piece of software and it is completely meaningful to use it in a project written in Go even though SQLite itself is in C. Though people has been hitting lots of issues with it, mostly "database is locked" error that seems to appear out of nowhere. +> +> First of all, SQLite allows concurrent readers but only a single writer. Unlike most places where you may encounter some sort of synchronization SQLite does not wait for the write lock to become available - instead it just returns an error, letting the caller deal with it. This is why you are getting "database is locked" errors. \ No newline at end of file diff --git a/9front in QEMU.myco b/9front in QEMU.myco new file mode 100644 index 0000000..56444bd --- /dev/null +++ b/9front in QEMU.myco @@ -0,0 +1,4 @@ += 9front in QEMU +https://thorjhanson.com/blog/20220324-9front-in-qemu + +> A few months ago, I decided to attempt an installation of 9front (a popular fork of Plan 9) in QEMU. I was ultimately successful, and decided to write some notes down as I went. diff --git a/@lain@lain.com 2022-03-30.myco b/@lain@lain.com 2022-03-30.myco new file mode 100644 index 0000000..bccf0b1 --- /dev/null +++ b/@lain@lain.com 2022-03-30.myco @@ -0,0 +1,4 @@ += @lain@lain.com 2022-03-30 +https://lain.com/notice/AHvGWxIo3vNDZGu35U + +> fun fact: pleroma was called 'wired' when i started writing it, i changed it because it would been impossible to find in a search engine diff --git a/A Critique of SQL, 40 Years Later.myco b/A Critique of SQL, 40 Years Later.myco new file mode 100644 index 0000000..4b4173b --- /dev/null +++ b/A Critique of SQL, 40 Years Later.myco @@ -0,0 +1,4 @@ += A Critique of SQL, 40 Years Later +https://carlineng.com/?postid=sql-critique#blog + +SQL is not so good! \ No newline at end of file diff --git a/A Life Less Ads | datagubbe.se.myco b/A Life Less Ads | datagubbe.se.myco new file mode 100644 index 0000000..3b13a88 --- /dev/null +++ b/A Life Less Ads | datagubbe.se.myco @@ -0,0 +1,4 @@ += A Life Less Ads | datagubbe.se +https://www.datagubbe.se/lessads/ + +How to receive less ads and how good it is. \ No newline at end of file diff --git a/A Quarter Century of Web Coding | datagubbe.se.myco b/A Quarter Century of Web Coding | datagubbe.se.myco new file mode 100644 index 0000000..94c3a99 --- /dev/null +++ b/A Quarter Century of Web Coding | datagubbe.se.myco @@ -0,0 +1,7 @@ += A Quarter Century of Web Coding | datagubbe.se +https://www.datagubbe.se/25years/ + +> I both pity and admire beginner web coders of today. Unlike me, they've not been able to accumulate gradual knowledge of HTTP, HTML, REST, JavaScript, the DOM, CSS, AJAX, JSON, asynchronous execution and event driven object oriented programming over a period of decades. They haven't walked the long path from CGI scripts to modern server side tomfoolery via PHP, ASP and various MVC frameworks. They're just brutally thrust into a complex world of Gulp, Grunt, TypeScript, React Hooks and MobX-State-Tree and it's assumed they somehow already know about all that other stuff. Computer Science has moved into the frontend in earnest and yet it still seems as if many view "web development" as "making homepages", and that it's something you can learn over a period of weeks, not years. +> +> In retrospect, web development has always been a bit of a struggle against the powers that be. +> Some things that were pretty bad for quite a long time have gotten better. But, on the whole, I dare say it's much worse now than when I started. Much like how Commodore 64 programmers could keep a map of the entire computer in their head, a moderately competent developer could churn out an acceptable web site in a matter of weeks, understand every single aspect of it and get paid in the process. If I, a quarter century ago, had possessed the experience and knowledge I do now, the simplicity of those early web pages would've felt surreal. And yet, we apparently provided a service that was of some value to some people. A digital commodity, nothing more, nothing less. Actually useful software. \ No newline at end of file diff --git a/A Simple Network of Underground Wells and Tunnels.myco b/A Simple Network of Underground Wells and Tunnels.myco new file mode 100644 index 0000000..e88a120 --- /dev/null +++ b/A Simple Network of Underground Wells and Tunnels.myco @@ -0,0 +1,3 @@ += A Simple Network of Underground Wells and Tunnels +https://www.aaycock.com/simplenetwork/ + diff --git a/A case against tabs.myco b/A case against tabs.myco new file mode 100644 index 0000000..1e2945a --- /dev/null +++ b/A case against tabs.myco @@ -0,0 +1,5 @@ += A case against tabs +https://kazlauskas.me/entries/a-case-against-tabs + +Tabs are bad, and we can do without them as long as we have windows. + diff --git a/A different kind of keyboard.myco b/A different kind of keyboard.myco new file mode 100644 index 0000000..9cbb378 --- /dev/null +++ b/A different kind of keyboard.myco @@ -0,0 +1,4 @@ += A different kind of keyboard +https://ianthehenry.com/posts/peggi/ + +An arpeggio keyboard. Reminds me of Octodon. \ No newline at end of file diff --git a/A meditation on correctness in software @ marginalia.nu.myco b/A meditation on correctness in software @ marginalia.nu.myco new file mode 100644 index 0000000..9bdbe93 --- /dev/null +++ b/A meditation on correctness in software @ marginalia.nu.myco @@ -0,0 +1,3 @@ += A meditation on correctness in software @ marginalia.nu +https://www.marginalia.nu/log/50-meditation-on-software-correctness/ + diff --git a/A review of the Julia language.myco b/A review of the Julia language.myco new file mode 100644 index 0000000..a6bc6de --- /dev/null +++ b/A review of the Julia language.myco @@ -0,0 +1,4 @@ += A review of the Julia language +https://danluu.com/julialang/ + +> Here's a language that gives near-C performance that feels like Python or Ruby with optional type annotations (that you can feed to one of two static analysis tools) that has good support for macros plus decent-ish support for FP, plus a lot more. What's not to like? I'm mostly not going to talk about how great Julia is, though, because you can find plenty of blog posts that do that all over the internet. diff --git a/ALL SNAIL POSIX SHELL! 🐌.myco b/ALL SNAIL POSIX SHELL! 🐌.myco new file mode 100644 index 0000000..791d580 --- /dev/null +++ b/ALL SNAIL POSIX SHELL! 🐌.myco @@ -0,0 +1,4 @@ += ALL SNAIL POSIX SHELL! 🐌 +https://j3s.sh/thought/write-posix-shell.html + +Rule of thumb: use POSIX shell. \ No newline at end of file diff --git a/Aaronson Oracle.myco b/Aaronson Oracle.myco new file mode 100644 index 0000000..3fe5339 --- /dev/null +++ b/Aaronson Oracle.myco @@ -0,0 +1,4 @@ += Aaronson Oracle +https://people.ischool.berkeley.edu/~nick/aaronson-oracle/ + +Press keys D and F. After some time, the site will predict your next presses. I get accuracy 73 %. There is no such thing as human-generated randomness. \ No newline at end of file diff --git a/Accidentally Turing-Complete.myco b/Accidentally Turing-Complete.myco new file mode 100644 index 0000000..44389ba --- /dev/null +++ b/Accidentally Turing-Complete.myco @@ -0,0 +1,4 @@ += Accidentally Turing-Complete +https://beza1e1.tuxen.de/articles/accidentally_turing_complete.html + +> A list of things that were not supposed to be Turing-complete, but are. diff --git a/Adactio: Journal—Suspicion.myco b/Adactio: Journal—Suspicion.myco new file mode 100644 index 0000000..143856a --- /dev/null +++ b/Adactio: Journal—Suspicion.myco @@ -0,0 +1,3 @@ += Adactio: Journal—Suspicion +https://adactio.com/journal/19029 + diff --git a/Alex Schroeder: 2023-02-22 Adapting the game.myco b/Alex Schroeder: 2023-02-22 Adapting the game.myco new file mode 100644 index 0000000..ce56715 --- /dev/null +++ b/Alex Schroeder: 2023-02-22 Adapting the game.myco @@ -0,0 +1,4 @@ += Alex Schroeder: 2023-02-22 Adapting the game +https://alexschroeder.ch/wiki/2023-02-22_Adapting_the_game + +How a Dune-inspired TTRPG might look? \ No newline at end of file diff --git a/Alex Schroeder: 2023-03-07 A vision for search.myco b/Alex Schroeder: 2023-03-07 A vision for search.myco new file mode 100644 index 0000000..acae741 --- /dev/null +++ b/Alex Schroeder: 2023-03-07 A vision for search.myco @@ -0,0 +1,4 @@ += Alex Schroeder: 2023-03-07 A vision for search +https://alexschroeder.ch/wiki/2023-03-07_A_vision_for_search + +> This compressed JSON file (better than XML, right?) would be a well-known path for every site, like “/.well-known/index.json.xz”. It lists all the pages on your domain, and their keywords. diff --git a/Alex Schroeder: 2023-06-02 Gemini and curl.myco b/Alex Schroeder: 2023-06-02 Gemini and curl.myco new file mode 100644 index 0000000..4b52d85 --- /dev/null +++ b/Alex Schroeder: 2023-06-02 Gemini and curl.myco @@ -0,0 +1,6 @@ += Alex Schroeder: 2023-06-02 Gemini and curl +https://alexschroeder.ch/wiki/2023-06-02_Gemini_and_curl + +Alex Schroeder makes a review of Daniel Stenberg making a review of Gemini. + +See [[/296]]. \ No newline at end of file diff --git a/Algebraic Data Types in JavaScript - w3future.com.myco b/Algebraic Data Types in JavaScript - w3future.com.myco new file mode 100644 index 0000000..5db0ced --- /dev/null +++ b/Algebraic Data Types in JavaScript - w3future.com.myco @@ -0,0 +1,3 @@ += Algebraic Data Types in JavaScript - w3future.com +http://w3future.com/weblog/stories/2008/06/16/adtinjs.xml + diff --git a/Always be quitting - Julio Merino (jmmv.dev).myco b/Always be quitting - Julio Merino (jmmv.dev).myco new file mode 100644 index 0000000..eebd0b2 --- /dev/null +++ b/Always be quitting - Julio Merino (jmmv.dev).myco @@ -0,0 +1,4 @@ += Always be quitting - Julio Merino (jmmv.dev) +https://jmmv.dev/2021/04/always-be-quitting.html + +10 things to do to improve your team and make yourself replaceable. The author claims that being replaceable makes it easier for you to grow professionally. \ No newline at end of file diff --git a/An Initial Exploration and Review of Secure Scuttlebutt.myco b/An Initial Exploration and Review of Secure Scuttlebutt.myco new file mode 100644 index 0000000..1872fc5 --- /dev/null +++ b/An Initial Exploration and Review of Secure Scuttlebutt.myco @@ -0,0 +1,3 @@ += An Initial Exploration and Review of Secure Scuttlebutt +https://cheapskatesguide.org/articles/secure-scuttlebutt.html + diff --git a/Announcing Offpunk 0.2 : What is Offline?.myco b/Announcing Offpunk 0.2 : What is Offline?.myco new file mode 100644 index 0000000..89c628e --- /dev/null +++ b/Announcing Offpunk 0.2 : What is Offline?.myco @@ -0,0 +1,8 @@ += Announcing Offpunk 0.2 : What is Offline? +https://rawtext.club/~ploum/2022-01-31-offpunk02.html + +> The real problem with Internet addiction is that you know when you connect to it, often to check something particular, finding yourself two or three hours later without having accomplished anything but jumping from seemingly interesting links to catchy videos. Your brain is fed with low-quality content which has (mostly negative) impacts on your thoughts, your well-being, your mood, your productivity and your self-esteem. +> +> Software like #Offpunk may help here by allowing you to never be directly connected to the Internet. You don’t use your computer while it is connected to the Internet. This means that you only consume content on your own computer, without being tempted to check if there’s anything new. Replying to a specific email doesn’t force you to see that new emails just arrived. +> +> Besides the "offline" command, the "tour" feature of Offpunk forces you to read new contents in a linear fashion. And when you get to the end of it, Offpunk will tell you explicitly that this is the "end of tour". Yep, there’s nothing more to procrastinate on your computer. Move your ass and do something. The command line aspect allows you not to be distracted by the design and to be mindful about what you want to do. You need to type a command, you can’t click mindlessly. \ No newline at end of file diff --git a/Anton Zhiyanov.myco b/Anton Zhiyanov.myco new file mode 100644 index 0000000..1ecd14c --- /dev/null +++ b/Anton Zhiyanov.myco @@ -0,0 +1,6 @@ += Anton Zhiyanov +https://antonz.org + +One of my most favorite technical blogs out there. The author has an excellent taste in everything. I've been following him for years. + +Ещё по-русски есть: https://antonz.ru \ No newline at end of file diff --git a/Archive it or you will miss it.myco b/Archive it or you will miss it.myco new file mode 100644 index 0000000..86e962d --- /dev/null +++ b/Archive it or you will miss it.myco @@ -0,0 +1,4 @@ += Archive it or you will miss it +https://drewdevault.com/2017/06/19/Archive-it-or-miss-it.html + +> At this point, link rot is an axiom of the internet. In the face of this, I store a personal offline archive of anything I want to see twice. When I see a cool YouTube video I like, I archive the entire channel right away. Rather than subscribe to it, I update my archive on a cronjob. I scrape content out of RSS feeds and into offline storage and I have dozens of websites archived with wget. I mirror most git repositories I’m interested in. I have DRM free offline copies of all of my music, TV shows, and movies, ill-begotten or not. diff --git a/Are you a Go black belt? — Bitfield Consulting.myco b/Are you a Go black belt? — Bitfield Consulting.myco new file mode 100644 index 0000000..7e73a12 --- /dev/null +++ b/Are you a Go black belt? — Bitfield Consulting.myco @@ -0,0 +1,4 @@ += Are you a Go black belt? — Bitfield Consulting +https://bitfieldconsulting.com/golang/black-belt + +The author applies the belts from martial arts to Go knowledge. I have the green one. diff --git a/Aspergillus.myco b/Aspergillus.myco new file mode 100644 index 0000000..e6ebe58 --- /dev/null +++ b/Aspergillus.myco @@ -0,0 +1,4 @@ += Aspergillus +https://bouncepaw.com/aspergillus/ + +My experiment with a Mini Cubes-inspired spatial information manager. \ No newline at end of file diff --git a/BQN: finally, an APL for your flying saucer.myco b/BQN: finally, an APL for your flying saucer.myco new file mode 100644 index 0000000..de739c6 --- /dev/null +++ b/BQN: finally, an APL for your flying saucer.myco @@ -0,0 +1,3 @@ += BQN: finally, an APL for your flying saucer +https://mlochbaum.github.io/BQN/index.html + diff --git a/Bicycle.myco b/Bicycle.myco new file mode 100644 index 0000000..ecf35a2 --- /dev/null +++ b/Bicycle.myco @@ -0,0 +1,4 @@ += Bicycle +https://ciechanow.ski/bicycle/ + +A cool introduction to the physical forces and how it can be applied to bicycles. Cool interactive demœ! \ No newline at end of file diff --git a/Blushy-Crushy Fediverse Idol: A Chat with Lain about Pleroma | by Sean Tilley.myco b/Blushy-Crushy Fediverse Idol: A Chat with Lain about Pleroma | by Sean Tilley.myco new file mode 100644 index 0000000..fbacee3 --- /dev/null +++ b/Blushy-Crushy Fediverse Idol: A Chat with Lain about Pleroma | by Sean Tilley.myco @@ -0,0 +1,3 @@ += Blushy-Crushy Fediverse Idol: A Chat with Lain about Pleroma | by Sean Tilley +https://medium.com/we-distribute/blushy-crushy-fediverse-idol-a-chat-with-lain-about-pleroma-4ff578b99752 + diff --git a/Brutalinks.myco b/Brutalinks.myco new file mode 100644 index 0000000..1598618 --- /dev/null +++ b/Brutalinks.myco @@ -0,0 +1,4 @@ += Brutalinks +https://brutalinks.tech/about + +> Link aggregator inspired by reddit and hacker news using ActivityPub federation. \ No newline at end of file diff --git a/Building a Minimalistic Virtual Machine.myco b/Building a Minimalistic Virtual Machine.myco new file mode 100644 index 0000000..93d282d --- /dev/null +++ b/Building a Minimalistic Virtual Machine.myco @@ -0,0 +1,3 @@ += Building a Minimalistic Virtual Machine +https://pointersgonewild.com/2023/02/24/building-a-minimalistic-virtual-machine/ + diff --git a/C82: Works of Nicholas Rougeux.myco b/C82: Works of Nicholas Rougeux.myco new file mode 100644 index 0000000..3d3e456 --- /dev/null +++ b/C82: Works of Nicholas Rougeux.myco @@ -0,0 +1,4 @@ += C82: Works of Nicholas Rougeux +https://c82.net/ + +> C82 is dedicated to the works of Nicholas Rougeux, including data art, visualization, and design. \ No newline at end of file diff --git a/CSS Bed.myco b/CSS Bed.myco new file mode 100644 index 0000000..c026f54 --- /dev/null +++ b/CSS Bed.myco @@ -0,0 +1,4 @@ += CSS Bed +https://www.cssbed.com/ + +Classless CSS themes \ No newline at end of file diff --git a/Calculation - Solitaire Online.myco b/Calculation - Solitaire Online.myco new file mode 100644 index 0000000..ca6c9fa --- /dev/null +++ b/Calculation - Solitaire Online.myco @@ -0,0 +1,11 @@ += Calculation - Solitaire Online +http://www.eklhad.net/calculation.html + +> Play solitaire online - a game of strategy and skill. +I've never played this variant of Solitaire before. One would need to know the rules before playing: [[https://en.wikipedia.org/wiki/Calculation_(card_game)]] + +I had to consult the layout quite often. The interface is not what one might be used to. It is fun though. + +It took me 6 attempts to win. I had fun. + +> If you don't visit this site for 5 years your score will reset. \ No newline at end of file diff --git a/Can We Make Bicycles Sustainable Again?.myco b/Can We Make Bicycles Sustainable Again?.myco new file mode 100644 index 0000000..ecaade6 --- /dev/null +++ b/Can We Make Bicycles Sustainable Again?.myco @@ -0,0 +1,4 @@ += Can We Make Bicycles Sustainable Again? +https://solar.lowtechmagazine.com/2023/02/can-we-make-bicycles-sustainable-again/ + +> Cycling is the most sustainable form of transportation, but the bicycle is becoming increasingly damaging to the environment. The energy and material used for its production go up while its life expectancy decreases. \ No newline at end of file diff --git a/Canadian Wetland Classification System — Wetland Policy.myco b/Canadian Wetland Classification System — Wetland Policy.myco new file mode 100644 index 0000000..9ff2041 --- /dev/null +++ b/Canadian Wetland Classification System — Wetland Policy.myco @@ -0,0 +1,4 @@ += Canadian Wetland Classification System — Wetland Policy +http://www.wetlandpolicy.ca/canadian-wetland-classification-system + +> The Canadian Wetland Classification System (National Wetlands Working Group 1997) is based on a hierarchical system, which includes (1) wetland class, (2) wetland form and (3) wetland type. The five wetland "classes" are differentiated by their developmental characteristics and the environment in which they exist. The five classes are: bog, fen, marsh, swamp, and shallow water. Some wetlands accumulate peat (partially-decomposed organic matter) and are called peatlands. Bogs and fens are the dominant peatland classes in Alberta, although some swamps and marshes can also accumulate peat. In contrast, shallow open water wetlands and many marshes and swamps do not accumulate peat. \ No newline at end of file diff --git a/CapsLock Enhancement Mac v3.myco b/CapsLock Enhancement Mac v3.myco new file mode 100644 index 0000000..4f76b8e --- /dev/null +++ b/CapsLock Enhancement Mac v3.myco @@ -0,0 +1,5 @@ += CapsLock Enhancement Mac v3 +https://github.com/Vonng/Capslock + +> Transform ⇪CapsLock into a powerful modifier ✱ Hyper that miraculously increases your work productivity! + diff --git a/Chris's Wiki :: FrontPage.myco b/Chris's Wiki :: FrontPage.myco new file mode 100644 index 0000000..bca6d04 --- /dev/null +++ b/Chris's Wiki :: FrontPage.myco @@ -0,0 +1,4 @@ += Chris's Wiki :: FrontPage +https://utcc.utoronto.ca/~cks/space/FrontPage + +A static site, that claims to be a wiki. It is old and fun. \ No newline at end of file diff --git a/ChronoZoom.myco b/ChronoZoom.myco new file mode 100644 index 0000000..4155cad --- /dev/null +++ b/ChronoZoom.myco @@ -0,0 +1,4 @@ += ChronoZoom +http://www.chronozoom.com/ + +> A collection of zoomable demos working in browser. It is not smooth. diff --git a/Closed Registration for a Small Web.myco b/Closed Registration for a Small Web.myco new file mode 100644 index 0000000..dfa8e66 --- /dev/null +++ b/Closed Registration for a Small Web.myco @@ -0,0 +1,4 @@ += Closed Registration for a Small Web +https://alex.flounder.online/gemlog/2023-05-20.gmi + +TL;DR: Closed registrations solve problems. \ No newline at end of file diff --git a/Come back, c2.com, we still need you | Hacker News.myco b/Come back, c2.com, we still need you | Hacker News.myco new file mode 100644 index 0000000..105d6b3 --- /dev/null +++ b/Come back, c2.com, we still need you | Hacker News.myco @@ -0,0 +1,8 @@ += Come back, c2.com, we still need you | Hacker News +https://news.ycombinator.com/item?id=35948268 + +From a discussion of how the newest version of the first wiki sucks. The version does suck, by the way. + +> I am blind. I do rely on accessibility to interact with a computer. Yes, you could accuse me of deliberately avoiding the modern web, but I have my reasons. Primary reason is performance. Even though I feel like you are talking down to me from a pretty high horse, I still don't wish for you to ever experience how sluggish it feels trying to use the "modern web" with a screen reader on something like Windows. Don't even make me start about the hellhole that is Linux GUI accessibility. It was a nice ride once, before GNOME 3 and the elimination of CORBA killed most of the good work done by good people. Fact is, I am too used to a system which reacts promptly when I press a key to be able to switch to a modern browser by default. That would kill all my productivity. Yes, its a trade, but for now, having no JS engine by default is still //way// better then the alternatives. +> +> Have a nice day, and enjoy your eye-sight. \ No newline at end of file diff --git a/Command Line Interface Guidelines.myco b/Command Line Interface Guidelines.myco new file mode 100644 index 0000000..8f9860e --- /dev/null +++ b/Command Line Interface Guidelines.myco @@ -0,0 +1,4 @@ += Command Line Interface Guidelines +https://clig.dev + +Probably an allusion to Human Interface Guidelines by Apple. \ No newline at end of file diff --git a/Command line HTTP apps.myco b/Command line HTTP apps.myco new file mode 100644 index 0000000..ec71855 --- /dev/null +++ b/Command line HTTP apps.myco @@ -0,0 +1,4 @@ += Command line HTTP apps +http://sdi.thoughtstorms.info/?p=1444 + +> I just rediscovered a question I wrote on Stack Exchange. I can’t remember much about the context, but the idea is to have an ordinary “web server” application accessed through http, but simply sending plain-text backwards and forwards to a command-line based client. \ No newline at end of file diff --git a/CommunityWiki: Aggregated Information.myco b/CommunityWiki: Aggregated Information.myco new file mode 100644 index 0000000..e1ddcbe --- /dev/null +++ b/CommunityWiki: Aggregated Information.myco @@ -0,0 +1,4 @@ += CommunityWiki: Aggregated Information +https://communitywiki.org/wiki/AggregatedInformation + +How to save links? Write hooks! Lion told me that and I accepted that. It really inspired Betula. \ No newline at end of file diff --git a/CommunityWiki: Mini Cubes.myco b/CommunityWiki: Mini Cubes.myco new file mode 100644 index 0000000..3e254e8 --- /dev/null +++ b/CommunityWiki: Mini Cubes.myco @@ -0,0 +1,4 @@ += CommunityWiki: Mini Cubes +https://communitywiki.org/wiki/MiniCubes + +Lion Kimbro did the prototype. It still inspired me. \ No newline at end of file diff --git a/CommunityWiki: Recent Changes.myco b/CommunityWiki: Recent Changes.myco new file mode 100644 index 0000000..ad34ad3 --- /dev/null +++ b/CommunityWiki: Recent Changes.myco @@ -0,0 +1,4 @@ += CommunityWiki: Recent Changes +https://communitywiki.org/wiki/RecentChanges + +I visit it from time to time. This is a special wiki. In 2020 — 2021 it was pretty active thanks to my introduction. This wiki is where I learned about Alex and Lion. \ No newline at end of file diff --git a/CommunityWiki: Zelda Like Information System.myco b/CommunityWiki: Zelda Like Information System.myco new file mode 100644 index 0000000..b246d9b --- /dev/null +++ b/CommunityWiki: Zelda Like Information System.myco @@ -0,0 +1,3 @@ += CommunityWiki: Zelda Like Information System +https://communitywiki.org/wiki/ZeldaLikeInformationSystem + diff --git a/Compiling stack-based assembly to C.myco b/Compiling stack-based assembly to C.myco new file mode 100644 index 0000000..1116b4e --- /dev/null +++ b/Compiling stack-based assembly to C.myco @@ -0,0 +1,6 @@ += Compiling stack-based assembly to C +https://wimvanderbauwhede.github.io/articles/uxntal-to-C/ + +> What does it take to bring functional programming to a stack-based assembly language? + +About nito, [[181]]. diff --git a/CyberChef.myco b/CyberChef.myco new file mode 100644 index 0000000..f8c4ee3 --- /dev/null +++ b/CyberChef.myco @@ -0,0 +1,4 @@ += CyberChef +https://cyberchef.org/ + +> The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis \ No newline at end of file diff --git a/Damn Small Software - Björn Wärmedal.myco b/Damn Small Software - Björn Wärmedal.myco new file mode 100644 index 0000000..b42e1a1 --- /dev/null +++ b/Damn Small Software - Björn Wärmedal.myco @@ -0,0 +1,4 @@ += Damn Small Software - Björn Wärmedal +https://warmedal.se/~bjorn/posts/2021-11-27-damn-small-software.html + +> Now and again I go back to looking at the Damn Small Linux website. I never tried it but I absolutely love the idea. It was a desktop OS at only 50 MB, meant to include everything you may need on a daily basis. Of course it had to go with small scale versions for most things, but it packed no less than three different web browsers, two window managers, word processor, spreadsheet editor, pdf reader, and more. Wow! diff --git a/Date Format — Ayu.myco b/Date Format — Ayu.myco new file mode 100644 index 0000000..ce26a43 --- /dev/null +++ b/Date Format — Ayu.myco @@ -0,0 +1,4 @@ += Date Format — Ayu +https://ayu.land/dates + +This is a solar calendar system. According to the position of the Sun on the ecliptic, a tropical year (the time the Earth takes for one revolution around the Sun) is divided into twelve parts, which are known as the twelve solar months, numbered with the twelve Earthly Branches🪐. Each month is divided into two halves, the first named “Jie” (season) and the second named “Qi” (climate), totalling 24 periods, which are named according to the patterns in weather and natural phenomena that the ancient Chinese had drawn from their farming experience, and are now collectively named “the solar terms”. diff --git a/Desert Island Test.myco b/Desert Island Test.myco new file mode 100644 index 0000000..ec43d51 --- /dev/null +++ b/Desert Island Test.myco @@ -0,0 +1,4 @@ += Desert Island Test +https://wiki.debian.org/DesertIslandTest + +> "A good test case for whether a license is free (for issues like this) is whether a disconnected group of people on a desert island could distribute the software among themselves. In the vim case, they cannot. (For example, if the vim maintainer flies over the island and drops down a message saying "you must hereby send me your changes", how are the people down below to comply?) The fact that the vim maintainer can send the request does not say anything about whether the people receiving it could reply." diff --git a/Design notes on the 2023 Wikipedia redesign.myco b/Design notes on the 2023 Wikipedia redesign.myco new file mode 100644 index 0000000..875caa7 --- /dev/null +++ b/Design notes on the 2023 Wikipedia redesign.myco @@ -0,0 +1,4 @@ += Design notes on the 2023 Wikipedia redesign +https://alexhollender.com/wikipedia-2023-redesign + +Long cool article about the Wikipedia redesign. Nice pictures! diff --git a/Didder.myco b/Didder.myco new file mode 100644 index 0000000..7e33226 --- /dev/null +++ b/Didder.myco @@ -0,0 +1,6 @@ += Didder +https://github.com/makeworld-the-better-one/didder + +> An extensive, fast, and accurate command-line image dithering tool. + +That's a good one. \ No newline at end of file diff --git a/Digital encoding. Legacy software. Evolution..myco b/Digital encoding. Legacy software. Evolution..myco new file mode 100644 index 0000000..3a889b4 --- /dev/null +++ b/Digital encoding. Legacy software. Evolution..myco @@ -0,0 +1,6 @@ += Digital encoding. Legacy software. Evolution. +https://250bpm.com/blog:89/ + +> We’ve finally got to the point in the software world where no big changes are possible. Every change breaks something, introduces backward incompatibilities and so on. More are more we are going to live in the world where software mutates gradually, advancing is small steps without much plan and intelligent design. Similarly to how organisms are dragged by natural selection, it is going to be propelled in unknown direction without asking us whether we like it or not. + +The software industry is reaching the stage where it cannot be revolutionized heavily, it is to evolve like the living ones. It is not necessarily good. \ No newline at end of file diff --git a/Ditherpunk — The article I wish I had about monochrome image dithering — surma.dev.myco b/Ditherpunk — The article I wish I had about monochrome image dithering — surma.dev.myco new file mode 100644 index 0000000..4aa69d3 --- /dev/null +++ b/Ditherpunk — The article I wish I had about monochrome image dithering — surma.dev.myco @@ -0,0 +1,4 @@ += Ditherpunk — The article I wish I had about monochrome image dithering — surma.dev +https://surma.dev/things/ditherpunk/ + +> I always loved the visual aesthetic of dithering but never knew how it’s done. So I did some research. This article may contain traces of nostalgia and none of Lena. \ No newline at end of file diff --git a/Do not log.myco b/Do not log.myco new file mode 100644 index 0000000..ff609c7 --- /dev/null +++ b/Do not log.myco @@ -0,0 +1,4 @@ += Do not log +https://sobolevn.me/2020/03/do-not-log + +Logging is not panacea. \ No newline at end of file diff --git a/Ebitengine - A dead simple 2D game engine for Go.myco b/Ebitengine - A dead simple 2D game engine for Go.myco new file mode 100644 index 0000000..46b8b79 --- /dev/null +++ b/Ebitengine - A dead simple 2D game engine for Go.myco @@ -0,0 +1,4 @@ += Ebitengine - A dead simple 2D game engine for Go +https://ebitengine.org/ + +> Ebiten (/ebíteɴ/) is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms. diff --git a/EmuOS v1.0.myco b/EmuOS v1.0.myco new file mode 100644 index 0000000..9fb65d6 --- /dev/null +++ b/EmuOS v1.0.myco @@ -0,0 +1,6 @@ += EmuOS v1.0 +https://emupedia.net/beta/emuos/ + +> The purpose of Emupedia is to serve as a nonprofit meta-resource, hub and community for those interested mainly in video game preservation which aims to digitally collect, archive and preserve games and software to make them available online accessible by a user-friendly UI that simulates several retro operating systems for educational purposes. + +A lot of games emulated in browser \ No newline at end of file diff --git a/EnglishFrontPage - Greg's Wiki.myco b/EnglishFrontPage - Greg's Wiki.myco new file mode 100644 index 0000000..32f1641 --- /dev/null +++ b/EnglishFrontPage - Greg's Wiki.myco @@ -0,0 +1,6 @@ += EnglishFrontPage - Greg's Wiki +https://mywiki.wooledge.org/ + +> This is Greg's (also known as GreyCat's) wiki. It has some pages which may be of interest for people doing Unix shell scripting or system administration. + +All Bash quirks are here. \ No newline at end of file diff --git a/Ergohaven presents: K:02 keyboard.myco b/Ergohaven presents: K:02 keyboard.myco new file mode 100644 index 0000000..82f884a --- /dev/null +++ b/Ergohaven presents: K:02 keyboard.myco @@ -0,0 +1,4 @@ += Ergohaven presents: K:02 keyboard +https://ergohaven.xyz/ + +Эргогавань — какая-то российская организация про клавиатуры. Надо разобраться diff --git a/Everything Must Be Paid for Twice.myco b/Everything Must Be Paid for Twice.myco new file mode 100644 index 0000000..cad591c --- /dev/null +++ b/Everything Must Be Paid for Twice.myco @@ -0,0 +1,3 @@ += Everything Must Be Paid for Twice +https://www.raptitude.com/2022/01/everything-must-be-paid-for-twice/ + diff --git a/Extremely Online In Real Life.myco b/Extremely Online In Real Life.myco new file mode 100644 index 0000000..bae859a --- /dev/null +++ b/Extremely Online In Real Life.myco @@ -0,0 +1,4 @@ += Extremely Online In Real Life +https://www.datagubbe.se/constline/ + +> Is that enough? Evidence, as they say, suggests otherwise. We are finally always online and, as it turns out, lonelier than ever. diff --git a/Feather Wiki | About.myco b/Feather Wiki | About.myco new file mode 100644 index 0000000..79e5e32 --- /dev/null +++ b/Feather Wiki | About.myco @@ -0,0 +1,4 @@ += Feather Wiki | About +https://feather.wiki/ + +> A tiny tool for simple, self-contained wikis! \ No newline at end of file diff --git a/Feeds, updates, 200s, 304s, and now 429s.myco b/Feeds, updates, 200s, 304s, and now 429s.myco new file mode 100644 index 0000000..dbfcdcb --- /dev/null +++ b/Feeds, updates, 200s, 304s, and now 429s.myco @@ -0,0 +1,4 @@ += Feeds, updates, 200s, 304s, and now 429s +https://rachelbythebay.com/w/2023/01/18/http/ + +Some people pull feeds way too often. Sometimes they do not get what they want. \ No newline at end of file diff --git a/Felix Rambles: Using Go despite misgivings.myco b/Felix Rambles: Using Go despite misgivings.myco new file mode 100644 index 0000000..6d0c77a --- /dev/null +++ b/Felix Rambles: Using Go despite misgivings.myco @@ -0,0 +1,4 @@ += Felix Rambles: Using Go despite misgivings +https://felix.plesoianu.ro/blog/using-go-despite-misgivings.html + +> And do I need to explain how bad it looks to have GitHub support baked right into your toolchain in 2020? We tried to warn you, folks. diff --git "a/Finding \"The Internet\" Toxic and Depressing? Consider Leaving Your Walled Garden..myco" "b/Finding \"The Internet\" Toxic and Depressing? Consider Leaving Your Walled Garden..myco" new file mode 100644 index 0000000..cfa7b62 --- /dev/null +++ "b/Finding \"The Internet\" Toxic and Depressing? Consider Leaving Your Walled Garden..myco" @@ -0,0 +1,7 @@ += Finding "The Internet" Toxic and Depressing? Consider Leaving Your Walled Garden. +https://cheapskatesguide.org/articles/toxic-gardens.html + +> If you are finding the Internet toxic and depressing, you are very likely spending your time on the wrong part of the Internet. + +I've read more than 20 texts like this. Here's another one. + diff --git a/Fonts, a Fuzzy Fringefest | datagubbe.se.myco b/Fonts, a Fuzzy Fringefest | datagubbe.se.myco new file mode 100644 index 0000000..23c5414 --- /dev/null +++ b/Fonts, a Fuzzy Fringefest | datagubbe.se.myco @@ -0,0 +1,3 @@ += Fonts, a Fuzzy Fringefest | datagubbe.se +https://www.datagubbe.se/fontfest/ + diff --git a/Fun with text user interfaces.myco b/Fun with text user interfaces.myco new file mode 100644 index 0000000..5a99297 --- /dev/null +++ b/Fun with text user interfaces.myco @@ -0,0 +1,6 @@ += Fun with text user interfaces +https://felix.plesoianu.ro/blog/tui-fun.html + +> The venerable Dialog utility (based on ncurses, and maintained by the same person for the past couple of decades) is one option: a small program that can handle a variety of common interactions like choosing a file to open, or entering dates, while looking good and being easy enough to use. + +The utility is as at [[https://invisible-island.net/dialog/dialog.html]]. \ No newline at end of file diff --git a/Funktal: a frugal functional programming language.myco b/Funktal: a frugal functional programming language.myco new file mode 100644 index 0000000..70b6534 --- /dev/null +++ b/Funktal: a frugal functional programming language.myco @@ -0,0 +1,6 @@ += Funktal: a frugal functional programming language +https://wimvanderbauwhede.github.io/articles/funktal/ + +> Funktal is a functional programming language for the 64 kB Uxn virtual machine. + +> Why Fortran? Funktal is essentially an art project; using Fortran is a statement. I could have done this in C, but I prefer Fortran's arrays. I am using Fortran-90 but with a very restricted feature set. \ No newline at end of file diff --git a/Gemini BBS.myco b/Gemini BBS.myco new file mode 100644 index 0000000..de5f6a8 --- /dev/null +++ b/Gemini BBS.myco @@ -0,0 +1,6 @@ += Gemini BBS +https://links.bouncepaw.com/#ZgotmplZ + +> Discussion forums, microblogging, and Git issue tracking for the Gemini community. You only need a Gemini client to participate. Welcome! + +Looking extra good! \ No newline at end of file diff --git a/Gestlings.myco b/Gestlings.myco new file mode 100644 index 0000000..d74a26c --- /dev/null +++ b/Gestlings.myco @@ -0,0 +1,4 @@ += Gestlings +https://pbat.ch/gestlings/ + +Cool system, though I do understand it fully. I especially like the Gestku the author posts on the Fediverse. \ No newline at end of file diff --git a/Go Deeper, Not Wider.myco b/Go Deeper, Not Wider.myco new file mode 100644 index 0000000..2e0ce40 --- /dev/null +++ b/Go Deeper, Not Wider.myco @@ -0,0 +1,3 @@ += Go Deeper, Not Wider +https://www.raptitude.com/2017/12/go-deeper-not-wider/ + diff --git a/Go is a great programming language.myco b/Go is a great programming language.myco new file mode 100644 index 0000000..68c67f7 --- /dev/null +++ b/Go is a great programming language.myco @@ -0,0 +1,4 @@ += Go is a great programming language +https://drewdevault.com/2021/04/02/Go-is-a-great-language.html + +Perhaps the matter I most appreciate Go for is its long-term commitment to simplicity, stability, and robustness. I prize these traits more strongly than any other object of software design. The Go team works with an ethos of careful restraint, with each feature given deliberate consideration towards identifying the simplest and most complete solution, and they carefully constrain the scope of their implementations to closely fit those solutions. The areas where Go has failed in this regard are frightfully scarce. diff --git a/Go is not an easy language.myco b/Go is not an easy language.myco new file mode 100644 index 0000000..0ff1108 --- /dev/null +++ b/Go is not an easy language.myco @@ -0,0 +1,12 @@ += Go is not an easy language +https://www.arp242.net/go-easy.html + +> Go is not an easy programming language. It is simple in many ways: the syntax is simple, most of the semantics are simple. But a language is more than just syntax; it’s about doing useful stuff. And doing useful stuff is not always easy in Go. + +XahLee сказал: +> the best languages to learn today for the next 20 year are: golang, PowerShell, Mathematica. +Про голянг понятно. Про остальное: +> PowerShell or the pwsh, is far better shell than bash and unix bag friends. +> Mathematica, is the programing language far beyond any other in the computing industry. A magnitude beyond all existing. It is more than a programing language, because it is really a computational knowledge base. Asides from math functions, such as solving equations or integration symbolically and hundreds other special math functions only a handful mathematician understands, it also embodies just about every practical algorithm in computer science. So, given a algorithm, you might write it in lang X for a hour or days, but Mathematica has it as part of the language, just call a function. Mathematica has few thousand functions builtin, not even needing to load a library. + +🍄: Мне нравится, когда люди хорошо говорят о Мафематике. Мне она тоже нравится. Хочу как-нибудь лицензию получить... Говорят, с малиной π в комплекте идёт 🤔 diff --git a/Granary.myco b/Granary.myco new file mode 100644 index 0000000..d6f3a4a --- /dev/null +++ b/Granary.myco @@ -0,0 +1,4 @@ += Granary +https://granary.io/ + +> Fetches and converts data between social networks, HTML and JSON with microformats2, ActivityStreams 1 and 2 (including ActivityPub), Atom, RSS, JSON Feed, and more. diff --git a/Guppe Groups.myco b/Guppe Groups.myco new file mode 100644 index 0000000..ed1044f --- /dev/null +++ b/Guppe Groups.myco @@ -0,0 +1,6 @@ += Guppe Groups +https://a.gup.pe/ + +> Guppe brings social groups to the fediverse — making it easy to connect and meet new people based on shared interests without the maniuplation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media. + +I used to post to [[https://a.gup.pe/u/mycorrhiza]]. \ No newline at end of file diff --git a/Hard disk hacking - Intro.myco b/Hard disk hacking - Intro.myco new file mode 100644 index 0000000..a568c47 --- /dev/null +++ b/Hard disk hacking - Intro.myco @@ -0,0 +1,3 @@ += Hard disk hacking - Intro +http://spritesmods.com/?art=hddhack + diff --git a/Hokuto’s Kinoko (Mushrooms) | Hokuto Corporation.myco b/Hokuto’s Kinoko (Mushrooms) | Hokuto Corporation.myco new file mode 100644 index 0000000..9205dbf --- /dev/null +++ b/Hokuto’s Kinoko (Mushrooms) | Hokuto Corporation.myco @@ -0,0 +1,4 @@ += Hokuto’s Kinoko (Mushrooms) | Hokuto Corporation +https://www.hokto-kinoko.co.jp/lang/en/kinoko/ + +A mushroom shop \ No newline at end of file diff --git a/Holocene calendar.myco b/Holocene calendar.myco new file mode 100644 index 0000000..aaf523b --- /dev/null +++ b/Holocene calendar.myco @@ -0,0 +1,4 @@ += Holocene calendar +https://en.wikipedia.org/wiki/Holocene_calendar + +CLI from Merveilles introduced me to it. I have also seen it before somewhere. \ No newline at end of file diff --git a/HolyC.myco b/HolyC.myco new file mode 100644 index 0000000..0964b65 --- /dev/null +++ b/HolyC.myco @@ -0,0 +1,4 @@ += HolyC +https://templeos.holyc.xyz/Wb/Doc/HolyC.html + +An overview of Holy C, the programming language for Temple OS. \ No newline at end of file diff --git a/How Memory Safety Approaches Speed Up and Slow Down Development Velocity.myco b/How Memory Safety Approaches Speed Up and Slow Down Development Velocity.myco new file mode 100644 index 0000000..a6b9968 --- /dev/null +++ b/How Memory Safety Approaches Speed Up and Slow Down Development Velocity.myco @@ -0,0 +1,4 @@ += How Memory Safety Approaches Speed Up and Slow Down Development Velocity +https://verdagon.dev/blog/when-to-use-memory-safe-part-2 + +A good overview of 4 memory management approaches. TL;DR: There is no panacea. \ No newline at end of file diff --git a/How do I know if I really need object oriented programming?.myco b/How do I know if I really need object oriented programming?.myco new file mode 100644 index 0000000..cfce863 --- /dev/null +++ b/How do I know if I really need object oriented programming?.myco @@ -0,0 +1,4 @@ += How do I know if I really need object oriented programming? +https://unixsheikh.com/articles/how-do-i-know-if-i-really-need-object-oriented-programming.html + +> It's easy to determine if you really need the object oriented paradigm, you just need to look for the things that you can only do with object oriented programming and then ask yourself whether you really need that. It's called "The Three Pillars of Object-Oriented Programming". If you don't use all three at the same time, then you're not doing object oriented programming and you don't need it. diff --git a/How does IRC's federation model compare to ActivityPub?.myco b/How does IRC's federation model compare to ActivityPub?.myco new file mode 100644 index 0000000..77d6c7f --- /dev/null +++ b/How does IRC's federation model compare to ActivityPub?.myco @@ -0,0 +1,3 @@ += How does IRC's federation model compare to ActivityPub? +https://drewdevault.com/2021/07/03/How-does-IRC-federate.html + diff --git a/How the Go runtime implements maps efficiently (without generics) | Dave Cheney.myco b/How the Go runtime implements maps efficiently (without generics) | Dave Cheney.myco new file mode 100644 index 0000000..dde1371 --- /dev/null +++ b/How the Go runtime implements maps efficiently (without generics) | Dave Cheney.myco @@ -0,0 +1,4 @@ += How the Go runtime implements maps efficiently (without generics) | Dave Cheney +https://dave.cheney.net/2018/05/29/how-the-go-runtime-implements-maps-efficiently-without-generics + +I get the impression that a map can only hold 64 values from this text, but this is not true. How does it work? diff --git a/How to Use the rock phone.myco b/How to Use the rock phone.myco new file mode 100644 index 0000000..72118ba --- /dev/null +++ b/How to Use the rock phone.myco @@ -0,0 +1,6 @@ += How to Use the rock phone +http://unreasonablefarm.org/phone_manual.html + +A description of a fantasy device. + +> The rock phone accepts various types of input: speech, morse code tap/hold, written characters, bluetooth keyboard, bluetooth headsets. The rock phone produces various types of output: speech, morse code beeps, bluetooth serial console, console avilable by wifi, remote screen available via wifi. The rock phone has a bone conduction speaker inside so you can place the rock phone on your temple or behind your ear to privately hear rock phone speech output/sounds, phone calls, music, or any other sound the rock phone might make. diff --git a/How to implement strings.myco b/How to implement strings.myco new file mode 100644 index 0000000..b2e0d8c --- /dev/null +++ b/How to implement strings.myco @@ -0,0 +1,4 @@ += How to implement strings +https://beza1e1.tuxen.de/strings.html + +> There are many alternatives to C strings. Here we explore the design space. \ No newline at end of file diff --git a/How to understand Cyrillic – Paratype.myco b/How to understand Cyrillic – Paratype.myco new file mode 100644 index 0000000..1bae30d --- /dev/null +++ b/How to understand Cyrillic – Paratype.myco @@ -0,0 +1,3 @@ += How to understand Cyrillic – Paratype +https://info.paratype.com/how-to-understand-cyrillic/ + diff --git a/Humans Were Actually Apex Predators For 2 Million Years, New Study Finds.myco b/Humans Were Actually Apex Predators For 2 Million Years, New Study Finds.myco new file mode 100644 index 0000000..20418e7 --- /dev/null +++ b/Humans Were Actually Apex Predators For 2 Million Years, New Study Finds.myco @@ -0,0 +1,4 @@ += Humans Were Actually Apex Predators For 2 Million Years, New Study Finds +https://www.sciencealert.com/real-paleo-diets-may-have-been-far-more-carnivorous-than-anything-we-d-eat-today + +> Paleolithic cuisine was anything but lean and green, according to a recent study on the diets of our Pleistocene ancestors. diff --git a/Humble Chronicles: State Management.myco b/Humble Chronicles: State Management.myco new file mode 100644 index 0000000..9dffefa --- /dev/null +++ b/Humble Chronicles: State Management.myco @@ -0,0 +1,4 @@ += Humble Chronicles: State Management +https://tonsky.me/blog/humble-state/ + +> Search for the best state management solution for Humble UI \ No newline at end of file diff --git a/Hypertext Markup Language (HTML): A Representation of Textual Information and MetaInformation for Retrieval and Interchange.myco b/Hypertext Markup Language (HTML): A Representation of Textual Information and MetaInformation for Retrieval and Interchange.myco new file mode 100644 index 0000000..cdca1fb --- /dev/null +++ b/Hypertext Markup Language (HTML): A Representation of Textual Information and MetaInformation for Retrieval and Interchange.myco @@ -0,0 +1,4 @@ += Hypertext Markup Language (HTML): A Representation of Textual Information and MetaInformation for Retrieval and Interchange +https://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt + +A 1993 Internet Draft describing the first version of HTML. \ No newline at end of file diff --git a/I don't want to go to Chel-C.myco b/I don't want to go to Chel-C.myco new file mode 100644 index 0000000..be7bf1c --- /dev/null +++ b/I don't want to go to Chel-C.myco @@ -0,0 +1,8 @@ += I don't want to go to Chel-C +https://applied-langua.ge/posts/i-dont-want-to-go-to-chel-c.html + +A classic rant on uxn and programming. Uxn is done for. + +Uxn says it's about permacomputing and vintage computing, the author of the article says it's not and proves it. +> The author insists on a relation to permacomputing. Their page on permacomputing describes frugal computing and salvage computing as principles of permacomputing, defining them as "utilizing computational resources as finite and precious, to be utilised only when necessary, and as effectively as possible", and "utilizing only already available computational resources, to be limited by that which is already produced." The author is part of a collective that wanted to replace all the "bloated" software they used, due to having little energy storage on their sailboat. Using software design techniques to reduce power usage, and to allow continued use of old computers is a good idea, ++but the uxn machine has quite the opposite effect, due to inefficient implementations and a poorly designed virtual machine, which does not lend itself to writing an efficient implementation easily. +Devine then [[https://merveilles.town/@neauoire/108460674793088291 | mentioned it]], and a discussion followed. \ No newline at end of file diff --git a/I have no capslock and I must scream @ marginalia.nu.myco b/I have no capslock and I must scream @ marginalia.nu.myco new file mode 100644 index 0000000..80d6915 --- /dev/null +++ b/I have no capslock and I must scream @ marginalia.nu.myco @@ -0,0 +1,3 @@ += I have no capslock and I must scream @ marginalia.nu +https://www.marginalia.nu/log/48-i-have-no-capslock/ + diff --git a/If you're happy with OpenBSD, probably any computer is good enough..myco b/If you're happy with OpenBSD, probably any computer is good enough..myco new file mode 100644 index 0000000..793353d --- /dev/null +++ b/If you're happy with OpenBSD, probably any computer is good enough..myco @@ -0,0 +1,3 @@ += If you're happy with OpenBSD, probably any computer is good enough. +http://muezza.ca/thoughts/openbsd_imac_g4/ + diff --git a/IndiePass.myco b/IndiePass.myco new file mode 100644 index 0000000..3d639ff --- /dev/null +++ b/IndiePass.myco @@ -0,0 +1,12 @@ += IndiePass +https://indigenous.marksuth.dev/ + +via https://t.me/dcntr/2122 + +> A Social Feed Reader for the IndieWeb + +The Mac version simply didn't run. I installed the Android version. On first run it showed a quick error which I did not understand. I wanted to see how [[https://links.bouncepaw.com | my Betula]], which emits `h-feed` and `h-entry` microformats, would look like in this app. Turns out, when it talked about IndieWeb, it talked about MicroSub, not microformats2. What a liar! + +I tried to authorize to [[https://merveilles.town]], after all it supports Mastodon too! It failed to authorize me. + +Overall, I couldn't do anything at all with the app. Sharing it nevertheless. \ No newline at end of file diff --git a/IndieWeb Events | IndieWeb Events.myco b/IndieWeb Events | IndieWeb Events.myco new file mode 100644 index 0000000..ff02cd4 --- /dev/null +++ b/IndieWeb Events | IndieWeb Events.myco @@ -0,0 +1,6 @@ += IndieWeb Events | IndieWeb Events +https://events.indieweb.org/ + +Once a year I visit them. + +[[https://warmedal.se/~bjorn/posts/2021-10-13-attended-the-indieweb-homebrew-website-club-meeting.html | Björn Wärmedal like them too.]] \ No newline at end of file diff --git a/InputOutput | Home.myco b/InputOutput | Home.myco new file mode 100644 index 0000000..ddd19bc --- /dev/null +++ b/InputOutput | Home.myco @@ -0,0 +1,4 @@ += InputOutput | Home +https://inputoutput.dev/ + +> Simple web tools with no popups, no cookies, no tracking. \ No newline at end of file diff --git a/Inside the Code — WorldWideWeb NeXT Application.myco b/Inside the Code — WorldWideWeb NeXT Application.myco new file mode 100644 index 0000000..91c2f3b --- /dev/null +++ b/Inside the Code — WorldWideWeb NeXT Application.myco @@ -0,0 +1,11 @@ += Inside the Code — WorldWideWeb NeXT Application +https://worldwideweb.cern.ch/code/ + +> A deconstruction of some of the more interesting bits we found hiding in the WorldWideWeb source code + +The very interesting part for me is the CSS predecessor: + +``` +Normal

0 Helvetica 12.0 1 + 90 90 14.0 3.0 0 0 14 0 +``` diff --git a/Introducing Austral: A Systems Language with Linear Types and Capabilities.myco b/Introducing Austral: A Systems Language with Linear Types and Capabilities.myco new file mode 100644 index 0000000..aaf8c5d --- /dev/null +++ b/Introducing Austral: A Systems Language with Linear Types and Capabilities.myco @@ -0,0 +1,4 @@ += Introducing Austral: A Systems Language with Linear Types and Capabilities +https://borretti.me/article/introducing-austral + +> Introducing a new programming language. \ No newline at end of file diff --git a/Introducing Wyldcard — Wyldcard.myco b/Introducing Wyldcard — Wyldcard.myco new file mode 100644 index 0000000..07ec101 --- /dev/null +++ b/Introducing Wyldcard — Wyldcard.myco @@ -0,0 +1,4 @@ += Introducing Wyldcard — Wyldcard +https://www.wyldcard.io/blog/introducing-wyldcard + +The idea has been floating in the Noösphere for a while now. \ No newline at end of file diff --git a/Introduction | Phoenix.myco b/Introduction | Phoenix.myco new file mode 100644 index 0000000..af75573 --- /dev/null +++ b/Introduction | Phoenix.myco @@ -0,0 +1,4 @@ += Introduction | Phoenix +https://kasper.github.io/phoenix/getting-started/introduction + +Something about configuring your puter with JavaScript. \ No newline at end of file diff --git a/Is techno-clutter ruining your life?.myco b/Is techno-clutter ruining your life?.myco new file mode 100644 index 0000000..3ca3b60 --- /dev/null +++ b/Is techno-clutter ruining your life?.myco @@ -0,0 +1,4 @@ += Is techno-clutter ruining your life? +https://cheapskatesguide.org/articles/techno-clutter-farnell.html + +> Psychologically, hoarding behaviour is rooted in fear, particularly of deprivation, or uncontrolled change, perhaps with unresolved loss or attachment to old patterns as a deeper cause. Hoarders can't move on. They cannot select what to throw out, because their value judgements are disrupted. diff --git a/Is the madness ever going to end?.myco b/Is the madness ever going to end?.myco new file mode 100644 index 0000000..71abf42 --- /dev/null +++ b/Is the madness ever going to end?.myco @@ -0,0 +1,4 @@ += Is the madness ever going to end? +https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html + +> Electron and React Native Desktop are supposed to be a revolutionary new way of making desktop applications. Except they are not, and they eat up all the memory you have and still ask for more. They constantly crash and have no value over a native desktop application what so ever - well, perhaps with the only exception that now a 2 year old baby can make something shiny that you can click on with your mouse. diff --git a/JSON Feed - JSON Feed Version 1.1.myco b/JSON Feed - JSON Feed Version 1.1.myco new file mode 100644 index 0000000..954e096 --- /dev/null +++ b/JSON Feed - JSON Feed Version 1.1.myco @@ -0,0 +1,4 @@ += JSON Feed - JSON Feed Version 1.1 +https://www.jsonfeed.org/version/1.1/ + +JSON Feed format spec. Perhaps it will power Mycoverse... \ No newline at end of file diff --git a/Karl's Personal Web Site.myco b/Karl's Personal Web Site.myco new file mode 100644 index 0000000..999b5fd --- /dev/null +++ b/Karl's Personal Web Site.myco @@ -0,0 +1,4 @@ += Karl's Personal Web Site +http://www.eklhad.net/ + +Karl Dahlke \ No newline at end of file diff --git a/Kazimir Majorinc, A few examples of Lisp code typography.myco b/Kazimir Majorinc, A few examples of Lisp code typography.myco new file mode 100644 index 0000000..925eee3 --- /dev/null +++ b/Kazimir Majorinc, A few examples of Lisp code typography.myco @@ -0,0 +1,4 @@ += Kazimir Majorinc, A few examples of Lisp code typography +https://kazimirmajorinc.com/Documents/Lisp-code-typography/index.html + +Snippets of Lisp code from various texts, 1958 to 2011. Some funny images indeed. \ No newline at end of file diff --git a/Keyboard Matrix Help.myco b/Keyboard Matrix Help.myco new file mode 100644 index 0000000..a65d0bb --- /dev/null +++ b/Keyboard Matrix Help.myco @@ -0,0 +1,6 @@ += Keyboard Matrix Help +https://www.dribin.org/dave/keyboard/one_html/ + +> It took me a bit to figure this out, partly due to the fact of no really good explanation of it. So, I'm going to have a crack at it. Basically, I wanted to understand how keyboard matrices work. Specifically, I wanted to know why keyboard "ghosting" and "masking" happen, and how to prevent them. + +All you need to know. That's a relic of the past century! \ No newline at end of file diff --git a/Kidney Bone Wiki.myco b/Kidney Bone Wiki.myco new file mode 100644 index 0000000..394c322 --- /dev/null +++ b/Kidney Bone Wiki.myco @@ -0,0 +1,4 @@ += Kidney Bone Wiki +https://kidneybone.com/c2/wiki/WelcomeVisitors + +A proper mirror of WikiWikiWeb. \ No newline at end of file diff --git a/Kill the Newsletter!.myco b/Kill the Newsletter!.myco new file mode 100644 index 0000000..28212c8 --- /dev/null +++ b/Kill the Newsletter!.myco @@ -0,0 +1,4 @@ += Kill the Newsletter! +https://kill-the-newsletter.com/ + +> Convert email newsletters into Atom feeds. \ No newline at end of file diff --git a/KolibriOS official site.myco b/KolibriOS official site.myco new file mode 100644 index 0000000..ba21c41 --- /dev/null +++ b/KolibriOS official site.myco @@ -0,0 +1,4 @@ += KolibriOS official site +https://kolibrios.org/ + +A small operating system \ No newline at end of file diff --git a/Lainblog.myco b/Lainblog.myco new file mode 100644 index 0000000..6417f78 --- /dev/null +++ b/Lainblog.myco @@ -0,0 +1,4 @@ += Lainblog +https://blog.soykaf.com/ + +Pleroma creator's blog. diff --git a/Lies we tell ourselves to keep using Golang.myco b/Lies we tell ourselves to keep using Golang.myco new file mode 100644 index 0000000..f392d88 --- /dev/null +++ b/Lies we tell ourselves to keep using Golang.myco @@ -0,0 +1,4 @@ += Lies we tell ourselves to keep using Golang +https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang + +A wonderful read diff --git a/Linear types can change the world!.myco b/Linear types can change the world!.myco new file mode 100644 index 0000000..99cdacb --- /dev/null +++ b/Linear types can change the world!.myco @@ -0,0 +1,4 @@ += Linear types can change the world! +https://cs.ioc.ee/ewscs/2010/mycroft/linear-2up.pdf + +A smart paper about linear types. I did not grasp it fully. \ No newline at end of file diff --git a/LinkAce - Your self-hosted bookmark archive. Free and open source..myco b/LinkAce - Your self-hosted bookmark archive. Free and open source..myco new file mode 100644 index 0000000..7563e2c --- /dev/null +++ b/LinkAce - Your self-hosted bookmark archive. Free and open source..myco @@ -0,0 +1,4 @@ += LinkAce - Your self-hosted bookmark archive. Free and open source. +https://www.linkace.org/ + +> LinkAce is a free and open source bookmark archive for long-term storage and organization of your favorite links. \ No newline at end of file diff --git a/Lonely.myco b/Lonely.myco new file mode 100644 index 0000000..07880fc --- /dev/null +++ b/Lonely.myco @@ -0,0 +1,6 @@ += Lonely +https://tsk.bearblog.dev/lonely/ + +> When you are publishing your blog posts, there's almost little to no feedback whatsoever: You don't get the engagement from the audience in the comments, or the nice sweet email. Your audience and "fans" are hidden behind analytics numbers. And then, there's you and your Markdown editor. + +Yes indeed, next no to no feedback is a norm. Relatable, except for the Markdown editor. \ No newline at end of file diff --git a/Low-tech Magazine: The Comic.myco b/Low-tech Magazine: The Comic.myco new file mode 100644 index 0000000..a390db6 --- /dev/null +++ b/Low-tech Magazine: The Comic.myco @@ -0,0 +1,6 @@ += Low-tech Magazine: The Comic +https://solar.lowtechmagazine.com/2023/06/low-tech-magazine-the-comic/ + +> Guillaume Lion visited Low-tech Magazine in Barcelona and turned his experience into a comic for the Belgian magazine Médor. + +That's what they call BD? \ No newline at end of file diff --git a/MEMEX - Going Github [ 2023-03-25 ].myco b/MEMEX - Going Github [ 2023-03-25 ].myco new file mode 100644 index 0000000..c1ba521 --- /dev/null +++ b/MEMEX - Going Github [ 2023-03-25 ].myco @@ -0,0 +1,4 @@ += MEMEX - Going Github [ 2023-03-25 ] +https://memex.marginalia.nu/log/77-going-github.gmi + +> I've moved Marginalia's sources to Github. Can't pick every battle. diff --git a/Mandelmap.myco b/Mandelmap.myco new file mode 100644 index 0000000..4405fda --- /dev/null +++ b/Mandelmap.myco @@ -0,0 +1,3 @@ += Mandelmap +https://www.mandelmap.com + diff --git a/Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica.myco b/Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica.myco new file mode 100644 index 0000000..ada01e4 --- /dev/null +++ b/Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica.myco @@ -0,0 +1,4 @@ += Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica +https://arstechnica.com/gadgets/2023/01/mastodon-highlights-pros-and-cons-of-moving-beyond-big-tech-gatekeepers/ + +Contains quotes from Christine Lemmer-Webber! diff --git a/Matching pantry containers.myco b/Matching pantry containers.myco new file mode 100644 index 0000000..a7a5e1c --- /dev/null +++ b/Matching pantry containers.myco @@ -0,0 +1,4 @@ += Matching pantry containers +https://rachsmith.com/matching-pantry-containers/ + +> I want matching pantry containers, even though I shouldn't. \ No newline at end of file diff --git a/Memory Safeish Hare.myco b/Memory Safeish Hare.myco new file mode 100644 index 0000000..9787015 --- /dev/null +++ b/Memory Safeish Hare.myco @@ -0,0 +1,4 @@ += Memory Safeish Hare +https://acha.ninja/blog/memory-safeish-hare/ + +> Since the Hare programming language became public, it has been subject to some passionate criticism regarding a perceived lack of memory safety. I agree that memory safety concerns are very valid as shown by clear evidence, so the question becomes, should we write Hare off because someone online said it’s not strictly memory safe? I think that Hare can mitigate many of these problems today, while still being a small, simple and coherent language. let me explain how… diff --git a/Miniflux API Reference.myco b/Miniflux API Reference.myco new file mode 100644 index 0000000..d3d0759 --- /dev/null +++ b/Miniflux API Reference.myco @@ -0,0 +1,4 @@ += Miniflux API Reference +https://miniflux.app/docs/api.html + +Of interest. I want to make a Miniflux star importer. \ No newline at end of file diff --git a/Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server.myco b/Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server.myco new file mode 100644 index 0000000..1d8cbaf --- /dev/null +++ b/Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server.myco @@ -0,0 +1,4 @@ += Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server +https://cheapskatesguide.org/articles/x86-webserver.html + +Seems like a continuation of the previous article: [[186]] diff --git a/Mushroom color atlas.myco b/Mushroom color atlas.myco new file mode 100644 index 0000000..16b1053 --- /dev/null +++ b/Mushroom color atlas.myco @@ -0,0 +1,4 @@ += Mushroom color atlas +https://mushroomcoloratlas.com + +Many cool colors \ No newline at end of file diff --git a/Mushrooms — Palm93 gallery.myco b/Mushrooms — Palm93 gallery.myco new file mode 100644 index 0000000..9db8168 --- /dev/null +++ b/Mushrooms — Palm93 gallery.myco @@ -0,0 +1,3 @@ += Mushrooms — Palm93 gallery +https://heathens.club/~palm93/gallery/Mushrooms/ + diff --git a/My GPS Logs.myco b/My GPS Logs.myco new file mode 100644 index 0000000..9bf35ae --- /dev/null +++ b/My GPS Logs.myco @@ -0,0 +1,4 @@ += My GPS Logs +https://aaronparecki.com/gps/ + +Aaron Parecki has been tracking the location precisely for a long time. \ No newline at end of file diff --git a/My Thoughts About Go - sulami's blog.myco b/My Thoughts About Go - sulami's blog.myco new file mode 100644 index 0000000..fecef29 --- /dev/null +++ b/My Thoughts About Go - sulami's blog.myco @@ -0,0 +1,4 @@ += My Thoughts About Go - sulami's blog +https://blog.sulami.xyz/posts/my-thoughts-about-go/ + +> TL;DR* It feels boring, it feels old, and as a consequence overly laborious. As a general purpose language, I feel D does the job a lot better. \ No newline at end of file diff --git a/My instance of Upptime.myco b/My instance of Upptime.myco new file mode 100644 index 0000000..6a8eb88 --- /dev/null +++ b/My instance of Upptime.myco @@ -0,0 +1,4 @@ += My instance of Upptime +https://bouncepaw.github.io/the-monitor/ + +Here I monitor if my websites are online with [[https://upptime.js.org]]. \ No newline at end of file diff --git a/Mycosphere: Ancient-Future Artifact.myco b/Mycosphere: Ancient-Future Artifact.myco new file mode 100644 index 0000000..c431654 --- /dev/null +++ b/Mycosphere: Ancient-Future Artifact.myco @@ -0,0 +1,4 @@ += Mycosphere: Ancient-Future Artifact +https://mycelial.technology/fungi/mycosphere-artifact.html + +> An experiment in mycofabrication; conducted in collaboration with Ganoderma lucidum and harnessing the power of the Sun. diff --git a/Naomi Kizhner's jewellery harvests energy from the human body.myco b/Naomi Kizhner's jewellery harvests energy from the human body.myco new file mode 100644 index 0000000..5286870 --- /dev/null +++ b/Naomi Kizhner's jewellery harvests energy from the human body.myco @@ -0,0 +1,6 @@ += Naomi Kizhner's jewellery harvests energy from the human body +https://www.dezeen.com/2014/08/06/naomi-kizhner-energy-addicts-jewellery-human-electricity-production/ + +⚠️ Content warning: body modification. + +The one that is inserted in your arm is very exciting. \ No newline at end of file diff --git a/Nex protocol.myco b/Nex protocol.myco new file mode 100644 index 0000000..30dc628 --- /dev/null +++ b/Nex protocol.myco @@ -0,0 +1,6 @@ += Nex protocol +https://nex.nightfall.city/ + +> Nex is a little internet protocol inspired by Gemini and Gopher.\ + +=> https://nex.nightfall.city/nex.txt | protocol description \ No newline at end of file diff --git a/Nintendo DS: внутреннее устройство, принципы работы и взлом.myco b/Nintendo DS: внутреннее устройство, принципы работы и взлом.myco new file mode 100644 index 0000000..b454688 --- /dev/null +++ b/Nintendo DS: внутреннее устройство, принципы работы и взлом.myco @@ -0,0 +1,3 @@ += Nintendo DS: внутреннее устройство, принципы работы и взлом +https://habr.com/ru/articles/517476/ + diff --git a/Nintendo Switch browser capabilities.myco b/Nintendo Switch browser capabilities.myco new file mode 100644 index 0000000..f39bb49 --- /dev/null +++ b/Nintendo Switch browser capabilities.myco @@ -0,0 +1,6 @@ += Nintendo Switch browser capabilities +https://blog.webb.page/2017-11-14-nintendo-switch-browser-capabilities.txt + +Not so good. + +I am sorry for linking such a ridiculously made website. \ No newline at end of file diff --git a/Numen Voice Control.myco b/Numen Voice Control.myco new file mode 100644 index 0000000..f6f9d8f --- /dev/null +++ b/Numen Voice Control.myco @@ -0,0 +1,6 @@ += Numen Voice Control +https://numenvoice.org/ + +> Numen is Free Software voice control that gives people with strain or limited +> use of their hands full control of their Linux machine. The philosophy is +> to keep it simple with phrases that work universally. \ No newline at end of file diff --git a/Octopus punches fish in the head (just because it can) | Live Science.myco b/Octopus punches fish in the head (just because it can) | Live Science.myco new file mode 100644 index 0000000..884ae6e --- /dev/null +++ b/Octopus punches fish in the head (just because it can) | Live Science.myco @@ -0,0 +1,3 @@ += Octopus punches fish in the head (just because it can) | Live Science +https://www.livescience.com/octopuses-punch-fish.html + diff --git a/One Letter Programming Languages.myco b/One Letter Programming Languages.myco new file mode 100644 index 0000000..e294057 --- /dev/null +++ b/One Letter Programming Languages.myco @@ -0,0 +1,4 @@ += One Letter Programming Languages +https://beza1e1.tuxen.de/one_letter_proglangs.html + +> If you are looking for a free name, there is none. \ No newline at end of file diff --git a/One decade later, GNOME still sucks.myco b/One decade later, GNOME still sucks.myco new file mode 100644 index 0000000..ffd2faa --- /dev/null +++ b/One decade later, GNOME still sucks.myco @@ -0,0 +1,3 @@ += One decade later, GNOME still sucks +https://felipec.wordpress.com/2023/03/04/one-decade-later-gnome-still-sucks/ + diff --git a/Online Communities are Ephemeral - the sporks space.myco b/Online Communities are Ephemeral - the sporks space.myco new file mode 100644 index 0000000..9bf38a5 --- /dev/null +++ b/Online Communities are Ephemeral - the sporks space.myco @@ -0,0 +1,6 @@ += Online Communities are Ephemeral - the sporks space +https://sporks.space/2022/03/05/online-communities-are-ephemeral/ + +> Online communities spawn, grow, and die. Why? How? What can be done? + +It just happens. Nothing can be done. Accept. \ No newline at end of file diff --git a/Oops, You Wrote a Database.myco b/Oops, You Wrote a Database.myco new file mode 100644 index 0000000..25f4344 --- /dev/null +++ b/Oops, You Wrote a Database.myco @@ -0,0 +1,4 @@ += Oops, You Wrote a Database +https://dx.tips/oops-database + +This is about Mycorrhiza, for sure. \ No newline at end of file diff --git a/OpenBSD is fantastic.myco b/OpenBSD is fantastic.myco new file mode 100644 index 0000000..ddce8ab --- /dev/null +++ b/OpenBSD is fantastic.myco @@ -0,0 +1,4 @@ += OpenBSD is fantastic +https://unixsheikh.com/articles/openbsd-is-fantastic.html + +> I have been using OpenBSD, a FREE, multi-platform 4.4BSD-based Unix-like operating system, both professionally and privately since about 2004, and today I'm going to share some of my experiences. \ No newline at end of file diff --git a/Origins — Mythic Computer.myco b/Origins — Mythic Computer.myco new file mode 100644 index 0000000..b55f00d --- /dev/null +++ b/Origins — Mythic Computer.myco @@ -0,0 +1,10 @@ += Origins — Mythic Computer +https://www.mythic.computer/essays/origins + +img { https://www.mythic.computer/_next/image?url=%2Fimg%2FI-hero-small.jpg&w=3840&q=75 } + +A computer manufactured by a craftsman. + +> Japan operates with an Island metaphysic, where resources are finite in space (Japan is an island nation) but infinite in time (by virtue of natural regeneration). The West operates with a Faustian metaphysic, where resources are infinite in space (by virtue of conquest) and infinite in time. It's interesting to see these metaphysical realities manifest in something as ordinary as tool manufacture. + +> Our motto, ARMA ACRI FACIENDA VIRO, comes from Book VIII of The Aeneid when Vulcan commands the cyclopes to "Forge arms fit for a hero". \ No newline at end of file diff --git a/Outliner Wiki.myco b/Outliner Wiki.myco new file mode 100644 index 0000000..86e1a38 --- /dev/null +++ b/Outliner Wiki.myco @@ -0,0 +1,4 @@ += Outliner Wiki +https://nosycat.codeberg.page/outliner-wiki/#0,1 + +A collection of some outliners and note-taking apps on a Domino board. \ No newline at end of file diff --git a/Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube.myco b/Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube.myco new file mode 100644 index 0000000..d4903de --- /dev/null +++ b/Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube.myco @@ -0,0 +1,4 @@ += Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube +https://www.youtube.com/watch?v=vOGAJWW-SbU + +There are many videos involving mushrooms synthesizing audio, but here is one synthezing video as well! \ No newline at end of file diff --git a/Permacomputing Aesthetics: Potential and Limits of Constraints in Computational Art, Design and Culture.myco b/Permacomputing Aesthetics: Potential and Limits of Constraints in Computational Art, Design and Culture.myco new file mode 100644 index 0000000..a69734e --- /dev/null +++ b/Permacomputing Aesthetics: Potential and Limits of Constraints in Computational Art, Design and Culture.myco @@ -0,0 +1,4 @@ += Permacomputing Aesthetics: Potential and Limits of Constraints in Computational Art, Design and Culture +https://limits.pubpub.org/pub/6loh1eqi + +> Permacomputing is a nascent concept and a community of practice centred around design principles that embrace limits and constraints as a positive thing in computational culture, and on creativity with scarce computational resources. \ No newline at end of file diff --git a/Permacomputing | viznut.myco b/Permacomputing | viznut.myco new file mode 100644 index 0000000..79a6ea4 --- /dev/null +++ b/Permacomputing | viznut.myco @@ -0,0 +1,4 @@ += Permacomputing | viznut +http://viznut.fi/texts-en/permacomputing.html + +> This is a collection of random thoughts regarding the application of permacultural ideas to the computer world. diff --git a/Permacomputing — solderpunk.myco b/Permacomputing — solderpunk.myco new file mode 100644 index 0000000..ff416c5 --- /dev/null +++ b/Permacomputing — solderpunk.myco @@ -0,0 +1,3 @@ += Permacomputing — solderpunk +https://links.bouncepaw.com/#ZgotmplZ + diff --git a/Petname Systems.myco b/Petname Systems.myco new file mode 100644 index 0000000..afc5fa5 --- /dev/null +++ b/Petname Systems.myco @@ -0,0 +1,4 @@ += Petname Systems +https://spritelyproject.org/news/petname-systems.html + +On addressing. \ No newline at end of file diff --git a/Pipelinefunk by Armin Küpper.myco b/Pipelinefunk by Armin Küpper.myco new file mode 100644 index 0000000..073cfd9 --- /dev/null +++ b/Pipelinefunk by Armin Küpper.myco @@ -0,0 +1,4 @@ += Pipelinefunk by Armin Küpper +https://www.youtube.com/watch?v=cjVm3sCxIyI + +The author has many videos like that. A true piper. \ No newline at end of file diff --git a/Plan 9: экстремальный KISS.myco b/Plan 9: экстремальный KISS.myco new file mode 100644 index 0000000..76d0d44 --- /dev/null +++ b/Plan 9: экстремальный KISS.myco @@ -0,0 +1,4 @@ += Plan 9: экстремальный KISS +https://club.hugeping.ru/blog/TF9RuFRon9u7ps9Owka3#TF9RuFRon9u7ps9Owka3 + +hugeping рассказывает про Plan 9. Интересно! \ No newline at end of file diff --git a/PotatoP | Hackaday.io.myco b/PotatoP | Hackaday.io.myco new file mode 100644 index 0000000..9a0d5e6 --- /dev/null +++ b/PotatoP | Hackaday.io.myco @@ -0,0 +1,14 @@ += PotatoP | Hackaday.io +https://hackaday.io/project/184340-potatop + +Ploum: +``` +A minimal computer which harvests power from the ambient light, offering +only a minimal LISP programming environment. + +I feel that if it could become sufficiently powerful to run a shell and +a text editor, you could quickly expend it to read/send emails and even +browse Gemini. + +Maybe I’m dreaming… +``` \ No newline at end of file diff --git a/Present & Correct.myco b/Present & Correct.myco new file mode 100644 index 0000000..390ea3a --- /dev/null +++ b/Present & Correct.myco @@ -0,0 +1,4 @@ += Present & Correct +https://www.presentandcorrect.com/ + +Beautiful stuff. Check out the blog! \ No newline at end of file diff --git a/Print Free Graph Paper.myco b/Print Free Graph Paper.myco new file mode 100644 index 0000000..f7167b3 --- /dev/null +++ b/Print Free Graph Paper.myco @@ -0,0 +1,4 @@ += Print Free Graph Paper +https://www.printfreegraphpaper.com/ + +> Save yourself money and a trip to the store! Print graph paper free from your computer. This site is perfect for science and math homework, craft projects and other graph paper needs. \ No newline at end of file diff --git a/Privacy and Tracking on the Fediverse | Lainblog.myco b/Privacy and Tracking on the Fediverse | Lainblog.myco new file mode 100644 index 0000000..893d599 --- /dev/null +++ b/Privacy and Tracking on the Fediverse | Lainblog.myco @@ -0,0 +1,4 @@ += Privacy and Tracking on the Fediverse | Lainblog +https://blog.soykaf.com/post/privacy-and-tracking-on-the-fediverse/ + +> Mastodon and Pleroma support four settings for post visibility. These are public, friends only, unlisted and direct messages. What actually happens when you use those settings? The only thing they will change are the to and cc fields of the created activity and object. Your server will federate the post to other servers depending on those fields, and hopes the other server respects this. There is no technological guarantee for this, though. A malicious server could leak all the data it receives. This includes posts to friends and direct messages. diff --git a/Quipu: The Ancient Computer of the Inca Civilization.myco b/Quipu: The Ancient Computer of the Inca Civilization.myco new file mode 100644 index 0000000..596dfdb --- /dev/null +++ b/Quipu: The Ancient Computer of the Inca Civilization.myco @@ -0,0 +1,4 @@ += Quipu: The Ancient Computer of the Inca Civilization +https://www.peruforless.com/blog/quipu/ + +> Learn about the history and purpose of quipus, the system of knotted strings that recorded data in the ancient Andean world. \ No newline at end of file diff --git a/RE: Does a Blog Need to Integrate? | starbreaker.org.myco b/RE: Does a Blog Need to Integrate? | starbreaker.org.myco new file mode 100644 index 0000000..a1c41d7 --- /dev/null +++ b/RE: Does a Blog Need to Integrate? | starbreaker.org.myco @@ -0,0 +1,6 @@ += RE: Does a Blog Need to Integrate? | starbreaker.org +https://starbreaker.org/blog/re-does-blog-need-to-integrate/index.html + +No, not really, for + +> blogs with RSS/Atom/JSON feeds are already interoperable \ No newline at end of file diff --git a/Readability | Zettlr.myco b/Readability | Zettlr.myco new file mode 100644 index 0000000..16bfa58 --- /dev/null +++ b/Readability | Zettlr.myco @@ -0,0 +1,4 @@ += Readability | Zettlr +https://www.zettlr.com/readability + +> This page provides four different readability algorithms, implemented using the Open Source Markdown Editor Zettlr. diff --git a/Reasons for servers to support IPv6.myco b/Reasons for servers to support IPv6.myco new file mode 100644 index 0000000..5ee96de --- /dev/null +++ b/Reasons for servers to support IPv6.myco @@ -0,0 +1,4 @@ += Reasons for servers to support IPv6 +https://jvns.ca/blog/2022/01/29/reasons-for-servers-to-support-ipv6/ + +Some reasons. They have not convinced me to care enough to enable it. diff --git a/Reflections on the Internet: What It Should Be and Why.myco b/Reflections on the Internet: What It Should Be and Why.myco new file mode 100644 index 0000000..a6f2ab6 --- /dev/null +++ b/Reflections on the Internet: What It Should Be and Why.myco @@ -0,0 +1,7 @@ += Reflections on the Internet: What It Should Be and Why +https://cheapskatesguide.org/articles/reflections-on-the-internet.html + +> In a sense, we have begun to worship the Internet while we have lost our understanding of the basic principles that led to its creation a mere generation and a half ago. In this article I give as clear a picture as I am capable of what the Internet could be to each of us and why it should be that way. + +Big text. + diff --git a/Return of the Obra Dinn.myco b/Return of the Obra Dinn.myco new file mode 100644 index 0000000..7b6c8c8 --- /dev/null +++ b/Return of the Obra Dinn.myco @@ -0,0 +1,4 @@ += Return of the Obra Dinn +https://ru.m.wikipedia.org/wiki/Return_of_the_Obra_Dinn + +Хочу поиграть \ No newline at end of file diff --git a/Riddle solved: Why was Roman concrete so durable?.myco b/Riddle solved: Why was Roman concrete so durable?.myco new file mode 100644 index 0000000..a4f1415 --- /dev/null +++ b/Riddle solved: Why was Roman concrete so durable?.myco @@ -0,0 +1,6 @@ += Riddle solved: Why was Roman concrete so durable? +https://news.mit.edu/2023/roman-concrete-durability-lime-casts-0106 + +> To prove that this was indeed the mechanism responsible for the durability of the Roman concrete, the team produced samples of hot-mixed concrete that incorporated both ancient and modern formulations, deliberately cracked them, and then ran water through the cracks. Sure enough: Within two weeks the cracks had completely healed and the water could no longer flow. An identical chunk of concrete made without quicklime never healed, and the water just kept flowing through the sample. + +I knew Roman concrete was cool, but not that cool! \ No newline at end of file diff --git a/Robert J. Sawyer: Hugo and Nebula Award-Winning Science Fiction Writer.myco b/Robert J. Sawyer: Hugo and Nebula Award-Winning Science Fiction Writer.myco new file mode 100644 index 0000000..dcd7ea1 --- /dev/null +++ b/Robert J. Sawyer: Hugo and Nebula Award-Winning Science Fiction Writer.myco @@ -0,0 +1,4 @@ += Robert J. Sawyer: Hugo and Nebula Award-Winning Science Fiction Writer +https://www.sfwriter.com/wordstar.htm + +A popular (I don't know him) Sci-fi writer tells why WordStar is the best. \ No newline at end of file diff --git a/Rules for Calculation.myco b/Rules for Calculation.myco new file mode 100644 index 0000000..617b2fe --- /dev/null +++ b/Rules for Calculation.myco @@ -0,0 +1,4 @@ += Rules for Calculation +https://www.semicolon.com/Solitaire/Rules/Calculation.html + +The article teaches a strategy for playing the game. It works! \ No newline at end of file diff --git a/Russian Federation - HackerspaceWiki.myco b/Russian Federation - HackerspaceWiki.myco new file mode 100644 index 0000000..9541540 --- /dev/null +++ b/Russian Federation - HackerspaceWiki.myco @@ -0,0 +1,6 @@ += Russian Federation - HackerspaceWiki +https://wiki.hackerspaces.org/Russian_Federation + +List of hackerspaces in Russia. + +[[https://t.me/memory_heap/376 | wrt]] \ No newline at end of file diff --git a/Rust Module System Encourages Poor Practices (Comparing to Go) [Dmitry Frank].myco b/Rust Module System Encourages Poor Practices (Comparing to Go) [Dmitry Frank].myco new file mode 100644 index 0000000..7ff11a8 --- /dev/null +++ b/Rust Module System Encourages Poor Practices (Comparing to Go) [Dmitry Frank].myco @@ -0,0 +1,4 @@ += Rust Module System Encourages Poor Practices (Comparing to Go) [Dmitry Frank] +https://dmitryfrank.com/articles/rust_module_system_encourages_bad_practices + +Go Go! \ No newline at end of file diff --git a/SCIM.myco b/SCIM.myco new file mode 100644 index 0000000..7a0c4d0 --- /dev/null +++ b/SCIM.myco @@ -0,0 +1,4 @@ += SCIM +https://git.sr.ht/~rostiger/scim/ + +> scim is a bash script to simplify scanning from the command line. diff --git a/SDL2 common mistakes and how to avoid them.myco b/SDL2 common mistakes and how to avoid them.myco new file mode 100644 index 0000000..fdc4163 --- /dev/null +++ b/SDL2 common mistakes and how to avoid them.myco @@ -0,0 +1,4 @@ += SDL2 common mistakes and how to avoid them +https://nullprogram.com/blog/2023/01/08/ + +Initially, I did not want to save this article, but 4 months later I wanted to share it. I guess it only makes sense to save it here, for the next 4 months. \ No newline at end of file diff --git a/SLOW NET.myco b/SLOW NET.myco new file mode 100644 index 0000000..3445f5c --- /dev/null +++ b/SLOW NET.myco @@ -0,0 +1,4 @@ += SLOW NET +https://slownet.work/ + +> Slow Net is a series of experiments that explore how slow networks can be used to protect against data-collecting entities that threaten our autonomy and influence our identities. diff --git a/SQLite the only database you will ever need in most cases.myco b/SQLite the only database you will ever need in most cases.myco new file mode 100644 index 0000000..2429746 --- /dev/null +++ b/SQLite the only database you will ever need in most cases.myco @@ -0,0 +1,4 @@ += SQLite the only database you will ever need in most cases +https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html + +This is true. \ No newline at end of file diff --git a/STEPPER: A 16-step sequencer for the Game Boy Advance by BD.myco b/STEPPER: A 16-step sequencer for the Game Boy Advance by BD.myco new file mode 100644 index 0000000..a24cd03 --- /dev/null +++ b/STEPPER: A 16-step sequencer for the Game Boy Advance by BD.myco @@ -0,0 +1,4 @@ += STEPPER: A 16-step sequencer for the Game Boy Advance by BD +https://badd10de.itch.io/stepper-gba + +> A 16-step sequencer for the Game Boy Advance (GBA) \ No newline at end of file diff --git a/Shift Happens: Typewriter simulator.myco b/Shift Happens: Typewriter simulator.myco new file mode 100644 index 0000000..14df556 --- /dev/null +++ b/Shift Happens: Typewriter simulator.myco @@ -0,0 +1,4 @@ += Shift Happens: Typewriter simulator +https://shifthappens.site/typewriter/ + +Looks very graphical \ No newline at end of file diff --git a/Shimmie 2.myco b/Shimmie 2.myco new file mode 100644 index 0000000..9beba1f --- /dev/null +++ b/Shimmie 2.myco @@ -0,0 +1,4 @@ += Shimmie 2 +https://code.shishnet.org/shimmie2/ + +> A danbooru-style image board, des­igned to be easier to install, run, and extend. \ No newline at end of file diff --git a/Simon Stålenhag.myco b/Simon Stålenhag.myco new file mode 100644 index 0000000..8ff8493 --- /dev/null +++ b/Simon Stålenhag.myco @@ -0,0 +1,4 @@ += Simon Stålenhag +https://www.simonstalenhag.se + +Also on Mastodon: https://mastodon.art/@simonstalenhag \ No newline at end of file diff --git a/Soithàs Marràidh. Вести извне.myco b/Soithàs Marràidh. Вести извне.myco new file mode 100644 index 0000000..c27c50e --- /dev/null +++ b/Soithàs Marràidh. Вести извне.myco @@ -0,0 +1,5 @@ += Soithàs Marràidh. Вести извне +https://marraidh.com/ + +Также: +=> https://t.me/SoithasMarraidh \ No newline at end of file diff --git a/Some Thoughts on Collecting Computers.myco b/Some Thoughts on Collecting Computers.myco new file mode 100644 index 0000000..a8563fc --- /dev/null +++ b/Some Thoughts on Collecting Computers.myco @@ -0,0 +1,3 @@ += Some Thoughts on Collecting Computers +https://cheapskatesguide.org/articles/collecting-computers.html + diff --git a/Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers.myco b/Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers.myco new file mode 100644 index 0000000..5079f05 --- /dev/null +++ b/Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers.myco @@ -0,0 +1,4 @@ += Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers +https://cheapskatesguide.org/articles/thin-clients.html + +> When my T620, arrived in the mail, I was immediately impressed. It has a substantial weight, due to its stong metal case surrounded by a thick plastic with many perforations for air flow. The T620 is fan-less, so it is absolutely silent while running, perfect for an HTPC. It reminded me of a Dell business desktop computer, because its cover can be removed without tools. Inside, the T620 was completely dust free. It looked new on the outside and the inside. This was almost like buying a new computer for $26.35. I immediately removed the 16 GB SSD and booted the T620 from an external USB flash drive with a command-line-only Debian distribution. Seeing that the power consumption never rose above 11 Watts during boot and remained at 5-6 Watts while idling confirmed that this should make a fine web server or NAS. diff --git a/Some opinionated thoughts on SQL databases - Made of Bugs.myco b/Some opinionated thoughts on SQL databases - Made of Bugs.myco new file mode 100644 index 0000000..025eae9 --- /dev/null +++ b/Some opinionated thoughts on SQL databases - Made of Bugs.myco @@ -0,0 +1,4 @@ += Some opinionated thoughts on SQL databases - Made of Bugs +https://blog.nelhage.com/post/some-opinionated-sql-takes/ + +> Unfortunately, in my opinion, those incredible storage engines — some of the finest pieces of systems engineering available to us — are hidden behind what I find to be a very frustrating interface. Let’s look at what I dislike about SQL. diff --git a/Some thoughts on Vala.myco b/Some thoughts on Vala.myco new file mode 100644 index 0000000..9232d20 --- /dev/null +++ b/Some thoughts on Vala.myco @@ -0,0 +1,3 @@ += Some thoughts on Vala +https://links.bouncepaw.com/#ZgotmplZ + diff --git a/Spider Solitaire Windows XP.myco b/Spider Solitaire Windows XP.myco new file mode 100644 index 0000000..24993d5 --- /dev/null +++ b/Spider Solitaire Windows XP.myco @@ -0,0 +1,4 @@ += Spider Solitaire Windows XP +https://www.freecell.io/game/spider-solitaire-windows-xp/ + +> The online game Spider Solitaire Windows XP is a similar version of a legendary and quite popular Solitaire game that comes free with Microsoft Windows XP operating systems. Many people spent hours playing this game on their old computers. And now it’s available online. \ No newline at end of file diff --git a/Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine®.myco b/Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine®.myco new file mode 100644 index 0000000..2c4c5d5 --- /dev/null +++ b/Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine®.myco @@ -0,0 +1,6 @@ += Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine® +https://www.the-scientist.com/news-opinion/spider-uses-its-web-like-a-giant-engineered-ear-69366 + +> The bridge spider uses its web as an engineered “external ear” up to 10,000 times the size of its body, according to a preprint study posted to bioRxiv on October 18. The discovery, which has not yet been peer reviewed, challenges many assumptions that scientists have held for years about how spiders and potentially other arthropods navigate and interact with the world around them. +> +>“Evolutionarily speaking, spiders are just weird animals,” Jessica Petko, a Pennsylvania State University York biologist who didn’t work on the new study, writes in an email to The Scientist. “While it has been long known that spiders sense sound vibration with sensory hairs on their legs, this paper is the first to show that orb weaving spiders can amplify this sound by building specialized web structures.” \ No newline at end of file diff --git a/Statically compiling Go programs.myco b/Statically compiling Go programs.myco new file mode 100644 index 0000000..35de584 --- /dev/null +++ b/Statically compiling Go programs.myco @@ -0,0 +1,4 @@ += Statically compiling Go programs +https://www.arp242.net/static-go.html + +> Go creates static binaries by default unless you use cgo to call C code, in which case it will create a dynamically linked binary. Using cgo is more common than many people assume as the os/user and net packages use cgo, so importing either (directly or indirectly) will result in a dynamic binary. diff --git a/Stop Building On Corporate-Controlled Languages.myco b/Stop Building On Corporate-Controlled Languages.myco new file mode 100644 index 0000000..ec6de3c --- /dev/null +++ b/Stop Building On Corporate-Controlled Languages.myco @@ -0,0 +1,3 @@ += Stop Building On Corporate-Controlled Languages +https://blog.deckc.hair/2023-01-18-stop-building-on-corporate-controlled-languages.html + diff --git a/Sure, we have imperative and functional. But what about cartesian programming?.myco b/Sure, we have imperative and functional. But what about cartesian programming?.myco new file mode 100644 index 0000000..62af939 --- /dev/null +++ b/Sure, we have imperative and functional. But what about cartesian programming?.myco @@ -0,0 +1,3 @@ += Sure, we have imperative and functional. But what about cartesian programming? +https://250bpm.com/blog:91/ + diff --git a/Swiss Style Color Picker | International Style Colors Scheme Palette.myco b/Swiss Style Color Picker | International Style Colors Scheme Palette.myco new file mode 100644 index 0000000..56428a0 --- /dev/null +++ b/Swiss Style Color Picker | International Style Colors Scheme Palette.myco @@ -0,0 +1,3 @@ += Swiss Style Color Picker | International Style Colors Scheme Palette +https://fabianburghardt.de/swisscolors/ + diff --git a/Swiss in CSS.myco b/Swiss in CSS.myco new file mode 100644 index 0000000..ae98399 --- /dev/null +++ b/Swiss in CSS.myco @@ -0,0 +1,3 @@ += Swiss in CSS +https://swissincss.com/zurich-tonhalle-1958 + diff --git a/Tables and Strings in COBOL | datagubbe.se.myco b/Tables and Strings in COBOL | datagubbe.se.myco new file mode 100644 index 0000000..552f625 --- /dev/null +++ b/Tables and Strings in COBOL | datagubbe.se.myco @@ -0,0 +1,4 @@ += Tables and Strings in COBOL | datagubbe.se +https://www.datagubbe.se/cobtab/ + +> Since I'm a deeply demented man with a lot of free time on my hands, I decided to expand a bit on the subject - if only to give myself a chance of brushing up on my own very rudimentary COBOL knowledge. diff --git a/TextEditors Wiki: HomePage.myco b/TextEditors Wiki: HomePage.myco new file mode 100644 index 0000000..3a547ec --- /dev/null +++ b/TextEditors Wiki: HomePage.myco @@ -0,0 +1,4 @@ += TextEditors Wiki: HomePage +https://texteditors.org/cgi-bin/wiki.pl + +> A website about selecting and classifying text editors used in programming systems. These are the programming text editors such as Emacs, VI, Multiedit, slick, Slickedit, ISPF, Notepad, VI and VIM that are used by the vast majority of programmers on UNIX, Windows, VAX, and Mainframe systems. The structure of the website allows any vistor to leave their opinions, knowledge, and mark on the website for others to enjoy. \ No newline at end of file diff --git a/The Browser — WorldWideWeb NeXT Application.myco b/The Browser — WorldWideWeb NeXT Application.myco new file mode 100644 index 0000000..060f771 --- /dev/null +++ b/The Browser — WorldWideWeb NeXT Application.myco @@ -0,0 +1,6 @@ += The Browser — WorldWideWeb NeXT Application +https://worldwideweb.cern.ch/worldwideweb/ + +> HTML-based asset library and background on the WorldWideWeb NeXT browser + +The first browser \ No newline at end of file diff --git a/The Cage of the Language.myco b/The Cage of the Language.myco new file mode 100644 index 0000000..5f57421 --- /dev/null +++ b/The Cage of the Language.myco @@ -0,0 +1,4 @@ += The Cage of the Language +https://250bpm.com/blog:178/ + +There are more cool words in English, because there are more people in English and more history in English that come up with cool words. Slovak is less wordy in that sense. \ No newline at end of file diff --git a/The Command Line Philosophy.myco b/The Command Line Philosophy.myco new file mode 100644 index 0000000..fb1a90a --- /dev/null +++ b/The Command Line Philosophy.myco @@ -0,0 +1,6 @@ += The Command Line Philosophy +http://www.eklhad.net/philosophy.html + +> Command Line Programs for the Blind + +Karl Dahlke on blind a11y. Note that Karl is the creator of edbrowse. \ No newline at end of file diff --git a/The Commander X16 has finally arrived! - YouTube.myco b/The Commander X16 has finally arrived! - YouTube.myco new file mode 100644 index 0000000..8dbe825 --- /dev/null +++ b/The Commander X16 has finally arrived! - YouTube.myco @@ -0,0 +1,4 @@ += The Commander X16 has finally arrived! - YouTube +https://www.youtube.com/watch?v=AcWqMGju7fk + +The 8-Bit Guy and a big team have made a Commodore descendant. \ No newline at end of file diff --git a/The Gemini protocol seen by this HTTP client person.myco b/The Gemini protocol seen by this HTTP client person.myco new file mode 100644 index 0000000..3fdc81e --- /dev/null +++ b/The Gemini protocol seen by this HTTP client person.myco @@ -0,0 +1,4 @@ += The Gemini protocol seen by this HTTP client person +https://daniel.haxx.se/blog/2023/05/28/the-gemini-protocol-seen-by-this-http-client-person/ + +Daniel Stenberg makes a Gemini review. \ No newline at end of file diff --git a/The Insidious Magic of Cats - Björn Wärmedal.myco b/The Insidious Magic of Cats - Björn Wärmedal.myco new file mode 100644 index 0000000..ceae9a5 --- /dev/null +++ b/The Insidious Magic of Cats - Björn Wärmedal.myco @@ -0,0 +1,4 @@ += The Insidious Magic of Cats - Björn Wärmedal +https://warmedal.se/~bjorn/posts/2021-09-29-the-insidious-magic-of-cats.html + +> Our neighbour is quite happy about him having a safe haven from the other cats. When he was bullied so much that he wasn't even left alone to eat in peace she gave us cat food to give him. Nowadays we just buy our own. I don't know if he ever eats there any more, but he surely eats at our house every single day. \ No newline at end of file diff --git a/The Internet Changed My Life.myco b/The Internet Changed My Life.myco new file mode 100644 index 0000000..0d6a929 --- /dev/null +++ b/The Internet Changed My Life.myco @@ -0,0 +1,6 @@ += The Internet Changed My Life +https://pointersgonewild.com/2022/01/19/the-internet-changed-my-life/ + +> I’ve seen multiple discussions online as to the negative effects of the internet on society. There’s definitely harmful content online. It makes me sad to see the internet being used as a tool to s… + +Via [[https://t.me/memory_heap/351]] \ No newline at end of file diff --git a/The Joys and Sorrows of Maintaining a Personal Website.myco b/The Joys and Sorrows of Maintaining a Personal Website.myco new file mode 100644 index 0000000..f6a57e6 --- /dev/null +++ b/The Joys and Sorrows of Maintaining a Personal Website.myco @@ -0,0 +1,6 @@ += The Joys and Sorrows of Maintaining a Personal Website +https://cheapskatesguide.org/articles/joys-and-sorrows.html + +> Running a personal website is an emotional roller coaster. This fact seems strange to me, because I feel I do a fairly good job of keeping my ego disengaged from the process. I realize that whether people like what I write or hate it has absolutely nothing to do with my worth as a human being. Yet, receiving comments and emails from readers who say they enjoy my website and understand its value feels good. + +By the way, dear reader, I would be glad if you told me that you like this site. If you don't like mine, contact owners of those sites that you like. \ No newline at end of file diff --git a/The One Week Command Line Challenge.myco b/The One Week Command Line Challenge.myco new file mode 100644 index 0000000..0d7fdca --- /dev/null +++ b/The One Week Command Line Challenge.myco @@ -0,0 +1,4 @@ += The One Week Command Line Challenge +https://cheapskatesguide.org/articles/cmdline-challenge.html + +Cheapskate installs an outdated OS on an outdated computer with laughable capabilities, yet somehow manages to use it. diff --git a/The Rust I Wanted Had No Future.myco b/The Rust I Wanted Had No Future.myco new file mode 100644 index 0000000..7e792bf --- /dev/null +++ b/The Rust I Wanted Had No Future.myco @@ -0,0 +1,4 @@ += The Rust I Wanted Had No Future +https://graydon2.dreamwidth.org/307291.html + +The person who led the development of Rust the programming language points out some differences in his vision of Rust and the one we ended up with. If they were to stay, Rust would have been a boring language! It is good for a language to be boring, actually. \ No newline at end of file diff --git a/The Trouble with PowerPoint 🧑‍🏫.myco b/The Trouble with PowerPoint 🧑‍🏫.myco new file mode 100644 index 0000000..8261499 --- /dev/null +++ b/The Trouble with PowerPoint 🧑‍🏫.myco @@ -0,0 +1,4 @@ += The Trouble with PowerPoint 🧑‍🏫 +https://links.bouncepaw.com/#ZgotmplZ + +> Summarizing Edward Tufte's essay "The Cognitive Style of PowerPoint". \ No newline at end of file diff --git a/The Zen of Go | Dave Cheney.myco b/The Zen of Go | Dave Cheney.myco new file mode 100644 index 0000000..2061887 --- /dev/null +++ b/The Zen of Go | Dave Cheney.myco @@ -0,0 +1,4 @@ += The Zen of Go | Dave Cheney +https://dave.cheney.net/2020/02/23/the-zen-of-go + +The author applies the Zen of Python to Go and tells us how Go programs should be written. This is a well-written article. diff --git a/The new Obsidian icon.myco b/The new Obsidian icon.myco new file mode 100644 index 0000000..5c936e6 --- /dev/null +++ b/The new Obsidian icon.myco @@ -0,0 +1,6 @@ += The new Obsidian icon +https://obsidian.md/blog/new-obsidian-icon/ + +> Say hello to our new logo and app icon. This is the story behind our new branding, which we designed to reflect the principles Obsidian is built on. + +It looks like a primordial arrowhead from literal obsidian. There is also a fun color toy on the page. \ No newline at end of file diff --git a/The right way to use go-sqlite3.myco b/The right way to use go-sqlite3.myco new file mode 100644 index 0000000..1b5cefe --- /dev/null +++ b/The right way to use go-sqlite3.myco @@ -0,0 +1,6 @@ += The right way to use go-sqlite3 +http://web.archive.org/web/20210423132955/https://foxcpp.dev/articles/the-right-way-to-use-go-sqlite3 + +> SQLite is a wonderful piece of software and it is completely meaningful to use it in a project written in Go even though SQLite itself is in C. Though people has been hitting lots of issues with it, mostly "database is locked" error that seems to appear out of nowhere. +> +> First of all, SQLite allows concurrent readers but only a single writer. Unlike most places where you may encounter some sort of synchronization SQLite does not wait for the write lock to become available - instead it just returns an error, letting the caller deal with it. This is why you are getting "database is locked" errors. \ No newline at end of file diff --git a/There is no 64-bit type in C89 - the sporks space.myco b/There is no 64-bit type in C89 - the sporks space.myco new file mode 100644 index 0000000..3b5faec --- /dev/null +++ b/There is no 64-bit type in C89 - the sporks space.myco @@ -0,0 +1,4 @@ += There is no 64-bit type in C89 - the sporks space +https://sporks.space/2021/07/02/there-is-no-64-bit-type-in-c89/ + +`long long` does not exist there! It is all extensions. \ No newline at end of file diff --git a/There’s more than one way to write an IP address.myco b/There’s more than one way to write an IP address.myco new file mode 100644 index 0000000..de0c447 --- /dev/null +++ b/There’s more than one way to write an IP address.myco @@ -0,0 +1,4 @@ += There’s more than one way to write an IP address +https://ma.ttias.be/theres-more-than-one-way-to-write-an-ip-address/ + +Shocking \ No newline at end of file diff --git a/This Ancient Language Has the Only Grammar Based Entirely on the Human Body.myco b/This Ancient Language Has the Only Grammar Based Entirely on the Human Body.myco new file mode 100644 index 0000000..e513142 --- /dev/null +++ b/This Ancient Language Has the Only Grammar Based Entirely on the Human Body.myco @@ -0,0 +1,8 @@ += This Ancient Language Has the Only Grammar Based Entirely on the Human Body +https://www.scientificamerican.com/article/this-ancient-language-has-the-only-grammar-based-entirely-on-the-human-body/ + +> An endangered language family suggests that early humans used their bodies as a model for reality + +> Great Andamanese, it turns out, is exceptional among the world's languages in its anthropocentrism. It uses categories derived from the human body to describe abstract concepts such as spatial orientation and relations between objects. To be sure, in English we might say things like “the room faces the bay,” “the chair leg broke” and “she heads the firm.” But in Great Andamanese such descriptions take an extreme form, with morphemes, or meaningful sound segments, that designate different zones of the body getting attached to nouns, verbs, adjectives and adverbs—indeed, to every part of speech—to make diverse meanings. Because no other known language has a grammar based on the human body or shares cognates—words that are similar in meaning and pronunciation, indicating a genealogical connection—with Great Andamanese, the language constitutes its own family. + +> The grammar I was piecing together was based primarily on Jero, but a look through Portman's and Man's books convinced me that the southern Great Andamanese languages had similar structures. The lexicon consisted of two classes of words: free and bound. The free words were all nouns that referred to the environment and its denizens, such as ra for “pig.” They could occur alone. The bound words were nouns, verbs, adjectives and adverbs that always existed with markers indicating a relation to other objects, events or states. The markers (specifically, a-; er-; ong-; ot-or ut-; e-or i-; ara-; and o-) derived from seven zones of the body and were attached to a root word, usually as a prefix, to describe concepts such as “inside,” “outside,” “upper” and “lower.” For example, the morpheme er-, which qualified most anything having to do with an outer body part, could be stuck to -cho to yield ercho, meaning “head.” A pig's head was thus raercho. \ No newline at end of file diff --git a/Thoughts On Markdown — Smashing Magazine.myco b/Thoughts On Markdown — Smashing Magazine.myco new file mode 100644 index 0000000..b5da32b --- /dev/null +++ b/Thoughts On Markdown — Smashing Magazine.myco @@ -0,0 +1,6 @@ += Thoughts On Markdown — Smashing Magazine +https://www.smashingmagazine.com/2022/02/thoughts-on-markdown/ + +> Markdown in all its flavors, interpretations, and forks won’t go away. However, it’s important to look at emerging content formats that try to encompass modern needs. In this article, Knut shares his advice against Markdown by looking back on why it was introduced in the first place, and by going through some of the major developments of content on the web. + +The author tells how Markdown is used for different purposes. \ No newline at end of file diff --git a/Thoughts on Swift and Objective-C.myco b/Thoughts on Swift and Objective-C.myco new file mode 100644 index 0000000..be67cbc --- /dev/null +++ b/Thoughts on Swift and Objective-C.myco @@ -0,0 +1,3 @@ += Thoughts on Swift and Objective-C +https://lapcatsoftware.com/articles/swift.html + diff --git a/Throwing in the towel on mobile Linux.myco b/Throwing in the towel on mobile Linux.myco new file mode 100644 index 0000000..79b5778 --- /dev/null +++ b/Throwing in the towel on mobile Linux.myco @@ -0,0 +1,6 @@ += Throwing in the towel on mobile Linux +https://drewdevault.com/2023/06/16/Mobile-linux-retrospective.html + +TL;DR: Not good yet. + +Note: throwing in the towel means to accept defeat. I had to look this up. \ No newline at end of file diff --git a/Tips on formatting Markdown lists - Julio Merino (jmmv.dev).myco b/Tips on formatting Markdown lists - Julio Merino (jmmv.dev).myco new file mode 100644 index 0000000..4d1f289 --- /dev/null +++ b/Tips on formatting Markdown lists - Julio Merino (jmmv.dev).myco @@ -0,0 +1,4 @@ += Tips on formatting Markdown lists - Julio Merino (jmmv.dev) +https://jmmv.dev/2022/07/markdown-lists.html + +Look at what they have to do to mimic the fraction of Mycomarkup's lists. \ No newline at end of file diff --git a/Tragedy.myco b/Tragedy.myco new file mode 100644 index 0000000..8f832b7 --- /dev/null +++ b/Tragedy.myco @@ -0,0 +1,4 @@ += Tragedy +https://adactio.com/journal/20163 + +> Greek tragedies are time-travel stories. \ No newline at end of file diff --git a/Trainleave.myco b/Trainleave.myco new file mode 100644 index 0000000..a0e0a0f --- /dev/null +++ b/Trainleave.myco @@ -0,0 +1,4 @@ += Trainleave +https://github.com/akuktin/trainleave + +> Implementation of Unicode for Uxn \ No newline at end of file diff --git a/Turning suckless into suckmore.myco b/Turning suckless into suckmore.myco new file mode 100644 index 0000000..062eeb4 --- /dev/null +++ b/Turning suckless into suckmore.myco @@ -0,0 +1,4 @@ += Turning suckless into suckmore +https://unixsheikh.com/articles/turning-suckless-into-suckmore.html + +> The suckless philosophy is all about keeping things simple, minimal and usable, but some people seem to have misunderstood it completely. diff --git a/Typewriter concept reinvented for nostalgic, digital users - Yanko Design.myco b/Typewriter concept reinvented for nostalgic, digital users - Yanko Design.myco new file mode 100644 index 0000000..25c59a4 --- /dev/null +++ b/Typewriter concept reinvented for nostalgic, digital users - Yanko Design.myco @@ -0,0 +1,3 @@ += Typewriter concept reinvented for nostalgic, digital users - Yanko Design +https://www.yankodesign.com/2022/02/21/typewriter-concept-reinvented-for-nostalgic-digital-users/ + diff --git a/UXN.myco b/UXN.myco new file mode 100644 index 0000000..5ba6f60 --- /dev/null +++ b/UXN.myco @@ -0,0 +1,4 @@ += UXN +https://yeti.tilde.institute/brain/uxn.html + +Notes on Uxn. \ No newline at end of file diff --git a/Using computers more freely and safely.myco b/Using computers more freely and safely.myco new file mode 100644 index 0000000..ae08045 --- /dev/null +++ b/Using computers more freely and safely.myco @@ -0,0 +1,4 @@ += Using computers more freely and safely +http://akkartik.name/freewheeling + +Kartik rocking. \ No newline at end of file diff --git a/Victor (@vponamariov).myco b/Victor (@vponamariov).myco new file mode 100644 index 0000000..ba45b34 --- /dev/null +++ b/Victor (@vponamariov).myco @@ -0,0 +1,5 @@ += Victor (@vponamariov) +https://notabird.site/vponamariov/status/1385570318673235971 + +img { https://nitter.42l.fr/pic/media%2FEzqCFqcWUAItPve.jpg%3Fname%3Dorig } +> How user interface evolved for the past 40 years ✨ \ No newline at end of file diff --git a/Warning: Lemmy doesn't care about your privacy, everything is tracked and stored forever, even if you delete it.myco b/Warning: Lemmy doesn't care about your privacy, everything is tracked and stored forever, even if you delete it.myco new file mode 100644 index 0000000..de6dc6c --- /dev/null +++ b/Warning: Lemmy doesn't care about your privacy, everything is tracked and stored forever, even if you delete it.myco @@ -0,0 +1,4 @@ += Warning: Lemmy doesn't care about your privacy, everything is tracked and stored forever, even if you delete it +https://raddle.me/f/lobby/155371/warning-lemmy-doesn-t-care-about-your-privacy-everything-is + +TL;DR: Lemmy is bad: it does not delete messages and the author is bad too. \ No newline at end of file diff --git a/We need to talk about your Github addiction.myco b/We need to talk about your Github addiction.myco new file mode 100644 index 0000000..74171fb --- /dev/null +++ b/We need to talk about your Github addiction.myco @@ -0,0 +1,3 @@ += We need to talk about your Github addiction +https://ploum.net/2023-02-22-leaving-github.html + diff --git a/What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese.myco b/What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese.myco new file mode 100644 index 0000000..7fd3c8e --- /dev/null +++ b/What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese.myco @@ -0,0 +1,4 @@ += What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese +https://justalittlejapanese.com/post-300/ + +To those who don't know what is //teehee pero// and why do I say. \ No newline at end of file diff --git a/What’s The Difference between Utopia, Eutopia, and Protopia?.myco b/What’s The Difference between Utopia, Eutopia, and Protopia?.myco new file mode 100644 index 0000000..81f52a5 --- /dev/null +++ b/What’s The Difference between Utopia, Eutopia, and Protopia?.myco @@ -0,0 +1,3 @@ += What’s The Difference between Utopia, Eutopia, and Protopia? +https://medium.com/@hanzifreinacht/protopia-beyond-utopia-8200a20b2c43 + diff --git a/WhoCanUse.myco b/WhoCanUse.myco new file mode 100644 index 0000000..408df22 --- /dev/null +++ b/WhoCanUse.myco @@ -0,0 +1,4 @@ += WhoCanUse +https://www.whocanuse.com/ + +> A tool that brings attention and understanding to how color contrast can affect people with different visual impairments. \ No newline at end of file diff --git a/Whostyles.myco b/Whostyles.myco new file mode 100644 index 0000000..ae7ef6f --- /dev/null +++ b/Whostyles.myco @@ -0,0 +1,3 @@ += Whostyles +https://www.kickscondor.com/whostyles + diff --git a/Why I Still Love PHP and Javascript After 20 years | the scapegoat dev.myco b/Why I Still Love PHP and Javascript After 20 years | the scapegoat dev.myco new file mode 100644 index 0000000..3e2c349 --- /dev/null +++ b/Why I Still Love PHP and Javascript After 20 years | the scapegoat dev.myco @@ -0,0 +1,4 @@ += Why I Still Love PHP and Javascript After 20 years | the scapegoat dev +https://the.scapegoat.dev/why-i-love-php-and-javascript/ + +TL;DR: they get stuff done. diff --git a/Why I recommend CGI instead of web frameworks.myco b/Why I recommend CGI instead of web frameworks.myco new file mode 100644 index 0000000..fc360bf --- /dev/null +++ b/Why I recommend CGI instead of web frameworks.myco @@ -0,0 +1,4 @@ += Why I recommend CGI instead of web frameworks +https://halestrom.net/darksleep/blog/046_cgi/ + +The author tells us that CGI is good and should be used a lot. diff --git a/Why Isn't 1 a Prime Number?.myco b/Why Isn't 1 a Prime Number?.myco new file mode 100644 index 0000000..715c0c0 --- /dev/null +++ b/Why Isn't 1 a Prime Number?.myco @@ -0,0 +1,6 @@ += Why Isn't 1 a Prime Number? +https://blogs.scientificamerican.com/roots-of-unity/why-isnt-1-a-prime-number/ + +1 isn't much of a prime, nor of a number. + +First found in [[https://jacoby.github.io/2023/01/03/mind-the-gap-weekly-challenge-198.html | an article with Perl code]]. \ No newline at end of file diff --git a/Why OO Sucks by Joe Armstrong.myco b/Why OO Sucks by Joe Armstrong.myco new file mode 100644 index 0000000..ec08f08 --- /dev/null +++ b/Why OO Sucks by Joe Armstrong.myco @@ -0,0 +1,4 @@ += Why OO Sucks by Joe Armstrong +http://harmful.cat-v.org/software/OO_programming/why_oo_sucks + +> My principle objection to OOP goes back to the basic ideas involved, I will outline some of these ideas and my objections to them. diff --git a/Why is the OpenBSD documentation so good?.myco b/Why is the OpenBSD documentation so good?.myco new file mode 100644 index 0000000..bf55cdc --- /dev/null +++ b/Why is the OpenBSD documentation so good?.myco @@ -0,0 +1,4 @@ += Why is the OpenBSD documentation so good? +https://dataswamp.org/~solene/2022-08-18-why-openbsd-documentation-is-good.html + +> The OpenBSD operating system is known to be secure, but also for having an accurate and excellent documentation. In this text, I'll try to figure out what makes the OpenBSD documentation so great. diff --git a/Why you should migrate everything from Linux to BSD.myco b/Why you should migrate everything from Linux to BSD.myco new file mode 100644 index 0000000..444a1a0 --- /dev/null +++ b/Why you should migrate everything from Linux to BSD.myco @@ -0,0 +1,3 @@ += Why you should migrate everything from Linux to BSD +https://unixsheikh.com/articles/why-you-should-migrate-everything-from-linux-to-bsd.html + diff --git a/Why you should not use (f)lex, yacc and bison.myco b/Why you should not use (f)lex, yacc and bison.myco new file mode 100644 index 0000000..f78d279 --- /dev/null +++ b/Why you should not use (f)lex, yacc and bison.myco @@ -0,0 +1,3 @@ += Why you should not use (f)lex, yacc and bison +https://tomassetti.me/why-you-should-not-use-flex-yacc-and-bison/ + diff --git a/XRay.myco b/XRay.myco new file mode 100644 index 0000000..1f933b5 --- /dev/null +++ b/XRay.myco @@ -0,0 +1,11 @@ += XRay +https://xray.p3k.app/ + +=> https://indieweb.org/XRay +> XRay is an open source API that returns structured data for a URL by parsing microformats and following other indieweb algorithms, and is part of the p3k suite of applications. + +This might be of interest: +=> https://xray.p3k.app/parse?url=https%3A%2F%2Flinks.bouncepaw.com&pretty=true + +API description: +=> https://github.com/aaronpk/XRay#api \ No newline at end of file diff --git a/XWiki: ActivityPub Application.myco b/XWiki: ActivityPub Application.myco new file mode 100644 index 0000000..bdde400 --- /dev/null +++ b/XWiki: ActivityPub Application.myco @@ -0,0 +1,4 @@ += XWiki: ActivityPub Application +https://extensions.xwiki.org/xwiki/bin/view/Extension/ActivityPub%20Application/ + +An extension that brings XWiki to the Fediverse \ No newline at end of file diff --git a/[Forem] Community for Everyone.myco b/[Forem] Community for Everyone.myco new file mode 100644 index 0000000..eaa901f --- /dev/null +++ b/[Forem] Community for Everyone.myco @@ -0,0 +1,6 @@ += [Forem] Community for Everyone +https://www.forem.com/ + +> The reason you joined the Internet. Forem provides open-source tools to help you host a thriving, focused, and adaptable community. + +> Forem is an open source platform for building modern, independent, and safe communities. diff --git a/barnsworthburning.myco b/barnsworthburning.myco new file mode 100644 index 0000000..20f53bd --- /dev/null +++ b/barnsworthburning.myco @@ -0,0 +1,4 @@ += barnsworthburning +https://barnsworthburning.net/spaces/interfaces/spatial-interfaces + +A collection of notes. diff --git "a/cohost! - \"i realize this might be swinging at the hornet's nest, but i have a genuine question about the Fediverse\".myco" "b/cohost! - \"i realize this might be swinging at the hornet's nest, but i have a genuine question about the Fediverse\".myco" new file mode 100644 index 0000000..f0de74c --- /dev/null +++ "b/cohost! - \"i realize this might be swinging at the hornet's nest, but i have a genuine question about the Fediverse\".myco" @@ -0,0 +1,3 @@ += cohost! - "i realize this might be swinging at the hornet's nest, but i have a genuine question about the Fediverse" +https://cohost.org/jkap/post/1652161-i-realize-this-might + diff --git a/doldrusidus.myco b/doldrusidus.myco new file mode 100644 index 0000000..391a3b5 --- /dev/null +++ b/doldrusidus.myco @@ -0,0 +1,6 @@ += doldrusidus +https://gitlab.com/desertslug/doldrusidus + +> Doldrusidus is an open-ended, obscure simulation realized as a multiplayer game taking place in a small universe. At its core, the engine is a simulation of entities possessing a number of different components that represent their properties. One such property is the ability to emulate machine code assembled for the uxn fantasy architecture. + +=> https://desertslug.itch.io/doldrusidus \ No newline at end of file diff --git a/domino 2.myco b/domino 2.myco new file mode 100644 index 0000000..4d47981 --- /dev/null +++ b/domino 2.myco @@ -0,0 +1,5 @@ += domino 2 +https://kool.tools/domino2/ + + +Spatial! \ No newline at end of file diff --git a/domino: a tool for collaging thoughts.myco b/domino: a tool for collaging thoughts.myco new file mode 100644 index 0000000..5b402a6 --- /dev/null +++ b/domino: a tool for collaging thoughts.myco @@ -0,0 +1,4 @@ += domino: a tool for collaging thoughts +https://kool.tools/domino/#0,0 + +Spatial! \ No newline at end of file diff --git a/duskos: 32-bit Forth OS mixed with C.myco b/duskos: 32-bit Forth OS mixed with C.myco new file mode 100644 index 0000000..057d687 --- /dev/null +++ b/duskos: 32-bit Forth OS mixed with C.myco @@ -0,0 +1,4 @@ += duskos: 32-bit Forth OS mixed with C +https://sr.ht/~vdupras/duskos/ + +> Dusk OS is a 32-bit Forth and big brother to Collapse OS. It does everything Collapse OS does, has the same laser sharp focus on simplicity, but has a widened scope diff --git a/fisher.cx.myco b/fisher.cx.myco new file mode 100644 index 0000000..6a828c0 --- /dev/null +++ b/fisher.cx.myco @@ -0,0 +1,4 @@ += fisher.cx +http://fisher.cx/ + +I do not particularly know much about this website, but I really like how they have name Fisher and put a fish as their TLD. \ No newline at end of file diff --git a/go-lemmy.myco b/go-lemmy.myco new file mode 100644 index 0000000..7572899 --- /dev/null +++ b/go-lemmy.myco @@ -0,0 +1,4 @@ += go-lemmy +https://gitea.elara.ws/Elara6331/go-lemmy + +Go bindings to the Lemmy API, automatically generated directly from Lemmy's source code using the generator in cmd/gen. diff --git a/kbin.pub - Fediverse of content.myco b/kbin.pub - Fediverse of content.myco new file mode 100644 index 0000000..450ef4f --- /dev/null +++ b/kbin.pub - Fediverse of content.myco @@ -0,0 +1,6 @@ += kbin.pub - Fediverse of content +https://kbin.pub/en + +> /kbin is an open source reddit-like content aggregator and microblogging platform for the [[https://en.wikipedia.org/wiki/Fediverse | fediverse.]] +> +> Create and moderate communities, meet people with similar interests, and develop your passions. \ No newline at end of file diff --git a/linkhut: A social bookmarking site.myco b/linkhut: A social bookmarking site.myco new file mode 100644 index 0000000..f1dff8a --- /dev/null +++ b/linkhut: A social bookmarking site.myco @@ -0,0 +1,4 @@ += linkhut: A social bookmarking site +https://sr.ht/~mlb/linkhut/ + +> linkhut is an open source social bookmarking website. diff --git a/lipu li.myco b/lipu li.myco new file mode 100644 index 0000000..47f89d0 --- /dev/null +++ b/lipu li.myco @@ -0,0 +1,4 @@ += lipu li +https://lipu.li/ + +A cute small wiki engine. I like the markup: it is Gemtext + HTML + Wikilinks. \ No newline at end of file diff --git a/offbrand mp3 players, in honor of the retirement of the ipod.myco b/offbrand mp3 players, in honor of the retirement of the ipod.myco new file mode 100644 index 0000000..41961d6 --- /dev/null +++ b/offbrand mp3 players, in honor of the retirement of the ipod.myco @@ -0,0 +1,5 @@ += offbrand mp3 players, in honor of the retirement of the ipod +https://maya.land/monologues/2022/05/11/offbrand-mp3-players-ipod-retirement.html + +> They’re finally killing the iPod. +Cool mp3 players photos. \ No newline at end of file diff --git a/permacomputing wiki.myco b/permacomputing wiki.myco new file mode 100644 index 0000000..45b379f --- /dev/null +++ b/permacomputing wiki.myco @@ -0,0 +1,4 @@ += permacomputing wiki +https://permacomputing.net/ + +> Permacomputing is a more sustainable approach to computer and network technology inspired by permaculture. Permacomputing is both a concept and a community of practice oriented around issues of resilience and regenerativity in digital technology. diff --git a/ping.txt — humungus - honk.myco b/ping.txt — humungus - honk.myco new file mode 100644 index 0000000..b61e3c9 --- /dev/null +++ b/ping.txt — humungus - honk.myco @@ -0,0 +1,4 @@ += ping.txt — humungus - honk +https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt + +An ActivityPub proposoal for pinging \ No newline at end of file diff --git a/platform stability — sourcehut lists.myco b/platform stability — sourcehut lists.myco new file mode 100644 index 0000000..9128432 --- /dev/null +++ b/platform stability — sourcehut lists.myco @@ -0,0 +1,6 @@ += platform stability — sourcehut lists +https://lists.sr.ht/~rabbits/uxn/%3C16547614410.357889%40mail.networkname.de%3E + +A thread in the uxn's mailing list. Felix asks about uxn's stability, Devine says it will be stable soon enough, and this: +> Don't think of a Varvara as a platform just yet, at best, it's something that can inspire others to explore their own ideas of how a VM can be used to preserve their own projects. There is very little experimentation done in this space and it's sort of in the research phase right now. +Links like this can discourage you from learning uxn. They do not discourage me, though. The Summer streams of 2022 are a proof. \ No newline at end of file diff --git a/playlist for silly goofsters.myco b/playlist for silly goofsters.myco new file mode 100644 index 0000000..88110d0 --- /dev/null +++ b/playlist for silly goofsters.myco @@ -0,0 +1,4 @@ += playlist for silly goofsters +https://www.youtube.com/watch?v=g-NewxZzULI + +> songs to do your silly little tasks to diff --git a/research!rsc: The Magic of Sampling, and its Limitations.myco b/research!rsc: The Magic of Sampling, and its Limitations.myco new file mode 100644 index 0000000..be564ac --- /dev/null +++ b/research!rsc: The Magic of Sampling, and its Limitations.myco @@ -0,0 +1,4 @@ += research!rsc: The Magic of Sampling, and its Limitations +https://research.swtch.com/sample + +A month after reading this article, I learned the same thing at the university. \ No newline at end of file diff --git a/symg.myco b/symg.myco new file mode 100644 index 0000000..8d5563c --- /dev/null +++ b/symg.myco @@ -0,0 +1,4 @@ += symg +https://deianeira.co/symg/ + +> symmetrical image playground \ No newline at end of file diff --git a/uxn notes.myco b/uxn notes.myco new file mode 100644 index 0000000..7d0bc85 --- /dev/null +++ b/uxn notes.myco @@ -0,0 +1,8 @@ += uxn notes +https://nchrs.xyz/uxn_notes.html + +> A collection of illustrated notes on the virtual machine uxn. +Cute images like this: +img { +https://nchrs.xyz/media/headers/uxn_notes-900.png +} \ No newline at end of file diff --git a/web archiving.myco b/web archiving.myco new file mode 100644 index 0000000..aba0874 --- /dev/null +++ b/web archiving.myco @@ -0,0 +1,4 @@ += web archiving +https://agnessa.pp.ru/computer/20210731230816-web_archiving.html + +> \ No newline at end of file diff --git a/whostyle - IndieWeb.myco b/whostyle - IndieWeb.myco new file mode 100644 index 0000000..22c4c51 --- /dev/null +++ b/whostyle - IndieWeb.myco @@ -0,0 +1,4 @@ += whostyle - IndieWeb +https://indieweb.org/whostyle + +> \ No newline at end of file diff --git a/you probably don't need a linux phone with a hardware keyboard.myco b/you probably don't need a linux phone with a hardware keyboard.myco new file mode 100644 index 0000000..cad1cd8 --- /dev/null +++ b/you probably don't need a linux phone with a hardware keyboard.myco @@ -0,0 +1,6 @@ += you probably don't need a linux phone with a hardware keyboard +https://astrra.space/home/blog/keyboards/ + +> however, after having access to all three for more than two months now, i've really struggled to find situations where having those phones (or some similar hardware with modern internals) was actually useful. i regularly found myself reaching for my smartphone after being tired of typing out a long message on the tiny hardware keys, my thumbs hurting from the amount of force i had to apply to press them. i typed slower (even though i was touch-typing), i had more typos, and the typing experience in general was just worse. not to mention that all of the 3 phones had very different keyboards with different key sizes, different actuation forces, and different layouts. they all sucked. + +> i think that trying to converge the laptop/desktop and the smartphone into one device is a bad idea. the two have very different use-cases, different ergonomics, and different security models. i think that the best way to go is to have a smartphone and a laptop, and use them both for what they're good at. i also think that more people should learn to write mobile apps, as most of my discussions on this topic have boiled down to "i want a linux phone because i can only write desktop apps", which is kinda sad in my opinion. diff --git a/z3bra.org - monochromatic blog.myco b/z3bra.org - monochromatic blog.myco new file mode 100644 index 0000000..6b73207 --- /dev/null +++ b/z3bra.org - monochromatic blog.myco @@ -0,0 +1,4 @@ += z3bra.org - monochromatic blog +https://blog.z3bra.org/ + +Cool blog. Completed. \ No newline at end of file diff --git a/~mariusor.myco b/~mariusor.myco new file mode 100644 index 0000000..9c14ec0 --- /dev/null +++ b/~mariusor.myco @@ -0,0 +1,4 @@ += ~mariusor +https://git.sr.ht/~mariusor/ + +This person develops tools for the Fediverse in Go. \ No newline at end of file diff --git a/«Кассиопея»: «У нас не концепция, а контрацепция».myco b/«Кассиопея»: «У нас не концепция, а контрацепция».myco new file mode 100644 index 0000000..f26aa56 --- /dev/null +++ b/«Кассиопея»: «У нас не концепция, а контрацепция».myco @@ -0,0 +1,8 @@ += «Кассиопея»: «У нас не концепция, а контрацепция» +https://m.colta.ru/articles/music_modern/9232-kassiopeya-u-nas-ne-kontseptsiya-a-kontratseptsiya + +Интервью с одной из моих любимых групп. + +> COLTA.RU отправила «Кассиопее», состоящей из театрального звукорежиссера Александра Либерзона (музыка), актера Ильи Самохвалова-Черепко (голос и тексты) и снайпера стрелковой дивизии Сергея Соколова (гитара), вопросы письмом по электронной почте, а в ответ получила фотографии нескольких бумажных листков. + +> Мы всегда хотели работать в поп-формате, но наш поп-формат не совпадал с общепринятым, и клевали на него (почему-то) люди с различными отклонениями и изъянами во вкусе. \ No newline at end of file diff --git a/Блог Рахима.myco b/Блог Рахима.myco new file mode 100644 index 0000000..cd67c36 --- /dev/null +++ b/Блог Рахима.myco @@ -0,0 +1,5 @@ += Блог Рахима +https://rakh.im/ + +> О технологиях, жизни, идеях и науке. +Завершён. \ No newline at end of file diff --git a/Влияет ли язык на мышление? или: «У вас на юго-восточной ноге сидит муравей».myco b/Влияет ли язык на мышление? или: «У вас на юго-восточной ноге сидит муравей».myco new file mode 100644 index 0000000..78a05f1 --- /dev/null +++ b/Влияет ли язык на мышление? или: «У вас на юго-восточной ноге сидит муравей».myco @@ -0,0 +1,3 @@ += Влияет ли язык на мышление? или: «У вас на юго-восточной ноге сидит муравей» +https://habr.com/ru/companies/timeweb/articles/681828/ + diff --git a/Где и когда видели снежного человека на Южном Урале?.myco b/Где и когда видели снежного человека на Южном Урале?.myco new file mode 100644 index 0000000..1c9b8a3 --- /dev/null +++ b/Где и когда видели снежного человека на Южном Урале?.myco @@ -0,0 +1,4 @@ += Где и когда видели снежного человека на Южном Урале? +https://nashural.ru/article/zagadki/gde-i-kogda-videli-snezhnogo-cheloveka-na-yuzhnom-urale/ + +Описания о встречах с шурале \ No newline at end of file diff --git a/Забытый зум.myco b/Забытый зум.myco new file mode 100644 index 0000000..5b4af89 --- /dev/null +++ b/Забытый зум.myco @@ -0,0 +1,4 @@ += Забытый зум +https://habr.com/ru/articles/210408/ + +Хорошая обзорная статья. diff --git a/Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU.myco b/Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU.myco new file mode 100644 index 0000000..e6408a4 --- /dev/null +++ b/Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU.myco @@ -0,0 +1,6 @@ += Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU +https://vikent.ru/author/210/ + +> «Уезжая в Великое Плаванье, Дарвин захватил с собой и недавно вышедший первый том «Основ геологии» крупного английского геолога Чарлза Лайеля (1797-1875), который, в противовес господствовавшей в то время теории катастроф, одним из первых пытался установить медленное, эволюционное развитие земной коры, происходящее под действием всё тех же вечных, так считал Лайель, факторов (атмосферные осадки, текучие воды, морские приливы и отливы, извержения вулканов, землетрясения и т. д.), какие незаметно для человеческого глаза неуклонно видоизменяют (малое творит БОЛЬШОЕ) лик земли. +> +> Эта книга произвела на Дарвина большое впечатление. В университетские годы он нисколько не сомневался в правильности основной церковной догмы (Библия, стих I: «Вначале сотворил Бог небо и землю» и так далее) или её вариантов (в какой-то момент Бог разочаровался в созданных им существах и ниспослал на их головы катастрофы, чтобы уничтожить всё живое и начать всё сначала). Однако теперь, воочию наблюдая во время многочисленных высадок на южно-американский континент природу этих далёких от Англии краёв, его начали брать сомнения. Он постепенно убеждался, что «ваять» природу, видимо, могут не только сверхъестественные божественные силы, но и действующие в продолжение гигантских промежутков времени (миллионы лет казались при Дарвине сроками фантастически большими, теперь счет идет уже на миллиарды) силы ничтожные. \ No newline at end of file diff --git a/Интернет всё забывает.myco b/Интернет всё забывает.myco new file mode 100644 index 0000000..5432015 --- /dev/null +++ b/Интернет всё забывает.myco @@ -0,0 +1,4 @@ += Интернет всё забывает +https://bolknote.ru/all/internet-vsyo-zabyvaet/ + +> Нередко на статье о какой-нибудь очередной инновации я вспоминаю, что такое уже анонсировали лет 15—20 назад, но найти этого не удаётся, — все новостные издания, которые об этом писали, давно исчезли. diff --git a/Как сочетать шрифты, не сочетая шрифты - Блог Игоря Штанга — ЖЖ.myco b/Как сочетать шрифты, не сочетая шрифты - Блог Игоря Штанга — ЖЖ.myco new file mode 100644 index 0000000..ba82392 --- /dev/null +++ b/Как сочетать шрифты, не сочетая шрифты - Блог Игоря Штанга — ЖЖ.myco @@ -0,0 +1,3 @@ += Как сочетать шрифты, не сочетая шрифты - Блог Игоря Штанга — ЖЖ +https://nobelfaik.livejournal.com/240053.html + diff --git a/Космическое оригами.myco b/Космическое оригами.myco new file mode 100644 index 0000000..6a503a4 --- /dev/null +++ b/Космическое оригами.myco @@ -0,0 +1,4 @@ += Космическое оригами +http://erazvitie.org/article/kosmicheskoe_origami + +Про миура-ори и соседнее \ No newline at end of file diff --git a/Любопытный, но довольно бесполезный пример полиморфизма в Go.myco b/Любопытный, но довольно бесполезный пример полиморфизма в Go.myco new file mode 100644 index 0000000..b5e2f2d --- /dev/null +++ b/Любопытный, но довольно бесполезный пример полиморфизма в Go.myco @@ -0,0 +1,3 @@ += Любопытный, но довольно бесполезный пример полиморфизма в Go +https://t.me/teamerlin/6483 + diff --git a/О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть.myco b/О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть.myco new file mode 100644 index 0000000..a642d60 --- /dev/null +++ b/О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть.myco @@ -0,0 +1,4 @@ += О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть +https://habr.com/ru/companies/soletude/articles/719280/ + +> TL;DR для тех, кому некогда читать: Три года реального времени, ~340 дней разработки, 2 423 часа. 106 849 строк кода (62% JavaScript, 32% PHP, 6% CSS). Собственный парсер формата .h3m (... \ No newline at end of file diff --git a/Плохо — это нормально.myco b/Плохо — это нормально.myco new file mode 100644 index 0000000..88cdc57 --- /dev/null +++ b/Плохо — это нормально.myco @@ -0,0 +1,8 @@ += Плохо — это нормально +https://ilyabirman.ru/meanwhile/2006/03/09/1/ + +> Нужно воспитывать людей вокруг себя. Нельзя прощать пиццериям холодной пиццы. Нужно звать менеджера, шеф-повара, кого угодно — и требовать горячей. Нельзя выходить из супермаркета через неудобный вход, когда удобный закрыли за пять минут до конца рабочего дня. Нужно звать начальника службы безопасности, управляющего, кого угодно — и заставлять его открыть тебе тот выход, через который тебе удобнее всего выйти. Не всегда будет получаться — иногда и менеджеры тоже бывают буфетчицами. +> +> Это сначала на тебя будут смотреть, как на сволочь последнюю. Но зато лет через 50 мы будем жить в другой стране. Если не ты, то кто это сделает? +> +> Плохой работе не может быть оправдания. \ No newline at end of file diff --git a/Про Игру престолов — Кьеркегорка.myco b/Про Игру престолов — Кьеркегорка.myco new file mode 100644 index 0000000..9f76868 --- /dev/null +++ b/Про Игру престолов — Кьеркегорка.myco @@ -0,0 +1,4 @@ += Про Игру престолов — Кьеркегорка +http://alphyna.org/archives/2881 + +Альфина ругается на Игру престолов, описывает самую главную разницу в сеттинге с Песней льда и пламени. \ No newline at end of file diff --git a/Про Новосибирск — Туту.ру.myco b/Про Новосибирск — Туту.ру.myco new file mode 100644 index 0000000..41e43a3 --- /dev/null +++ b/Про Новосибирск — Туту.ру.myco @@ -0,0 +1,4 @@ += Про Новосибирск — Туту.ру +https://tn-hdz.mckl.ru/v/PG0OAAAACBEBQOtE/9jCaZHfUVKtEi53H + +История про то, как Новосибирск обскакал Томск при помощи железной дороги, а потом стал третьим по населению городом в России. \ No newline at end of file diff --git a/Редизайн Betula.myco b/Редизайн Betula.myco new file mode 100644 index 0000000..577bc5b --- /dev/null +++ b/Редизайн Betula.myco @@ -0,0 +1,6 @@ += Редизайн Betula +https://telegra.ph/Redizajn-Betula-04-05 + +Ярослав проектировал редизайн Бетулы. Сегодня я хотел на него посмотреть ещё раз. Чтобы более не терять, сохраняю здесь. + +Очевидно, что я со значительной частью пунктов не согласен. Но тут есть достойные мысли. Вы наверняка увидите или уже увидели некоторые моменты из статьи в обновлениях Бетулы. \ No newline at end of file diff --git a/Семь предметом для японской женщины — Haiku Daily.myco b/Семь предметом для японской женщины — Haiku Daily.myco new file mode 100644 index 0000000..0e2d00e --- /dev/null +++ b/Семь предметом для японской женщины — Haiku Daily.myco @@ -0,0 +1,6 @@ += Семь предметом для японской женщины — Haiku Daily +https://t.me/HaikuDaily/1425 + +> В японской культуре есть такое расхожее выражение «нанацу доогу» — семь предметов (или семь инструментов), которые определяют человека по профессии или по его предназначению. +> +> Например, есть список для воина, куда входят: кольчуга( панцирь), катана, длинный меч, лук, стрелы, накидка «хоро» и шлем. diff --git a/Си должен умереть?.myco b/Си должен умереть?.myco new file mode 100644 index 0000000..987e5e0 --- /dev/null +++ b/Си должен умереть?.myco @@ -0,0 +1,8 @@ += Си должен умереть? +https://club.hugeping.ru/zynrWlX9T9f2AYKEmIAA#zynrWlX9T9f2AYKEmIAA + +> Киллер-фич зига три, на мой взгляд +> +> *. Тотальный контроль работы с памятью, намного более гранулярный, чем в C (аллокатор из коробки не один, их много, они разные, можно делать свои и передавать их другим программам) +> *. Минимум имплицитного поведения, то есть всё максимально явно описывается в языке +> *. Compile Time metaprogramming, то есть компилятор во время компиляции может исполнять код, при этом само понятие "тип" это просто объект языка, с которым можно поступать так же как с числами, или структурами. Просто гляньте как в Zig сделаны дженерики https://ziglang.org/documentation/master/#Generic-Data-Structures diff --git a/Социальные сети.myco b/Социальные сети.myco new file mode 100644 index 0000000..7b87b70 --- /dev/null +++ b/Социальные сети.myco @@ -0,0 +1,3 @@ += Социальные сети +https://blog.danilax86.space/socialmedia/ + diff --git a/Ссылки.myco b/Ссылки.myco new file mode 100644 index 0000000..2b9ef22 --- /dev/null +++ b/Ссылки.myco @@ -0,0 +1,4 @@ += Ссылки +https://bolknote.ru/all/ssylki/ + +> Поймал себя на мысли, что совершенно не хочется куда-либо ссылаться, когда пишу заметки в блог. За 21 год существования этого сайта, померло почти всё \ No newline at end of file diff --git a/Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia.myco b/Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia.myco new file mode 100644 index 0000000..935faf8 --- /dev/null +++ b/Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia.myco @@ -0,0 +1,4 @@ += Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia +https://incrussia.ru/news/mycel/ + +> Стартап Mycel привлек $10 млн, которые потратит на расширение штата и создание собственного производства в Южной Корее. Компания занимается разработкой заменителя кожи, в основе которого корневая структура грибов. diff --git a/Старый друг лучше новых двух.myco b/Старый друг лучше новых двух.myco new file mode 100644 index 0000000..bca5bfd --- /dev/null +++ b/Старый друг лучше новых двух.myco @@ -0,0 +1,3 @@ += Старый друг лучше новых двух +https://blog.danilax86.space/monitor/ + diff --git a/Таинственные жители уральских пещер: народы чуди и дивьи люди.myco b/Таинственные жители уральских пещер: народы чуди и дивьи люди.myco new file mode 100644 index 0000000..1d9152d --- /dev/null +++ b/Таинственные жители уральских пещер: народы чуди и дивьи люди.myco @@ -0,0 +1,4 @@ += Таинственные жители уральских пещер: народы чуди и дивьи люди +https://nashural.ru/article/zagadki/tainstvennye-zhiteli-uralskih-peshher-narody-chudi-i-divi-lyudi/ + +Описания подземных народов. \ No newline at end of file diff --git a/Твит про замощение.myco b/Твит про замощение.myco new file mode 100644 index 0000000..371289d --- /dev/null +++ b/Твит про замощение.myco @@ -0,0 +1,4 @@ += Твит про замощение +https://nitter.it/trushinbv/status/1638176474619584512 + +> Тут нашли невыпуклый многоугольник, которым можно замостить плоскость бесконечным числом способов, при этом каждый из способов является непериодическим. \ No newline at end of file diff --git a/Тексты Песен — Аддис-Абеба.myco b/Тексты Песен — Аддис-Абеба.myco new file mode 100644 index 0000000..d3cd464 --- /dev/null +++ b/Тексты Песен — Аддис-Абеба.myco @@ -0,0 +1,4 @@ += Тексты Песен — Аддис-Абеба +http://addis-abeba.ad.by/texti-pesen/ + +Тексты многих песен на официальном сайте одной из моих любимых групп. \ No newline at end of file diff --git a/Типографика языка ифкуиль.myco b/Типографика языка ифкуиль.myco new file mode 100644 index 0000000..025118f --- /dev/null +++ b/Типографика языка ифкуиль.myco @@ -0,0 +1,3 @@ += Типографика языка ифкуиль +https://habr.com/ru/articles/684824/ + diff --git a/Уровень.myco b/Уровень.myco new file mode 100644 index 0000000..4f2268c --- /dev/null +++ b/Уровень.myco @@ -0,0 +1,6 @@ += Уровень +https://grishaev.me/prog-level/ + +> Пока мир сходит с ума по искусственному интеллекту, всплакну о низком уровне разработчиков. Подкатило, нужно выплеснуть. + +Иван Гришаев жалуется, что программисты плохо программируют. \ No newline at end of file diff --git a/Ученые из Гарварда: Математические способности зависят от языка, на котором мы разговариваем.myco b/Ученые из Гарварда: Математические способности зависят от языка, на котором мы разговариваем.myco new file mode 100644 index 0000000..a081086 --- /dev/null +++ b/Ученые из Гарварда: Математические способности зависят от языка, на котором мы разговариваем.myco @@ -0,0 +1,6 @@ += Ученые из Гарварда: Математические способности зависят от языка, на котором мы разговариваем +https://www.kp.ru/daily/27366.5/4548431/ + +> Такой вывод сделали на основании изучения языка индейцев племени цимане, которые в джунглях Амазонки ведут образ жизни охотников-собирателей + +Ерунда какая-то, но интересно. \ No newline at end of file diff --git a/Цены на продукты питания в Китае.myco b/Цены на продукты питания в Китае.myco new file mode 100644 index 0000000..8a32eef --- /dev/null +++ b/Цены на продукты питания в Китае.myco @@ -0,0 +1,4 @@ += Цены на продукты питания в Китае +https://pikabu.ru/story/tsenyi_na_produktyi_pitaniya_v_kitae_6126508 + +> Цены на продукты в России растут и увеличатся ещё более. А как там в Китае? Сегодня предлагаю сходить в китайский продуктовый магазин и посмотреть на уровень цен. diff --git a/Швейцарская типографика.myco b/Швейцарская типографика.myco new file mode 100644 index 0000000..aa230c5 --- /dev/null +++ b/Швейцарская типографика.myco @@ -0,0 +1,3 @@ += Швейцарская типографика +https://design.bureau.ru/topics/shveytsarskaya-tipografika + diff --git a/Эпоха, батч, итерация - в чем различия?.myco b/Эпоха, батч, итерация - в чем различия?.myco new file mode 100644 index 0000000..0bced65 --- /dev/null +++ b/Эпоха, батч, итерация - в чем различия?.myco @@ -0,0 +1,5 @@ += Эпоха, батч, итерация - в чем различия? +https://neurohive.io/ru/osnovy-data-science/jepoha-razmer-batcha-iteracija/ + +> Epoch, batch size, итерации - параметры для работы с большими объемами данных, когда нет возможности загрузить весь датасет в обработку. +Когда делал работу по мышиному обучению, эта статья чуток помогла после прочтения по диагонали. \ No newline at end of file diff --git a/Я училась по обмену в Университете Претории в Южной Африке.myco b/Я училась по обмену в Университете Претории в Южной Африке.myco new file mode 100644 index 0000000..3755f6b --- /dev/null +++ b/Я училась по обмену в Университете Претории в Южной Африке.myco @@ -0,0 +1,4 @@ += Я училась по обмену в Университете Претории в Южной Африке +https://journal.tinkoff.ru/mgimo-pretoria/ + +> История читательницы, которая ездила практиковать язык африкаанс \ No newline at end of file diff --git a/микроразметки.myco b/микроразметки.myco new file mode 100644 index 0000000..4c4ef72 --- /dev/null +++ b/микроразметки.myco @@ -0,0 +1,3 @@ += микроразметки +https://agnessa.pp.ru/computer/site/20210826125557-%d0%bc%d0%b8%d0%ba%d1%80%d0%be%d1%80%d0%b0%d0%b7%d0%bc%d0%b5%d1%82%d0%ba%d0%b8.html + diff --git a/неочевидные интернеты.myco b/неочевидные интернеты.myco new file mode 100644 index 0000000..eabeb5f --- /dev/null +++ b/неочевидные интернеты.myco @@ -0,0 +1,4 @@ += неочевидные интернеты +https://agnessa.pp.ru/computer/20210320235900-%d0%bd%d0%b5%d0%be%d1%87%d0%b5%d0%b2%d0%b8%d0%b4%d0%bd%d1%8b%d0%b5_%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82%d1%8b.html + +имя им легион \ No newline at end of file diff --git a/принцип нулевой ошибки.myco b/принцип нулевой ошибки.myco new file mode 100644 index 0000000..383f1e5 --- /dev/null +++ b/принцип нулевой ошибки.myco @@ -0,0 +1,4 @@ += принцип нулевой ошибки +https://agnessa.pp.ru/logicofthings/20210705212348-%d0%bf%d1%80%d0%b8%d0%bd%d1%86%d0%b8%d0%bf_%d0%bd%d1%83%d0%bb%d0%b5%d0%b2%d0%be%d0%b8_%d0%be%d1%88%d0%b8%d0%b1%d0%ba%d0%b8.html + +> Poka Yoke - яп. «избегать ошибок». Не искать виноватых в ошибках, но совершенствовать процесс. diff --git a/‘If it’s alive, it sleeps.’ Brainless creatures shed light on why we slumber | Science | AAAS.myco b/‘If it’s alive, it sleeps.’ Brainless creatures shed light on why we slumber | Science | AAAS.myco new file mode 100644 index 0000000..ab9f1f9 --- /dev/null +++ b/‘If it’s alive, it sleeps.’ Brainless creatures shed light on why we slumber | Science | AAAS.myco @@ -0,0 +1,4 @@ += ‘If it’s alive, it sleeps.’ Brainless creatures shed light on why we slumber | Science | AAAS +https://www.science.org/content/article/if-alive-sleeps-brainless-creatures-shed-light-why-we-slumber + +> > But others in the field are pushing for a much more inclusive view: that sleep evolved not with modern vertebrates as previously assumed, but perhaps a half-billion years ago when the first animals appeared. “I think if it’s alive, it sleeps,” says Paul Shaw, a neuroscientist from Washington University in St. Louis. The earliest life forms were unresponsive until they evolved ways to react to their environment, he suggests, and sleep is a return to the default state. “I think we didn’t evolve sleep, we evolved wakefulness.” \ No newline at end of file diff --git a/📏 Число Грэма: самое большое число в мире.myco b/📏 Число Грэма: самое большое число в мире.myco new file mode 100644 index 0000000..29351ed --- /dev/null +++ b/📏 Число Грэма: самое большое число в мире.myco @@ -0,0 +1,4 @@ += 📏 Число Грэма: самое большое число в мире +https://romanavr.notion.site/5db4aab087564ff6b2b2ea6ef40fe8c8 + +Про гипероператор. \ No newline at end of file diff --git a/📜 Scroll: tools for thought..myco b/📜 Scroll: tools for thought..myco new file mode 100644 index 0000000..f00185b --- /dev/null +++ b/📜 Scroll: tools for thought..myco @@ -0,0 +1,4 @@ += 📜 Scroll: tools for thought. +https://scroll.pub + +Not exactly sure what that is, but looks cool, like a newspaper. \ No newline at end of file diff --git a/🖌️ Horton Hears a Whostyle.myco b/🖌️ Horton Hears a Whostyle.myco new file mode 100644 index 0000000..172470d --- /dev/null +++ b/🖌️ Horton Hears a Whostyle.myco @@ -0,0 +1,4 @@ += 🖌️ Horton Hears a Whostyle +https://jacobhall.net/2021/08/horton-hears-a-whostyle/ + +> \ No newline at end of file