Added mentions for interesting projects
[sixth.git] / doc / index.org
1 #+TITLE: Sixth - system for data storage, computation, exploration and interaction
2
3 * (document settings) :noexport:
4 ** use dark style for TWBS-HTML exporter
5 #+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
6 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
7 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
8 #+HTML_HEAD: <style type="text/css">
9 #+HTML_HEAD:   footer {background-color: #111 !important;}
10 #+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
11 #+HTML_HEAD: </style>
12
13 * General
14 - This program is free software: released under Creative Commons Zero
15   (CC0) license
16
17 - Program author:
18   - Svjatoslav Agejenko
19   - Homepage: https://svjatoslav.eu
20   - Email: mailto://svjatoslav@svjatoslav.eu
21
22 - [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
23
24 ** Source code
25 + Note - Sixth is currently empty parent/shell project. You can find
26           working code under [[id:52dbbf4c-2ef4-42a6-8331-ad006b6a52ae][sub-projects]].
27
28 - [[https://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
29
30 - [[https://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=summary][Browse Git repository online]]
31
32 - Clone Git repository using command:
33   : git clone https://www2.svjatoslav.eu/git/sixth.git
34 * Vision - A tool to amplify human ability
35   :PROPERTIES:
36   :ID:       1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f
37   :END:
38 Goal is, so called bicycle for the mind.
39
40 A tool, that provides powerful, extensible, adaptable, hackable, easy
41 to use, general purpose computing environment for working with
42 knowledge.
43
44 [[id:c19c5a3b-dfb0-4f7f-961c-a387b925669f][See extensible, programmable computing environment examples]].
45
46 I would like to create better general purpose computing environment
47 with the following priorities:
48
49 + Makes data and insights easy to discover, understand, manipulate,
50   transform and visualize.
51
52 + Workflow and user interface is intuitive, visual, realtime,
53   3D-first.
54
55   #+BEGIN_QUOTE
56   “Virtual reality holds the key to the evolution of the human mind”
57   Dr. Lawrence Angelo, The Lawnmower Man (1992)
58   #+END_QUOTE
59
60 + Computations are done primarily in [[https://www3.svjatoslav.eu/projects/sixth-data/][on versioned data in distributed,
61   scalable, arbitrary dimensional hypercube based geometrical
62   computation engine]].
63
64 + Free and open.
65
66 + Network first:
67   + Cross device:
68     + Easily switch devices and still access same data, workspaces and
69       visualizations.
70     + Easily access and combine storage and computing resources of
71       other connected devices.
72
73   + Ability to collaborate (multi user).
74
75 ** Extensible, programmable computing environment examples
76   :PROPERTIES:
77   :ID:       c19c5a3b-dfb0-4f7f-961c-a387b925669f
78   :END:
79 + [[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
80   runtime. Data storage and computation can be done in [[https://www.defmacro.org/ramblings/lisp.html][Lisp]]. Lisp is
81   on itself programmable programming language where new paradigms can
82   be added dynamically. Domain specific languages to fit particular
83   problem could be developed as needed and Emacs extended to support
84   those languages. Emacs provides text buffers that can be used to
85   build user interfaces. So you can customize Emacs and Lisp to fit
86   any problem domain.
87
88 + [[https://www.eclipse.org/ide/][Eclipse IDE]] - In essence [[https://en.wikipedia.org/wiki/OSGi][OSGi]] platform with a text
89   editor. Computation done in java. Eclipse provides integration,
90   runtime and GUI platform. One can develop Eclipse plugins to add
91   necessary logic and visual parts to fit any problem. (IntelliJ and
92   NetBeans have similar properties)
93
94 + [[https://en.wikipedia.org/wiki/IBM_Notes][IBM Notes/Domino]] - Custom database engine, software development
95   platform, GUI editor, computation can be done in Java and
96   LotusScript. You can build distributed business applications on it
97   as a platform.
98
99 + [[https://en.wikipedia.org/wiki/ABAP][SAP ABAP]] - Custom database engine, runtime, GUI platform,
100   development environment and programming language. Is being used as a
101   platform to build business applications with any logic and UI.
102
103 + [[https://en.wikipedia.org/wiki/Microsoft_Access][Microsoft Access]] - Database management system that combines
104   relational database engine with a graphical user interface and
105   software-development tools.
106 * Current status
107 + Formulated high-level [[id:1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f][vision / goal]].
108
109 + In the process of implementing some of [[id:52dbbf4c-2ef4-42a6-8331-ad006b6a52ae][building blocks]].
110
111 + System is nowhere near complete (given magnitude of effort required
112   and almost non-existent free time available). Contributions are
113   welcome !
114 * Architecture / components
115   :PROPERTIES:
116   :ID:       52dbbf4c-2ef4-42a6-8331-ad006b6a52ae
117   :END:
118 + [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]] - Parent project.
119   + [[https://www3.svjatoslav.eu/projects/sixth-data/][Sixth Data]] - Data storage and computation engine.
120   + [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]] - 3D engine - for user interface and data visualization.
121     + [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][Sixth 3D engine demos]] - Demonstration of Sixth 3D engine capabilities.
122
123 * Frequently Given Answers
124 - Why such name ?
125   - In short: it's just a number.
126   - Many years ago inspired by the ideas of [[https://en.wikipedia.org/wiki/Forth_(programming_language)][Forth (programming
127     language)]] I decided to create my own implementation [[https://www3.svjatoslav.eu/projects/fifth/][Fifth]]
128     (computing/programming environment).
129   - Forth/Fifth felt a bit too low-level language. So current
130     project/approach is an attempt using Java.