...( Read more... )
Apr. 10th, 2007
movies: my top list (so far)
Apr. 10th, 2007 11:41 amSorry, the titles are all in English; and adding imdb links would be too much. Use search on imdb or netflix.
An Awfully Big Adventure
Addams Family Values (1993)
Amadeus (1984)
Amarcord (1974)
American Beauty (1999)
American Pie (1999)
American Pie 2 (2001)
Amores Perros (2000)
And the Ship Sails On (1984)
Andrei Rublev (1966)
Audition (2000)
Autumn Marathon (1979)
Beaches (1988)
A Beautiful Mind (2001)
Being John Malkovich (1999)
Billy Elliot (2000)
Casablanca (1942)
Cast Away (2000)
Cheech & Chong's Up in Smoke (1978)
Dark City (1998)
Dead Man (1995)
Desperate Living (1977)
The Discreet Charm of the Bourgeoisie (1972)
Faraway, So Close! (1993)
Fellini Satyricon (1969)
Flirting (1991)
Girl with a Pearl Earring (2003)
Go West (1925)
The Gods Must Be Crazy (1980)
The Gods Must Be Crazy 2 (1990)
Good Bye, Lenin! (2003)
Hair (1979)
The Importance of Being Earnest (2002)
Iris (2001)
La Strada: Special Edition (1954)
The Lover (1992)
Lumiere Brothers' First Films (1896)
Man with the Movie Camera (1929)
Masters of Russian Animation #2 (2000)
Men in Black (1997)
Men in Black II (2002)
Mirror (1974)
My Life in Pink (1997)
Night Porter (1974)
One Flew Over the Cuckoo's Nest (1975)
Our Hospitality / Sherlock Jr. (1926)
Pecker (1998)
The People vs. Larry Flynt (1996)
Ponette (1996)
The Return (2003)
Serial Mom (1995)
A Streetcar Named Desire (1951)
Talk to Her (2002)
The Terminator (1984)
Terminator 2: Extreme Edition (1991)
Total Recall (1990)
Un Chien Andalou (1929)
A Very Long Engagement (2004)
What the #$*! Do We Know!? (2004)
What's Eating Gilbert Grape (1993)
Wicker Park (2004)
Wings of Desire (1987)
Women on the Verge of a Nervous Breakdown (1988)
Y Tu Mama Tambien (2001)
An Awfully Big Adventure
Addams Family Values (1993)
Amadeus (1984)
Amarcord (1974)
American Beauty (1999)
American Pie (1999)
American Pie 2 (2001)
Amores Perros (2000)
And the Ship Sails On (1984)
Andrei Rublev (1966)
Audition (2000)
Autumn Marathon (1979)
Beaches (1988)
A Beautiful Mind (2001)
Being John Malkovich (1999)
Billy Elliot (2000)
Casablanca (1942)
Cast Away (2000)
Cheech & Chong's Up in Smoke (1978)
Dark City (1998)
Dead Man (1995)
Desperate Living (1977)
The Discreet Charm of the Bourgeoisie (1972)
Faraway, So Close! (1993)
Fellini Satyricon (1969)
Flirting (1991)
Girl with a Pearl Earring (2003)
Go West (1925)
The Gods Must Be Crazy (1980)
The Gods Must Be Crazy 2 (1990)
Good Bye, Lenin! (2003)
Hair (1979)
The Importance of Being Earnest (2002)
Iris (2001)
La Strada: Special Edition (1954)
The Lover (1992)
Lumiere Brothers' First Films (1896)
Man with the Movie Camera (1929)
Masters of Russian Animation #2 (2000)
Men in Black (1997)
Men in Black II (2002)
Mirror (1974)
My Life in Pink (1997)
Night Porter (1974)
One Flew Over the Cuckoo's Nest (1975)
Our Hospitality / Sherlock Jr. (1926)
Pecker (1998)
The People vs. Larry Flynt (1996)
Ponette (1996)
The Return (2003)
Serial Mom (1995)
A Streetcar Named Desire (1951)
Talk to Her (2002)
The Terminator (1984)
Terminator 2: Extreme Edition (1991)
Total Recall (1990)
Un Chien Andalou (1929)
A Very Long Engagement (2004)
What the #$*! Do We Know!? (2004)
What's Eating Gilbert Grape (1993)
Wicker Park (2004)
Wings of Desire (1987)
Women on the Verge of a Nervous Breakdown (1988)
Y Tu Mama Tambien (2001)
иммигрантку, которая в Китае преследуется за принадлежность к Фалунгонгу.
Вот линки.
1, 2, 3, 4, 5
Схватили в доме мужа, вместе с ребенком, и вывезли; в понедельник суд должен был решать её вопрос. Её прятали в аэропорту от представителей ООН.
В Харбине дочь отвезли к родственникам, а о ней самой ничего больше не слышно.
В Китае сотни тысяч фалунгонцев сидят в тюрьмах; тысячи погибли; их также используют как источники органов для пересадки.
Вот линки.
1, 2, 3, 4, 5
Схватили в доме мужа, вместе с ребенком, и вывезли; в понедельник суд должен был решать её вопрос. Её прятали в аэропорту от представителей ООН.
В Харбине дочь отвезли к родственникам, а о ней самой ничего больше не слышно.
В Китае сотни тысяч фалунгонцев сидят в тюрьмах; тысячи погибли; их также используют как источники органов для пересадки.
LSP - Liskov Substitution Principle
Apr. 10th, 2007 02:22 pmYear 1999 Definition: "Let q(x) be a property provable about objects x of type T. Then q(y) should be true for objects y of type S where S is a subtype of T."
Original definition looked like this: if for each object o of class S there is an object o1 of class T such that in any program expressed in terms of T o1 can be replaced with o without altering the behavior, then S is a subtype of T.
Which means, you cannot put additional restrictions on a subclass. That is, in programming, a square is not a rectangle - but a parallelepiped is, which is, of course against all our intuition.
How come?
The problem is that in programs objects may change. If they were not, we could safely substitute, in any formula involving a parallelepiped, a parallelepiped P with a cube C, and it will still be valid. If the object does not change, its timeline can be reduced to a point. But for things that change, things change.
Say, we have a parallelepiped that is being deformed; at one moment it can become a cube, but there's no quaranty it will remain one forever. In programming terms, a piece of code may change the length of the parallelepiped, and expect that other dimensions remain the same.
Following this principle, a Timestamp is Java is a subclass of Date, and SortedSet is a subinterface of Set - they add new structure but do not (vaguely speaking) add any new restrictions.
Original definition looked like this: if for each object o of class S there is an object o1 of class T such that in any program expressed in terms of T o1 can be replaced with o without altering the behavior, then S is a subtype of T.
Which means, you cannot put additional restrictions on a subclass. That is, in programming, a square is not a rectangle - but a parallelepiped is, which is, of course against all our intuition.
How come?
The problem is that in programs objects may change. If they were not, we could safely substitute, in any formula involving a parallelepiped, a parallelepiped P with a cube C, and it will still be valid. If the object does not change, its timeline can be reduced to a point. But for things that change, things change.
Say, we have a parallelepiped that is being deformed; at one moment it can become a cube, but there's no quaranty it will remain one forever. In programming terms, a piece of code may change the length of the parallelepiped, and expect that other dimensions remain the same.
Following this principle, a Timestamp is Java is a subclass of Date, and SortedSet is a subinterface of Set - they add new structure but do not (vaguely speaking) add any new restrictions.
мой любимый интеллиджей спрашивает...
Apr. 10th, 2007 06:14 pmЯ: syncrhonize me the directory! (это после того, как intellij повисел секунд тридцать, синхронизируя всё с version control)
IntelliJ: are you sure you want to syncrhonize recursively this directory?
Я: Yes, I mean it.
IntelliJ (after synchronizing a top level directory): are you sure you want to synchronize recursively this directory?
Я: Yes, I am sure. What part of "recursively" you do not understand?
IntelliJ (закопавшись на уровень глубже в директорию): are you sure you want to synchronize recursively this directory?
Я: Yes, please continue doing it recursively. I'm sure you know what it means.
После чего интелиджею надоедает задавать идиотские вопросы, и он спокойно завершает свой скорбный труд. И дум великие свершенья.
Ну ребята, ну вы ж питерские, ну что ж вы юзеров-то за идиотов держите, а?
IntelliJ: are you sure you want to syncrhonize recursively this directory?
Я: Yes, I mean it.
IntelliJ (after synchronizing a top level directory): are you sure you want to synchronize recursively this directory?
Я: Yes, I am sure. What part of "recursively" you do not understand?
IntelliJ (закопавшись на уровень глубже в директорию): are you sure you want to synchronize recursively this directory?
Я: Yes, please continue doing it recursively. I'm sure you know what it means.
После чего интелиджею надоедает задавать идиотские вопросы, и он спокойно завершает свой скорбный труд. И дум великие свершенья.
Ну ребята, ну вы ж питерские, ну что ж вы юзеров-то за идиотов держите, а?