TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Boustrophedon

60 pointsby slondrabout 2 years ago

13 comments

gnicholasabout 2 years ago
A related technique, aiming to solve the same problem, is the BeeLine method for displaying text with line-wrapping color gradients. [1] Unlike with Boustrophedon, the return sweep (visual motion from right to left) is not eliminated, but it is assisted by colored text that flagposts where the next line is.<p>Disclosure: I came up with the BeeLine method, which was first popularized on Hacker News. [2]<p>1: <a href="http:&#x2F;&#x2F;www.beelinereader.com" rel="nofollow">http:&#x2F;&#x2F;www.beelinereader.com</a><p>2: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6335784" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6335784</a>
jshprentzabout 2 years ago
I first encountered this word in troff documentation back in the 1980s. Two examples:<p>A Typesetter-independent TROFF by Brian W. Kernighan, 1982. <a href="https:&#x2F;&#x2F;www.hack.org&#x2F;mc&#x2F;texts&#x2F;ditroff-kernighan.ps.gz" rel="nofollow">https:&#x2F;&#x2F;www.hack.org&#x2F;mc&#x2F;texts&#x2F;ditroff-kernighan.ps.gz</a><p>Using nroff and troff on the Sun Workstation, 1986. <a href="http:&#x2F;&#x2F;www.bitsavers.org&#x2F;pdf&#x2F;sun&#x2F;sunos&#x2F;3.0&#x2F;800-1321-03A_Using_nroff_and_troff_on_the_Sun_Workstation_198602.pdf" rel="nofollow">http:&#x2F;&#x2F;www.bitsavers.org&#x2F;pdf&#x2F;sun&#x2F;sunos&#x2F;3.0&#x2F;800-1321-03A_Usin...</a>
dahartabout 2 years ago
I recently did a graphics experiment with volume rendering where I wanted to partition a grid into groups of active voxels. Imagining a Morton or Hilbert curve would be best, I compared it to row-major&#x2F;scanline order and Boutrophedonic, as maybe a couple different baselines. I was very surprised to find that Boustrophedonic was the best of these in terms of minimizing volume and overlap of the groups. I was packing naively and not being careful to use powers of two, which definitely compromised the usage of Morton and Hilbert, so my result isn’t necessarily the best or generally applicable, but it was still surprising and interesting to me and some others people I discussed with, that doing it the dumb way lead to back-and-forth ordering being better than space filling curves with what seem to be more apparent locality properties. (Well, it wasn’t as surprising to the guy who suggested I should try a Boustrophedonic ordering. Maybe he experienced the same surprise earlier.)
HarryHirschabout 2 years ago
Chemists still write in this way when writing mechanisms. Here&#x27;s a typical example: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Reaction_mechanism#&#x2F;media&#x2F;File:Benzoin_condensation2.svg" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Reaction_mechanism#&#x2F;media&#x2F;File...</a>
dangabout 2 years ago
Related:<p><i>Boustrophedon</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15539373" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15539373</a> - Oct 2017 (59 comments)<p><i>Boustrophedon Order</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1547209" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1547209</a> - July 2010 (12 comments)
评论 #35670188 未加载
lonelygirl15aabout 2 years ago
Many dot matrix printers were boustrophedonic.<p>Also how I mow my lawn.
评论 #35668329 未加载
eeksabout 2 years ago
I find rongorongo a lot easier to read [1]. I wish kindle would support that layout mode, I could easily double my reading speed.<p>[1] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Rongorongo" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Rongorongo</a>
评论 #35669784 未加载
kjhughesabout 2 years ago
See also <i>ambigram</i>, coined by Douglas Hofstadter, which is a word or phrase that also makes sense after a transformation, commonly a point rotation of 180°:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ambigram" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ambigram</a><p>Word ambigrams make fun logos.
评论 #35672487 未加载
评论 #35670060 未加载
edgineerabout 2 years ago
My Latin teacher would sometimes describe words like this. In this case he said if a person were writing a long sentence along a mountainside, rather than walk all the way back to begin a new line they&#x27;d do this.<p>I have always wanted a list of these interesting words that relate to grammar or linguistics. I can ask GPT for some, like &quot;epenthesis&quot; and &quot;apocope&quot; and &quot;epanalepsis,&quot; but here&#x27;s hoping someone will point me to a compendium.
arxpoeticaabout 2 years ago
Philo Farnsworth, an early television Pioneer, drew from this idea.<p>&gt; A farm boy, his inspiration for scanning an image as a series of lines came from the back-and-forth motion used to plow a field.[1]<p>[1] <a href="https:&#x2F;&#x2F;www.wikiwand.com&#x2F;en&#x2F;Philo_Farnsworth" rel="nofollow">https:&#x2F;&#x2F;www.wikiwand.com&#x2F;en&#x2F;Philo_Farnsworth</a>
pengaruabout 2 years ago
This makes me disappointed that english letters aren&#x27;t all horizontally symmetric so you&#x27;d just be alternating the order of the letters within words line to line, but still writing&#x2F;reading the same letter forms.<p>Is there an established horizontally symmetric english alphabet derivative people use for creative purposes?
评论 #35670235 未加载
pphyschabout 2 years ago
I would guess that most written languages started out this way (not enough space for my line? Impossible!), before people realized it didn&#x27;t scale well for larger documents
mav88about 2 years ago
First came across this word in Godel, Escher, Bach.