Class Project Collaboration with a Wiki
In the Operations Management course I just finished, a group project accounted for a third of the grade. My group was given the topic “Toyota Production System / Lean Manufacturing”. I suggested to the group that we use a Wiki to collaborate on the project.
I installed MediaWiki (the same one used by Wikipedia) on my site and off we were. The wiki did not necessarily determine the outcome of the project(which was a success), but it certainly helped streamline the process. In fact, I think I found a new application for Lean principals – Lean Group Project Collaboration!
You can find the results here: OMIS505 Group Project Wiki
Upsides of Wiki Collaboration
-mobile, accessible repository for keeping research (links and notes)
-gives you the ability to instantly see the latest version of your project (or the outline in our case)
-you can review what changes were made when and by whom, which introduces some accountability into the project
Downsides of Wiki Collaboration
-no mechanism for uploading files (like a powerpoint presentation)
In case you are interested, the final version of our powerpoint is available here:
Group Project Presentation (5MB)
Implementing reCaptcha in Your Rails Application
Recently I started noticing a lot of spam posts on my website. It must be those internet hacker bots! I wondered if I could put one of those fancy image verification things into my site to stave them off. They’re called ‘captchas’ and it turns out that its simple and easy to implement such a thing in Ruby on Rails using the reCaptcha plugin. Here are the instructions I wish I had when I started:
- install the reCaptcha gem. I’m using Aptana/RadRails IDE which has a nice interface to install gems, but I hear you can install it via the command line with something like ‘gem install reCaptcha’
- Register for public and private keys at recaptcha.net .This is also a good tutorial of how a captchas and reCaptcha works. You will have to add your public and private keys to your config/environment.rb file.
- insert the reCaptcha function calls into your code:
recaptcha_tags() – put this into your®html form to generate the challenge image.
verify_recaptcha() – when inserted into the controller, checks the data passed from the form to make sure that the correct ‘answer’ was given. returns boolean
Thats it! Add a comment to test it out!
Are You Ready For Some Football?! (Because I am!)
Training Camps are finished. Madden has been released. Exhibition games are done. Fantasy Drafts have closed…
The NFL season is upon us. The action kicks off in just two days and I CAN’T WAIT!
Go Bears
Web host switch
have switched web hosts as of today from Axishost to Dreamhost. Axishost was very good, but their spamassasin has been broken for about a month and I couldn’t take it anymore!
I’ve also lowered my yearly hosting costs from $72 to $23(Dreamhost promo code: DOIT). We shall see how Dreamhost measures up.
Update: The switch went pretty smooth, although this was the most complicated one yet due to the fact that I’m using Ruby on Rails and running a photo gallery. The procedure was basically:
- Copy Data
- spoof new DNS by modifying ‘hosts’ file. This was required to access phpmysql and to test out the site.
- Export/Import Mysql databases.
- redeploy website.
I can tell the difference with Dreamhost using fastCGI. The site usually loads a lot faster. My only complaint so far is that Dreamhosts spam filtering solution isn’t as good as axishosts. Supposedly I can install a better one but I haven’t gotten around to it yet.
Slate Floor Installation
Dayna and I just finished installing Slate flooring in our Kitchen.
You can see the rest of the pictures in the photo gallery
Wii vs 360
After having spent some time with both the Nintendo Wii and the Xbox 360, I’ve formed some opinions of exactly what I love about each console…
| Nintendo Wii | Xbox 360 |
|
|
Do you think I’m spot on or full of poopie? Shout out in the comments!
Darned Internet Hackers!
I just got done deleting hundreds of unwanted comments from my gallery software which I can only assume were placed there because of internet hacker bots!
Also, I just realized that my content management system is totally unsecure. If you had the wherewithall I’m sure you could hack my articles up a bazillion ways from Sunday (what does that even mean)?
Things to do:
- - disable guest account for photo gallery and force my friends and family members to register & login just to post a comment on some picture.
- - secure my website. I must remember the words of Uncle Ben: With Great Power (Ruby on Rails) comes great Responsibility (i.e. the site doesn’t secure itself)!
Now that I think of it, I actually have an uncle Ben and I’m not sure he’s ever said that.
UPDATE 6/6/2007 My site is now [more] secure! Take that internet hacker bots!
Enter Nintendo Wii
On Sunday afternoon Dayna and I were lucky enough to find a Nintendo Wii at Best Buy. We got the last one. The fact that they can stay in stock at Best Buy for most of a Sunday tells me that the supply is starting to catch up with demand.
The Wii seems to be a great compliment to my Xbox 360. My general impression is – lower price, worse graphics, better multiplayer experience.
I am going to start keeping a list of what I love about each console and post it up here.
The 4-1-1 on google
Google just rolled out a new free 411 service. You can access this awesome service by dialing 1(800)GOOG-411. It prompts you for City & State, then a business name or type. After selecting the business it will connect you automatically. Never again will I have to look up the number for Little Caesers!
The service is completely automated. It uses speech recognition to figure out what you say and some text to speech processor to give you the results. The best part? I hear it uses Nuance’s Dragon engine for Speech Recognition.
Read more about this service at the following URLs

