Skip to content
View searge's full-sized avatar
🦄
Servering servers
🦄
Servering servers

Block or report searge

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
Searge/README.md

Hi, I'm Searge Vulcan salute

DevOps Engineer at Smile Ukraine

Stand With Ukraine@Searge@hachyderm.io

# %%"""Creating a class for keeping track of knowledge."""importjsonfromdataclassesimportasdict, make_dataclassfromrichimportprintperson=make_dataclass(
"Person",
[
("nick", str),
("name", str),
("pipelines", list[str]),
("web_services", list[str]),
("languages", list[str]),
("databases", list[str]),
("misc", list[str]),
("ongoing", list[str]),
],
namespace={"to_json": lambdaself: json.dumps(asdict(self), indent=4)},
)
# %%# @title Initializing classes and creating listsif__name__=="__main__":
pipelines= ['GitLab Ci', 'GitHub Actions', 'AWS CodePipeline', 'Jenkins']
web_services= ['nginx', 'apache', 'varnish', 'fastly', 'elastic', 'solr']
languages= ['YAML', 'Bash', 'Python', 'JS', 'Web']
databases= ['SQLite', 'PostgreSQL', 'Percona', 'DynamoDB', 'Redis']
misc= ['Ansible', 'Linux', 'LXC', 'Docker', 'Terraform', 'AWS']
ongoing= ['LPIC', 'Full Stack Web', 'AWS']
me=person('@Searge', 'Sergij Boremchuk',
pipelines, web_services, languages, databases, misc, ongoing)
print(me.to_json())
# %%

Thanks @rednafi for idea of script 😉

Statistics

Skyline for 2021

Visitors

Code Time

AI Code Time

I'm an Early 🐤

🌞 Morning 3071 commits ███████░░░░░░░░░░░░░░░░░░ 26.19 % 🌆 Daytime 5282 commits ███████████░░░░░░░░░░░░░░ 45.05 % 🌃 Evening 3057 commits ███████░░░░░░░░░░░░░░░░░░ 26.07 % 🌙 Night 314 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 02.68 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Europe/Kyiv
💬 Programming Languages: YAML 9 hrs 51 mins ██████░░░░░░░░░░░░░░░░░░░ 23.45 % Markdown 8 hrs 58 mins █████░░░░░░░░░░░░░░░░░░░░ 21.36 % Org 6 hrs 3 mins ████░░░░░░░░░░░░░░░░░░░░░ 14.41 % Java 5 hrs 41 mins ███░░░░░░░░░░░░░░░░░░░░░░ 13.55 % Python 4 hrs 21 mins ███░░░░░░░░░░░░░░░░░░░░░░ 10.35 % 🔥 Editors: Claude Code 33 hrs 43 mins ████████████████████░░░░░ 80.23 % Zed 4 hrs 14 mins ███░░░░░░░░░░░░░░░░░░░░░░ 10.11 % Unknown Wakatime 1 hr 38 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.92 % Emacs 59 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 02.36 % VS Code 50 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 02.02 % 💻 Operating System: Linux 42 hrs 1 min █████████████████████████ 100.00 % 

🤖 AI Coding This Week

⏱ AI Coding Time: 39 hrs 5 mins (93.02%)
✍️ 12,364 lines written by AI, 720 lines written by hand (94.5% AI-written)
🔤 56,664,493 Input Tokens, 2,056,898 Output Tokens
💵 $1089.21 Estimated AI Cost This Week
🧠 44 AI Sessions, 405 AI Prompts
Opus 8,574 lines █████████████████░░░░░░░░ 67.73 % Fable 3,880 lines ████████░░░░░░░░░░░░░░░░░ 30.65 % GPT 206 lines ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.63 % Codex-Exec 0 lines ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.00 % 🔎 AI Coding Insights:
🤖 AI-Driven — 94.5% of written lines came from AI
📄 Detailed Prompter — average 1,077 characters per prompt
🔁 Iterative Prompter — average 9 prompts per session
🚀 High AI Trust — 5.61% of changed lines were hand-edited

Last Updated on 16/08/2026 00:41:08 UTC

footer

Pinned Loading

  1. All GitHub EmojisAll GitHub Emojis
    1
    # Complete list of github markdown emoji
    2
    3
    ## Alphabetical order
    4
    5
    Generated from https://api.github.com/emojis
  2. GeekOpsUA/k8s-hard-way-ansibleGeekOpsUA/k8s-hard-way-ansiblePublic

    🐄 Provisioning of Kubernetes the hard way with Ansible

    Shell 2

  3. KubeSprayDockerKubeSprayDockerPublic

    Run Kubespray in Docker

    Shell

  4. aws_kmsaws_kmsPublic

    A comprehensive Terraform implementation for managing AWS KMS keys

    HCL