Skip to content
View sharyaropensource's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report sharyaropensource

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
sharyaropensource/README.md
 ███████╗██╗  ██╗ █████╗ ██████╗ ██╗   ██╗ █████╗ ██████╗
 ██╔════╝██║  ██║██╔══██╗██╔══██╗╚██╗ ██╔╝██╔══██╗██╔══██╗
 ███████╗███████║███████║██████╔╝ ╚████╔╝ ███████║██████╔╝
 ╚════██║██╔══██║██╔══██║██╔══██╗  ╚██╔╝  ██╔══██║██╔══██╗
 ███████║██║  ██║██║  ██║██║  ██║   ██║   ██║  ██║██║  ██║
 ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═╝
      d e v o p s   ·   l l m o p s   ·   l o c a l   a i
terminal
$ neofetch
                    ▄▄▄▄▄▄▄▄▄         sharyar@github
                 ▄█████████████▄      ──────────────────────────────
               ███████████████████    OS........: Linux · macOS · Windows
              █████████████████████   Host......: Germany  (UTC+1)
              █████████████████████   Kernel....: 7+ yrs automotive CI/CD
               ███████████████████    Shell.....: bash · zsh · powershell
                 ▀█████████████▀      DE........: tmux + vim
                    ▀▀▀▀▀▀▀▀▀         Role......: DevOps → LLMOps Engineer
                                      Packages..: jenkins, docker, jfrog
                                      Terminal..: black & green, always
                                      Memory....: 32GB, mostly model weights

$ cat /etc/motd

  DevOps engineer by trade, LLM tinkerer after hours.
  I like pipelines that don't break, scripts that don't lie,
  and models small enough to run on hardware I actually own.

$ ls -la ~/interests

drwxr-xr-x  local-ai/        # LLMs on my own metal, not someone's cloud
drwxr-xr-x  cicd/            # jenkins · github actions · docker · terraform
drwxr-xr-x  artifacts/       # jfrog artifactory, build promotion, release hygiene
drwxr-xr-x  scripting/       # bash · zsh · python · powershell · batch
drwxr-xr-x  agents/          # mcp servers, tool-calling, model routing
drwxr-xr-x  open-source/     # small, sharp tools worth someone else's time
-rw-r--r--  .plan            # ship it, then document it

$ apt list --installed

languages/    python  bash  zsh  powershell  batch
ci-cd/        jenkins  github-actions  docker  terraform
artifacts/    jfrog-artifactory  jfrog-cli
platforms/    linux  macos  windows
ai-stack/     ollama  huggingface  mcp  llama.cpp

Python Bash PowerShell Batch Jenkins Docker JFrog Terraform Linux macOS Windows Ollama HuggingFace


$ git log --stat

activity



$ git shortlog -sn --all
contribution chart



followers stars


$ ls ~/projects

$ find ~/projects -maxdepth 1 -type d -printf '%f\n' | sort
repo what it does
jflint linting & sanity checks for Jenkinsfiles
llmfetch pull & manage local LLM weights from the CLI
hashmuse hashing / checksum utility
sysmon lightweight system monitoring
envtally audit and tally environment variables
llm-prisoners-dilemma game-theory experiments with local models

$ ping -c 3 sharyar

github.com/sharyaropensource ........... 64 bytes  time=0.4ms
huggingface.co/Snaseem2026 ............. 64 bytes  time=0.6ms
ollama.com/sharyarnaseem ............... 64 bytes  time=0.5ms

--- sharyar ping statistics ---
3 packets transmitted, 3 received, 0% packet loss

github huggingface ollama


$ fortune | cowsay

 ______________________________________________
< Automate it twice: once by hand, once for real >
 ----------------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
$ exit
logout
Connection to sharyar@github closed.  ▮

visitors

Popular repositories Loading

  1. envtally envtally Public

    Find environment variables your code uses but your docs, .env.example and CI forgot to declare.

    Python 1

  2. llm-prisoners-dilemma llm-prisoners-dilemma Public

    Small local LLMs, each given a distinct personality, play an iterated Prisoner's Dilemma tournament against each other

    Python 1

  3. llmfetch llmfetch Public

    LLM-powered neofetch-style ASCII system info panels — every commit generates unique AI art via local Ollama models

    Python 1

  4. jflint jflint Public

    Static analyzer for Jenkinsfiles - catch security, correctness and style issues in declarative and scripted pipelines before they reach a Jenkins controller.

    Python 1 1

  5. skills skills Public

    Forked from anthropics/skills

    Public repository for Agent Skills

    Python

  6. random-quote-generator random-quote-generator Public

    A tiny random quote generator built with plain HTML, CSS, and JavaScript.

    HTML