🔌 SOCKET INTERFACE (ACTIVE CONNECT PORTS)
PORT 22 (tcp/ssh): github.com/bharadwajsanket
•
PORT 80 (tcp/http): sanketbharadwaj.vercel.app
•
PORT 443 (tcp/tls): sanketbharadwaj@outlook.com
|
[ 0.000000] Initializing firmware... [ OK ]
[ 0.004128] Loading kernel image... [ 100% ]
[ 0.012592] Mounting virtual filesystem nodes... [ 100% ]
[ 0.025810] Spin-up compiler cache & VM runtime... [ 100% ]
[ 0.040182] Initializing systems developer profile... [ OK ]
[ 0.041005] Welcome to bh_os. Terminal session active.
Abstractions are comfortable, but they hide the machinery. I build from the metal up because I need to know what happens when code hits the silicon.
That obsession is why I design custom compilation pipelines, write content-addressed version control engines, boot code in x86 real mode, and write fast directory traversal utilities. It is not about utility. It is about understanding the logic of the layers beneath.
control > convenience
clarity > cleverness
correctness > shortcuts
implementation > theory
build it • break it • understand it
The active threads in my development buffer:
- Vyom compiler: Transitioning from an interpreted tree-walker into a compiled systems language with a custom runtime VM.
- Kernel experiments: Paging memory allocation tables and designing custom OS scheduler rules.
- Developer infrastructure: Engineering low-overhead C99 workspaces and tree traversal routines.
🌌 vyom
A programming language built from first principles.
🔬 Inspect Architecture Specs
- Lexical Analyzer: Handcrafted character stream scanner converting code to typed token structs.
- Recursive Parser: Strict AST compiler parsing grammar patterns.
- Interpretation Engine: Executes intermediate AST representations natively.
🌳 neotree
A fast, minimal C99 directory tree traversal utility.
🔬 Inspect Architecture Specs
- Traversal Engine: POSIX file tree walkthrough algorithm in C99.
- Rule Mapping: Automatically loads and parses local
.gitignoreignore rules. - Structured Exporter: Composes results into plain text, markdown, or JSON objects.
📦 ion
A content-addressed version control system.
🔬 Inspect Architecture Specs
- Cryptographic Hashes: Maps file content to direct SHA-256 addresses.
- Unified Layout: Erases the staging area to commit active states immediately.
- VCS Graph: Models commit history nodes in a traversable Directed Acyclic Graph (DAG).
🖥️ sanix
A minimal x86 bootloader in Real Mode.
🔬 Inspect Architecture Specs
- Bare-metal Boot: Launches in 16-bit x86 Real Mode directly at sector entry point 0x7C00.
- BIOS Handshake: Hooks hardware interrupts for basic text display and keyboard registers.
- VGA Buffer: Writes graphics directly to video memory addresses.
⚙️ vyp
Low-level developer automation utility modules.
🔬 Inspect Architecture Specs
- Hooks Layer: Automated developer daemon integrations triggered on filesystem changes.
- Build Utilities: Modular scripting blocks designed for fast C/ASM toolchain workflows.
/mnt/programming_languages
/mnt/compiler_construction
/mnt/operating_system_kernels
/mnt/version_control_internals
/mnt/filesystems
/mnt/computer_architecture
/mnt/embedded_systems_firmware
/mnt/developer_tooling
I enjoy building foundational software that sits close to the hardware. Over time, I intend to contribute to operating system kernels, virtual machine runtimes, compilers, and low-level development tooling where correct engineering and absolute understanding of hardware resource patterns matter more than abstraction layers.



