| Line | c6e71f4d689f2b208c3eae19e647435322fa6d04 | current |
| 1 | <!DOCTYPE html> | <!DOCTYPE html> |
| 2 | <html> | <html> |
| 3 | <head> | <head> |
| 4 | <meta charset="utf-8"> | <meta charset="utf-8"> |
| 5 | <meta name="description" content="tech notebook @ interfluidity"> | <meta name="description" content="tech notebook @ interfluidity"> |
| 6 | <meta name="keywords" content="Scala, tech, interfluidity"> | <meta name="keywords" content="Scala, tech, interfluidity"> |
| 7 | <meta name="author" content="Steve Randy Waldman"> | <meta name="author" content="Steve Randy Waldman"> |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 9 | | |
| 10 | | <!-- icons / favicons --> |
| 11 | | |
| 12 | | <!-- we just want the squared-corner image with no overlays for traditional favicon uses at tiny sizes --> |
| 13 | | <!-- swaldman added, ick, firefox scales down the biggest size for its tab icon, so we use the graphic we want for small sizes as the largest... --> |
| 14 | | <link rel="icon" type="image/png" sizes="500x500" href="../../../../icon/interfluidity-wave-blank-square-500x500.png"> |
| 15 | | <link rel="icon" type="image/png" sizes="32x32" href="../../../../icon/interfluidity-wave-blank-square-32x32.png"> <!-- swaldman added, for standard favicon size --> |
| 16 | | <link rel="icon" type="image/png" sizes="16x16" href="../../../../icon/interfluidity-wave-blank-square-16x16.png"> <!-- swaldman added, for standard favicon size --> |
| 17 | | <link rel="icon" type="image/png" href="../../../../icon/interfluidity-wave-blank-square-57x57.png"> <!-- swaldman added, for small icons by default --> |
| 18 | | |
| 19 | | <!-- at bigger sizes, we overlay a bit of text --> |
| 20 | | <!-- icons as recommened by https://mathiasbynens.be/notes/touch-icons --> |
| 21 | | <!-- For Chrome for Android: --> |
| 22 | | <link rel="icon" sizes="192x192" href="../../../../icon/interfluidity-wave-tech-192x192.png"> |
| 23 | | <!-- For iPhone 6 Plus with @3× display: --> |
| 24 | | <link rel="apple-touch-icon-precomposed" sizes="180x180" href="../../../../icon/interfluidity-wave-tech-180x180.png"> |
| 25 | | <!-- For iPad with @2× display running iOS ≥ 7: --> |
| 26 | | <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../../../icon/interfluidity-wave-tech-152x152.png"> |
| 27 | | <!-- For iPad with @2× display running iOS ≤ 6: --> |
| 28 | | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../../../icon/interfluidity-wave-tech-144x144.png"> |
| 29 | | <!-- For iPhone with @2× display running iOS ≥ 7: --> |
| 30 | | <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../../../icon/interfluidity-wave-tech-120x120.png"> |
| 31 | | <!-- For iPhone with @2× display running iOS ≤ 6: --> |
| 32 | | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../../icon/interfluidity-wave-tech-114x114.png"> |
| 33 | | <!-- For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≥ 7: --> |
| 34 | | <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../../../icon/interfluidity-wave-tech-76x76.png"> |
| 35 | | <!-- For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≤ 6: --> |
| 36 | | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../../icon/interfluidity-wave-tech-72x72.png"> |
| 37 | | <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> |
| 38 | | <link rel="apple-touch-icon-precomposed" href="../../../../icon/interfluidity-wave-blank-square-57x57.png"> |
| 39 | | |
| 40 | | <!-- end icons / favicons --> |
| 41 | | |
| 42 | <link rel="alternate" type="application/rss+xml" title="tech.interfluidity.com updates" href="../../../../feed/index.rss"> | <link rel="alternate" type="application/rss+xml" title="tech.interfluidity.com updates" href="../../../../feed/index.rss"> |
| 43 | | <link rel="alternate" type="application/x-all-item-rss+xml" title="tech.interfluidity.com - all items" href="https://tech.interfluidity.com/all-item-feed/index.rss"> |
| 44 | <link rel="alternate" type="application/rss+xml" title="interfluidity - all blogs" href="https://www.interfluidity.com/unify-rss/all-blogs.rss"> | <link rel="alternate" type="application/rss+xml" title="interfluidity - all blogs" href="https://www.interfluidity.com/unify-rss/all-blogs.rss"> |
| 45 | <link rel="alternate" type="application/rss+xml" title="interfluidity - all blogs and microblogs" href="https://www.interfluidity.com/unify-rss/all-blogs-and-microblogs.rss"> | <link rel="alternate" type="application/rss+xml" title="interfluidity - all blogs and microblogs" href="https://www.interfluidity.com/unify-rss/all-blogs-and-microblogs.rss"> |
| 46 | | <link rel="alternate" type="application/x-single-item-rss+xml" title="Names too on the nose" href="index.rss"> |
| 47 | <link rel="stylesheet" href="../../../../css/style.css"> | <link rel="stylesheet" href="../../../../css/style.css"> |
| 48 | <link rel="stylesheet" href="../../../../css/highlightjs/steve-night-owl.css"><!-- theme for highlight.js --> | <link rel="stylesheet" href="../../../../css/highlightjs/steve-night-owl.css"><!-- theme for highlight.js --> |
| 49 | <script src="../../../../js/highlight/highlight.min.js"></script> | <script src="../../../../js/highlight/highlight.min.js"></script> |
| ⋮ | ⋮ | ⋮ |
| 85 | <hr class="below-title"> | <hr class="below-title"> |
| 86 | </div> | </div> |
| 87 | <div class="update-prepend rss-description-exclude"> | <div class="update-prepend rss-description-exclude"> |
| 88 | <em> ➣ This post was meaningfully revised at 2024-05-21 @ 10:55 AM EDT. </em> | <em> ➣ This post was meaningfully revised at 2024-06-01 @ 11:40 PM EDT. The previous revision is <a href="index-oldcommit-c6e71f4d689f2b208c3eae19e647435322fa6d04.html">here</a>, diff <a href="index-diff-c6e71f4d689f2b208c3eae19e647435322fa6d04-to-current.html">here</a>. (See <a href="index.html#update-history">update history</a>.) |
| 89 | | <br> ➣ This post is expected to evolve over time. You can subscribe to ongoing updates <a href="index-sprout.rss">here</a>. |
| 90 | | <link rel="alternate" type="application/rss+xml" title="Update to Names too on the nose" href="https://tech.interfluidity.com/2024/04/09/names-too-on-the-nose/index-sprout.rss"> </em> |
| 91 | <hr> | <hr> |
| 92 | </div> | </div> |
| 93 | <div class="entry-body"> | <div class="entry-body"> |
| ⋮ | ⋮ | ⋮ |
| 104 | <p>I'll do that here!</p> | <p>I'll do that here!</p> |
| 105 | <p>(I think I might once have encountered a Twitter thread in this vein. My apologies to whomever I am ripping off!)</p> | <p>(I think I might once have encountered a Twitter thread in this vein. My apologies to whomever I am ripping off!)</p> |
| 106 | <p>Please get in touch with any suggestions!</p> | <p>Please get in touch with any suggestions!</p> |
| 107 | | <p><em><strong>Update:</strong> <a href="https://artlung.com/">Joe Crawford</a> writes to point out that the on-the-nosedness of names <a href="https://www.bbc.com/worklife/article/20180404-do-our-names-push-us-toward-certain-jobs">might have mechanisms</a> other than the universe being a crude dissimulation!</em></p> |
| 108 | <hr> | <hr> |
| 109 | <p>Anyway, I'm finally putting together this list here, on my "tech blog", because it's a good way to experiment with an idea that Chris Krycho <a href="https://v5.chriskrycho.com/essays/feeds-are-not-fit-for-gardening/">describes</a> as "sprouts".</p> | <p>Anyway, I'm finally putting together this list here, on my "tech blog", because it's a good way to experiment with an idea that Chris Krycho <a href="https://v5.chriskrycho.com/essays/feeds-are-not-fit-for-gardening/">describes</a> as "sprouts".</p> |
| 110 | <p>Often "posts" ought not be thought of as finished pieces, but as beginnings — seeds, even — of ongoing, evolving work. (Thanks to <a href="https://mastodon.social/@erlend@writing.exchange">Erlend Sogge Heggen</a> for pointing me to this piece!)</p> | <p>Often "posts" ought not be thought of as finished pieces, but as beginnings — seeds, even — of ongoing, evolving work. (Thanks to <a href="https://mastodon.social/@erlend@writing.exchange">Erlend Sogge Heggen</a> for pointing me to this piece!)</p> |
| ⋮ | ⋮ | ⋮ |
| 116 | </div> | </div> |
| 117 | <div class="entry-footer"> | <div class="entry-footer"> |
| 118 | <div class="post-metainfo"> | <div class="post-metainfo"> |
| 119 | <a href="index.html">01:15 AM EDT</a> | |
| 120 | <div class="updated-note"> | <div class="updated-note"> |
| 121 | <a href="index.html#major-updates">Last major update at 2024-05-21 @ 10:55 AM EDT</a> | <a href="index.html#major-updates">Last major update at 2024-06-01 @ 11:40 PM EDT</a> |
| 122 | </div> | </div> |
| 123 | | <div> |
| 124 | | <a href="index.html" class="pubtime">01:15 AM EDT</a> |
| 125 | | </div> |
| 126 | </div> | </div> |
| 127 | </div> | </div> |
| 128 | </article> | </article> |
| ⋮ | ⋮ | ⋮ |
| 138 | <a href="../../../../xml/iffy/index.html">The 'iffy' XML namespace →</a> | <a href="../../../../xml/iffy/index.html">The 'iffy' XML namespace →</a> |
| 139 | </div> | </div> |
| 140 | </div> | </div> |
| 141 | <div class="update-history"> | <div id="update-history" class="update-history"> |
| 142 | <h3 class="update-history-title"><a id="major-updates" href=""></a>Major revisions:</h3> | <h3 class="update-history-title"><a id="major-updates" href=""></a>Major revisions:</h3> |
| 143 | <ul> | <ul> |
| 144 | <li><span class="update-timestamp"><i>2024-05-21 @ 10:55 AM EDT</i></span> — Add Yahya Sinwar.</li> | <li><span class="update-timestamp"><i>2024-06-01 @ 11:40 PM EDT</i></span> — Add update from Joe Crawford about potential mechanisms for on-the-nosedness. (<a href="index-diff-c6e71f4d689f2b208c3eae19e647435322fa6d04-to-current.html">diff</a>)</li> |
| 145 | | <li><span class="update-timestamp"><i> <a href="index-oldcommit-c6e71f4d689f2b208c3eae19e647435322fa6d04.html">2024-05-21 @ 10:55 AM EDT</a></i></span> — Add Yahya Sinwar.</li> |
| 146 | <li><span class="update-timestamp"><i>2024-04-09 @ 01:15 AM EDT</i></span> — Initial publication.</li> | <li><span class="update-timestamp"><i>2024-04-09 @ 01:15 AM EDT</i></span> — Initial publication.</li> |
| 147 | </ul> | </ul> |
| 148 | <div class="update-history-note"> | <div class="update-history-note"> |
| 149 | Timestamps represent "major", substantative revisions. There may have been subsequent typo fixes and language reworkings within a major revision, after the time displayed. For a more complete and fine-grained update history, you can view the <a href="https://github.com/swaldman/tech.interfluidity.com/commits/main/">git repository commit history</a>. | Timestamps represent "major", substantative revisions. There may have been subsequent typo fixes and language reworkings within a major revision, after the time displayed. For a more complete and fine-grained update history, you can view the <a href="https://github.com/swaldman/tech.interfluidity.com/commits/main/">git repository commit history</a>. The most recent minor modification of this entry occurred 2024-06-01 @ 11:48 PM EDT. |
| 150 | </div> | </div> |
| 151 | </div> | </div> |
| 152 | </div><!-- after-article --> | </div> |
| 153 | | <!-- after-article --> |
| 154 | </div> | </div> |
| 155 | <div id="right-sidebar"> | <div id="right-sidebar"> |
| 156 | </div> | </div> |
| 157 | </div> | </div> |
| 158 | </body> | </body> |
| 159 | </html> | </html> |