/dev
teaching
- Helped design and TAed DS3500 with Prof. Rachlin
written in C
- nush - shell with support for pipes and variables
- xmalloc - super-fast thread-safe memmory allocator
- olfs - performent unlimited nesting file system based on Linux FUSE
cli apps
i help with …
- tui-rs - terminal user interfaces and dashboards using Rust
reads
ideas
- leximoron - programming languages database
- oleks.studio - design studio
(define Y (λ (b) ((λ (f) (b (λ (x) ((f f) x))))
(λ (f) (b (λ (x) ((f f) x)))))))