-
Recent Posts
Tags
Categories
Recent Comments
- rp on Riak vs CouchBase
- Typo 6.1 Exporter for Wordexpress | Competo Tech Blog on Migrating a blog from Typo 6 to WordPress 3.4
- Migrating a blog from Typo 6 to Wordpress 3.4 | Competo Tech Blog on Migrating a blog from Typo 6 to WordPress 3.4 (imported)
- rp on Migrating a blog from Typo 6 to WordPress 3.4 (imported)
- rp on Migrating a blog from Typo 6 to WordPress 3.4
Archives
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.
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 coffeescript
Comments Off on Mindful of CoffeeScript Function Return Value
Another vim resource site
vimninjas.com
Vimcasts.org
For those who use vi or vim, here’s a nice site to watch useful tricks on using vim.
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
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
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
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