Difference between revisions of "Computation By Design"
CMSYSOPWIKI (talk | contribs) m |
CMSYSOPWIKI (talk | contribs) m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <p> | + | <p>Complex Information systems, like DBMS to store data, languages to process data. ERP to do business, sending and receiving mail, Chat to send and receive quick messages etc. are made up of many programs. These programs are compiled and stored in a instruction stream in [https://en.wikipedia.org/wiki/Random-access_memory RAM]. These programs are executed by microprocessors. These processors take instruction, from the instruction stream, executes that instruction. While executing, data in the data stream (again in RAM) is manipulated.</p> |
− | <p>The present day programs and processor, | + | <p>The present day programs and processor, has its roots in the computing theoretical foundation like [https://en.wikipedia.org/wiki/Turing_machine Turing Machine] , [https://en.wikipedia.org/wiki/Von_Neumann_architecture Von Neumann architecture] and [https://en.m.wikipedia.org/wiki/Lambda_calculus lambda calculus]. The present technology is based on the premise that anything computable can be computed on this abstract Turing machine model. The Von Neumann architecture is the engineering model of this Turing machine. The language that programs these models are based on mathematics i.e. lambda calculus. This makes present machine and languages <i>Computation By Design</i></p> |
− | <p> | + | <p>Due to the miniaturization of devices and the increasing networked nature of the information topology, the application demands now have moved away from just pure computation and data processing. Information systems are expected to be <i>Secure by Default</i> and <i>Offer Privacy by default</i> even when serving new sharing and workflow demands. Vulnerability of information systems, Poor software productivity, Poor information systems quality, Increasing arthritic conditions of our software systems, Lack of privacy primitives in our software systems and the Data intensive nature of our AI systems (This reflects the past and is not conditioned for the [https://en.wikipedia.org/wiki/Volatility,_uncertainty,_complexity_and_ambiguity VUCA] world) are the symptoms of our reliance on our present <i> Compute By Design </i> based systems. </p> |
− | <p>[https://en.wikipedia.org/wiki/ | + | <p> Quoting [https://en.wikipedia.org/wiki/Andrew_Grove Andrew Grove], we are at an inflection point in computing. <b><i>compute by design</i></b> has reached its limits. We need a new beginning. </p> |
− | |||
− | < | ||
− | |||
− | < | ||
− | <p> | + | <p style="text-align:center" color="red"><b> <u>Computation By Design</u> transforms data. </b> </p></p> |
Latest revision as of 12:40, 2 December 2020
Complex Information systems, like DBMS to store data, languages to process data. ERP to do business, sending and receiving mail, Chat to send and receive quick messages etc. are made up of many programs. These programs are compiled and stored in a instruction stream in RAM. These programs are executed by microprocessors. These processors take instruction, from the instruction stream, executes that instruction. While executing, data in the data stream (again in RAM) is manipulated.
The present day programs and processor, has its roots in the computing theoretical foundation like Turing Machine , Von Neumann architecture and lambda calculus. The present technology is based on the premise that anything computable can be computed on this abstract Turing machine model. The Von Neumann architecture is the engineering model of this Turing machine. The language that programs these models are based on mathematics i.e. lambda calculus. This makes present machine and languages Computation By Design
Due to the miniaturization of devices and the increasing networked nature of the information topology, the application demands now have moved away from just pure computation and data processing. Information systems are expected to be Secure by Default and Offer Privacy by default even when serving new sharing and workflow demands. Vulnerability of information systems, Poor software productivity, Poor information systems quality, Increasing arthritic conditions of our software systems, Lack of privacy primitives in our software systems and the Data intensive nature of our AI systems (This reflects the past and is not conditioned for the VUCA world) are the symptoms of our reliance on our present Compute By Design based systems.
Quoting Andrew Grove, we are at an inflection point in computing. compute by design has reached its limits. We need a new beginning.
Computation By Design transforms data.