System Online
Cybersecurity Engineer • Kriya Yoga Practitioner • AI Systems Builder • Consciousness Explorer

Architecting Resilience

I believe technology, consciousness, and discipline are expressions of the same intelligence. Building secure infrastructure on bare metal.

~ init_self.sh
Loading kernel modules...
Mounting /dev/consciousness... OK
Checking integrity of /etc/values... OK
Starting background daemons:
[✔] infrastructure_hardening
[✔] ai_inference_loop
[✔] continuous_learning

Operating Architectures

The underlying frameworks governing the biological and temporal instances.

Bio-Physics

Bio-Current Engineering

The human spine is a magnet. By consciously reversing the flow of bio-electricity (prana) from the senses inward to the spine.

Temporal Logic

Time-Engine Constraints

Analysis of the initial system state (Natal Chart) and runtime variables (Transits). Saturn represents system latency and throttling.

The Laboratory

Experiments in silicon, automation, and resonance.

3 Active Projects
Python FFMPEG OCR

Bengali PDF → Audiobook Pipeline

An automated ETL pipeline that ingests scanned Bengali literature, performs OCR, and generates TTS audio for YouTube.

Automation YouTube API

Automated Media & Music Bot

A fully autonomous bot that scrapes trends, remixes audio using AI models, generates visuals, and manages multi-channel YouTube uploads.

$ terraform apply
> provisioning hetzner_ax101...
Terraform Docker

Bare Metal AI Inference Stack

A self-hosted GPU cluster for LLM and Stable Diffusion inference. Built on Hetzner AX101 servers using Terraform for IaC.

The Log Repository

Synthesized data logs on infrastructure, bio-hacking, and existential debuggers.

Data Ingestion Protocols

Optimizing the neural weights through high-quality training data.

Semantic Analysis

Linguistic Pattern Recognition

Analyzing the structural rigidity vs fluid prose in Bengali literature.

Render Pipeline

Volumetric Illumination

Preference for exponential height fog, localized point lights, and high-contrast bloom.

Audio Processing

Frequency Modulation

Using specific auditory frequencies (Binaural/Solfeggio) to entrain brainwave states.

Trajectory Logs

Chronological data points of the entity's evolution through time and space.

2023 - PRESENT

Senior Cybersecurity Engineer

Specializing in SIEM architecture, log management, and infrastructure observability. Building automated threat detection pipelines.

2021 - 2023

DevOps Automation Lead

Managed bare-metal provisioning and CI/CD pipelines.

2018 - 2021

Systems Administrator

Foundational work in Linux systems, network security, and scripting. Learned the importance of reliability engineering.

Mental Algorithms

Heuristics, scripts, and operational rules I use to debug reality and optimize output.

Efficiency

Friction Minimization

Habit formation isn't about willpower; it's about reducing latency. I design environments where the 'good' choice is the default choice (O(1) complexity).

if (friction > 0) refactor_environment();
Debugging

Inversion Principle

To solve a complex problem, don't ask 'how to succeed.' Ask 'how to fail' and avoid those conditions. Standard reliability engineering.

!failure != success
Energy Management

Cooling vs Heating

System thermal management. High-intensity tasks (Creation) generate heat/noise. Low-intensity tasks (Research) require cooling. Balance is key to preventing throttle.

T_junction < T_max
Leverage

Input/Output Asymmetry

Seeking non-linear returns. Writing code once runs a billion times. 1 hour of deep work > 10 hours of shallow work.

O(log n) vs O(n)