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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Org Real

152 点作者 mostafah超过 3 年前

11 条评论

bloopernova超过 3 年前
This is really cool!<p>I could imagine something like this but for software&#x2F;infrastructure architecture, where it would impose a formality&#x2F;standard of language that would be useful for exchanging ideas, especially in earlier stages of remote collaboration.<p>This also works really well with the box&#x2F;tree description I give to people who are new to computer science or systems administration, and looking to understand more. Basically, it&#x27;s useful to think of stuff in computers as both a series of boxes within each other, and as a tree with a base and branches. Folders start with a big box that contains smaller boxes as you `cd` into other folders, but they&#x27;re also a tree because you start at the root and travel along branches as you cd.<p>I wonder if something like this can be used to model the structure of technical documentation and therefore test its validity.
throwanem超过 3 年前
Reminds me of Gay Deceiver&#x27;s organization system from <i>The Number of the Beast</i> - I&#x27;ve always wanted to implement something like that, but I lacked the skill when I had the time, and now (maybe) have the skill but (certainly) lack the time. Well done!
d0mine超过 3 年前
Interesting human-readable DSL for specifying a relative location of near-by things with corresponding auto-generated &quot;text visual art&quot; diagrams.<p>In general, plantuml + Org Babel can be used to create diagrams in Emacs <a href="https:&#x2F;&#x2F;plantuml.com&#x2F;zh&#x2F;emacs" rel="nofollow">https:&#x2F;&#x2F;plantuml.com&#x2F;zh&#x2F;emacs</a>
throwaway81523超过 3 年前
This looks interesting. Might be worth looking at older systems like pic and graphviz for inspiration. One gripe if the author is here: the chosen font and colors are near unreadable. Thank heavens for reader mode.
edlinfan超过 3 年前
Was this inspired by the classic 1970s Lisp demonstration SHRDLU?<p><a href="https:&#x2F;&#x2F;hci.stanford.edu&#x2F;winograd&#x2F;shrdlu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hci.stanford.edu&#x2F;winograd&#x2F;shrdlu&#x2F;</a>
throwaway81523超过 3 年前
Hmm, I tried to post a comment earlier: did comments get erased from here? Anyway, this looks neat, and it might be worth looking at older drawing tools like Pic and GraphViz for inspiration.
评论 #28499690 未加载
senkora超过 3 年前
Seems somewhat similar to how Inform 7 handles rooms.
hnrj95超过 3 年前
really cool. it’s great to see how active emacs dev has been, recently
评论 #28499718 未加载
hankmander超过 3 年前
Super cool! Visualizing org mode is something I don&#x27;t think we can get enough of. Keep it up!
pwrplus1超过 3 年前
A bit of a nitpick but the box drawing characters aren&#x27;t ASCII.
agumonkey超过 3 年前
bravo, super fun and impressive work.