Prayer life
There are three ways of prayer according to Catechism of the Catholic Church.
- Vocal prayer 口祷
- Meditation 默想(运用思维、想像、情感、渴望)
- Contemplation 心祷
What is the difference between meditation and contemplation? The following part is a summary from here.
Contemplative prayer is more passive or sublime experience of God. Meditative prayer is more from our work of seeking God (though with the aid from God). Contemplative prayer can be distinguished as the pure work from God.
Prayer Clock 1.0.0
Finally I release the Prayer Clock with version 1.0.0. For the internal engine, there is not much change. For the deployment, I tried to make several changes.
Firstly, I am using autotools (autoconf and automake) for the project, so that it is easier for me to maintain the project. Because this project targets for cross platform. Yes, I learnt quite a lot of things about autotools, really nice to use.
Secondly, I continue maintaining the Debian package. Actually, I target on Arch Linux, but I found that Debian and Arch Linux is binary compatible (for my project, I am not sure for others). So, I use Arch Linux to package it in Debian using dpkg. And I also make the PKGBUILD for Arch Linux package build. I choose Debian (not RPM), because previously I used Ubuntu. Besides that, I also follow the freedesktop.org specification for the icon and desktop entry. As a result, after installation, we can run the application from the menu item (just like Windows start menu). Because of this deployment, I change the file hierarchy based on Linux/Unix, which I am not familiar about this before.
The theories (and concepts) I know about science
During my secondary school, I studied the science subjects: physics, chemistry, and biology.
The main theory I know about the physics is: Energy cannot be created or destroyed, it can only be transformed. Then I asked, where does energy come from? Is it existed in the beginning?
Then, about the chemistry, which studies about the matter. From this subject, I know an atom consists of proton, neutron, and electron. We can determine the element based on the number of protons. Then I asked, what determines the number of protons? There should be some attractive force, but where does this attractive force come from?
Are you in the bible? (Part 2)
Previously I asked, “Are you in the bible?” Right, most holy men and women suffered a lot as written in the bible. Since I mentioned those names, let me finish what were happened to those holy men and women.
Patriarch Joseph finally became an important man in Egypt, trusted by Pharaoh. During the great famine, he saved his own family and kinsmen.
David who wholeheartedly worked for Saul, but Saul wanted to murder him, at the later days, David became the king of Israel. Though he was persecuted by own son. But later years he died peacefully and his kingdom was succeeded by King Solomon.
Are you in the bible?
Whoever read the bible will find that there are a lot of sorrowfulness within the bible stories. Yes, bible is for those who are poor, oppressed, sicks, and sinners. Because the world is full of injustice, through the Gospel (I mean good news), we found our faith and hope. The worldly people judge with outlook, pursue authorities and richness. That is why, the poor become poorer, the oppressed become more oppressed, the sicks are abandoned.
When we lose faith
As a Christian, I always think about the meaning of life. The meaning of life means the reason of living and the purpose to live. Even some Christians, they will relate everything with a meaning. That means, whatever incident is happened, there is a reason behind, the incident is happened with a purpose. If a person broke a vase, there is also a meaning, may be the vase must be broken. If a person woke up late, may be this is the reason that he could avoid from an accident.
Catholic particular judgement in programming (for fun only)
[sourcecode language=“c”] int particularJudgement(State* state) { if(state->grace > state->sin) { if(state->punishment) { return PURGATORY; } else { return HEAVEN; } } return HELL; } [/sourcecode]
Beyond the time and space
We are living in a world with 3-dimensional space: width, height, and length. A point is zero dimension; a line is one dimension with length property; a rectangle is two dimensions with width and height properties; a cube is 3D with width, height, and length properties.
So, how is the fourth dimension? Normally, we will use time for fourth dimension. Why?
Now, if there is a point, with coordinate (x,y). Since it is a point, there is no length, width, or height, thus it is zero dimension. If the point is moving according to axis-y gradually with constant speed, and we record the point with time (t), then we plot the point into a graph, it will become a line as the right side of the image above. Therefore, zero dimension becomes one dimension.
Prayer Clock 0.1.4 released
Prayer Clock 0.1.4 is released, together with JPrayer Clock. Not many changes.
The important change is to solve the relative path problem. This is because if create a launcher on the desktop on Ubuntu, one cannot launch the application. This is because the application will load the XML files in the current working directory, where the current working directory might not be the directory of the Prayer Clock.
Click here to download.
Jacob's story
Once there was a man, Jacob. He fell in love with a girl, Rachel. And this Rachel had an elder sister, Leah, and her father, Laban. Jacob wanted to take Rachel as wife. So, Laban asked Jacob to serve him for seven years in order to take her as wife. Then, seven years passed, and Jacob took a wife. Yet, the wife was Leah, because Laban cheated Jacob. Then, Jacob still wanted to take Rachel as wife. So, Laban required Jacob to serve him seven more years.