JS/TS not a functional language: technical analysis https://sudonull.com/js-ts-not-a-functional-language-technical-analysis
Why JavaScript and TypeScript Are Not Functional Languages? Breaking Down 4 Technical Reasons: mutability, recursion, lazy collections, error handling. Consequences for development.
Evolution of C++: epochs and standards https://sudonull.com/evolution-of-c-epochs-and-standards
Ideas for C++ development: realistic standards through TS, epochs for legacy, zero-cost exceptions. For middle/senior dev. Learn how to avoid the monster.
project-graph-mcp: graph for AI navigation https://sudonull.com/project-graph-mcp-graph-for-ai-navigation
project-graph-mcp server builds a compressed code dependency graph for JS/TS/Python/Go. Metrics, Health Score, test checklists. Integration with agent pools. Learn how to set up.
AeroFTP: FTP client on Rust with SFTP and S3 https://sudonull.com/aeroftp-ftp-client-on-rust-with-sftp-and-s3
Explore AeroFTP — open multi-platform file manager with 25 protocols, AES-256 encryption, and AI agent. Rust/TS support, synchronization, CLI. Download from GitHub and set up your cloud.
Running MoE GPT-OSS-120B on 6 GB GPU up to 30 t/s https://sudonull.com/running-moe-gpt-oss-120b-on-6-gb-gpu-up-to-30-t-s
Accelerating GPT-OSS-120B on a weak GPU with -cmoe and --fit. Efficient RAM usage for MoE models. Instructions for developers.