Keith Kim’s Blog
Technology, Development, Tech Trends, Tech Team Management
25th
NOV
Try Google Chrome OS
Posted by Keith under Unix/Linux
Download VMWare or VirtualBox image from this site – it requires to create an account:
http://gdgt.com/google/chrome-os/download/
Or use this torrent for VMWare image:
For Windows Torrent client, I use this client: http://www.utorrent.com/
23rd
NOV
The surprising science of motivation: Dan Pink on TED.com
Posted by Keith under Management
Amazing. All managers should watch this and think about it. What really motivates people?
http://blog.ted.com/2009/08/the_surprising.php
23rd
Ubuntu: turn off - show window contents when moving and resizing
Posted by Keith under Unix/Linux
$ gconf-editor
apps > metacity > general > reduced_resources –> check off
23rd
Google Go language - install and run
Posted by Keith under Golang
It’s too bad that it currently only supports Linux and OSX. (I use Windows and Sparc Solaris.) I think it’ll eventually support other platforms, but for now, it’s just Linux and OSX.
Platform
I’ve installed Ubuntu 9.10 on VMWare, assigning 40GB HDD and 1GB RAM. Ubuntu 9.10 is much faster than previous version.
Compile and Install
First, installing Go. Create ~/bin/ directory and add that to PATH. Then follow the instruction on http://golang.org/doc/install.html I didn’t have any issue at all.
Code Editor
After compiling Go lang, in $GOROOT directory, there are documents, samples, and syntax highlighting files for a few editors. I use VIM, and installed $GOROOT/misc/vim/go.vim file. Copy this file into ~/.vim/ directory. And edit ~/.vimrc file:
let mysyntaxfile = “/home/MY_USER/.vim/go.vim”
syntax on
set nu
set ai
set tabstop=4
set ruler
set laststatus=2
set showmode
set expandtab
let loaded_matchparen=1
(First two lines are for go lang.)
Documents, Tutorials, Sample code
In $GOROOT/doc, the documents — tutorial, document on Go memory, specification, FAQ, Go Course (day1-3) PDFs, effective go, and sample code are all there. No need to download from the site separately.
… More on Go lang later.
20th
NOV
Google’s Go lang vs. “Brand X” language
Posted by Keith under Golang
I just found this very interesting blog posting — comparison of Google’s Go language and this “Brand X”.
Recent Posts
- Google Go, windows version is out
- Using Clojure in Cygwin
- Editing big text files in Windows
- Try Google Chrome OS
- The surprising science of motivation: Dan Pink on TED.com
Recent Comments
- Keith on Code Review tools
- Jesse Gibbs on Code Review tools
- pdumsproject on MS Project replacement (Desktop apps)
- sparky on EverNote, better than Microsoft OneNote
- Keith on Intro: Java ME and Palm
Categories
- Architecture
- Books
- Clojure
- Cool Apps
- Development Tools
- Erlang
- Fun
- Golang
- J2EE
- J2ME
- Java
- Lisp
- Management
- PDA
- Sites
- Tips
- Unix/Linux
- Windows
Archives
- January 2010
- December 2009
- November 2009
- July 2009
- May 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007