Nueva Courses Index
Last edited: August 8, 2025NUS Secondary School Other Duties
- AP Statistics Index
- AP Phys C Mech Index
- AP Phys C EM Index
- Tuning Forks
- bioinformatics
- PKM
- Intersession 2023
NUS-MATH580 QIC
Date | Topic |
---|---|
physical qubits, manipulating physical qubits | |
making qubits interact | |
Chiara Marletto | |
Strong Free Will |
NUS-CS223 Algorithms
Backlog: Finite State Machine
Date | Topic |
---|---|
stable matching problem, stable matching algorithm | |
dynamic programming, relaxation | |
distributed algorithum, randomized algorithum, complexity theory |
NUS-HIST301 American History
Backlog: New Deal, Franklin D. Roosevelt (FDR), Works Progress Administration, effects of the New Deal, Great Depression, Herber Hoover, disinformation, Guilded Age
PL Index
Last edited: August 8, 2025Key ideas
- appreciating PL as a techincal field
- OS people cares only about dynamic system—build a good runtime/OS, etc.
- PL people cares only about static system—build a compiler, etc.
- think systematically about PL tools
- what we can do, what we can’t do, what will be able to do
- basics of active research in PL
equal in expressive power
- SKI calculus
- Lambda calculus
- Turing machines
Lectures
Combinator Calculus
Lambda Calculus
Objects
Programming Abstractions and Logic Programming
Contravariance
Production Index
Last edited: August 8, 2025This is a work-in-progress page listing all of my production projects.
Fireside: Blog
20MinuteRants: Blog
https://medium.com/20minuterants
(finished) Project80: Podcast
See .
(finished) Yappin: Podcast
Projects Index
Last edited: August 8, 2025Projects Index is a index that contains a list of almost all projects for which I have ever worked on. Major categories are highlighted from chapter titles.
Research Projects
I end up doing a lot of research these days, and so have isolated that to a different, academic homepage.
For a list of my recent research, please head to my academic homepage. For concision they are NOT repeated here.
Large-Scale Endeavors
Condution
An open-source task management app. Website.
Software Engineering Index
Last edited: August 8, 2025process of Engineering: chronological order
- User Interviews + User Stories
- Requirements Analysis
- Documentation and Specification
- Build the damned thing
- Build and Release engineering (TODO)
Other topics
- Query optimization (TODO)
Fucking acronyms to know
- AAA Method
- SOLID principles
- STAR method: state behaviorals in Situation, Task, Action, Results
fundamental trade-off of Software Engineering
The MIT vs. New Jersey problem: in Software Engineering, you can only choose one of FAST or ROBUST.