2010/11/11

Resources for learning node.js

Resources for learning node.js

Tutorials - Article

http://howtonode.org/   ★ ★ ★ ★  

Tutorials - Videos

http://vimeo.com/pedroteixeira/videos  ★ ★ ★ ★  

Posted via email from on the Edge of Complexity

2010/11/05

serving a mp4 via node.js

I'm practicing node.js. It's like early days of Rails. One thing that stops me to jump in this bandwagon is that my lack of knowledge of javascript. Anyway, after mastering node.js world technique, I want to go use event techniques in ruby in the future. I'm sure that ruby's virtual machine will evolve. 

Posted via email from on the Edge of Complexity

2010/09/27

Untitled

Step1>

$ rvm install macruby-nightly
$ rm -rf /Library/Frameworks/MacRuby.framework
$ rm /usr/local/bin/mac*
$ rm /usr/local/bin/hotcocoa
Install nightly build version
$ wget http://www.macruby.org/files/nightlies/macruby_nightly-latest.pkg
$ open macruby_nightly-latest.pkg
$ cd /Users/jaigouk/Developer/.rvm/rubies/macruby-nightly/bin
$ mate .
view raw STEP1> Install hosted with ❤ by GitHub

Step2>

Change these lines in each exec files
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macerb" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macruby" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/mactestrb" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macirb" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macrake" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macrdoc" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macri" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macgem" "$@"
to these =>
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macerb" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macruby" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/mactestrb" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macrake" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macrdoc" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macri" "$@"
exec "/Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macgem" "$@"

Step3>

$gem install rspec --pre

Posted via email from on the Edge of Complexity

2010/09/21

Installing jspec, rspec textmate bundles

Install RVM textmate bundle
http://rvm.beginrescueend.com/integration/textmate/
cd /Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle
it clone git://github.com/visionmedia/jspec.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

Posted via email from on the Edge of Complexity

Installing jspec, rspec textmate bundles

Install RVM textmate bundle http://rvm.beginrescueend.com/integration/textmate/cd /Library/Application\ Support/TextMate/Bundles/git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundleit clone git://github.com/visionmedia/jspec.tmbundle.gitosascript -e 'tell app "TextMate" to reload bundles'

Posted via email from on the Edge of Complexity

2010/02/28

My first visit to IDC

These guys at IDC are really serious about security! I guess my XServe was the only OS X in the whole building

Posted via email from on the Edge of Complexity

TentCot

I didn't want to use this. But project schedule is so tight.

Posted via email from on the Edge of Complexity