updated idea formulation
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 17 Aug 2019 11:27:53 +0000 (14:27 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 17 Aug 2019 11:27:53 +0000 (14:27 +0300)
doc/index.html
doc/index.org

index 39a4811..5531fcd 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2019-01-19 Sat 00:49 -->
+<!-- 2019-08-17 Sat 14:26 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -251,9 +251,12 @@ git clone https://www2.svjatoslav.eu/git/sixth.git
 <h2 id="sec-2"><a id="ID-1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f" name="ID-1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f"></a><span class="section-number-2">2</span> Vision - A tool to amplify human ability</h2>
 <div class="outline-text-2" id="text-2">
 <p>
-Idea is to design all encompassing, flexible and powerful virtual
-environment where I can live in and very efficiently do all my
-computing tasks enjoyably and with playful ease.
+Goal is, so called bicycle for the mind.
+</p>
+
+<p>
+A tool, that provides powerful, easy to use computing environment for
+solving wide range of problems.
 </p>
 
 <p>
@@ -268,20 +271,15 @@ following properties:
 </p>
 
 <ul class="org-ul">
-<li>Makes lots of complex data intuitive to:
-<ul class="org-ul">
-<li>explore, understand
-</li>
-<li>manipulate and compute on
-</li>
-</ul>
+<li>Makes data and insights easy to discover, understand and
+manipulate/transform.
 </li>
 
-<li>Extensively relying on:
-<ul class="org-ul">
-<li><a href="https://www3.svjatoslav.eu/projects/sixth-3d/">Realtime 3D graphics</a> with immediate feedback loop.
+<li>Things are visual, realtime with immediate feedback.
 </li>
-</ul>
+
+<li>Extensively utilizes <a href="https://www3.svjatoslav.eu/projects/sixth-3d/">realtime 3D graphics</a> and capabilities of human
+visual perception.
 
 <blockquote>
 <p>
@@ -290,8 +288,12 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992)
 </p>
 </blockquote>
 </li>
+</ul>
+
 
-<li><a href="https://www3.svjatoslav.eu/projects/sixth-data/">Flexible and distributed computation and data storage</a>.
+<ul class="org-ul">
+<li>Behind the scenes, computations are done primarily in<a href="https://www3.svjatoslav.eu/projects/sixth-data/"> on versioned
+data in distributed, scalable, frexible computation engine</a>.
 </li>
 
 <li>Cross device:
@@ -314,8 +316,10 @@ single device.
 <div class="outline-text-3" id="text-2-1">
 <ul class="org-ul">
 <li><a href="https://www.johndcook.com/blog/2008/04/27/one-program-to-rule-them-all/">GNU Emacs</a> - At the heart, Emacs is text editor on top of Lisp
-runtime. Data storage and computation can be done in <a href="https://www.defmacro.org/ramblings/lisp.html">Lisp</a>. Emacs
-provides text buffers that can be used to build GUI.
+runtime. Data storage and computation can be done in <a href="https://www.defmacro.org/ramblings/lisp.html">Lisp</a>. Domain
+specific languages to fit particular problem could be developed as
+needed and Emacs extended to support those languages. Emacs provides
+text buffers that can be used to build user interfaces.
 </li>
 
 <li><a href="https://www.eclipse.org/ide/">Eclipse IDE</a> - In essence <a href="https://en.wikipedia.org/wiki/OSGi">OSGi</a> platform with a text
@@ -459,7 +463,7 @@ I updated the name to Sixth and switched to Java.
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2019-01-19 Sat 00:49</p>
+<p class="date">Created: 2019-08-17 Sat 14:26</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 26.1 (<a href="http://orgmode.org">Org-mode</a> 9.1.9)</p>
 </div>
 </footer>
index fd49f38..8f0e2d2 100644 (file)
   :PROPERTIES:
   :ID:       1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f
   :END:
-Idea is to design all encompassing, flexible and powerful virtual
-environment where I can live in and very efficiently do all my
-computing tasks enjoyably and with playful ease.
+Goal is, so called bicycle for the mind.
+
+A tool, that provides powerful, easy to use computing environment for
+solving wide range of problems.
 
 [[id:c19c5a3b-dfb0-4f7f-961c-a387b925669f][See extensible, programmable computing environment examples]]. In each
 case you can install or develop plugins/extensions for every purpose
@@ -48,19 +49,22 @@ imaginable.
 I would like to create better general purpose environment with the
 following properties:
 
-+ Makes lots of complex data intuitive to:
-  - explore, understand
-  - manipulate and compute on
++ Makes data and insights easy to discover, understand and
+  manipulate/transform.
+
++ Things are visual, realtime with immediate feedback.
 
-+ Extensively relying on:
-  - [[https://www3.svjatoslav.eu/projects/sixth-3d/][Realtime 3D graphics]] with immediate feedback loop.
++ Extensively utilizes [[https://www3.svjatoslav.eu/projects/sixth-3d/][realtime 3D graphics]] and capabilities of human
+  visual perception.
 
   #+BEGIN_QUOTE
   “Virtual reality holds the key to the evolution of the human mind”
   Dr. Lawrence Angelo, The Lawnmower Man (1992)
   #+END_QUOTE
 
-+ [[https://www3.svjatoslav.eu/projects/sixth-data/][Flexible and distributed computation and data storage]].
+
++ Behind the scenes, computations are done primarily in[[https://www3.svjatoslav.eu/projects/sixth-data/][ on versioned
+  data in distributed, scalable, frexible computation engine]].
 
 + Cross device:
   + Easily switch and/or combine computers to work seamlessly on any
@@ -75,8 +79,10 @@ following properties:
   :ID:       c19c5a3b-dfb0-4f7f-961c-a387b925669f
   :END:
 + [[https://www.johndcook.com/blog/2008/04/27/one-program-to-rule-them-all/][GNU Emacs]] - At the heart, Emacs is text editor on top of Lisp
-  runtime. Data storage and computation can be done in [[https://www.defmacro.org/ramblings/lisp.html][Lisp]]. Emacs
-  provides text buffers that can be used to build GUI.
+  runtime. Data storage and computation can be done in [[https://www.defmacro.org/ramblings/lisp.html][Lisp]]. Domain
+  specific languages to fit particular problem could be developed as
+  needed and Emacs extended to support those languages. Emacs provides
+  text buffers that can be used to build user interfaces.
 
 + [[https://www.eclipse.org/ide/][Eclipse IDE]] - In essence [[https://en.wikipedia.org/wiki/OSGi][OSGi]] platform with a text
   editor. Computation done in java. Eclipse provides integration,