LA Ruby #409.19.08

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.

Posted in Meetup, Ruby, Ruby On Rails, videowith 2 Comments →

RubyCocoa – Hello World09.13.08

So after dicussing with myself. I figure why re-invent the wheel. So here is a screencast of RubyCocoa.

Posted in Mac, Ruby, videowith 1 Comment →

RubyCocoa09.12.08

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…”

Posted in Mac, Programming, Rubywith No Comments →

LARuby Meeting #4 – Thursday, 9/18 @ the LA Times09.10.08

It’s that time again!

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.

[Google Map]

[Yahoo Group]

Posted in Meetupwith No Comments →

Downtown LA07.22.08

The stuff I see in downtown los angeles and a post to test image posting

photo

Posted in iPhonewith 7 Comments →

iPhone Wordpress App07.22.08

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 Me, Other, iPhonewith No Comments →

iPhone firmware 2.007.20.08

Pwnage Tool 2.0

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.

Posted in Downloads, Hacks, Uncategorized, iPhonewith 4 Comments →

Sinatra on Dreamhost!06.22.08

Sinatra on Dreamhost

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

Posted in Uncategorizedwith 9 Comments →

LA Ruby Meetup 6/1906.19.08

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

Posted in Me, Meetup, Programming, Ruby, Ruby On Railswith 1 Comment →

New Free Book: “Ruby on Rails 2.1 – What’s new”06.10.08

Less than one week after the release of Rails 2.1, was launched in Brazil the first book describing all the new features of this release.

After the launch of the book in Portuguese, the Brazilian community united to translate the book into English.

Done! A gift from all Brazilian Railers to the international community.

www.nomedojogo.com

Posted in Ruby On Railswith 3 Comments →

Dreamhost Promo Code06.02.08

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 No Comments →

    Smith Park Montage, Pico Rivera Skaters06.01.08

    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 No Comments →

    Visual Resource05.31.08

    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 No Comments →

    Something in Ruby05.30.08

    #!/usr/bin/env ruby
    
    String.class_eval {
      define_method(:translate_to) do |lang|
        text = case lang
               when :spanish
               "Buenos Dias, Como estas hoy?"
               when :english
               "Good Morning, How are you today?"
               else
               "I don't speak any other language."
               end
      end
    }
    
    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.

    Posted in Programming, Rubywith 1 Comment →

    Heroku Invites05.25.08

    Ruby On Rails Heroku Beta Invites

    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!

    Posted in Ruby, Ruby On Railswith 15 Comments →

    • Recent Comments

      • Salvador Leconey: Wassup thanks for the post.
      • Mauro Kofa: Very Nice article. Also, loving the blog design. I had a similar blog to yours before I sold it on.
      • Ahmed: @fernyb.. Thanks man! I forked the project, but I am newbie in open source, and don’t know where to...
      • fernyb: @Ahmed, yeah you can help. It’s hosted on (http://github.com/fernyb/Cupc ake) so you can also fork it...
      • Ahmed: And hey! Can I help with your new PHP framework? plssssssssss :( (

      Recent Listened to Tracks

      Loading...

    Bad Behavior has blocked 153 access attempts in the last 7 days.

    eastern-avalanche
    eastern-avalanche
    eastern-avalanche
    eastern-avalanche