Watched a film called Therese and Isabelle last night. Despite having a few moments which were a little off, I really enjoyed it. I find most lgbtq films to be disappointing for numerous reasons which I won’t list, but this one was most definitely not in that category. At least for me.

Watched a film called Therese and Isabelle last night. Despite having a few moments which were a little off, I really enjoyed it. I find most lgbtq films to be disappointing for numerous reasons which I won’t list, but this one was most definitely not in that category. At least for me.

When I lie still, I’m a question. When I move, I’m an answer.

Kristin MF Johnson (via courtneyshubert)

Fuck.

I’m fucking sick and tired of feeling like I don’t matter to you.

And I feel like I’m being eaten by a thousand million shivering furry holes.

And I feel like I’m being eaten by a thousand million shivering furry holes.

Bang bang, we’re beautiful and dirty rich.

Lady GaGa
School. Calculus. ENGLISH.

School. Calculus. ENGLISH.

Sexting ›

Haha. It’s even better under the article for text messaging. Give it a look.

I’m in Computer Programming.

//Programmer: Kristin Johnson
//Program: LibraryTester
//Description: Prints a patron’s books

public class LibraryTester{
 public static void main(String [] args){
  
  Patron p = new Patron(“Kristin Johnson”);
  
  Books b1 = new Books(“Helter Skelter”,”Vincent Bugliosi”);
  Books b2 = new Books(“Mein Kampf”,”Adolf Hitler”);
  Books b3 = new Books(“A Clockwork Orange”,”Anthony Burgess”);
  Books b4 = new Books(“The Communist Manifesto”,”Karl Marx”);
  
  System.out.println(p.borrowBook(b1));
  System.out.println(p.borrowBook(b4));
  System.out.println(p.borrowBook(b2)+”\n”);
  
  System.out.println(p+”\n”);
  
  System.out.println(p.returnBook(“Helter Skelter”));
  System.out.println(p);
  System.out.println(p.hasBook(“Mein Kampf”));
  System.out.println(p.hasBook(“The Communist Manifesto”));
 }

Art is always and everywhere the secret confession, and at the same time the immortal movement of its time.

Karl Marx
 
1 2