Musings of a Crackpot


Something amiss..

Posted in General, Programming, Ruby by T on the August 10th, 2006

Apparently my cookbook app has been ruined. I’m not sure what happened actually. Since I didn’t remove the ability for recipes to be deleted someone may have just deleted everything although i’m not sure why anyone would do that. I’m thinking perhaps I’ve managed to somehow delete all the recipes out of my database eventhough I’m not sure when or how i would have done that. Regardless, I’m going to make some edits to the app so that recipes can’t be deleted and hopefully people will add recipes again, especially you beca! I didn’t get a chance to make your pie recipe that you posted before. Everyone add a recipe!

Current Mood: (morose) morose

Can’t sleep…

Posted in General, Programming, Work, Money Matters, Ruby by T on the August 4th, 2006

Man things have been in a flux these last 3 weeks back from my vacation. Events at work have been on both a downward turn and an upward turn at the same time. Unfortunately i feel that the downward aspects are far outpacing the positive ones, so I continue my search for the next horizon, the next phase of my career while trying to make the most of the current one. I hate being cryptic and I hope to be able to fully divulge everything at a later date.

Other than work things have been going well. Falco and his wife had their first child. He’s a proud dad and I’m really happy for him. To Thaxton, i say hello and welcome into this crazy world young man. Old friends have resurfaced which excites me to no end, I don’t know what’s to come of it all but I’m always glad to reconnect with people. My move out west has taken me so far, both physically and also in my development as a person. College is years behind me now but I continue to make the effort to keep the connections forged then.

I’ve also continued my attempts to learn more about Ruby and Rails. I created an online cookbook. Hopefully everyone that visits will leave at least one recipe. Feel free to use this as place to store and share your recipes. Thanks goes out to Rebecca for being the first person to truly put my app through it’s paces. My goal for the next version is to have a section for ingredients so that people can eventually sort through the recipes based on what ingredient(s) they want to use. I also have another round of improvements in store for my todo-list app as well.

This weekend I’m going to set aside some time to truly dive into AS3 and even more of Flash 8. I’m got these incredible tools at my fingertips and I’m just short changing myself by failing to take advantage of them. It’s time for that to change, if for no other reason than I really do need to put together a portfolio of some sort. At times it’s hard to be a Flash Developer that’s worked on closed systems, it makes it rather difficult to show off what you can do.

Current Mood: awake

Ruby, rails and me

Posted in Programming, Ruby by T on the July 25th, 2006

I’ve been trying to teach myself Ruby and the Rails framework for some time. I’ll dive into it for a couple of days and then get bored. Tonight was one of those days I dove in. I was looking at tutorials online this evening and i saw that for creating a Todo list. I am forever needing ‘todo’ things, but i never like to use paper since i’ll lose those and I’ve got a PDA (packed away in my latest move, never to be seen again) and a cell phone both with the ability to have a todo list. Neither of which I use. However I am online a bunch, a whole bunch so I figured having an online Todo list would be perfect. A few hours later, I now have one. Currently it’s running on my home webserver, via dynDNS.org, a great free service. As long as i remember to start my webserver the list should be up and running. I’m not using the default webrick service that comes with the Ruby installation. Instead I’m using Mongrel. So far it seems to be working pretty well.

I invite anyone to use my todo lists. Just click on the author panel and create yourself as an author, go back to the lists panel and have at it!! I’m sure that there is something that you are meaning todo. I’m going to use this as a building point with Rails and hopefully flesh out the app more in the future. It’s going to enable me to learn Ruby, Rails and mySql even more which are all good things.

Current Mood: accomplished