尽量多跟见识广的,包容心强的人接触。不要理会那些狭隘的人,自己也不要狭隘。“出淤泥而不染”
尽早知道自己想做什么样的人,干什么事,保持“自洽”。
保持复杂,不要太在意一件事,也不要太在意一个人。
阅读全文 - Read more »

马克思和中国传统文化是中国人的精神世界的2个内核。23年秋天,湖南台和芒果TV发布了《当马克思遇见孔夫子》节目。此节目由官方支持,尝试证明马克思和中国传统文化是相容的,且中国传统文化相当优秀。但由于节目制作水平低劣尴尬,引发了很多争议。马前卒做了3期视频,以一个年轻的,左派的,非民族主义的视角,来探讨马克思和中国传统文化的关系,以及这个节目应该怎么做。马前卒这三个视频对此节目的分析有很多“妙不可言”的片段,相当值得一看。
阅读全文 - Read more »

MDAnalysis的线性密度模块有bug:模拟一盒Lammps模拟的均匀的水分子,计算出来的线性密度有一些向上突起的尖峰。
There is a bug in the MDAnalysis linear density module:when calculating the linear density of a uniformly simulated box of water molecules using LAMMPS, the result includes some sharp upward spikes.
阅读全文 - Read more »

在coursera上试听了《IBM Data Science Professional Certificate》这一系列,一共有10门数据处理课。
阅读全文 - Read more »

MDAnalysis包是一个用于分析MD的数据结果的python包,其内有丰富的分析工具,包括分析氢键的自相关函数(Hydrogen bond autocorelation function,hbacf)。但是其只支持分析连续的氢键自相关函数(continuous hbacf),不支持分析间断的(intermittent hbacf)。而其内部支持的intermittency参数也不完全符合间断的hbacf的定义。所以,我打算手动修改源代码。
The MDAnalysis package is a Python package for analyzing molecular dynamics (MD) data results, equipped with a rich set of analysis tools, including a function for analyzing Hydrogen bond autocorrelation function (hbacf). However, it only supports the analysis of continuous hbacf and not intermittent hbacf. The intermittency parameter included does not fully comply with the definition of intermittent hbacf either. Therefore, I plan to manually modify the source code.
阅读全文 - Read more »

可以使用ChatGPT做客观的政治倾向分析。因为ChatGPT学习过大量的文本数据,其中自然包括政治方面的知识。事实上,ChatGPT对政治的理解相当深刻,并且十分博学。
阅读全文 - Read more »

Gromacs是一个开源的软件,用c++开发。如果对Gromacs的某个功能不满意,大可以直接去修改其源代码,然后编译,安装。
Gromacs is an open-source software developed in C++. If you are dissatisfied with a particular feature of Gromacs, you can directly modify its source code, then compile and install it.
阅读全文 - Read more »

组里的人要分析一个系统的氢键数量和氢键自相关函数(Hbond autocorrelation function,hbacf)。
A colleague in our group is tasked with analyzing the number of hydrogen bonds and the hydrogen bond autocorrelation function (hbacf) in a system.
阅读全文 - Read more »