Current World economy considered harmful / sustainable developement of world economy
By pavic | January 24, 2008
I hope some day, somebody will refer to this text of mine, like programmers refer to “Go To Statement Considered Harmful, ” from Dijkstra.
In few words. If we use money as exchange for basic human survival needs (health, food, water, shelter), in capitalistic system, we are encouraging people who have a lot, to have even more, and pure ones to have even less.
This is so, because if you are born without anything, you will do all to get something, and take it from the one who have little too, and give it to one who has a lot in exchange for fulfilling your basic needs.
The fact “you will do all” is very bad, because it includes violence of any kind, and non-human amounts of work, for rich one. Non-human amounts of work will only cause workers in India to work for 2$ per hour, workers in China to work for 1.5$ per hour, etc, until they start working 20hours per day, 0.02$ per hour, because of defeating competition.
Such economy is turning people into slaves, because they are left choice less. One worker can’t and should not become something else, because he does not need to.
Solution to current world problem is:
1. limiting the growth of mankind.
2. change the moral values (all people are born equal, and should have same starting position, same rights, people should be judged by their moral values, their beliefs, not by amount of money (females please respect this), their passion and effort)
So, the general idea is if some guy from some poor country gets born, he should not earn his bread, by taking it away from his rich neighbor.
If we are to solve this problem, we should enable set of basic human rights and needs to be secured for each person on the world, and richness to be limited to certain amount of money. This way we would have solved all current problems, people would be working what they wish instead of what they MUST do in order to survive.
Such goals could be reached only by extremely well organized and coordinated worldwide rebellion.
1. Countries should change their politics in order to fulfill those goals
2. World capitalists, and corporations would have to understand that they can only benefit from this.
3. Military and police should be on the side of people in order to conduct such regime
Such system is similar to socialism or communism, but it is not communism in few fundamental differences:
1. It respects religion, and one’s opinion and choice
2. It enables right people to be on right places (same as capitalism, and democracy), but it limits overgrowth of some
3. There is no more money as we know it. As a mother of fact, there would rather be some indexes for people, so they can get some “exclusive and expensive stuff”, rather than money, all food and basic needs would be free.
Such system, with personal indexes, would not left rich country’s programmer’s family without food. It would give same opportunity to rich country’s programmer and pure country’s programmer to compete in a healthy way, and benefit from being better.
Simply moving the productions to cheaper places, is leading to the theoretical price 0 for production of goods.
Which is untenable.
Topics: PHP | No Comments »
Sci-fi geek
By pavic | December 27, 2007
![]() |
I received 63 credits on The Sci Fi Sounds Quiz How much of a Sci-Fi geek are you? |
| Take the Sci-Fi Movie Quiz canon s5 is | |
Topics: PHP | No Comments »
Cool christmas and new year greeting cards
By pavic | December 25, 2007
This year I’ve got few cool e-cards, and later I’ve tried to find some more of such cards on the net, but I could not find any website having those e-cards listed in one place. After extensive search I’ve found one, but it had just a few links so I tough it would be cool to list them here.
Perhaps somebody else haves the same problem like me.
- Groovy x-mas http://www.groovy-xmas.com/
- Elf Yourself http://www.elfyourself.com/
- ScroogeYourself http://www.scroogeyourself.com/
- Gnome yourself http://www.gnomeyourself.com/
Topics: PHP | No Comments »
Response to 15 geek movies you have to see before you die.
By pavic | December 4, 2007
Hmm, I have seen pretty much of movies, and so have some of my friends. So I decided to create this better list of 15 geek movies you have to see before you die.
1. Star trek (all movies counts as 1)
2. Star wars (all movies counts as 1)
3. Star gate
4. 2001: A Space Odyssey
5. Navigator
6. Dumb and Dumber
7. Four rooms
8. Ethernal sunshine of the spotless mind
9. Close Encounters of the Third Kind
10. X-files
11. Dr. Frankenstein
12. Steven King’s Langoliers
13. 12 monkeys
14. Brasil
15. Terminator 2
Topics: PHP | 1 Comment »
Spam fight
By pavic | December 3, 2007
I have really functional idea, how to fight spam.
E-mail users should purchase stuff they are trying to sell, and refuse to pay for it, also
we should be boring to spammers as they are to us, by asking them to remove our e-mail address from their databases.
Topics: PHP | No Comments »
Isometric excercises for throat part of the spine
By pavic | December 3, 2007
Startig position is sitting with foots on the floor, leg under knee is is under 90 degree angle to a leg above knee. Spine is straight and also 90 degree angled to legs.
1. Put your fingers between each other, and put your hands on your forehead. Push your head forward, and resist head’s movement with your hands.
2. Put your hands behind your neck, push back with head, and resist with hands.
3. Right palm put on right side of your face, push head towards right shoulder, and resist with your palm.
4. Left palm put on left side of your face, push head towards left shoulder, and resist with your palm.
5. Put right palm on your beard, push beard to your right, and resist with hand
6. Do the same for left side.
7. Put palms together in front of you in height of your shoulders, and push your left palm with right one, and resist.
8. Do the same, pushing right palm with left one.
9. Put your hands in front of you, and pull your fingers, so your second finger pulls small finger, middle finger first to small finger of other hand.
10. Fist your fingers and straighten hands in front of you in a height of your shoulders. Push hands forward, and with head - push back
11. Do the same with your hands back, and push head forward.
12. Hands are with body, figngers fisted, push shoulders up, stomach is puff up.
Notice:
While doing the exercises it’s very important not to make moves, just to tighten muscles.
Every exercise should be repeated three times, and you should stay contracted 6-10 seconds per exercise.
Relaxation phase lasts like contraction phase.
Topics: self developement, health | No Comments »
one php config file for multiple web servers
By pavic | April 20, 2007
This is a way I am using for years, to speed up developement.
if($_SERVER[’SERVER_NAME’]==’www.acosonic.com’) {
$dbHostname = “localhost”;
$dbUsername = “aleksaho”;
$dbPassword = “fED7LzMA”;
$dbName = “aleksaho”;
} else if($_SERVER[’SERVER_NAME’]==’www.fsdff.com’)
{
$dbHostname = “localhost”;
$dbUsername = “root”;
$dbPassword = “”;
$dbName = “hotel_aleksandar”;
} else {
$dbHostname = “localhost”;
$dbUsername = “root”;
$dbPassword = “”;
$dbName = “hotel_aleksandar”;
}
// Make connection to database
// If no connection made, display error Message
$dblink = MYSQL_CONNECT($dbHostname, $dbUsername, $dbPassword) OR DIE(”Error !! Unable to connect to database”);
// Select the database name to be used or else print error message if unsuccessful*/
@mysql_select_db($dbName) or die( “Unable to select database “.$dbName);
Topics: PHP | No Comments »
MAC bittorrent clients review
By pavic | February 17, 2007
Today I decided to transfer my bit-torrent downloads on MAC, because it is more quite old G4, and I was seeking on net for reviews, desciriptions, downloads of bit torrent clients.
On several websites I found people saying that Azureus is the best, so I downloaded and tested it, by my opinion, it’s slow (UI), and it can’t reach full potential download rates, it is using too much network resources (rapidly opening connections) etc, but not gaining enough result.
So I keeped seeking, and downloaded bittorrent (Original name, hah?) and it reached 4x more speed than Azureus (same settings), and 2x more speed than Micro torrent on windows, so I decided to let it work for few days.
Only thing that I am missing is reset bans and clear peer list, since those 2 can sometimes result in very big speed increase.
Topics: PHP | No Comments »
IIS ASP 500 internal server error
By pavic | February 3, 2007
When running iis with asp, and if you want to test your <% Response.Write("Hello World") %> if you use IE and test it on localhost, and get internal server 500. Go to advanced settings of your Internet explorer, and turn off show friendly header errors.
that way you will get error displayed inside html page, like errors in PHP
Topics: PHP | No Comments »
Working with ASP and PHP on same machine
By pavic | February 3, 2007
There are many ways to do it, one way is to have apache with php listening on port 8080 for example, then you will access your php pages as usual, just adding :8080 after your local host, and accessing .asp pages by localhost or vice-versa.
Since I used that approach several years ago, and I don’t develope much in ASP, only when needed. I decided that keeping inetpub folder on my c-drive is deriving my attention, so I decided to install windows server 2003 web edition into microsoft virtual PC, and it performed very well.
Topics: PHP | No Comments »

