Projects
Mechanical Keyboard Simulator
kbs.im is a mechanical keyboard typing simulator built on React + Redux. It features a layout parser, custom keyswitch sounds sampled from the internet + my own keyboards, and custom-made keys brought to life with some CSS tricks. Most of the work nowadays is maintenance work - incorporating some features from the community (there’s a discord) and articles some simple tests in Jest. You can find it on GitHub or live at kbs.im.
Perfect Posture
pstr.fyi is a sitting posture analyzer built with Tensorflow and React. It parses a person sitting down from a profile perspective, then analyzes the posture of the hips, back, knees, and neck. After, it produces a score from 0-10 and recommends feedback for better sitting posture. It’s pretty barebones, but there’s nothing quite like it out there just yet. The source code lives on GitHub and live @ pstr.fyi
Personal site (tlai.io)
tlai.io is this quaint site for whenever I feel writing about things. It’s built with Gatsby and MDX - Gatsby rocks for small static sites and MDX is sweet for powering the blog and wiki pages.