Working Experience

Hobby Projects

  • MySQL Full-text search: apply fts.patch to mysql 5.1.x to enable full-text search over twitter #hashtag and @people support. $ patch -p1 < fts.patch.
  • Purifyr: Puirfyr is a web service that'll filter out almost all ads from any web pages. It could process about 10 pages per CPU with accurate level as high as 95%.
  • Dial-a-Joke using Asterisk: an automated Dial-a-joke SIP service by hooking up Cepstral Text-to-Speech engine and Asterisks, the open source PBX. What a fun!
  • Photo Headline: Easy to use WordPress plugin that creates an automated rotating image slideshow of your posts or pages for use anywhere within your theme. A jquery-friendly replacement of the "Featured Content Gallery" plugin, fully compatible with existing post meta info.
  • Thumb.py: A it-just-works python testing framework, including test case auto discovery, compiler-level code coverage analysis and built-in django support. It's performance optimization feature is essential for real world projects with 200k+ test cases.
  • TheTrueChina: News mashup. Built using Google App Engine's very first release. Show latest machine translated chinese news on Google Maps. Inspired by semantic web concept, all contents are geocoded and organized.
  • lightTracker: High Performance BitTorrent tracker implementation. Frustrated by the complexity in setting up a server, lightTracker could easily handle up to 1000 concurrent connections when deployed on nginx.