Wednesday, September 4, 2013

Apple’s September 10 iPhone Event Now Official As Invites Sent To Press


Apple has just sent out invites for a September 10 special event focusing on iPhone. The event is set to take place at 10 AM PT on the 10th at the Apple Campus in Cupertino, according to the invite, which will probably come as no surprise to those who watch the company and the rumors surrounding its impending product launches.

Wednesday, June 26, 2013

Rails 4.0: Final version released!

Happy to inform you that the Rails 4.0 is release today. Quite excited to play around this upgrade and a sets of package is coming around for this too.

Tuesday, May 21, 2013

Difference Between Rules and Policies

Moving up to a Seniore role made me analys something I miss in my career. It's way back my functional role which I almost forgot.  Now I'm reading some blogs to catch me up on things that I need to plan for the team. First I decided to distinguish Policy vs Rules.

Difference Between Rules and Policies

Friday, April 19, 2013

Install rmagick gem on latest imagemagick. (Problem on Mountain Lion 10.8)

I had earlier a Mac Air at hand and install my Ruby environment for web application development. I came across a problem whereby I need install the gems required to run my apps. And one of those gem that I need is RMajick, which I need to work with images in my RoR or Sinatra applications.

The issue was:  RMagick won't compile with ImageMagick formula version 6.8.0-10

I found an article that fix my problem about RMajick not compiling with ImageMagick formula version 6.8.0-10  and its here =>  https://coderwall.com/p/wnomjg


Basically just follow the link below

$ cd /usr/local/Cellar/imagemagick/6.8.0-10/lib
$ ln -s libMagick++-Q16.7.dylib libMagick++.dylib
$ ln -s libMagickCore-Q16.7.dylib libMagickCore.dylib
$ ln -s libMagickWand-Q16.7.dylib libMagickWand.dylib

After overwriting libMagick files you can now 

brew install --fresh libtool
brew link libtool

Additionally you may switch from RMajick to MiniMajick because RMajick is quite sometime outdated and Homebrew the missing package manager for OS X isn't compiling the later formula.

Wednesday, April 17, 2013

Responsive Design with CSS3 Media Queries c",)

Recently browsing the web and looking for quick grasp of what Responsive Design technology in trend nowadays. Then I found this link http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries which able me to read from time to bottom without a stop. I was amaze on some techniques which I may find it useful for my next projects.

 ciao!
Andre

Monday, April 8, 2013

Upgrade ruby 1.9.2 to ruby 2.0 using Mac OSX Snow Leopard

It takes me awhile to find the fix of this upgrade coz it didn't load the exact patch upgrad so I run the command. (https://github.com/wayneeseguin/rvm/issues/1671)

rvm install 2.0.0 --autolibs=4

Monday, February 25, 2013

Thursday, January 10, 2013

PURGE to free memory.


/usr/bin/purge

Just type in 'purge' at the command line (Terminal.app) from the main page:

PURGE BSD System Manager's Manual PURGE NAME
purge -- force disk cache to be purged (flushed and emptied)

SYNOPSIS purge

DESCRIPTION
Purge can be used to approximate initial boot conditions with a cold disk buffer cache for performance analysis.
It does not affect anonymous memory that has been allocated through malloc, vm_allocate,