Yeah I just closed my browser without thinking about it and erased like, two paragraphs of text.
I've been having difficulty redesigning the backend of this website recently, I've been trying to recreate it in a completely object oriented design, but I've been having a lot of trouble visualizing it in my head, or even on paper, but I've been having a lot of issues with concentration in the last couple of weeks. Even now, I'm rewriting the same lines of text twice in a row and shit, and having to backspace.
I slept in today and woke up late, around 9:30 or so, and pretty much just layed on the couch the entire day. I was depressed, I was completely spiritless, I was down, crushed, slow, lazy, low. I watched Jimmy Fallon with breakfast, which was awesome, I put on some movies, specifically I watched My Name Is Bruce which is this awesome Bruce Cambell movie. I also watched half of the Hangover because I love it and it's funny. While the movies were on or whatever, I slowly worked away at some of the website stuff, I actually made a bit of progress by working on the user class, which handles logging in beautifully, I simply create an instance of a user object, and then call user.login() and bam, if the user has the login information stored in cookies, it checks that, and it also checks to see if someone submitted a login form and tries to login with that if it exists... yeah, you don't care, but it helps to type it out because it might give me ideas.