┌─[dubsky@github]─[~]
└──╼ $ tmux new-session -s dev
┌─[pane 0]─────────────────────────┐
│ $ cat about.sh │
└──────────────────────────────────┘
#!/bin/bash
# announcing I use neovim
# upcoming zig enjoyer
# coffee enthusiast
LOCATION="backrooms"
STATUS="probably crashing out"┌─[pane 1]─────────────────────────┐
│ $ cat stack.conf │
└──────────────────────────────────┘
[core]
zig
c++
java
typescript
[devops]
teamcity [ci]
kubernetes/docker
nginx/caddy
[tools]
neovim
gdb/lldb
perf/flamegraph┌─[pane 2]─────────────────────────┐
│ $ tail learning.log │
└──────────────────────────────────┘
[ml/ai] deep learning optimization
model architecture tuning
inference pipeline performance
[systems] rust driver development
embedded zig programming |
┌─[pane 3]─────────────────────────┐
│ $ ls -la ~/projects │
└──────────────────────────────────┘
drwxr-xr-x poe-ai/
# ML for Path of Exile economy analysis
# python, pytorch
drwxr-xr-x WinFlux/
# Windows optimization GUI
# zig, win32, system tweaks
drwxr-xr-x Aiko/
# Cross-Platform desktop anime app
# java, gradle, compose
drwxr-xr-x automata-simulator/
# automata visualizer with canvas editor
# react, typescript┌─[pane 4]─────────────────────────┐
│ $ ps aux | grep interests │
└──────────────────────────────────┘
→ systems programming
→ machine learning
→ reverse engineering
→ pipeline orchestration
→ performance optimization |



