Archive for the ‘Uncategorized’

Skatr 1.1 Update – iPhone App07.02.09

Skatr for iPhone update has been approved if you have purchased the app it is a free update, Otherwise If it’s your first time buying the app, the cost is $1.99

Thanks.

Posted in Uncategorizedwith 3 Comments →

Skatr Available on App Store04.26.09

Skatr is now available on the App Store, go buy it!
Skatr

Posted in Uncategorizedwith No Comments →

My First Macintosh03.15.09

So, I got this flash back and it reminded me of my first computer I’ve ever had and how I wanted one. I was 8 years old and as most kids do on weekend mornings watch cartoons, I somehow was watching a commercial for the Macintosh Performa and I guess it just made me think It would be cool to have one.

So I thought about those commercials perhaps I can find them online and so I did. Here there are in parts.

Part 1:
http://www.youtube.com/watch?v=jdqe5fu8A30

Part 2:
http://www.youtube.com/watch?v=bSqQCiSesy8

Part 3:
http://www.youtube.com/watch?v=SAgku3vFFHA

Part 4:
http://www.youtube.com/watch?v=rbe0IVtT3VQ

Part 5:
http://www.youtube.com/watch?v=xXv8Ysf9WCs

Part 6:
http://www.youtube.com/watch?v=SfD5Ut1WWOo

Posted in Mac, Me, Uncategorizedwith No Comments →

LastBridge.net : update01.04.09

An update for lastbridge.net, I’ve completed some work  and some of the new thing you can do with it now is have multiple playlist files each one for a station.

Makes it much easier to switch stations by having them
in a seperate  playlist files. I’ve also added password reminder.

That will send you a reminder of your password you initially picked when registering and I’ve removed the single playlist files because now they are separate.

Posted in Uncategorizedwith 22 Comments →

Development update: Skatr12.26.08

Just a small updated on my development of skatr. It’s almost ready to go for beta release.

If anyone has taken notice, the site is currently down on purpose. I figure I will take it down it gives me more reason to complete my project. The site is being developed using the Merb Framework. After reading some news about Merb being Merged into Rails 3, was actually good I think. Anyways, my project skatr.us will be up live sometime soon, I’m aiming for the first of January, of course this will be beta release and I say beta because things might not be correct on the site, etc..

Posted in Me, Programming, Projects, Ruby, Uncategorizedwith No Comments →

LA Ruby Meetup @ The Americana at Brand12.06.08

Again LA Ruby will be have a meetup, it will be hosted at the The Americana at Brand in Glendale, CA. Thursday, Dec 18, 2008, 7:00 PM.

722 Americana Way
The Marc Building – Grand Room
Glendale, CA 91210

More information can be found at http://ruby.meetup.com and join the yahoo group.

Posted in Uncategorizedwith 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 10 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 →

    FriendFeed….03.24.08

    While I read post by post about FriendFeed I try to ignore it until today, it got me, So I signed up and you know what? friendfeed sucks, I don’t get it… Everyone is raving about it, it just seems to be everywhere you read. It just seems like a jaiku clone with some extensions. So case in point I have an account with friendfeed and there is no point to friendfeed nothing new, nothing original, & nothing creative. It almost seems like friendfeed could be a feature in a social network then it would make better sense.. 

    Posted in Me, Uncategorizedwith 1 Comment →

    Jonathan Yanez in Toast03.19.08

    It has been a long time that since I last did some serious skateboarding, maybe too long. I still continue to skateboard just not that serious about it as some of my friends are. They have taken it to the next level. Take a look at this video of a friend I used to go skateboard with when I was in High School. It’s a cool video.

    Posted in Other, Uncategorized, videowith No Comments →

    Twitter / MySpace Crosspost11.03.07

    Twitter MySpace Status Update

    So I use Twitter and overall I like it. It’s cool I post whatever is on my mind at the moment. Sometimes I wonder why I even posted that… but anyways I have created a crosspost script. Update your Twitter status and at the same time update your MySpace status so your, myspace friends can see it.

    Download: status-update.zip

    Written in PHP.

    Twitter Follow: http://twitter.com/fernyb

    Posted in Hacks, Me, PHP, Projects, Uncategorizedwith 7 Comments →

    How to: Get PHP working on Mac OS X 10.5 Leopard10.28.07

    PHP Mac OS X 10.5

    After updated my mac to the latest version of mac leopard my php installation broke, I guess because Leopard installed Apache2 and I was using Apache1.3 which was what OSX 10.4 came with. So to get PHP5 working with Mac OS X 10.5 Leopard. Do the following:

    1. Launch the Terminal its located in applications/utilities

    2. In Terminal type: cd /private/etc/apache2

    3. Once your in the directory “/private/etc/apache2″, using what ever text editor you like open the file named httpd.conf (if your using textmate text editor, you can do, mate ./httpd.conf)

    4. Once you open the httpd.conf file now look for the following line:
    “#LoadModule php5_module libexec/apache2/libphp5.so” Once you find it, it’s somewhere around line number 114, uncomment the line So it should look something like this:

    LoadModule php5_module libexec/apache2/libphp5.so

    5. After doing all that now back in terminal type this command: cd /private/etc/apache2/users

    6. Once in that directory open the file with your account username (ex. my file would be named, FernyB.conf)

    7. Delete all contents inside the file

    8. Start the web server or restart it by going into System Preferences > Web Sharing

    9. In Terminal type: open /Library/WebServer/Documents (that should open up finder in that location)

    10. Now Create a file called phpinfo.php and place it in /Library/WebServer/Documents

    11. Open up phpinfo.php and type the following into phpinfo.php
    PHP Info
    12. Save and close phpinfo.php13. Now with your favorite web browser safari go to http://127.0.0.1/phpinfo.php

    14. Now you should see the PHP Information page

    15. The php.ini file will be located in /etc

    16. In the directory /etc you will need to rename or copy and rename the file php.ini.default

    17. In the directory /etc should have a file named php.ini

    18. Now restart the web server, System Preferences > Web Sharing

    19. That’s all.

    Posted in Mac, PHP, Uncategorizedwith 1 Comment →

    Update: Mac OS X Leopard10.25.07

    My copy of Mac OS X Leopard, has shipped, it’s almost home!

    Posted in Mac, Me, Uncategorizedwith 1 Comment →

    Ruby on Rails VS ColdFusion10.24.07

    Title says it all… ha..

    Posted in Other, Uncategorized, videowith 2 Comments →

    • Recent Comments

      • Wilbur Smoke: It’s a great day for Americans. Lastly the war in Iraq ended.
      • celebrity fuck you: Sign: zdbrw Hello!!! cdkgz and 9036xdsnusbqsp and 9027 : Hi! I was surfing and found your blog...
      • WellWisher: What the bullshit this link is not working : http://fernyb.net/myspace/api/
      • 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.

      Recent Listened to Tracks

      Loading...

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

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