So the day as come and gone. LA Ruby was a hit. This time it was over at Los Angeles Times building in Downtown Los Angeles CA. It was great to see many new people. It continues to grow. More good things are coming along the way. I met some guys from a startup called Vokle.com and they are using Merb instead of Rails. The idea behind it sounds cool. So I’ve posted a their video and the music for it awesome.
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..
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!
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.
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
#!/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!