For while now, I’ve been learning Objective-C, and while I’m writing in Ruby more often I figure I would also learn RubyCocoa. I figure I’m going to create a few screencasts on getting started with RubyCocoa and anything I learn with it. If you don’t know what RubyCocoa is, it is described as:
“…a bridge between the Ruby and the Objective-C languages, allowing you to manipulate Objective-C objects from Ruby, and vice-versa. It lets you write full-stack Cocoa applications in Ruby…”
7:00 PM, 3rd Thursday of the Month. Ruby Meetup in Downtown Los Angeles CA.
Be sure to join us!
Los Angeles Times Media Group
145 S. Spring Street
Los Angeles, CA 90012
Once inside the lobby, let the guard at the reception desk know you
are here for the LARuby Meeting and you will be directed to the Times
Community Room located just to right of the lobby.
So as a owner of an iPhone, I decided to give wordpress iPhone app a try.. and so far it’s good.. I think it needs a way to upload images, that would be killer..
Posted in iPhone, Me, Otherwith Comments Off on iPhone WordPress App
Yesterday was the release of Pwnage Tool 2.0. Immediately I downloaded the tool although I was having trouble actually trying to download it, I guess their server was being hit.. anyways, I was using wget to download it. Well after I manage to download it, of course I unlocked my iPhone first generation with firmware 2.0. What does this mean? It means, I can have my iPhone be more like a computer, now I can connect to it via ssh, and use T-Mobile if I wanted to.. Official third-party apps continue to work. It’s better than ever.
If you need to unlocked firmware for your own phone download it here..
How to use the custom firmware? simply just plug your iphone holding the power button and the home button for about 10 seconds and iTunes says you are in recovery mode. That is a good sign. After you need to option click on recover button to browse for the unlocked firmware. Then just sit back and let iTunes do whatever it does.. Enjoy.
Hello, Finally you can host all those sinatra apps you have been building on Dreamhost. They have Phusion Passenger 2.0 RC 2 and it can run Rack based apps like Sinatra, Merb, Camping, etc.. I had to do some hacking to get this to work for some reason doing require ‘sinatra’ was not loading, so I had to do an absolute require and then it all worked great. I created something simple with Sinatra being hosted on Dreamhost. check it out! modrails.fernyb.net
LA Ruby Meetup was very cool. So I was the first to be at the scene. I helped bring the food to the room since I was in the lobby and greeted by Jody. I meet and greeted all of the LA Times people. Also meet some guy from Yahoo!, sorry I forgot your name already, and one from heroku, BizQuest another from PGP, and another from Experian. As-well as more but I sorta forgot everyones name already… or at least I can’t remember them, yet.
If you’re in the Los Angeles Area check it out.
Yellowpages.com will be hosting LA Ruby Meetup #2 on July 17 2008, so mark that in your calendar. Join the Yahoo Group, LARuby
I host almost all my stuff with dreamhost and I figure I would give out this promo code out.
Enter Promo Code: WEBBER1 when signing up and receive the following:
10% bonus to the disk space of any plan signed up for with it!
10% bonus to the monthly bandwidth of any plan signed up for with it!
1 extra FREE lifetime domain registration to any plan signed up for with it!
1 extra FREE lifetime unique IP to any plan signed up for with it!
Posted in Uncategorizedwith Comments Off on Dreamhost Promo Code
This is probably one of the better videos I have seen from Pico Rivera Skateboarding. As many of you know I used to do some really serious skateboarding. I still skateboard just not that serious about it and yes it is still fun, in weekends you will probably find me there. Watch this video montage it is cool.
Posted in Me, Other, Skateboarding, videowith Comments Off on Smith Park Montage, Pico Rivera Skaters
Ever since I been to Pixel Eye Germany I have not found anything better for a visual resource. It has some really good work and till this day I am still amazed. It’s good stuff. Check it out. www.pixeleyegermany.de
Posted in Design, Otherwith Comments Off on Visual Resource
#!/usr/bin/env rubyString.class_eval{define_method(:translate_to)do|lang|text=caselangwhen:spanish"Buenos Dias, Como estas hoy?"when:english"Good Morning, How are you today?"else"I don't speak any other language."endend}puts"Sentence".translate_to:spanish# => Prints out "Buenos Dias, Como estas hoy?"puts"Sentence".translate_to:english# => Prints out "Good Morning, How are you today?"puts"Setenece".translate_to:portuguese# => Prints out "I don't speak any other language."puts"Sentence"# => Prints out "Sentence"
So while messing round I made this in Ruby… I’m not sure if it is considered meta programming? Well, it’s just adding a method to the String class. I get confused when to consider things to be meta programming.. Maybe I over think about it.
So I received an invite for heroku a while ago. I never really used it. Want an invite to check out heroku.com? I have many invites to give away. Want one? just leave your email and I will send you one your way!
Citywaboo.com – What can I say about this place? First off it’s a cool place the people are good people. Lot’s of memories of good laughs and pizza for lunch and then there was Christmas Dinner at a brazilian restaurant. I remember my very first day at the office, it was different just listening to a different language being spoken, Armenian, I think it was the very first time I have ever heard that language and I was like “uh, what are they saying….” but I picked up a few words. I meet many people many sales people and a few programmers, good ones and horrible ones.
I think to myself and say wow, I have done so much work and this website was largely done by me. I’m not taking all the credit for the site, but to think about it I really did lot’s of the work, and it was practically rewritten once from it’s original code-base which I also was a part of…Â
Overall, I feel happy with everything I have done.
As life goes on, I will officially be leaving citywaboo.com on May 16, 2008
( Feb 2006 – May 2008). It’s been a great ride and thanks to everyone at citywaboo.com for everything. Really, I mean that.
Thanks.
Posted in Mewith Comments Off on Final Days @ Citywaboo.com