Worldview in Context

Figures 1 and 2 provide a basis for a deeper understanding of worldview. The sensing, thinking, knowing, acting self exists in the milieu of a world (more accurately, a universe) of matter, energy, information and other sensing, thinking, knowing, acting selves (Figure 1). At the heart of one's knowledge is one's worldview or Weltanschauung.

Figure 1. The self and its worldview in the context of the world.

To sense is to see, hear, taste, and feel stimuli from the world and from the self (Figure 2). To act is to orient sensory organs (including eyes and ears), to move body parts, to manipulate external objects, and to communicate by speaking, writing, and other actions. Although we humans are not unique in our ability to sense and to act on our environment, it is in us, so far as we know, that thought as the basis for action is most highly developed.

Thought is a process, a sequence of mental states or events, in which sensed stimuli and existing knowledge are transformed to new or modified knowledge, some instances of which are intents that trigger motor control signals that command our muscles to action. While some actions are merely the result of sensorimotor reflexes, responses to emotions like fear or anger, or automatized patterns developed through habit, we at least like to believe that most of our actions are more reflective, being based on "higher" forms of thought.

For example, there is in most sensory experience an element of perception, in which sensed stimuli are first recognized and interpreted in light of existing knowledge (learned patterns) before they are committed to action. And to bring thought to bear on some stimuli or knowledge rather than others requires a focusing of attention, an allocation of limited mental resources to some mental activities and away from others. But it is in our reason -- and specialized forms of reason like problem solving, judging, and deciding -- that we take the most pride.

Reasoning is focused, goal-directed thought that starts from perceptions and existing knowledge and works toward new and valued knowledge. Reasoning therefore begins with knowledge and ends with knowledge, the opinions, beliefs, and certainties that one holds. By inductive reasoning (which is idealized in empirical science), one works from perceptions and other particular knowledge to more general knowledge. By deduction (exemplified by mathematical logic) further generalizations and, more practically, particular knowledge, is produced. Over a lifetime, reason builds up not only particular opinions and beliefs, but also a body of more and more basic, general, and fundamental knowledge on which the particular beliefs, and the intents for external acts, are based. This core of fundamental knowledge, the worldview, is not only the basis for the deductive reasoning that ultimately leads to action, but also is the foundation for all reasoning, providing the standards of value to establish the cognitive goals towards which reason works and to select the rules by which reason operates. The large red arrows in Figures 1 and 2 symbolize the absolutely crucial role that the worldview plays in one's behavior.

Figure 2. The worldview in the context of the self.

To put this more concisely, and consistently with the definitions considered above,

A worldview is the set of beliefs about fundamental aspects of Reality that ground and influence all one's perceiving, thinking, knowing, and doing.

One's worldview is also referred to as one's philosophy, philosophy of life, mindset, outlook on life,  formula for life, ideology, faith, or even religion.

http://web.engr.oregonstate.edu/~funkk/Personal/worldview.html

Worldview in Context的更多相关文章

  1. Javascript 的执行环境(execution context)和作用域(scope)及垃圾回收

    执行环境有全局执行环境和函数执行环境之分,每次进入一个新执行环境,都会创建一个搜索变量和函数的作用域链.函数的局部环境不仅有权访问函数作用于中的变量,而且可以访问其外部环境,直到全局环境.全局执行环境 ...

  2. spring源码分析之<context:property-placeholder/>和<property-override/>

    在一个spring xml配置文件中,NamespaceHandler是DefaultBeanDefinitionDocumentReader用来处理自定义命名空间的基础接口.其层次结构如下: < ...

  3. spring源码分析之context

    重点类: 1.ApplicationContext是核心接口,它为一个应用提供了环境配置.当应用在运行时ApplicationContext是只读的,但你可以在该接口的实现中来支持reload功能. ...

  4. CSS——关于z-index及层叠上下文(stacking context)

    以下内容根据CSS规范翻译. z-index 'z-index'Value: auto | <integer> | inheritInitial: autoApplies to: posi ...

  5. Tomcat启动报错org.springframework.web.context.ContextLoaderListener类配置错误——SHH框架

    SHH框架工程,Tomcat启动报错org.springframework.web.context.ContextLoaderListener类配置错误 1.查看配置文件web.xml中是否配置.or ...

  6. mono for android Listview 里面按钮 view Button click 注册方法 并且传值给其他Activity 主要是context

    需求:为Listview的Item里面的按钮Button添加一个事件,单击按钮时通过事件传值并跳转到新的页面. 环境:mono 效果: 布局代码 主布局 <?xml version=" ...

  7. Javascript的“上下文”(context)

    一:JavaScript中的“上下文“指的是什么 百科中这样定义: 上下文是从英文context翻译过来,指的是一种环境. 在软件工程中,上下文是一种属性的有序序列,它们为驻留在环境内的对象定义环境. ...

  8. spring源码分析之<context:component-scan/>vs<annotation-config/>

    1.<context:annotation-config/> xsd中说明: <xsd:element name="annotation-config"> ...

  9. 【Android】 context.getSystemService()浅析

    同事在进行code review的时候问到我context中的getSystemService方法在哪实现的,他看到了一个ClipBoardManager来进行剪切板存储数据的工具方法中用到了cont ...

随机推荐

  1. python实现双向循环链表

    参考https://www.cnblogs.com/symkmk123/p/9693872.html#4080149 # -*- coding:utf-8 -*- # __author__ :kusy ...

  2. 【转帖】H5 手机 App 开发入门:概念篇

    H5 手机 App 开发入门:概念篇 http://www.ruanyifeng.com/blog/2019/12/hybrid-app-concepts.html 作者: 阮一峰 日期: 2019年 ...

  3. AntDesign vue学习笔记(四)使用组件切换

    同样实现上一篇功能, 改为使用组件切换,实现方法如下 1.修改MainFrm中的<router-view/>如下代码 2.注册局部组件 export default { name: 'Ma ...

  4. python的JSON库

    JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,易于人阅读和编写. 1.json库的使用 使用 JSON 函数需要导入 json 库:import jso ...

  5. Linux crond任务调度(定时任务),Linux磁盘分区/挂载

    一.crond任务调度 1.基本语法 crontab [选项] -e : 编辑 crontab定时任务 -l : 查询crontab -r : 删除当前用户所有的crontab任务 例子: 每分钟执行 ...

  6. Oracle 加解密教程

    参考Oracle官方文档 在Oracle使用dbms_crypto包进行加解密 首先,授权当前用户使用加解密包 在sql中运行:connect sqlplus as sysdbagrant execu ...

  7. 自定义HTTP消息拦截

    /// <summary> /// HTTP消息拦截器 /// </summary> public class RequestHandler : DelegatingHandl ...

  8. Spring怎么管理事务?

    我们一般通过aop管理事务,就是把代码看成一个纵向有序的,然后通过aop管理事务,就好比增删改的时候需要开启一个事务,我们给他配置一个required,required就是有事务就执行事务,没有就给他 ...

  9. Trie树的java实现

    leetcode 地址: https://leetcode.com/problems/implement-trie-prefix-tree/description/ 难度:中等 描述:略 解题思路: ...

  10. 48.vue-awesome-swipe使用

    1.安装:npm install vue-awesome-swiper --save 2.局部引入: import "swiper/dist/css/swiper.css"; im ...