有趣的规律 1
7±2 原则由于人类大脑处理信息的能力有限,它会将复杂信息划分成块和小的单元。根据乔治A米勒(George...
情绪三维模型
Source: A new three-dimensional model for emotions and monoamine neurotransmitters 这三种神经递质全是单胺 血清素 生理层面:阳光、饮食、睡眠、运动; 安全层面:安全感 <-> 杏仁核 关系层面:亲密、归属 <-> 催产素 尊重层面:胜利、权位 <-> 睾酮 多巴胺(多巴胺是一种对即将到来的快乐的期待,而非快感本身;快感本身由内啡肽影响) 预期得到奖励 - 习得 “贪” if 奖励不存在 - 空转 “痴” if 认知失调 - 渴望重构 “嗔” 去甲肾上腺素 意外/注意,人们对习以为常的事物不会感到惊奇,而当遇到冲突or紧急情况时,会调动去甲肾上腺素,可以理解为一种“唤醒”机制 局限性: 忽略了认知维度 - 情绪认知系统(如内疚、后悔、羞耻等) 该模型提供的这8个情绪是最基础的,比如落在“悲-安”中间的某个点上,该如何定义 匹配方式分歧
MacBook使用tips
安装homebrew后需要将其添加至PATH环境变量中: Zsh 12echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/$(whoami)/.zprofilesource ~/.zprofile Bash 12echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/$(whoami)/.bash_profilesource ~/.bash_profile Homebrew下载or安装失败的网络问题解决办法加速器代理配置: 12export http_proxy="http://127.0.0.1:7897"export https_proxy="http://127.0.0.1:7897" 查看当前使用的代理: 12echo $http_proxyecho...
anaconda commands常用指令
查看anaconda配置信息:conda info 查看虚拟环境列表:conda env list anaconda换源:conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config –set show_channel_urls yes 更改anaconda虚拟环境默认安装位置:conda config –add envs_dirs D:\software\anaconda\envs 新建虚拟环境:conda create -n yourname python=3.7 启用虚拟环境conda activate yourname 删除虚拟环境conda remove -n yourname –all 指定源安装pip install opencv-python -i...
Custom Configuration Hexo-butterfly
Gallery Github New Repository Connect your PC with Github (details can be seen in the article “Deployment Hexo Github Pages”) Create a new folder, and open Git Bash 12git clone git@github.com:Jasper1910/pic_bed.git# your github SSH Create folders and add your pictures, and then, open Git Bash in the path with README 123git add.git commit -m "更新图片"git push Also, PicGo is a popular tool to manage pictures. Add auto categories install hexo plugins add codes in...
Philosophy and Knowledge Management
This article will go deeper in the relationship between philosophy and knowledge management. In the article “How to Build Knowledge Systems”, we said that it is a dual with 5 steps.{Dual: (Record/Outline -> Extraction/Distillation -> Conceptualization/MFUs)} -> Reconfiguration -> Creative Application Now, I wanna take it a step further. Firstly, I will introduce Ontology.Substance and AttributeMatter and FormPotentiality and ActualityIn Aristotle’s idea, form is...
How to Build Knowledge Systems
(Last updated: 2025/03/30 4:05)There are several methods we can use to build knowledge systems. For example, we can classify our knowledge based on theoretical hierarchy (meta/grand/middle-range/applied/empirical generalization). Also, we can build the system based on the disciplinary division. According to different purposes, we have different methods. However, it is too difficult for personal users to build knowledge systems, if we are exposed to multiple...
Blog Deployment: Hexo Github-Pages
This article aims to introduce a method to deploy the personal blog based on Hexo, Github and Obisidian. Environment OS: windows Tools: Node.js, VS Code, git HexoDownload and install Node.js https://nodejs.org/enDownload and install git https://git-scm.com/downloads/winOpen the powershell or cmd and install Hexo, excute: 1npm install -g hexo-cli To initialize hexo:Create new folder named ‘xx-blog’ (whatever u like)Enter your blog folder, input cmd in the navigation barAlso, you can choose...
My questions
...
Delagation Theory
Baird, Aaron, and Likoebe M. Maruping. “The Next Generation of Research on IS Use: A Theoretical Framework of Delegation to and from Agentic IS Artifacts.” MIS Quarterly 45, no. 1 (March 1, 2021): 315–41. https://doi.org/10.25300/MISQ/2021/15882. Presumption: the theoretical paradigm shift in the ==IS use== research - from “treating the IS artifact as a passive tool” to “agentic IS artifacts“. Gap: The vast majority of IS use research, however, assumes that IS artifacts...