Beamer Writer update with equation support using [x^2] syntax and simplified figure insertion using [[fig.png]] notation.
Host paper reading seminars with github
How to use GitHub Pages and git branches to host paper reading seminars: keep compiled slides in master branch, source code in another branch, with automatic download links and version control.
F# Revisited
Explores F# for implementing domain-specific languages, demonstrating turtle graphics and fractal generation with elegant syntax, async support, and parallel computing capabilities.
Lumia 900
Switching from iPhone to Lumia 900: smooth Windows Phone experience, excellent keyboard input, tile interface, but limited app ecosystem and IE10 shortcomings.
Thoughts about convex optimization
Convex optimization as a powerful modeling language: express problems as objectives and constraints, then solve efficiently. Demonstrated with image denoising using CVX.