<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font?]]></title><description><![CDATA[<p>Terminology: what are good unambiguous names for the two senses of the word "column", when printing text in a monospaced font?</p><p>If someone says "2 columns" or "3 columns", they mean it in the sense that a newspaper is laid out in multiple columns – you read to the bottom of the first column before starting from the top of the next.</p><p>But if they say "80 columns" or "132 columns", they mean the number of monospaced character cells that fit across one line of text _within_ one of those columns.</p><p>If you need, for example, a command-line option for each of these, and you don't want to call either option '--columns' because that's ambiguous, what _do_ you call each one?</p><p>Particularly the first one (2 or 3 columns). I haven't come up with any good description for it that doesn't involve a definition by negatives. "Number of columns, no, not in that sense, the other sense."</p>]]></description><link>https://board.circlewithadot.net/topic/4298a12a-a919-4889-9770-4743660d62e9/terminology-what-are-good-unambiguous-names-for-the-two-senses-of-the-word-column-when-printing-text-in-a-monospaced-font</link><generator>RSS for Node</generator><lastBuildDate>Sun, 31 May 2026 16:27:36 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/4298a12a-a919-4889-9770-4743660d62e9.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 May 2026 09:39:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 11:06:29 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> <span><a href="/user/ewenmcneill%40cloudisland.nz">@<span>ewenmcneill</span></a></span> Both column(1) and Python’s textwrap agree that `width' is the number of characters.</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.sdf.org/users/jleedev/statuses/116612241105410541</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.sdf.org/users/jleedev/statuses/116612241105410541</guid><dc:creator><![CDATA[jleedev@mastodon.sdf.org]]></dc:creator><pubDate>Thu, 21 May 2026 11:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:45:48 GMT]]></title><description><![CDATA[<p><span><a href="https://mastodon.scot/@baz">@<span>baz</span></a></span> but I don't want to make a rule about the maximum number of columns you can possibly have! Someone somewhere will have a very narrow text file and an A0 printer and violate my assumptions.</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612159789789917</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612159789789917</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 10:45:48 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:43:56 GMT]]></title><description><![CDATA[<p><span><a href="https://mastodon.scot/@baz">@<span>baz</span></a></span> --2columns=4 # looks silly but I suppose YKWIM</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612152467081713</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612152467081713</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 10:43:56 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:41:11 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> CSS also cheated and made “columns” a “multi value with magical defaults” property that takes either or both of count and width.  (As best I can tell using a scaling value like “rem” to detect it is width.)</p><p>But… that’s probably undesirable in a command line <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f603.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--smiley" style="height:23px;width:auto;vertical-align:middle" title="😃" alt="😃" /></p><p></p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/columns" title="columns CSS property - CSS | MDN">
<img src="https://developer.mozilla.org/mdn-social-image.46ac2375.png" class="card-img-top not-responsive" style="max-height:15rem" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/columns">
columns CSS property - CSS | MDN
</a>
</h5>
<p class="card-text line-clamp-3">The columns CSS shorthand property sets the maximum number of columns to use when drawing an element's contents, along with the minimum width and maximum height of the element's columns.</p>
</div>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/columns" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://developer.mozilla.org/favicon.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width:21px;max-height:21px" />







<p class="d-inline-block text-truncate mb-0">MDN Web Docs <span class="text-secondary">(developer.mozilla.org)</span></p>
</a>
</div><p></p>]]></description><link>https://board.circlewithadot.net/post/https://cloudisland.nz/users/ewenmcneill/statuses/116612141670771736</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://cloudisland.nz/users/ewenmcneill/statuses/116612141670771736</guid><dc:creator><![CDATA[ewenmcneill@cloudisland.nz]]></dc:creator><pubDate>Thu, 21 May 2026 10:41:11 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:37:18 GMT]]></title><description><![CDATA[<p><span><a href="/user/ewenmcneill%40cloudisland.nz">@<span>ewenmcneill</span></a></span> ah, thank you! At least two other people have suggested those names, but I think you're the first to mention that they're already established in an existing context. That does make a difference.</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612126406903570</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612126406903570</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 10:37:18 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:36:19 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> in case it helps looks like CSS settled on:</p><p>column-count<br />column-width</p><p>For those attributes in its multi column layout.   Which is verbose, but at least obvious.</p>]]></description><link>https://board.circlewithadot.net/post/https://cloudisland.nz/users/ewenmcneill/statuses/116612122507454952</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://cloudisland.nz/users/ewenmcneill/statuses/116612122507454952</guid><dc:creator><![CDATA[ewenmcneill@cloudisland.nz]]></dc:creator><pubDate>Thu, 21 May 2026 10:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:35:52 GMT]]></title><description><![CDATA[<p><span><a href="/user/ewenmcneill%40cloudisland.nz">@<span>ewenmcneill</span></a></span> yes, I agree that Srs Typographers just say "columns" without worrying about the ambiguity. And rightly so, because in their situation, there _isn't_ an ambiguity – they're not using a monospaced font, so the other meaning of "columns" isn't even meaningful! I'm sure that's part of the problem, and the reason why there isn't already a well-established unambiguous pair of terms.</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612120756267898</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612120756267898</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 10:35:52 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:33:56 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> the layout terms “boxes” and “blocks” could possibly be repurposed for the complicated case (layout verticals).  Technically not quite the same thing (neither requires full top to bottom).</p><p>To the best of my knowledge publishing (typography) normally uses “columns” for the layout purpose (not the width purpose), and just ignores the width meaning (since it is “whatever fits with given font / weight”).</p><p>TeX used boxes as terminology in that context (\hbox and \vbox).</p>]]></description><link>https://board.circlewithadot.net/post/https://cloudisland.nz/users/ewenmcneill/statuses/116612113106404971</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://cloudisland.nz/users/ewenmcneill/statuses/116612113106404971</guid><dc:creator><![CDATA[ewenmcneill@cloudisland.nz]]></dc:creator><pubDate>Thu, 21 May 2026 10:33:56 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:31:10 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> "columns of text" and "width"</p>]]></description><link>https://board.circlewithadot.net/post/https://fosstodon.org/users/kitten_tech/statuses/116612102259843065</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://fosstodon.org/users/kitten_tech/statuses/116612102259843065</guid><dc:creator><![CDATA[kitten_tech@fosstodon.org]]></dc:creator><pubDate>Thu, 21 May 2026 10:31:10 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:20:18 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> vertical layout divisions? nope, nothing concise.</p>]]></description><link>https://board.circlewithadot.net/post/https://techhub.social/users/technicaladept/statuses/116612059500983732</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://techhub.social/users/technicaladept/statuses/116612059500983732</guid><dc:creator><![CDATA[technicaladept@techhub.social]]></dc:creator><pubDate>Thu, 21 May 2026 10:20:18 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:18:27 GMT]]></title><description><![CDATA[<p><span><a href="/user/darkling%40mstdn.social">@<span>darkling</span></a></span> --cpl is actually what I already have for that option name!</p><p>Being non-obvious isn't so bad if the aim is to avoid the user mistaking it for the other thing, because if it's not obvious what it means at all, they _know_ they need to read the help more carefully.</p><p>The other one, alas, is the hard one.</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612052227440197</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612052227440197</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 10:18:27 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:17:31 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> "Columns of text" and "Characters per line".</p><p>Not sure how you'd fit those into short long options, though. (--cpl for the latter, maybe, but it's non-obvious).</p>]]></description><link>https://board.circlewithadot.net/post/https://mstdn.social/users/darkling/statuses/116612048590692391</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mstdn.social/users/darkling/statuses/116612048590692391</guid><dc:creator><![CDATA[darkling@mstdn.social]]></dc:creator><pubDate>Thu, 21 May 2026 10:17:31 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:08:12 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> I wonder how much of what you want to do you are actually able to do with JUST clever names for these flags. Like the man page for each flag should highlight the existence of the other, and maybe that's enough?</p>]]></description><link>https://board.circlewithadot.net/post/https://mathstodon.xyz/users/Scmbradley/statuses/116612011968340176</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mathstodon.xyz/users/Scmbradley/statuses/116612011968340176</guid><dc:creator><![CDATA[scmbradley@mathstodon.xyz]]></dc:creator><pubDate>Thu, 21 May 2026 10:08:12 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:06:21 GMT]]></title><description><![CDATA[<p><span><a href="/user/cunobaros%40mendeddrum.org">@<span>cunobaros</span></a></span> maybe, but I can still imagine "text columns" being ambiguous.</p><p>Perhaps I should have been clearer in the original post (but I didn't want to make it too long): one situation I have in mind is that a user hasn't yet noticed that there _are_ two options, because they read the help as far as one of them and then stopped before seeing the other one.</p><p>If a user is already thinking "I want 132-column text", and they see that the help offers them --text-columns, then that fits with the words already in their head and they're liable to say "aha, --text-columns=132" before looking further.</p><p>There are lots of pairs of words that you can easily tell apart once you notice that both of them exist in the first place. But I want both options to have names unambiguous enough that even if you see one of them on its own, you can't mistake it for the other meaning.</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612004695074231</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116612004695074231</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 10:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 10:03:22 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> text columns vs character columns?</p>]]></description><link>https://board.circlewithadot.net/post/https://mendeddrum.org/users/cunobaros/statuses/116611992925186910</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mendeddrum.org/users/cunobaros/statuses/116611992925186910</guid><dc:creator><![CDATA[cunobaros@mendeddrum.org]]></dc:creator><pubDate>Thu, 21 May 2026 10:03:22 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:56:27 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io" rel="nofollow noreferrer noopener">@<span>simontatham</span></a></span> I'd probably use something like <code>--width</code> for character columns and <code>--columns</code> for newspaper-columns, but would also print a warning if their values seem too high (80 newspaper-columns) or too low (3 character-columns).</p>]]></description><link>https://board.circlewithadot.net/post/https://gts.iliazeus.lol/users/iliazeus/statuses/01KS4ZE2Q8V2DDFKG7NRBZN8BP</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://gts.iliazeus.lol/users/iliazeus/statuses/01KS4ZE2Q8V2DDFKG7NRBZN8BP</guid><dc:creator><![CDATA[iliazeus@gts.iliazeus.lol]]></dc:creator><pubDate>Thu, 21 May 2026 09:56:27 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:56:14 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> I reckon that "column" in the sense of "number of characters" is a fossil usage in phrases like "80-column text" (and for old computer people such as us, too :)); pretty much everything that involves _setting_ that number calls it "width" or similar (--width as an option).<br />Newspaper-style columns I'd call --columns or --column-count; most people would, I think, not be confused by this and think that it's about character width. But since some might (you, for a start), --column-count.</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.social/users/sil/statuses/116611964911506243</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.social/users/sil/statuses/116611964911506243</guid><dc:creator><![CDATA[sil@mastodon.social]]></dc:creator><pubDate>Thu, 21 May 2026 09:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:55:55 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> At the risk of excessive verbosity, --layout-columns and --text-width-columns?</p>]]></description><link>https://board.circlewithadot.net/post/https://mas.to/users/davebiff/statuses/116611963643103321</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mas.to/users/davebiff/statuses/116611963643103321</guid><dc:creator><![CDATA[davebiff@mas.to]]></dc:creator><pubDate>Thu, 21 May 2026 09:55:55 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:55:21 GMT]]></title><description><![CDATA[<p><span><a href="/user/thomastc%40mastodon.gamedev.place">@<span>thomastc</span></a></span> <span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> I'd go with typographical column vs terminal column.</p>]]></description><link>https://board.circlewithadot.net/post/https://beige.party/users/woe2you/statuses/116611961404662087</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://beige.party/users/woe2you/statuses/116611961404662087</guid><dc:creator><![CDATA[woe2you@beige.party]]></dc:creator><pubDate>Thu, 21 May 2026 09:55:21 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:53:37 GMT]]></title><description><![CDATA[<p><span><a href="/user/scmbradley%40mathstodon.xyz">@<span>Scmbradley</span></a></span> that's the easier one. But the other one needs a rename too, because if you have --columns and --width, then a user who sees both options can figure out which is which, but if they only read as far as --columns in the first place, they can leap to the wrong conclusion about what it means.</p><p>_Both_ options want to have names that make it obvious that they're not the other one.</p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116611954620323703</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/simontatham/statuses/116611954620323703</guid><dc:creator><![CDATA[simontatham@hachyderm.io]]></dc:creator><pubDate>Thu, 21 May 2026 09:53:37 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:52:42 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> newspaper-style layout block unit vs character-wide length unit. Best that comes to mind.</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.social/users/tipiak75/statuses/116611951032065933</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.social/users/tipiak75/statuses/116611951032065933</guid><dc:creator><![CDATA[tipiak75@mastodon.social]]></dc:creator><pubDate>Thu, 21 May 2026 09:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:51:57 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> line width for the 80 column version?</p>]]></description><link>https://board.circlewithadot.net/post/https://mathstodon.xyz/users/Scmbradley/statuses/116611948080676528</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mathstodon.xyz/users/Scmbradley/statuses/116611948080676528</guid><dc:creator><![CDATA[scmbradley@mathstodon.xyz]]></dc:creator><pubDate>Thu, 21 May 2026 09:51:57 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:50:25 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> I'd consider "pillar" vs "column", perhaps? Not exactly unambiguous, but claiming "pillar" for "arranged in 2 or 3 columns" doesn't seem entirely unreasonable.</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/RoganDawes/statuses/116611942011160993</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/RoganDawes/statuses/116611942011160993</guid><dc:creator><![CDATA[rogandawes@infosec.exchange]]></dc:creator><pubDate>Thu, 21 May 2026 09:50:25 GMT</pubDate></item><item><title><![CDATA[Reply to Terminology: what are good unambiguous names for the two senses of the word &quot;column&quot;, when printing text in a monospaced font? on Thu, 21 May 2026 09:49:08 GMT]]></title><description><![CDATA[<p><span><a href="/user/simontatham%40hachyderm.io">@<span>simontatham</span></a></span> "X-character lines" "a Y-column layout".</p>]]></description><link>https://board.circlewithadot.net/post/https://discordian.social/users/RogerBW/statuses/116611937001566058</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://discordian.social/users/RogerBW/statuses/116611937001566058</guid><dc:creator><![CDATA[rogerbw@discordian.social]]></dc:creator><pubDate>Thu, 21 May 2026 09:49:08 GMT</pubDate></item></channel></rss>