About
I go by Slim. I am a software engineer and researcher in the Early Product Development group at Khan Academy, working on open problems in education technology. Previously, I interned at Microsoft Research Cambridge where I collaborated with Gavin Smyth and Sean Rintel on projects related to the future of work.
My research interests span programming languages, human factors, and computing education. I'm interested in programming languages as user interfaces: in short, how language design affects the way people think about and write programs. Within that space, I'm particularly interested in the usability of static and gradual type systems, and the role of functional programming within computing education.
I recently graduated with a BA in Computer Science from Northwestern University, where I researched CSS inspection with Haoqi Zhang and Nell O'Rourke and peer grading algorithms with Jason Hartline. My studies were generously supported by scholarships from Google, Microsoft, Palantir, Box, and Quip. Thank you, companies!
Other things I enjoy: browser engines, type systems, WebAssembly, Rust, crossword puzzles, classical music, policy debate, document preparation workflows and tooling, cognitive disability advocacy, and the Nintendo Switch.
News
Oct 2018
Our paper Ply: A Visual Web Inspector for Learning from Professional Webpages received an Honorable Mention Award at UIST 2018! I presented this work in Berlin (see the recording and my slides).
Sep 2018
Watch me plug the growth mindset in glorious 1080p! Thanks to Weinberg College for the video profile.
I’m excited to be attending PLMW at ICFP, along with Strange Loop and RacketCon.
Jul 2018
Started an internship at MSR Cambridge. Here, arugula is “rocket,” which is kind of fun.
May 2017
Spoke at the Northwestern Big Ideas Forum, “How We Learn About Learning,” with professors Nell O’Rourke and David Uttal, and fellow undergrad Gabby Ashenafi.
Ply wins the CHI 2017 Student Research Competition! Northwestern Engineering has a nice write-up about the whole thing.
Apr 2017
Received a Microsoft Tuition Scholarship for 2017-18.
Jan 2017
Ply: Visual Regression Pruning for Web Design Source Inspection is accepted to the CHI 2017 SRC.
Projects
Recent escapades in research, development, and coursework.
Ply: Visual Web Inspection
Delta Lab
CSS is syntactically straightforward, but has a steep learning curve and complicated semantics. Inspecting the source of existing webpages can help illustrate concepts, but such webpages are typically too complex to serve as useful learning materials. Drawing inspiration from prior research in both software engineering and the learning sciences, we present a new web inspection tool and set of techniques for pruning irrelevant CSS and identifying implicit dependencies between properties. Supervised by Haoqi Zhang and Nell O’Rourke. Honorable Mention Paper at UIST 2018, Berlin.
Evaluating peer graders
Northwestern University
Most of the literature on peer grading focuses on inferring a true grade from a set of noisy reports. We study a different problem: inferring the skill and effort of reviewers, from the same reports. Supervised by Jason Hartline.
Tracing WebAssembly function calls
EECS 396: Systems Programming in Rust
With Meg Grasse and mentorship from Nick Fitzgerald and Jim Blandy, we developed a proof-of-concept tool for instrumenting WebAssembly binaries written in Rust to log function calls at runtime.
Classroom exercise reports
Khan Academy
I developed new exercise reports to help teachers visualize student progress and work through problems in the classroom. Mentored by John Resig during my internship at Khan Academy.
Visual regression pruning
Delta Lab
We introduce a visual significance heuristic for removing irrelevant CSS source code during web design reverse-engineering tasks. CHI 2017 Student Research Competition Winner, Denver, Colorado.
Guiding Web Inspection with Tutorial Keyword Frequency
Delta Lab
In order to bridge the gap between web design tutorials and real-world examples, we extend a web inspector to highlight CSS properties frequently mentioned across a given set of tutorials. Google Scholars’ Retreat 2016, Mountain View, California.
SVG Charting Library
LinkedIn
An opinionated Ember.js addon to replace Highcharts with native SVG and DOM APIs. Released addon as a company-wide multiproduct. I worked on this project during my internship at LinkedIn, under the mentorship of Cody Coats and Michail Yasonik.
Predicting the Popularity of User-Generated Discussion Questions
EECS 349: Machine Learning
Using Python with the Reddit API and NLTK library, we collect information about AskReddit posts over a two-week period to analyze what makes a question popular. Alternating decision trees achieve 72.9819 accuracy with 10-fold cross-validation, an improvement over the ZeroR baseline of 51.0708. Features related to the language of the question, time and day of posting, and initial commenting behavior prove most informative. With Sameer Srivastava, Jennie Werner, and Aiqi Liu.
Commentator
Northwestern Debate Institute
End-to-end Google Apps Script-based pipeline for publishing practice debate comments to individual students’ feedback pages. Previously, instructors needed to manually edit the feedback pages for all four students in order to provide feedback from practice rounds. Deployed at the 2015 Northwestern Debate Institute and subsequently adopted for the entire program in 2016.
Teaching
I was a teaching assistant every quarter beginning my sophomore year, sometimes for two courses at once. Terms marked with an asterisk (*) denote a head or sole teaching assistant role.
EECS 396: Software Construction
Spring 2018
Software engineering project-based course with an emphasis on codewalks. With Robby Findler and Christos Dimoulas.
EECS 474: Probabilistic Graphical Models
Fall 2017*
Graduate-level Bayesian and Markov network representation, inference, and learning. With Doug Downey.
EECS 111: Fundamentals of Computer Programming I
Fall 2015, Winter 2016, Fall 2016*, Winter 2017*, Fall 2017*, Winter 2018*
Functional programming using the Racket Student Languages, vacillating between How to Design Programs and SICP. With Ian Horswill and Sara Sood.
- Guide for new EECS 111 TAs
- Fall 2016 Complete Recitation Notes
- Fall 2016 Quiz 1 Review
- Fall 2016 Quiz 2 Review
- Fall 2016 Structural Inheritance Review
- Winter 2017 Quiz 3 Practice Problems
- Winter 2017 Recursion Problem Set
- Winter 2017 Recursion Hints
- Winter 2016 Structural Recursion Notes
- Winter 2016 Map and Filter Notes
EECS 214: Data Structures and Data Management
Spring 2016, Spring 2017, Spring 2018
Data structures and algorithms in C#. With Ian Horswill.
- Spring 2017 Final Topics Piazza AMA
- Spring 2017 BFS vs. Dijkstra Slides
- Spring 2016 Recursive DFS vs. In-Memory Stack
- Spring 2016 ELI5: Big O