Roustem's Tumblr

Apr 12 2011
This is nice: LLVM 2.0 warns about incorrect formatting messages.

The correct way to format NSIntegers, is to convert them to long and use %ld:


NSLog(@"Failed to read from stream: %ld", (long)readLen);

This is nice: LLVM 2.0 warns about incorrect formatting messages.

The correct way to format NSIntegers, is to convert them to long and use %ld:

NSLog(@"Failed to read from stream: %ld", (long)readLen);

May 08 2010
An Authorized Developer will have demonstrated the ability to develop and program excellent software for Nintendo video game systems or for other game platforms. In addition, an Authorized Developer will have a stable business organization with secure office facilities separate from a personal residence ( Home offices do not meet this requirement )
— An excerpt from Nintendo’s developer application form. Good luck on that war with Apple and iPhone OS, Nintendo. via Craig Chockenberry (via chartier)

Apr 12 2010

Installing 64-bit MySQL and Ruby gem on Mac OS X 10.6

env ARCHFLAGS="-arch i386 -arch x86_64"; sudo gem install mysql -v=2.7 \
-- --with-mysql-config=/usr/local/mysql/bin/mysql_config \
--with-mysql-dir=/usr/local/mysql \
--with-opt-include=/usr/local/mysql/include
sudo gem install ruby-mysql

1 note

Mar 11 2010
Men are anxious to improve their circumstances, but are unwilling to improve themselves; they therefore remain bound.
— James Allen

+
If money is your hope of independence, you will never have it. The only real security that a man can have in this world is a reserve of knowledge, experience and abililty.
— Henry Ford

Mar 10 2010
Only government can take perfectly good paper, cover it with perfectly good ink and make this combination worthless.
— Milton Friedman

1 note

+
As someone who has purchased or rated The iPhone Developer’s Cookbook: Building Applications with the iPhone SDK by Erica Sadun … you might like to know that Stochastic Models for Fault Tolerance: Restart, Rejuvenation and Checkpointing is now available.
Amazon.ca Email

Feb 05 2010
Useful options in Xcode breakpoint shortcut menu.

Useful options in Xcode breakpoint shortcut menu.

Jan 09 2010
+

From CUSEC 2009, Avi Bryant: Bad Hackers Copy, Great Hackers Steal

Page 1 of 13