██╗ ██╗ █████╗ ██████╗ ███████╗██╗ ██╗ ██║ ██║██╔══██╗██╔══██╗██╔════╝██║ ██║ ███████║███████║██████╔╝███████╗███████║ ██╔══██║██╔══██║██╔══██╗╚════██║██╔══██║ ██║ ██║██║ ██║██║ ██║███████║██║ ██║ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ░▒▓ SYSTEMS ENGINEER · BUILDER ▓▒░
struct HarshKumar {
location: &'static str,
interests: Vec<&'static str>,
currently: &'static str,
philosophy: &'static str,
}
impl HarshKumar {
fn new() -> Self {
Self {
location: "exploring the stack",
interests: vec![
"philosophy",
"mathematics",
"data science",
"artificial intelligence",
"low-level programming",
"system design",
],
currently: "engineering software at the system level",
philosophy: "understand the machine — then transcend it",
}
}
} |
Rust ZeroMQ egui tokioBio-inspired AI ecosystem — Cortex Citadel (brain), Executor (hand), Nervous System (ZeroMQ bus). Mimics biological neural architecture. |
C++20 raylib CMake curlNative GUI for auditing LLM APIs across 9+ providers (OpenRouter, Google AI, Mistral, Groq). Cross-compiles via Zig toolchain. |
Python AXUImacOS system automation — train AI models to control, generate, and automate system-level tasks via Accessibility UI. |
Python Flask OpenCV YOLOv8AI-powered exam proctoring with real-time face detection (MediaPipe FaceMesh) and violation monitoring. |