<html lang="en">
<head>
<title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2017-01-21 Sat 21:58 -->
+<!-- 2017-03-13 Mon 16:06 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Org-mode">
</li>
<li>Properly visualizes and immerses user in completely various forms of
-information and provides intuitive and powerful ways to explore, interact and
-manipulate it with fast feedback loop to immediately see results.
+information and provides intuitive and powerful ways to explore,
+interact and manipulate it with fast feedback loop to immediately
+see results.
</li>
</ul>
</div>
<div id="outline-container-sec-3" class="outline-2">
-<h2 id="sec-3"><span class="section-number-2">3</span> Features to implement in the future</h2>
+<h2 id="sec-3"><span class="section-number-2">3</span> Feature ideas to implement/incorporate in the future</h2>
<div class="outline-text-2" id="text-3">
<ul class="org-ul">
<li>Semantic networks / knowledge trees.
</ul>
</div>
</div>
+
+<div id="outline-container-sec-4" class="outline-2">
+<h2 id="sec-4"><span class="section-number-2">4</span> Technical capabilities to have</h2>
+<div class="outline-text-2" id="text-4">
+<p>
+Perfect computing system must have advanced data visualization,
+storage, transmission and computation capabilities.
+</p>
+
+<p>
+There are LOTS of existing cool technical ideas and solutions for each
+challenge. It's really hard to pick the best. Here is a small list to
+evaluate.
+</p>
+</div>
+<div id="outline-container-sec-4-1" class="outline-3">
+<h3 id="sec-4-1"><span class="section-number-3">4.1</span> Computing</h3>
+<div class="outline-text-3" id="text-4-1">
+<p>
+Efficient distributed computing is required.
+</p>
+
+<p>
+Possible solutions:
+</p>
+<ul class="org-ul">
+<li>MapReduce algorithm.
+</li>
+<li>LLVM.
+</li>
+<li>Julia programming language.
+</li>
+<li>…
+</li>
+</ul>
+</div>
+</div>
+<div id="outline-container-sec-4-2" class="outline-3">
+<h3 id="sec-4-2"><span class="section-number-3">4.2</span> Networking</h3>
+<div class="outline-text-3" id="text-4-2">
+<p>
+P2P secure, fast and reliable networking is required.
+</p>
+
+<p>
+Possible solutions:
+</p>
+
+<ul class="org-ul">
+<li>I2P: <a href="https://geti2p.net/en/">https://geti2p.net/en/</a>
+</li>
+<li>GNUnet: <a href="https://gnunet.org/">https://gnunet.org/</a>
+</li>
+<li>FreeNet
+</li>
+<li>…
+</li>
+</ul>
+</div>
+</div>
+</div>
</div><div class="col-md-3"><nav id="table-of-contents">
<div id="text-table-of-contents" class="bs-docs-sidebar">
<ul class="nav">
<li><a href="#sec-1">1. Current status</a></li>
<li><a href="#sec-2">2. Vision</a></li>
-<li><a href="#sec-3">3. Features to implement in the future</a></li>
+<li><a href="#sec-3">3. Feature ideas to implement/incorporate in the future</a></li>
+<li><a href="#sec-4">4. Technical capabilities to have</a>
+<ul class="nav">
+<li><a href="#sec-4-1">4.1. Computing</a></li>
+<li><a href="#sec-4-2">4.2. Networking</a></li>
+</ul>
+</li>
</ul>
</div>
</nav>
</div></div></div>
<footer id="postamble" class="">
<div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-01-21 Sat 21:58</p>
+<p class="date">Created: 2017-03-13 Mon 16:06</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
</div>
</footer>
- A tool to amplify human ability.
- Properly visualizes and immerses user in completely various forms of
- information and provides intuitive and powerful ways to explore, interact and
- manipulate it with fast feedback loop to immediately see results.
+ information and provides intuitive and powerful ways to explore,
+ interact and manipulate it with fast feedback loop to immediately
+ see results.
#+BEGIN_QUOTE
“Virtual reality holds the key to the evolution of the human mind”
Dr. Lawrence Angelo, The Lawnmower Man (1992)
#+END_QUOTE
-* Features to implement in the future
-
+* Feature ideas to implement/incorporate in the future
- Semantic networks / knowledge trees.
- Is able to use natural language for knowledge mining and question answering.
This could potentially lead to self aware artificial intelligence. Because
processing, similar to IBM Watson.
- P2P (Peer to peer) distributed computation system.
+
+* Technical capabilities to have
+Perfect computing system must have advanced data visualization,
+storage, transmission and computation capabilities.
+
+There are LOTS of existing cool technical ideas and solutions for each
+challenge. It's really hard to pick the best. Here is a small list to
+evaluate.
+** Computing
+Efficient distributed computing is required.
+
+Possible solutions:
++ MapReduce algorithm.
++ LLVM.
++ Julia programming language.
++ ...
+** Networking
+P2P secure, fast and reliable networking is required.
+
+Possible solutions:
+
++ I2P: https://geti2p.net/en/
++ GNUnet: https://gnunet.org/
++ FreeNet
++ ...