Category Archives: General

Playing with TensorFlow

It’s a great tool!

Posted in General | Comments Off on Playing with TensorFlow

Phottix Odin for Sony

The TCU and receiver work great on HVL-F56AM, HVL-F58AM and HVL-F60M with TTL, Manual and HSS. EV adjustment in Group A, B and C work too. Tested in both a700 and a99.

Posted in General | Tagged , , | Comments Off on Phottix Odin for Sony

Mindful of CoffeeScript Function Return Value

Here’s a gotcha if you’re not careful when writing CoffeeScript. Notice the generated js code where constructor now returns this._cursor!! #c.coffee Cursor = (cursor) ->   this._cursor = cursor 0 // c.js 1 // Generated by CoffeeScript 1.6.2 2 (function() … Continue reading

Posted in General, JavaScript | Tagged | Comments Off on Mindful of CoffeeScript Function Return Value

Even Amazon’s DPReview.com Has Limit:-)

Posted in General | Tagged , | Comments Off on Even Amazon’s DPReview.com Has Limit:-)

Another vim resource site

vimninjas.com

Posted in General | Tagged | Comments Off on Another vim resource site

Vimcasts.org

For those who use vi or vim, here’s a nice site to watch useful tricks on using vim.

Posted in General | Tagged | Comments Off on Vimcasts.org

HTML5 and Facebook

Mark Zuckerberg said that Facebook wasted two years betting on HTML5 app instead of native app. My own experience in using Facebook on iPhone and Android does not really show major difference. HTML5 is looking better for many apps scenarios … Continue reading

Posted in General | Tagged , | Comments Off on HTML5 and Facebook

Typo 6.1 Exporter for WordPress

I wrote two rake scripts to dump posts from Typo as planned in my last post. Here’re the steps. 1. Dump Typo’s posts into blog.xml $ cp words.rake export.rake /path/to/typo/lib/tasks/ $ cd /path/to/typo/ $ rake words[tags.rb] $ vi lib/tasks/tags.rb # … Continue reading

Posted in General | Tagged , , , | Comments Off on Typo 6.1 Exporter for WordPress

Migrating a blog from Typo 6 to WordPress 3.4

Finally got time to switch our blog engine to much popular WordPress. There’s no existing tool that can convert a Typo blog to WordPress. Here’s my draft plan to do it myself. Write a sample post (this one) in WordPress. … Continue reading

Posted in General | Tagged , , , | 2 Comments

Migrating a blog from Typo 6 to WordPress 3.4 (imported)

Finally got time to switch our blog engine to much popular WordPress. There’s no existing tool that can convert a Typo blog to WordPress. Here’s my draft plan to do it myself. Write a sample post (this one) in WordPress. … Continue reading

Posted in General | Tagged , , , | 2 Comments