Posts Tagged ‘stage’

Constipation God’s punishment for our gluttony – My thoughts on Spiritual Reason for Constipation

Thursday, November 29th, 2012

Constipation God punishment for our gluttony, God's judgement on man
Some people might argue me but recently and over the last years, I had thoughts over the  so common nowadays problem of constipation. I think constipation  is God judgement on our increasingly gluttony self-love instead love for others, ungodliness  and our multiple sins.

I'm deriving this conclusion from my personal experience with constipation, every-time I over ate forced by my gluttony (partially forced by the over filling from everywhere with marketing to eat),  I get constipated. Constipation is one of the worst experience one can get and probably there is no person on earth who didn't experienced this in a stage of his earthly life. Probably half of the world is suffering from this terrible problem at least few times a year, where the frequency of constipation around people tends to be increasing with every consequential year.
Most of people from western world countries are in a number of times suffering more compared to less developed countries.

Main reason for increased constipation percentage in the western world (in my view) is the bad quality of half-artificually produced vegetables and fruits. Many of which grows as you should know grows in laboratories like places in order to do a cost saving for the companies. Due to the marketing hype and fuzz that took over westerners, many as a trick use the "green product" labeling just to make you convince their product, where in reality the product is far from green.

I think, God allowed the poisons which we hold in our hearts to materialize in our food as a punishment for our lack of repentance.

The hyper consumption that is ruling over western europe model is trying to spread itself in the less developed countries as well, while maybe a  billion of peoples all around the world are on the edge to die from hunger. In the west all businesses are trying to restructure themselves to more green friendly / (more green), whether parallel with that the same 'environment concerned businesses' are stimulating people to over consume through their marketing departments. Tell me isn't that one huge hypocrisy? How comes on one place a company talks about any efficiency if its fruits are inefficiency (over consumption)?

In the past days people consumed much less than today and less varied foods, still most of them were more heatlthy and many of them lived to an older age compared to know (this is a fact that one can learn not from the fake company statistics on the internet  trying to all the time show that the age barrier is increasing, this can be learned from our grandmothers and grandfathers and a bit of staring into history).

"Seed Companies" like Monsanto are already dominating the markets and killing the little farmers, so every next day, less and less of original God blessed plant seeds is left on earth. And even those who still are trying to be individual middle and little farmers are forced to buy already a genetically or hybrid modified seeds so a lot of the grown vegetables or fruits  is not grown through God blessed and given original food fondamential but some kind of 'human laboratory altered' plants. Most people and companies doesn't care if the seed is blessed or not by God or what kind of seed or food it is due to the fact they have long ago rejected God and do operate all their life with no God in their mind, but with the only goal for more and more pleasure and self-fulfillment of interests. It is sad really our bodies are constipated but it all starts from our soul constipation, we don't develop our souls in God's knowledge of good but advance instead in the "constipation" of  evil.

But constipation is not so bad in reality and it can be seen as a blessing from God as all pain makes us re-think over life and our deeds. Thus I believe though many might argue me, Constipation is just another of God's innumerous mercies over man to turn us to repentance and prayer.

But I think still there hope as long as each of us tries to be good or develop for good and pray to God, I believe all can be changed our soul and body constipation can be removed through God's power and mercy – only we have to strive for it ….

 

A tiny minimalistic CHAT Client Program writen in C

Sunday, July 29th, 2012

A friend of mine (Dido) who is learning C programming, has written a tiny chat server / client (peer to peer) program in C. His program is a very good learning curve for anyone desiring to learn basic C socket programming.
The program is writen in a way so it can be easily modified to work over UDP protocol with code:

struct sockaddr_in a;
a_sin_family=AF_INET;
a_sin_socktype=SOCK_DGRAM;

Here are links to the code of the Chat server/client progs:

Tiny C Chat Server Client source code

Tiny C Chat Client source code

To Use the client/server compile on the server host tiny-chat-serer-client.c with:

$ cc -o tiny-chat-server tiny-chat-server.c

Then on the client host compile the client;

$ cc -o tiny-chat-client tiny-chat-client.c

On the server host tiny-chat-server should be ran with port as argument, e.g. ;

$ ./tiny-chat-server 8888

To chat with the person running tiny-chat-server the compiled server should be invoked with:

$ ./tiny-chat-client 123.123.123.123 8888

123.123.123.123 is the IP address of the host, where tiny-chat-server is executed.
The chat/server C programs are actually a primitive very raw version of talk.

The programs are in a very basic stage, there are no condition checks for incorrectly passed arguments and with wrongly passed arguments it segfaults. Still for C beginners its useful …

Death Metal singing animals :)

Monday, February 20th, 2012

Alex, just passed me by few funny videos, with "animals singing death metal"

Death Metal Singing Rooster

This Rooster, should definitely contact Six Feet Under (SFU) 's vocalist – Chris Barnes for a solo album 😉

I guess this Camel should start innovative metal music fork to Grind Core or Noise Core metal genre sub-division 🙂


I'm sure you never imagined the donkey could be an awesome Metal singer, Well believe it or not it is a fact the donkey has a talent 🙂


This dog is quite experienced in Death Metal vocalist stage behaviour 😉

There is plenty of other Metal singing animals in Youtube, for more laugh check the related videos. Enjoy ! 🙂

Test your web browser compatability with Acid3 test

Wednesday, January 25th, 2012

Acid3 Test is a group of browser compitability tests. Acid3 test is a good indicator on how Web ready is your browser.

Acidtest is part of the web standards project. Latest Firefox 9.0.1 passes the test on 100% (100/100).
I've tried it with Epiphany and it scored only 67/100, still I'm using Epiphany on daily basis and I'm quite happy with it.
Acid3 browser compitability Test Firefox 9.0.1
The tests involved are testing browser for:
 

  • DOM
  • DOM2
  • Checks on HTML tables and forms browser rendering
  • SVG compitability testing
  • DOM1 and DOM2 compitability
  • Various ECMA Script Javascript compitability tests
  • Unicode (UTF-16 and UTF-8) browser compitability
  • XHML, SMIL, CSS, HTML compitability
  • Content-type image/png, text plain etc.

Acid3 browser test fail
The Acid3 test is written itself in Javascript. It consists of 6 testing "stages" (buckets) upon which the browser tested is evaluated.
Each of the test is represented visually by a rectangle. If the a test stage is passed you see a new rectangle appearing in the tested browser.
In wikipedia, there is a thorough list with web browsers by type and engine and the level of support for the Acid3 test.
The test is of great use if you're web developer.

How to load custom Kernel (tun) module in CentOS and RHEL Linux

Thursday, July 14th, 2011

kernel module load on boot in CentOS and Fedora

Just recently it was necessery to load up a tun kernel module on few CentOS Linux servers.

I’m using Debian on daily basis, and everybody that had even little of experience with Debian should already be aware about the existence of the handy:
/etc/modules file.
On Debian to enable a certain kernel module to load up on Linux boot, all necessery is to just place the kernel module name in /etc/modules.
For example loading the tun tunneling kernel module I issue the command:

debian:~# echo tun >> /etc/modules

I wondered if CentOS, also supports /etc/modules as it was necessery now to add this tun module to load up on CentOS’s boot.
After a bit of research I’ve figured out CentOS does not have support for adding modules names in /etc/modules , anyhow after consulting CentOS documentation on http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-kernel-modules-persistant.html , I found CentOS and RHEL use /etc/rc.modules instead of Debian’s /etc/modules to load up any custom kernel modules not loaded by default during system boot.

Therefore instructing the RHEL Linux to load up my desired tun module in kernel on next boot was as easy as executing:

[root@centos ~]# echo 'modprobe tun' >> /etc/rc.modules
[root@centos ~]# chmod +x /etc/rc.modules

Now on next boot CentOS will load up the tun module in kernel. Achiving the same module load up is also possible through /etc/rc.local , but it’s not recommended way as /etc/rc.local would load up the kernel module after all of the rest init boot scripts complete and therefore will load up the module slightly later, at the final boot stage.