$ ssh github.com/ethical-buddy
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ Suryansh Deshwal โ
โ Systems . Security . Kernels . Networks . Open Source โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
> load profile
role Systems & Security Engineer
stack Go, C/C++, Rust, Python, x86-64 Assembly, Bash
platform Linux
editor Neovim / Vim
target technically difficult work that teaches something real
> current thesis
abstractions are useful, but the interesting bugs live underneath..
โโโ vx6/
โ โโโ ipv6-native node runtime
โ โโโ encrypted forwarding and relays
โ โโโ DHT-backed service discovery
โ โโโ peer-to-peer infrastructure
โโโ bumbelbee/
โ โโโ boot to userspace
โ โโโ memory, interrupts, syscalls
โ โโโ POSIX-inspired OS experiments
โโโ vimgo/
โ โโโ terminal-first file manager
โ โโโ keyboard-driven Linux workflow
โ โโโ Go TUI tooling
โโโ kernel-hacking/
โโโ eBPF, tracing, syscalls
โโโ low-level Linux experiments
โโโ security through implementation detail
applications โโ CLIs, CTI, automation, services
distributed systems โโ P2P, DHTs, relays, identity, crypto
network โโ IPv6, routing, raw sockets, packets
linux / kernel โโ eBPF, syscalls, VFS, memory, tracing
hardware โโ x86-64, boot, interrupts, CPU state
| Tool | Mode |
|---|---|
| C / C++ | kernels, systems, networking, performance |
| Go | distributed services, network software, infrastructure |
| Rust | safe systems programming and security tooling |
| Python | research tooling, automation, CTI / OSINT |
| Assembly | x86-64, boot flow, architecture debugging |
| Bash | Linux automation, build systems, operations |
open operating_systems.yml
operating_systems:
- kernel architecture
- deterministic / replay-oriented execution
- schedulers, VFS, memory and syscalls
- low-level observabilityopen networking.yml
networking:
- IPv6-first infrastructure
- decentralized service discovery
- peer-to-peer overlay networks
- SDN and packet processingopen security.yml
security:
- kernel / runtime security
- reverse engineering
- threat intelligence and OSINT
- secure distributed systemssignal > noise
build things close to the machine
read the implementation
question assumptions
contribute upstream
document what you learn
repeat
I do not just want to use systems. I want to know why they work, where they fail, and how to build better ones.



