git » homepage.git » commit 35b1723

Trim gist footprint from public page

author Alan Dipert
2026-08-10 20:37:11 UTC
committer Alan Dipert
2026-08-10 20:37:11 UTC
parent aa6b8b2824ebb9f2a6dfc9cac8e0452be819b271

Trim gist footprint from public page

md/OpenSource.md +0 -21

diff --git a/md/OpenSource.md b/md/OpenSource.md
index 29a7005..cff79aa 100644
--- a/md/OpenSource.md
+++ b/md/OpenSource.md
@@ -87,27 +87,6 @@ that context stated plainly.
 - **[shinydashboard](https://github.com/rstudio/shinydashboard):** dashboard
   improvements.
 
-## Small pieces that traveled
-
-In 2011 I posted [Kahn’s topological sort in Clojure](https://gist.github.com/alandipert/1263783).
-People reported using it directly. It was also copied into a
-[Malli data-generation experiment](https://gist.github.com/jeroenvandijk/5e0785f25f7fdfeac7bc7a0be72cb62a)
-with the attribution and license intact, and it inspired a credited
-[F# port](https://gist.github.com/bcachet/8e1155f75ea36f1b417f84ea88dae312).
-It is a satisfying example of a small, self-contained piece of code traveling
-farther than its original context.
-
-A smaller ClojureScript experiment made
-[regular expressions callable](https://gist.github.com/alandipert/2346460).
-One teacher wrote that he kept pointing learners to it because the compact
-example exposed something deep about ClojureScript’s protocols. That is a
-different kind of footprint, but a useful one: a snippet can travel as an idea
-even when it never becomes a library.
-
-There are other small experiments and utilities on my
-[GitHub profile](https://github.com/alandipert/). I add something here when I
-can describe its role and downstream use from direct evidence.
-
 Related talks, papers, and interviews are collected in
 [TechWorks](./TechWorks.md), and selected early essays are in
 [Recovered Technical Writing](./RecoveredTechnicalWriting.md).