Difference between revisions of "Meta University/Context"

From PKC
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
As [[Moore's Law]]<ref name="Cramming">{{:Paper/Cramming more components onto integrated circuits}}</ref> shifted the paradigm of data processing by claiming that data processing capabilities will grow at an exponential pace. This [[exponential growth]] assumption has already transformed economic activities around the world, and most importantly it must be assimilated into knowledge dissemination strategy. The essential thesis of [[Moore's Law]] is that it articulated the causal relations between data processing capabilities with an observable physical metrics of data processing instrumentations. This causal revelation of assigning data processing capability with physical scales may provide an testable thesis to position [[Data Science]] as the foundation of modern knowledge management approaches. Since all knowledge must be representable in some form of processable data, the functions of universities in general are about creating [[intuitive data presentation]], and providing of [[highly-available]] data content.
As [[Moore's Law]]<ref name="Cramming">{{:Paper/Cramming more components onto integrated circuits}}</ref> shifted the paradigm of data processing by claiming that data processing capabilities will grow at an exponential pace. This [[exponential growth]] assumption has not only guided the development of technologies, but also challenged social and economic believes around the world. It also becomes a theory that shapes our perception of the half-life of useful knowledge. Since all knowledge must be representable in some form of processable data, the functions of universities in general are about creating [[intuitive data presentation]], [[effective data processing]], and providing of [[highly-available]] data content.
<noinclude>
<noinclude>
= Moore's Law as the central thesis =
= Moore's Law as the central thesis =
[[Moore's Law]] is instrumental for shifting the paradigms of institutional and individual learning, because it provides an testable theory to relate the spatial and temporal dimensions of computational/decision-making activities. Before [[Moore's Law]], computational tasks are considered to be a pure mental exercise for humans, the mechanical devices for computation are usually clumsy and rigid, so that they can hardly display any kind of intelligence. Given [[Moore's Law]]'s revelation, the speed and capabilities of computation, can be extrapolated to various possibilities, therefore, it creates a societal rhythm in planning on how to '''cram'''<ref name="Cramming"/> more decision-making, or accountable activities in certain unit spacetime and energy. This revelation creates a tangible way to plan for technology and business process deployment. Therefore, we must be reminded of this intellectual revelation for planning [[MU]]. However, it is important to note that Moore's Law has been tighly associated with the idea of [[exponential growth]], while the precise ratio of exponential growth may change from industry to industry.
[[Moore's Law]] is instrumental for shifting the paradigms of institutional and individual learning, because it provides an testable theory to relate the spatial and temporal dimensions of computational/decision-making activities. Before [[Moore's Law]], computational tasks are considered to be a pure mental exercise for humans, the mechanical devices for computation are usually clumsy and rigid, so that they can hardly display any kind of intelligence. Given [[Moore's Law]]'s revelation, the speed and capabilities of computation, can be extrapolated to various possibilities, therefore, it creates a societal rhythm in planning on how to '''cram'''<ref name="Cramming"/> more decision-making, or accountable activities in certain unit spacetime and energy. This revelation creates a tangible way to plan for technology and business process deployment. Therefore, we must be reminded of this intellectual revelation for planning [[MU]]. However, it is important to note that Moore's Law has been tighly associated with the idea of [[exponential growth]], while the precise ratio of exponential growth may change from industry to industry.
= The Space and Time in Data Universe =
= The Space and Time in Data Universe =
The universal context of interest in [[Meta University]] is about organizing [[data]] in [[namespace]]s and [[temporal context]]s. To define a [[namespace]], a pre-defined set of symbols or vocabulary must be formulated, so that it becomes possible to use the symbol set to recursively represent the possibilities of data points. When it comes to representing [[temporal context]]s. There are three generic types of relative temporal positioning, [[past]], [[present]], and [[future]]. We related each temporal positioning with one kind of data:
{{:Time-oriented Universal Data Abstraction}}
# File for data in the Past, since we will subscribe to the immutability of past events given causal belief. To make it more concrete, [[PKC]] follows [[MediaWiki]]'s convention to define a unique [[namespace]], called [[File]], for every file.
 
# Page for data in the Present. In other words, pages are data interfacing with its consumer at the current stage. Similarly, [[PKC]] also utilizes [[MediaWiki]]'s convention to define a namespace for all pages.
== PKC Implementation of the Service Namespace==
# Service for data into the Future. A set of computing services will be provisioned to continuously render new data into the future. As of 2022, [[MedaWiki]] has not had a namespace dedicated to [[Service]], but it does define an explicit service [[API]]s. To provide a consistent abstraction framework, [[MU]]-compliant [[PKC]]s will explicitly reserve a namespace, called [[Service]] namespace. This namespace will be defined in [[PKC]]'s MediaWiki [[LocalSettings.php]] configuration file.
To make Service namespace explicit, one needs to add the following statement in [[LocalSettings.php]].
$wgMetaNamespace = 'Service';
This classification of data in spacetime context, in terms of [[File/Page/Service]], lead our attention to present data to human even non-human data consumers to treat data in a topological vocabulary, enabling a [[self-contained]] vocabulary to define data for all application domains.
This classification of data in spacetime context, in terms of [[File/Page/Service]], lead our attention to present data to human even non-human data consumers to treat data in a topological vocabulary, enabling a [[self-contained]] vocabulary to define data for all application domains.



Latest revision as of 02:35, 16 February 2022

As Moore's Law[1] shifted the paradigm of data processing by claiming that data processing capabilities will grow at an exponential pace. This exponential growth assumption has not only guided the development of technologies, but also challenged social and economic believes around the world. It also becomes a theory that shapes our perception of the half-life of useful knowledge. Since all knowledge must be representable in some form of processable data, the functions of universities in general are about creating intuitive data presentation, effective data processing, and providing of highly-available data content.

Moore's Law as the central thesis

Moore's Law is instrumental for shifting the paradigms of institutional and individual learning, because it provides an testable theory to relate the spatial and temporal dimensions of computational/decision-making activities. Before Moore's Law, computational tasks are considered to be a pure mental exercise for humans, the mechanical devices for computation are usually clumsy and rigid, so that they can hardly display any kind of intelligence. Given Moore's Law's revelation, the speed and capabilities of computation, can be extrapolated to various possibilities, therefore, it creates a societal rhythm in planning on how to cram[1] more decision-making, or accountable activities in certain unit spacetime and energy. This revelation creates a tangible way to plan for technology and business process deployment. Therefore, we must be reminded of this intellectual revelation for planning MU. However, it is important to note that Moore's Law has been tighly associated with the idea of exponential growth, while the precise ratio of exponential growth may change from industry to industry.

The Space and Time in Data Universe

The universal context of interest in Meta University is about organizing data in namespaces and temporal contexts. To define a namespace, a pre-defined set of symbols or vocabulary must be formulated, so that it becomes possible to use the symbol set to recursively represent the possibilities of data points. When it comes to representing temporal contexts. There are three generic types of relative temporal positioning, past, present, and future. We related each temporal positioning with one kind of data:

  1. File for data in the Past: since we will subscribe to the immutability of past events given causal belief. To make it more concrete, PKC follows MediaWiki's convention to define a unique namespace, called File, for every file. In computer operating systems, all data sets, devices, and communicating channels are considered to be Files.
  2. Page for data in the Present: In other words, pages are data interfacing with its consumer at the current stage. Similarly, PKC also utilizes MediaWiki's convention to define a namespace for all pages. In MediaWiki, page namespace is called: Main. We will follow this convention in PKC. In a web browser environment, all data are being presented through Page-based" representation.
  3. Service for data into the Future: A set of computing services will be provisioned to continuously render new data into the future. As of 2022, MedaWiki has not had a namespace dedicated to Service, but it does define an explicit service APIs. To provide a consistent abstraction framework, MU-compliant PKCs will explicitly reserve a namespace, called Service namespace. This namespace will be defined in PKC's MediaWiki LocalSettings.php configuration file. We will likely use the metaNamespace as defined in MediaWiki.org, to explicitly reserve the namespace:Service. In network-connected computing systems, recently considered to be the computing cloud, all data sets, devices, and communicating channels are considered to be Services.

PKC Implementation of the Service Namespace

To make Service namespace explicit, one needs to add the following statement in LocalSettings.php.

$wgMetaNamespace = 'Service';

This classification of data in spacetime context, in terms of File/Page/Service, lead our attention to present data to human even non-human data consumers to treat data in a topological vocabulary, enabling a self-contained vocabulary to define data for all application domains.

Services for Data Manipulation

There are many powerful instruments that are changing the way we deal with data, and all things connected by data. One of the instruments is microservice. To learn more about how to apply this instrument in real world applications, please see Sam Newman's talk[2]. In contrast to the term: microservices, macroservices are composed of microservices, and they are often called monolith computing services.

References

  1. 1.0 1.1 Gordon, Moore E. (Apr 19, 1965). Cramming more components onto integrated circuits (PDF). local page: Electronics Magazine. 
  2. Newman, Sam (Nov 12, 2015). Principles Of Microservices by Sam Newman. local page: Devoxx.