TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Cistercian Numerals

140 点作者 maxutility超过 2 年前

20 条评论

mrled超过 2 年前
I am a fan of using Cistercian for date stamps, with a glyph for the year, month+day, hour+minute. Like this: &lt;<a href="https:&#x2F;&#x2F;me.micahrl.com&#x2F;blog&#x2F;cistercian-dates&#x2F;" rel="nofollow">https:&#x2F;&#x2F;me.micahrl.com&#x2F;blog&#x2F;cistercian-dates&#x2F;</a>&gt;<p>I also made a little decimal to Cistercian translator once. The numerals aren&#x27;t in Unicode, so the font I use has to make use of private code points, which was kind of fun to get working properly. &lt;<a href="https:&#x2F;&#x2F;cistercian.micahrl.com" rel="nofollow">https:&#x2F;&#x2F;cistercian.micahrl.com</a>&gt;
评论 #34590841 未加载
评论 #34591793 未加载
评论 #34595044 未加载
varenc超过 2 年前
If you like that, check out my favorite Cistercian numeral library: <a href="https:&#x2F;&#x2F;github.com&#x2F;hsablonniere&#x2F;cistercian-numerals">https:&#x2F;&#x2F;github.com&#x2F;hsablonniere&#x2F;cistercian-numerals</a><p>Here&#x27;s a demo of it in action on the author&#x27;s blog: <a href="https:&#x2F;&#x2F;www.hsablonniere.com&#x2F;a-clock-based-on-cistercian-numerals--hptit8&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hsablonniere.com&#x2F;a-clock-based-on-cistercian-num...</a><p>I ended up using that library to create a simple Cistercian clock screensaver. My hope was that I&#x27;d learn to read Cistercian numbers fluently though I&#x27;m still working on that.
评论 #34675732 未加载
arh68超过 2 年前
Reminds me a lot of the D&#x27;ni numbers from <i>Riven</i>.<p>D&#x27;ni numerals overlay two base-5 values in the same space, one horizontal &amp; the other vertical, to represent 0–24. There&#x27;s even a one-character numeral for 25, though it rarely comes up in-game. Different, of course, but I wouldn&#x27;t be surprised if Cistercian was the inspiration.<p>[1] <a href="https:&#x2F;&#x2F;www.omniglot.com&#x2F;conscripts&#x2F;dni.htm" rel="nofollow">https:&#x2F;&#x2F;www.omniglot.com&#x2F;conscripts&#x2F;dni.htm</a><p>[2] <a href="https:&#x2F;&#x2F;dni.fandom.com&#x2F;wiki&#x2F;D&#x27;ni_Numerals" rel="nofollow">https:&#x2F;&#x2F;dni.fandom.com&#x2F;wiki&#x2F;D&#x27;ni_Numerals</a>
评论 #34594884 未加载
评论 #34592338 未加载
IanCal超过 2 年前
I like these.<p>I feel like there&#x27;s a missed symmetry here though and almost symmetrical things are like a wobbly tooth in my brain.<p>The right line appears at 6, but if you added that at <i>5</i> you could repeat the pattern you did for 1-4 for the horizontal lines, which it almost does. 7 and 8 are 6+1 and 6+2.<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;NE36rIW" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;NE36rIW</a>
评论 #34594259 未加载
jhncls超过 2 年前
There is also a Numberphile video going into their history [0]. About monks with a vow of silence.<p>[0]: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;9p55Qgt7Ciw" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;9p55Qgt7Ciw</a>
dang超过 2 年前
Related:<p><i>Show HN: A CLI tool to generate Cistercian numerals</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27853033" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27853033</a> - July 2021 (5 comments)<p><i>Cistercian Numerals</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26523363" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26523363</a> - March 2021 (66 comments)
astroalex超过 2 年前
There’s something very satisfying about the idea that the numerals themselves can be generated algorithmically.<p>For example, here’s a nifty Cistercian numeral generator: <a href="https:&#x2F;&#x2F;shelby.cool&#x2F;#&#x2F;sketch&#x2F;cistercian-numerals" rel="nofollow">https:&#x2F;&#x2F;shelby.cool&#x2F;#&#x2F;sketch&#x2F;cistercian-numerals</a>
extra88超过 2 年前
One SVG to display 1 to 9,999 by using just a bit of JavaScript to toggle CSS classes to show&#x2F;hide segments and update the SVG&#x27;s accessible name.<p><a href="https:&#x2F;&#x2F;adrianroselli.com&#x2F;2021&#x2F;02&#x2F;cistercian-svg.html" rel="nofollow">https:&#x2F;&#x2F;adrianroselli.com&#x2F;2021&#x2F;02&#x2F;cistercian-svg.html</a>
AnimalMuppet超过 2 年前
The problems are that this is 1) hard to use for arithmetic, and 2) brittle.<p>&quot;Brittle&quot; because you&#x27;re peacefully sitting there at 9999 coins or whatever, and you earn another one, and suddenly you can&#x27;t represent it. Arabic (Hindu) numerals just slap another digit to the left, but Cistercian numerals break.<p>(You could fix that by using an Arabic notation - two Cistercian numbers, with the left one meaning &quot;multiply this by 10,000&quot;. At that point, Cistercian numbers become a compressed Arabic notation. Still harder to use for arithmetic, but that&#x27;s true of many compressed formats.)
评论 #34594064 未加载
评论 #34593719 未加载
kijin超过 2 年前
This looks a lot like how Chinese characters are composed of individual &quot;radicals&quot;, arranged like tetris blocks inside the same square box. Some of them affect the meaning of the letter, while others only signify the sound it&#x27;s supposed to make. The resulting writing system is not easy for foreigners to learn, but it makes quite an efficient use of space. This might have been more valuable at a time when writable surfaces were expensive.
cjdaly超过 2 年前
For your embedded cistercian projects: <a href="https:&#x2F;&#x2F;www.tindie.com&#x2F;products&#x2F;savageelectronics&#x2F;rgb-cistercian-display&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tindie.com&#x2F;products&#x2F;savageelectronics&#x2F;rgb-cister...</a><p>(I&#x27;m not the maker, I just noticed these last year on Tindie and picked up a couple.)
Ostrogoth超过 2 年前
Not my work, but I found this 3d printed digital clock using cistercian numeral system online. It looks like a cool project: <a href="https:&#x2F;&#x2F;www.instructables.com&#x2F;Cistercian-Digital-Clock&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instructables.com&#x2F;Cistercian-Digital-Clock&#x2F;</a>
评论 #34594740 未加载
bookofjoe超过 2 年前
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34579748" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34579748</a>
olah_1超过 2 年前
here is some research that was done on adding cistercian to unicode <a href="https:&#x2F;&#x2F;www.unicode.org&#x2F;L2&#x2F;L2020&#x2F;20290-cistercian-digits.pdf" rel="nofollow">https:&#x2F;&#x2F;www.unicode.org&#x2F;L2&#x2F;L2020&#x2F;20290-cistercian-digits.pdf</a><p>you can still email the author. he would love for someone to continue the research
sbussard超过 2 年前
Oh how I wish the glyphs started at the top right and moved anti clockwise one quadrant for each power of two, to be consistent with right handed coordinate systems
评论 #34605191 未加载
评论 #34592518 未加载
rfmoz超过 2 年前
This method could be used to compress numbers? You get a conversion from 4 to 1 digit.
sbussard超过 2 年前
As an interview question I might ask how to one might extend this system
评论 #34593195 未加载
评论 #34591540 未加载
aendruk超过 2 年前
Can you generate the higher valued numerals using OpenType ligatures?
Animats超过 2 年前
That probably came from a culture where writing materials were really expensive. Did they use vellum?
评论 #34592645 未加载
yborg超过 2 年前
It would be interesting to have a &quot;Top-50&quot; page of topics ranked by how many times they have been posted on HN.
评论 #34593398 未加载
评论 #34589952 未加载