Farmer's Market

I've been volunteering at the Brookfield Farmer's Market every Saturday for the past month or so for the Cat Shelter. I took a few photos while I was there. More after the break. read more...
Posted on July 12, 2010 at 02:08 pm. 0 comments. Tags: Brookfield Farmer's Market Hub Chloe Chuck chickens farmer's market brookfield
I've been so busy...
My life has been very busy. There's been a lot of projects I've started, contemplated and ultimately had to shelf because I've not been able to muster the time to get it going. In typical days, I feel pulled in many directions.
I still have a lot of work and design I want to put into my website, namely making my mobile site more functional and adding more functionality to help me work better.
I also need to design my professional website, and get that up and running, as well as designing a business card to print.
I've taken many photographs in the past few weeks, but had little time to look at them and post them.
I'm also making an effort to move my website to my physical server. I've recently add more components to the computer, including a 5400RPM 1TB HDD for backup storage. I chose the slower speed for the hope of using less power and generating less heat (my desk area is already super hot compared to every other part of my apartment. I've been a bit lax on it, but I think I have most things up and running. Once I have the image upload scripts up and running, I'll make the final transition and pull the plug on my virtual server.
I also had a fairly annoying experience with Value City wherein I purchased a couch, had to exchange it because the salesman put the wrong color into my order, and eventually return it because the second couch was defective and was missing padding.
I purchased a new camcorder, and I do want to start making movies. I've been brainstorming different ideas and will hopefully get something off the ground.
At the same time, I've been learning a lot about Maya and may actually start modeling different scenes and stages in the near future. I'd love to add this to some sort of green screen in the near future.
Needless to say, I've not had a lot of time on my hands. I'll try to get more up, but like many things in my life right now, it's going to be pushed back a bit.
Posted on June 01, 2010 at 02:23 pm. 0 comments. Tags:
Update: gOS
I didn't care much for gOS. I couldn't put my finger on the specific reason why. I just felt it was too cluttered to get it working just right. The other problem I ran into was that I wasn't completely sure how to customize the work space. However, this is probably due more to my inexperience with Gnome than anything with the OS.
I'll take a look at other light weight Linux distros later on.
Posted on May 05, 2010 at 01:42 pm. 0 comments. Tags: linux gOS
New Versions of Linux
I've been using Debian almost exclusively as my Linux platform of choice, however, I think it's time to take a gander at Ubuntu Server. It's built from Debian, meaning it can use the APT repository (which is one big reason why I like Debian). It's also meant to act as a server, which could be good for me. I want to test e-mail settings on my server in case I need to set up a new server.
Moreover, I'm going to take another look at gOS. I tried gOS once a while back on a woefully inadequate computer and it was a miserable disaster. However, I have a computer that's slightly more powerful (P4 w/ 256mb of memory) that may be able to handle gOS. If gOS runs well, it might be a viable alternative to Windows on the lower end computers we have in the office.
In other news, I've been hired recently as a consultant to a law firm. I'm going to use this opportunity to potentially jump-start a consulting side business. I've since registered a new domain (methompson.com) and will start developing a website for that domain.
Posted on April 29, 2010 at 06:41 pm. 0 comments. Tags: methompson.com gos ubuntu server ubuntu linux
Update
Hey all, been a while.
I've been working behind the scenes on my website, trying to improve the functionality on the rear end of the site. I've also been working on a mobile version of my blog so that I can write and post entries from my phone.
It's my hope that I can figure out a way to transfer files from a camera to my phone and then be able to upload files from the phone to my website. Right now, that appears to require a laptop of some sort, which isn't too big a deal, in my opinion. If I plan on driving somewhere, I can always stow my computer in the trunk. If I ride my bike, well, I guess I'm out of luck.
Otherwise, my previous statement concerning the weather was a bit optimistic. While we've had some decent weather, a lot of the weather has also been cold, so I've not been going out much in the weather.
On a positive note, I've been making a lot of progress with learning Maya. I've not actually made many interesting things, but I'm getting close to actually making something interesting. I hope to actually post something worthwhile in the near future.
Posted on April 13, 2010 at 12:38 pm. 0 comments. Tags: website weather life cell phone mobile phone
The Future
I've recently, replaced the entirety of my Blog and the majority of image pages with OOP code. The last step I need to take is to make the final touches on my image upload program.
From there, it'll be time to implement some of the functionality that I've been putting off. I've already set up the ability to hide images and folders from the public (the purpose is to provide a place to store images that aren't necessarily for gallery purposes, but can be used in the blog itself), but I need to start implementing it in my HTML and PHP.
I also have ideas to add to my blog functionality, such as the ability to start entries and store them as drafts for later editing. There are, also, other tweaks I want to provide for the main page, such as the ability to go to the first page or the last page.
But, more importantly than the development of this blog, I feel like I need to really start focusing on the content. The excitement of developing a functional blog with functional authentication, BB Code, images and so on is starting to wane, considering I started this project more than a year ago. The first recorded post was made on January 28, 2009. Before that, I had a previous blog that was completely scrubbed after making major development changes and before that, I had already been programming a bit of information in a proto-blog. I've been working on my website in its various incarnations for more than 1.5 years. So, now, it's time to start focusing on providing something interesting.
The good news is that spring is finally here. The past week and a half has shown a dramatic warming of the weather from the low to mid 30s to the 50s. I can finally get out and maybe produce something worthwhile photographically.
Posted on March 11, 2010 at 11:34 am. 0 comments. Tags: dev website photography
Comment Screening
Just in case anyone is curious why I screen comments, I received 155 spam comments last night. Deleting them is a pain, but it's better than searching through all of my blog entries trying to find them.
Posted on February 26, 2010 at 12:31 pm. 0 comments. Tags: admin website spam comments
New Blog Update
I've been working on my new blog software for a few months now. I don't intend on adjusting the outward appearance of my blog in any appreciable way, so when I move from the old software to the new software, it should look the same. Rather, all of the changes I'm making are all on the back end of things.
I've been working to objectify my PHP code. Right now, my blog spans over 20 disparate files. There are a few files that are common to them all (similar to classes), but they're mostly for the more complex features. The problem I've been having is reconciling similar functionality and standardizing my coding practices. For instance, I recently spotted a bug in my site redirect script. Were my program stored in a few central classes, I would only have to modify a few portions of the code. However, because everything was apart, I had to modify 15-20 different files correcting the bug. Of course, even with classes, I may have to modify a fair amount of items. For instance, adding, editing and deleting information has a similar procedure with a different query string. With 4 different information classes with an add, edit and delete method in each, that's 12 instances of the exact same code. Making a method for the redundant code makes the code more succinct AND makes it easier to modify down the line.
Currently, I have information classes: my blog entries, comments, image info and image folders. I also have a class for database use, a utilities class, a user authentication class and an HTML class. So far, I've written most of the database and information classes. I need to fine tune and correct any logic errors and try to synchronize common class types. I've also finished writing my utility classes, as they were taken from the old utilities I used before.
The authentication and HTML classes will take a fair amount of time, but most of the logic and styles for each have already been written. I'll just need to slice them up and edit them to function correctly in a modular fashion.
If I were to give a percentage of completion, I'd say that I'm somewhere around 60%. I've completed a lot of the logic grunt work and I have a little left. Afterward, it will be about testing the applications to insure proper working order.
Posted on February 22, 2010 at 12:26 pm. 0 comments. Tags: website admin blog images programming php mysql database
Bags, Part II
I've chosen a pair of bags to purchase. The first a Kata DR-465 backpack. It's different from most camera backpacks insofar as it doesn't look like a camera backpack (and doesn't stick out like a sore thumb).
It's also differentiated further from other camera backpacks in that it's more accessible on the go. Many camera backpacks have a single large compartment and the rear of the pack is simple a cover. The zipper will extend all the way to the bottom on both sides so that the cover opens like a flap. This flap works best when the bag is lying down on the ground so that you can get to all the equipment from above. The Kata bag has pockets that are meant for swinging the bag around while it's still on the shoulders.
This sort of bag should be exactly what I need for taking my camera with me when I ride my bike around.
The other bag I've chosen is the Jansport Elefunk messenger bag. I wanted to a messenger bag to replace both of my other shoulder bags. One is a regular bag that I got for free at a bar back in college. My second bag is a cheapie laptop bag that is OK for carting a couple things with me, but easily becomes overfilled and isn't the most comfortable.
Posted on February 18, 2010 at 07:18 am. 0 comments. Tags: bags camera
A Bag
I've been on the prowl for a new bag for my camera crap. I've been unsuccessful in being able to carry my camera gear around while riding my bike. I can take it easily enough in the car, but I want to be able to ride out into the woods and stop at some of the more interesting scenic areas.
My current camera bag is a large rectangle with padded dividers that I can place where I want with velcro. This bag is good for packing a body, a selection of lenses, a flash and a few other doodads with relative ease. The problem is that it's bulky. It's OK for carrying to and from my vehicle to single destination, if I plan on setting the bag down or not going into it.
However, it is dreadful when I plan on being entirely mobile. While walking around, the flap makes on-the-go switching a pain in the butt. When I try to cinch the bag close to my body, the awkward shape of the bag makes it stick out from my body.
I have a plethora of other bags, but none of them have a particularly elegant mix of ease of access and capacity large enough to store my camera. I have a couple shoulder bags (1 laptop and 1 plain) that are fine for grabbing stuff while walking around, but have little space for a camera. I have a pair of backpacks. 1 is only just large enough to hold my camera, but is a bit thin and uncomfortable. The other is much larger and more comfortable. Neither gives me easy, quick access.
I've also decided NOT to get a camera bag. Most are too compartmentalized for my taste, making them difficult to use for other purposes. Moreover, they're ugly. They stick out like a sore thumb most of the time, making them easy targets for thieves or making people leery of me. I want something that blends in.
So, I was looking around at sling backpacks. I assume that they would be roomy, have ergonomics that would suit walking around and bike riding and would give me the ability to swing the bag around and pull a camera out. The problem is that the sling backpack selection is VERY low. There are a few out there, but of what I see, few are large enough or sturdy enough. Some look like they might work, but stick out like a sore thumb (typically with camo print).
So, I'm currently looking at messenger bags. A few messenger bags look attractive, but I'll take a look at REI tonight before I make a choice of which bag to eventually purchase. I know that it would not have the compartments like a typical camera bag, so I'll have to improvise how to carry my gear around without it whacking into each other. I'm thinking a combination of makeshift lens pouches (socks!) and foam should be enough. I'm hesitant to purchase lens and camera covers for now.
