«The deadly thing in my job is to attach too much meaning to everything. You have to have a sense of humor about yourself...I'm definitely trying to figure this all out as I go along, how to craft a career. As things get bigger, I have days of depression, sitting in the house and wondering 'What are you doing? Is it even relevant?‘», «In the military, you learn the essence of people. You see so many examples of self-sacrifice and moral courage. In the rest of life you don't get that many opportunities to be sure of your friends.»
Anzeige
Milestone-Movies: You Don't Know Jack: The Jack Soo Story (2009), J. Edgar (2011), Lincoln (2012), Frances Ha (2012), Bluebird (2013), Inside Llewyn Davis (2013), Tracks (2013), The F Word (2013), Midnight Special (2015), Star Wars VII: The Force Awakens (2015)
Stars & News
«Star Wars: The Rise of Skywalker» mit viel Geheimhaltung
Jim Jarmusch: «Jede Zombie-Story ist metaphorisch»
Bill Murray: «Das Drehbuch war ziemlich lustig»
«Avatar 2» kommt später, dafür gibts mehr «Star Wars»-Action
Marriage Story ist eindringliches und mitfühlendes Porträt einer Familie, die trotz einer zerrütteten Ehe zusammenzuhalten versucht. Regie führte Oscar-Kandidat Noah Baumbach, in den Hauptrollen spielen Scarlett Johansson und Adam Driver, Laura Dern, Alan Alda und Ray Liotta sind in Nebenrollen zu sehen.
function getCookie(name) {
var cookieValue = null;
if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies[i]);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}
$('.up-log').on('click', function () {
var is_authenticated = eval('False'.toLocaleLowerCase());
if (is_authenticated) {
$.post("/api/user_profiling/", {
'csrfmiddlewaretoken': getCookie('csrftoken'),
'object': 'person',
'id': '551',
'weight': 'share'
});
};
});