Hakkımda

Fotoğrafım
This blog is created to improve my writing skills and maybe share some knowledge or comment on some subjects...

13 Eylül 2013 Cuma

The Station Agent...

Today, I'd like to write my views about a movie "The Station Agent". (Spoiler Alert!!! If you want to watch movie without knowing anything, jump to paragraph two!!!) The movie starts with a little man Finbar McBride (Peter Dinklage) and his close friend Henry (Paul Benjamin). They run a model train store and Fin assembles model trains back of the store, both Fin and Henry are train enthusiastics. Unfortunately, Henry dies suddenly and he inherits a depot near railroad in Newfoundland, New Jersey. Then, Fin has to move that depot and he starts to live there. Because he is kind of introverted, he does not have many friends. Also, people laugh at him when they see him because he is little. Maybe that is one of the reasons he does not have friends. Anyhow, after he moves to that place, he meets Joe (Bobby Cannavale), he sells coffee and food in front of the depot. Joe has a personality which is totally different from Fin's. He is talkative, amusing etc. After a few days they become friends. Of course, I almost forget that there is Olivia (Patricia Clarkson) who is recently divorced and she escapes from city life, she paints and does many things to get over his son's death. (Not to give too much spoiler) These three suddenly become friends, they share special time together and help each other to get over their own pains and problems.
If you do not like movies reflecting the real features of daily life, importance of friendships, you may not like this movie. However, if you want to know how important real friendships are, how people's behaviour towards you shapes your attitude, how people can be happy without complexity of city life, how physical appearance is not important when you try to know a person, how important if you find your soulmates, you should not let them go, how valuable help of your friends is, how precious the true friendship is...
I think that is enough to describe this amazing movie, I also admit that I'm amazed by the performance of the actors although this movie has a relatively small cast. If you are at home on a rainy fall day, you can watch this movie peacefully when you drink your coffee and fresh smell of rain comes from outside...
http://www.imdb.com/title/tt0340377/
           
                                                                                                         ORION

6 Eylül 2013 Cuma

Riccidoro e I tre orsi

"Riccidoro e i tre orsi" é un libro che ho letto. Ho letto questo libro perché voglio imparare la grammatica e il vocabulario dell'italiano :)

                                                                                                                      ORION

American Indians...

"Tatanka Iyotake" or well-known to people as "Sitting Bull" is the first American Indian I know. After I watched Pocahontas, Native American culture and life style became one of the areas I'm interested in and I met "Sitting Bull" and the whole Native Americans in that way.
Their life is so simple and so peaceful that I'm looking for that kind of life style in these days, because in today's world life is getting harder and harder and whatever you do, you may not be appreciated by other people and your work can go waste. We should not make our lives more complicated, we should be happy with little things but most of the people can find it ridiculous and insane. What I'm trying to say in these paragraph is Native Americans know how to live in a good environment that is simple and all tribe members need each other's work. In a tribe all work is worthy and deserve to be appreciated.
Their respect to the nature is one the things I adopted from them. They are human beings with great respect to the environment they live in and sadly we forgot to respect to the nature today, and this situation will not be good for our next generations.
Apart from these, I like their clothes, handcrafts, stuff they use in their daily life and their spiritual thoughts and acts, because they are interesting for me and I try to understand their looking angle to life which does not aim "gaining something or possesing things".
If you are interested in Native American culture and life style you can find many books available, but I highly recommend you to check "American Indians by Robert J. Moore" if you want a pictorial journey to Native American culture. I finish my article with an old saying from Blackfoot:
"What is life? It is the flash of a firefly in the night. It is the breath of a buffalo in the wintertime. It is the little shadow which runs across the grass and loses itself in the sunset."

                                                                                                                    Blackfoot

                                                                                                                      ORION

30 Ağustos 2013 Cuma

Claudio Baglioni e "Con Voi"

Ascolto la canzone di Claudio Baglioni che é "Con Voi" e io consiglio Gli di ascoltare Claudio Baglioni perché lui ha una voce grande e magnifica.
http://www.youtube.com/watch?v=EbP1jDFPJwY&list=TLvCtacY40k4Y

                                                ORION

Python

Python is the first programming I learned at my freshman year in college. At first, it seemed to me a little bit complicated because I did not have any programming experience before. However, after I met different kinds of programming languages such as C, C++, Java, VHDL, MIPS, Haskell and many others, I realized that Python is much more simpler and easier to use than any others. What makes Python such a great language? I can give many reasons to that question:
First of all, Python forces you to use indentation when you write programs and this is especially useful for novice programmers like me :) Because using indentation when you write programs makes your much more readable and understandable.
Secondly, you can write sequential programs in Python like in any other imperative language but more that that Python has "class" feature like C++ and Java and this enables you to write Object-oriented programs. That's why, Python is another useful language not only for C programmers also for C++ and Java programmers used to doing OOP sytle programming.
Thirdly, Python has rich libraries and you can find many useful built-in functions and this feature is a time saver when you deal with large projects because you do not have write functions from scratch in this way.
(I could give many other reasons but) Finally, Python has dynamic data types. What does it mean? It means that you do not have to tell Python interpreter the type of variable. You can use it as a string, integer, float, character etc. You cannot do that in C or C++, because you have to declare the data type of a varible before you use it. In Python, a variable can act like any data type and you can play with it in which way you want! Unfortunately, this feature makes Python programs slower than corresponding C and C++ ones, but computers are fast enough today, so if you write small programs, it is not even worth to talk about speed differences :)
If you are a novice programmer, I highly recommend you to use Python to enter programming world. You will see that it is worth to use...

                                                                                                      ORION