Skip to content
View 0xdilshan's full-sized avatar
🦖
Learning
🦖
Learning

Block or report 0xdilshan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xdilshan/README.md

Waving Hand 0x0 // DILSHAN

$ whoami
> dilshan | software.engineer()

$ cat mission.txt
> optimize(everything)
> automate(repetition)
> ship(clean_code)

Milky Way // PROFILE

BSc Computer Systems @ Turība University
Riga, Latvia

FOCUS AREAS
├── Performance Optimization
├── CLI & Developer Tooling
├── AI Automation
└── Backend Engineering

Brain // TECH MATRIX

Languages

Python JavaScript Bash SQL

Stack

React Node.js PostgreSQL Docker Linux


// PROJECTS

vid2cc-AIPython · AI/ML · CLI

Python 3.9+ PyPI version PyPI Downloads License: MIT CI

Local-first AI pipeline: video in → perfectly synced .srt subtitles out. No cloud, no data leaks. Powered by OpenAI Whisper + FFmpeg.

CAPABILITIES
├──   Whisper transcription — tiny / base / small / medium / large / turbo
├──   Automatic CUDA detection for GPU acceleration
├──   --embed (soft subs) and --hardcode (burn-in) modes
├──   Multilingual transcription + --translate to English
├──   Batch processing — glob patterns accepted
├──   Importable library API for Python projects
└──   Google Colab notebook UI with GDrive mount option
pip install vid2cc-ai
vid2cc *.mp4 --model large --embed --output-dir ./subs

Z-SHIFTShell · DevTools · Dotfiles

Linux macOS Startup Input Lag License: MIT CI

One command. Stock Zsh → blazing-fast, Gruvbox-themed dev environment. Installs and wires everything automatically.

WHAT GETS INSTALLED
├──   Zinit (Turbo mode) — non-blocking plugin loading
├──   Starship prompt — 12 switchable presets
├──   Gruvbox theme + 17 Eza color schemes via interactive switcher
├──   Modern CLI: bat · eza · fd · fzf · ripgrep · zoxide · tealdeer
├──   Plugins: autosuggestions · fast-syntax-highlighting · sudo · extract
├──   Persistent overrides via ~/.zshrc.local
└──   Full uninstaller included
BENCHMARKS (zsh-bench)
  First Prompt  ████████░░░░░░░░  98ms
  Command Lag   ████████░░░░░░░░  ~100ms
  Input Lag     █░░░░░░░░░░░░░░░  6ms
bash -c "$(curl -fsSL https://raw.githubusercontent.com/0xdilshan/Z-SHIFT/main/install.sh)"

// SYSTEM METRICS



// ENGINEERING PRINCIPLES

> measure before optimizing
> automate what you repeat
> reduce cognitive load
> build tools that outlast the project
> local-first, privacy by default

// CONNECT

GitHub LinkedIn

Pinned Loading

  1. Z-SHIFT Z-SHIFT Public

    🎴 Transform your terminal into a blazing-fast productivity machine. Automates the installation of Zsh, Zinit, Starship, FiraCode, and modern shell tools.

    Shell 9

  2. vid2cc-AI vid2cc-AI Public

    🎙️🎬 Python CLI utility to automate local video-to-subtitle workflows. Extract audio via FFmpeg and generate perfectly synced SRT/CC transcripts using OpenAI's Whisper AI models. Built for speed, ac…

    Jupyter Notebook 3