Skip to main content

Brie Larson Tells GQ: I Think About Quitting Acting Every Day

Brie Larson Tells GQ: I Think About Quitting Acting Every Day




Her new movie “The Gambler” hits theaters this weekend and Brie Larson sat down with GQ magazine to chat about her fun and crazy life.
The “Spectacular Now” starlet told writer Zach Baron that she absolutely loves her gal pal Shailene Woodley- “I really appreciate the fact that she saw me for me before even I did. Before I could even recognize it and feel strong in that. I can't think of anything in particular that she's actually said—it's more just every time we see each other we cry and we hold each other and we look in each other's eyes and we kind of go, like, ‘This world is sooo interesting.’”
Ms. Larson is also into spirit animals- “I was like, ‘Yeah but for sure I'm an eagle and a lion.’ And I pulled them and I got prairie dog. I got a beaver. I got a gopher. I got a chipmunk. I got all burrowing small prey. My center was a black panther. But it's like black panther mixed with like six other small rodents. So I'd say at this point like 80 percent of me is rodent. And I had a really hard time accepting that.”
Meanwhile, Brie thinks about jumping ship from the acting game on a daily basis. “Today. Every day. I think it is the fact that I want to quit that keeps me going. It's very complicated. But I think part of this whole exploration with every job that I do is, in terms of overcoming fear and by overcoming the fear I feel so much more complete, and I learn something new about myself. It can get really messy inside my head and it's usually just because everybody can get really self-centered at some point. And so what usually keeps me from quitting is that my reasons for quitting are just lame.”
Facebook- Nishith Parmar - https://www.facebook.com/nishith.parmar.9
Thanks :)

Comments

Popular posts from this blog

15 Amazing Websites You Should Know- Make Your Work Easy

15 Amazing Websites You Should Know Hello Reader, Today i'm going to share some websites which are very useful in our college life and for other stuff which we like to do. Internet have to millions of millions websites and lots of websites names and it's functionalities we don't know.So,here top 15 amazing websites which you should know and use it in your work. So,lets get started. 1.  http://www.zamzar.com/ Zamzar is an online file converter, It allows user to convert files without downloading a software tool, and supports over 1,000 different conversion types. You just need to upload your file and the choose your file in which you want to convert and the hit the submit. You can also use different options like manage files,URL converter and develop API. It's have four simple steps and you get converted file through e-mail.It have almost all the option for file conversion. Here the look of the website. 2.   https://www.mailinator.com/  ...

Interview Related C Programming Questions and Answers

C Programming Interview Questions and Answers Here are some of the most frequently asked C Programming questions in the interview time. Refer this blog further for head "Your Hired!" at the interview time.☺so, let's get star. 1) What is C language? C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System in the early 1970s. _________________________________________________________________________________ 2) Why C is known as a mother language? C language is considered as the mother language of all the modern languages because most of the compilers, JVMs, Kernals etc. are written in C language and most of languages follows c syntax e.g. C++, Java etc. It provides the core concepts like array, functions, file handling etc. that is being used in many languag...

Basic Introduction of Python (about libraries)

Basic Introduction on Python Hello Guys, Today i'm going to taking about python programming language.I'm going to make some other blog for more on python programming language.So i hope you get something from this blog and if you have any question then ask i will solve your queries. Python is a widely used high-level programming language for general-purpose  programming, created by Guido van Rossum.  Aninterpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly braces or keywords), and a syntax which allows programmers to express  concepts in fewer lines of code than possible in languages such C++ or Java.  It is a high-level open source programming language. It is a powerful ,fast and dynamic. It is Object-oriented and Inheritance which is easy to lean. In C programming language or any language when our application or project require s...