From 0c433a6018b747a48fde1d94c7466182e762883f Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Mon, 13 Mar 2017 16:07:14 +0200 Subject: [PATCH] Enlisted existing possible solutions to techincal challenges. --- doc/index.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++---- doc/index.org | 33 ++++++++++++++++++--- 2 files changed, 103 insertions(+), 10 deletions(-) diff --git a/doc/index.html b/doc/index.html index 8d43c76..20deddc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth - system for data storage, computation, exploration and interaction - + @@ -260,8 +260,9 @@ working parts are already implemented:
  • 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.
  • @@ -275,7 +276,7 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992)
    -

    3 Features to implement in the future

    +

    3 Feature ideas to implement/incorporate in the future

    • Semantic networks / knowledge trees. @@ -304,19 +305,86 @@ processing, similar to IBM Watson.
    + +
    +

    4 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. +

    +
    +
    +

    4.1 Computing

    +
    +

    +Efficient distributed computing is required. +

    + +

    +Possible solutions: +

    +
      +
    • MapReduce algorithm. +
    • +
    • LLVM. +
    • +
    • Julia programming language. +
    • +
    • … +
    • +
    +
    +
    +
    +

    4.2 Networking

    +
    +

    +P2P secure, fast and reliable networking is required. +

    + +

    +Possible solutions: +

    + + +
    +
    +
    diff --git a/doc/index.org b/doc/index.org index 94db804..e166a98 100644 --- a/doc/index.org +++ b/doc/index.org @@ -41,16 +41,16 @@ working parts are already implemented: - 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 @@ -66,3 +66,28 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992) 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 ++ ... -- 2.20.1