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.

An Engineer’s Guide to the Docuverse

60 pointsby shalabhcover 6 years ago

4 comments

imglorpover 6 years ago
Secrecy. Patent minefields. Alien ideas. It might be the cat&#x27;s meow, but small wonder why its advancements are still obscure and inaccessible.<p>The things we DO know and use daily were developed in the clear, in a public, cooperative environment. Furthermore, implementations were often protected by GPL or other means to keep them from disappearing into an IP hole.<p>This might be the most important lesson of the project.
评论 #17953261 未加载
评论 #17957132 未加载
azeirahover 6 years ago
&gt; Transliterature, in all its incarnations, involves several concepts missing from or alien to mainstream computing: unique permanent addressing for immutable documents and source data, indirect document delivery, visible connections, and external markup. All of these ideas stem from a single basic idea: the manipulation of immutable sequences of bytes with permanent addresses.<p>&gt; <i>unique permanent addressing for immutable documents and source data</i><p>This would make _so much_ sense for programming.<p>If you copy a function from stackoverflow, or from github, or from a gist, or whatever, you always know where it came from, who wrote it... instead of &quot;copying&quot; where the code is now yours to maintain, you &quot;refer&quot; to it, you &quot;include&quot; it. No-one can tamper with the inclusion, because it is based on some kind of safe cryptography.<p>Wouldn&#x27;t this be a great alternative&#x2F;addition to apis and libraries? It would allow us to include random functions and snippets from any other codebase without ever having to worry about dependencies suddenly breaking everything with updates.
评论 #17952131 未加载
评论 #17952427 未加载
394549over 6 years ago
&gt; Xanadu concepts are, to a great extent, an alternate (and alien) universe.<p>Many of the ideas, paradigms, and systems pursued by computing pioneers (especially of the 70s and 80s) feel this way, especially those that didn&#x27;t catch on but are still often talked about.<p>I feel that technological path dependence and an overemphasis on the lowest-common-denominator user (and de-emphasis on power users) has really curtailed a lot of <i>real</i> innovation.
azeirahover 6 years ago
Any idea where I can find a binary of the mentioned &quot;Azz&quot; program? I&#x27;d like to try an alternative to Gzz, because I find Gzz to have a horrible user-experience, the terminal might be easier.