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.

Org Real

152 pointsby mostafahover 3 years ago

11 comments

bloopernovaover 3 years ago
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.
throwanemover 3 years ago
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!
d0mineover 3 years ago
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>
throwaway81523over 3 years ago
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.
edlinfanover 3 years ago
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>
throwaway81523over 3 years ago
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 未加载
senkoraover 3 years ago
Seems somewhat similar to how Inform 7 handles rooms.
hnrj95over 3 years ago
really cool. it’s great to see how active emacs dev has been, recently
评论 #28499718 未加载
hankmanderover 3 years ago
Super cool! Visualizing org mode is something I don&#x27;t think we can get enough of. Keep it up!
pwrplus1over 3 years ago
A bit of a nitpick but the box drawing characters aren&#x27;t ASCII.
agumonkeyover 3 years ago
bravo, super fun and impressive work.