Saturday, January 2, 2010

Happy New Year with AndTip.Me

I just launched a new site on Jan.1 2010 (Happy New Year) called AndTip.Me. The site is for Android users to get and share tips for using their powerful mobile devices.

The site is still in progress, but the cool things is how fast it was put together and launch (thanks in large part to the power of Django). Basically the site went from idea to launch in less that a week with only a couple hours a day of work (probably about 12 hours total).


I'll try to do some more posts on the technologies behind the site, including: Haystack, Whoosh, django-comments, django-voting, and Amazon EC2.

Thursday, December 24, 2009

Ubuntu 9.10 on Dell Studio 1555

I recently got a new laptop, a Dell Studio 15(55). Of course the first thing I did when I got it was wipe it (remove Windows 7) and install Ubuntu 9.10.

To make a long story short, I had some problems with the laptop display (though plugging in an external monitor worked fine). The issues had to do with Intel's GMA and integrated graphics support.

The first problem was during installation. After the initial live boot/installation menu (pic below) I would get a blank (lit black) screen.



First I used Ubuntu's alternate installer. Then on the installation menu:
  1. Select the Install Ubuntu item (don't press Enter yet)
  2. Press F6 and select (X) the apic=off option
  3. Press F4 and type nomodeset as input
  4. Press Enter to install
After installation or a restart though you'll still get a blank screen until you permanently set the nomodeset option.
,
These resources helped me solve the problems:

To get things working I had to set the "nomodeset" option in the Grub2 (boot loader) configuration.
When using the default kernel-mode-setting (KMS) option in Ubuntu 9.10, users with Intel 82852/855GM cards will find that they are unable to use the Xv extension for playing videos. This may show up as high CPU usage or stuttering during video playback, or a failure to play videos at all with some applications. As a workaround, users can add the option nomodeset to the kernel boot options in the grub config (for GRUB 2: edit /etc/default/grub and add nomodeset to GRUB_CMDLINE_LINUX, then run sudo update-grub; for GRUB 1: edit /boot/grub/menu.lst and add nomodeset to the line beginning with # kopt=, then run sudo update-grub), to disable the use of KMS
From the above excerpt:
  1. For Grub2 (the default for Ubuntu 9.10), edit /etc/default/grub
  2. Add nomodeset to GRUB_CMDLINE_LINUX
  3. run sudo update-grub
Then you should be good to go.

Wednesday, December 16, 2009

Delicious

I finally created a Delicious account.

Sunday, December 13, 2009

Chrome Browser is Fast

The Google Chrome browser for Linux (Ubuntu) is incredibly fast.

Saturday, December 12, 2009

Google Phone

I am looking forward to the Google Phone.

Saturday, December 5, 2009

RedbirdApps.com

I've "soft" launched my latest endeavor: redbirdapps.com.

Our first application we call the Better Business Card for Android. This product grew from the idea that if you have a smart phone, you shouldn't have a dumb business card. The goal is to merge the purpose of the business card with the capabilities of your mobile phone.

Sunday, November 29, 2009

AWS RDB

Amazon Web Services (AWS) recently released it's latest kick-ass cloud service: Amazon RDS (Relational Database Service). It is, simply stated, a managed EC2 instance of a MySQL database service.

I'm creating my first RDS database now for a new site/service I'll be releasing soon. My only request, so far, would be that they add support for it to the AWS Console.