initial commit
[sixth.git] / doc / index.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head>
6 <!-- 2016-08-03 Wed 23:05 -->
7 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 <title>Sixth - system for data storage, computation, exploration and interaction</title>
10 <meta  name="generator" content="Org-mode" />
11 <meta  name="author" content="Svjatoslav Agejenko" />
12 <style type="text/css">
13  <!--/*--><![CDATA[/*><!--*/
14   .title  { text-align: center;
15              margin-bottom: .2em; }
16   .subtitle { text-align: center;
17               font-size: medium;
18               font-weight: bold;
19               margin-top:0; }
20   .todo   { font-family: monospace; color: red; }
21   .done   { font-family: monospace; color: green; }
22   .priority { font-family: monospace; color: orange; }
23   .tag    { background-color: #eee; font-family: monospace;
24             padding: 2px; font-size: 80%; font-weight: normal; }
25   .timestamp { color: #bebebe; }
26   .timestamp-kwd { color: #5f9ea0; }
27   .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
28   .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
29   .org-center { margin-left: auto; margin-right: auto; text-align: center; }
30   .underline { text-decoration: underline; }
31   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
32   p.verse { margin-left: 3%; }
33   pre {
34     border: 1px solid #ccc;
35     box-shadow: 3px 3px 3px #eee;
36     padding: 8pt;
37     font-family: monospace;
38     overflow: auto;
39     margin: 1.2em;
40   }
41   pre.src {
42     position: relative;
43     overflow: visible;
44     padding-top: 1.2em;
45   }
46   pre.src:before {
47     display: none;
48     position: absolute;
49     background-color: white;
50     top: -10px;
51     right: 10px;
52     padding: 3px;
53     border: 1px solid black;
54   }
55   pre.src:hover:before { display: inline;}
56   pre.src-sh:before    { content: 'sh'; }
57   pre.src-bash:before  { content: 'sh'; }
58   pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
59   pre.src-R:before     { content: 'R'; }
60   pre.src-perl:before  { content: 'Perl'; }
61   pre.src-java:before  { content: 'Java'; }
62   pre.src-sql:before   { content: 'SQL'; }
63
64   table { border-collapse:collapse; }
65   caption.t-above { caption-side: top; }
66   caption.t-bottom { caption-side: bottom; }
67   td, th { vertical-align:top;  }
68   th.org-right  { text-align: center;  }
69   th.org-left   { text-align: center;   }
70   th.org-center { text-align: center; }
71   td.org-right  { text-align: right;  }
72   td.org-left   { text-align: left;   }
73   td.org-center { text-align: center; }
74   dt { font-weight: bold; }
75   .footpara { display: inline; }
76   .footdef  { margin-bottom: 1em; }
77   .figure { padding: 1em; }
78   .figure p { text-align: center; }
79   .inlinetask {
80     padding: 10px;
81     border: 2px solid gray;
82     margin: 10px;
83     background: #ffffcc;
84   }
85   #org-div-home-and-up
86    { text-align: right; font-size: 70%; white-space: nowrap; }
87   textarea { overflow-x: auto; }
88   .linenr { font-size: smaller }
89   .code-highlighted { background-color: #ffff00; }
90   .org-info-js_info-navigation { border-style: none; }
91   #org-info-js_console-label
92     { font-size: 10px; font-weight: bold; white-space: nowrap; }
93   .org-info-js_search-highlight
94     { background-color: #ffff00; color: #000000; font-weight: bold; }
95   /*]]>*/-->
96 </style>
97 <link rel="stylesheet" type="text/css" href="http://thomasf.github.io/solarized-css/solarized-dark.min.css" />
98 <script type="text/javascript">
99 /*
100 @licstart  The following is the entire license notice for the
101 JavaScript code in this tag.
102
103 Copyright (C) 2012-2013 Free Software Foundation, Inc.
104
105 The JavaScript code in this tag is free software: you can
106 redistribute it and/or modify it under the terms of the GNU
107 General Public License (GNU GPL) as published by the Free Software
108 Foundation, either version 3 of the License, or (at your option)
109 any later version.  The code is distributed WITHOUT ANY WARRANTY;
110 without even the implied warranty of MERCHANTABILITY or FITNESS
111 FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
112
113 As additional permission under GNU GPL version 3 section 7, you
114 may distribute non-source (e.g., minimized or compacted) forms of
115 that code without the copy of the GNU GPL normally required by
116 section 4, provided you include this license notice and a URL
117 through which recipients can access the Corresponding Source.
118
119
120 @licend  The above is the entire license notice
121 for the JavaScript code in this tag.
122 */
123 <!--/*--><![CDATA[/*><!--*/
124  function CodeHighlightOn(elem, id)
125  {
126    var target = document.getElementById(id);
127    if(null != target) {
128      elem.cacheClassElem = elem.className;
129      elem.cacheClassTarget = target.className;
130      target.className = "code-highlighted";
131      elem.className   = "code-highlighted";
132    }
133  }
134  function CodeHighlightOff(elem, id)
135  {
136    var target = document.getElementById(id);
137    if(elem.cacheClassElem)
138      elem.className = elem.cacheClassElem;
139    if(elem.cacheClassTarget)
140      target.className = elem.cacheClassTarget;
141  }
142 /*]]>*///-->
143 </script>
144 </head>
145 <body>
146 <div id="content">
147 <h1 class="title">Sixth - system for data storage, computation, exploration and interaction</h1>
148 <div id="table-of-contents">
149 <h2>Table of Contents</h2>
150 <div id="text-table-of-contents">
151 <ul>
152 <li><a href="#orgheadline1">1. Current status</a></li>
153 <li><a href="#orgheadline2">2. Vision</a></li>
154 <li><a href="#orgheadline3">3. Features to implement in the future</a></li>
155 </ul>
156 </div>
157 </div>
158 <hr  />
159 <ul class="org-ul">
160 <li><a href="http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz">download latest snapshot</a></li>
161
162 <li>This program is free software; you can redistribute it and/or modify it under
163 the terms of version 3 of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a> or later as
164 published by the Free Software Foundation.</li>
165
166 <li>Program author:
167 <ul class="org-ul">
168 <li>Svjatoslav Agejenko</li>
169 <li>Homepage: <a href="http://svjatoslav.eu/">http://svjatoslav.eu/</a></li>
170 <li>Email: <a href="mailto://svjatoslav@svjatoslav.eu/">mailto://svjatoslav@svjatoslav.eu/</a></li>
171 </ul></li>
172
173 <li><a href="http://svjatoslav.eu/programs.jsp">other applications hosted at svjatoslav.eu</a></li>
174 </ul>
175
176
177 <div id="outline-container-orgheadline1" class="outline-2">
178 <h2 id="orgheadline1"><span class="section-number-2">1</span> Current status</h2>
179 <div class="outline-text-2" id="text-1">
180 <p>
181 There is nothing useful for regular people yet.
182 </p>
183
184 <p>
185 Sixth is presently in research / prototyping and ideas collecting phase. Some
186 working parts are already implemented:
187 </p>
188
189 <ul class="org-ul">
190 <li>First layer of storage: Simple persistent key-value map.</li>
191
192 <li>In software, pure Java realtime 3D rendering engine.</li>
193 </ul>
194 </div>
195 </div>
196
197 <div id="outline-container-orgheadline2" class="outline-2">
198 <h2 id="orgheadline2"><span class="section-number-2">2</span> Vision</h2>
199 <div class="outline-text-2" id="text-2">
200 <ul class="org-ul">
201 <li>A tool to amplify human ability.</li>
202
203 <li>Properly visualizes and immerses user in completely various forms of
204 information and provides intuitive and powerful ways to explore, interact and
205 manipulate it with fast feedback loop to immediately see results.</li>
206 </ul>
207
208 <blockquote>
209 <p>
210 “Virtual reality holds the key to the evolution of the human mind”
211 Dr. Lawrence Angelo, The Lawnmower Man (1992)
212 </p>
213 </blockquote>
214 </div>
215 </div>
216
217 <div id="outline-container-orgheadline3" class="outline-2">
218 <h2 id="orgheadline3"><span class="section-number-2">3</span> Features to implement in the future</h2>
219 <div class="outline-text-2" id="text-3">
220 <ul class="org-ul">
221 <li>Semantic networks / knowledge trees.
222 <ul class="org-ul">
223 <li>Is able to use natural language for knowledge mining and question answering.
224 This could potentially lead to self aware artificial intelligence. Because
225 of <a href="http://en.wikipedia.org/wiki/Three_Laws_of_Robotics">"Three laws safe"</a> design, there is nothing that can go wrong.</li>
226 </ul></li>
227
228 <li>Become an alternative to KDE, Gnome, Canonical Unity or similar desktop user
229 interfaces.</li>
230
231 <li>Become an open source scientific computing engine of structured data as an
232 alternative to proprietary Wolfram Alpha.</li>
233
234 <li>Become an open source solution for unstructured knowledge extraction and
235 processing, similar to IBM Watson.</li>
236
237 <li>P2P (Peer to peer) distributed computation system.</li>
238 </ul>
239 </div>
240 </div>
241 </div>
242 <div id="postamble" class="status">
243 <p class="author">Author: Svjatoslav Agejenko</p>
244 <p class="date">Created: 2016-08-03 Wed 23:05</p>
245 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
246 </div>
247 </body>
248 </html>