Skip to content
View Diobyte's full-sized avatar

Block or report Diobyte

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

Terminal typing animation

┌──────────────────────────────────────────────────────────────────────┐
│                                                                      │
│     ██████╗ ██╗ ██████╗ ██████╗ ██╗   ██╗████████╗███████╗          │
│     ██╔══██╗██║██╔═══██╗██╔══██╗╚██╗ ██╔╝╚══██╔══╝██╔════╝          │
│     ██║  ██║██║██║   ██║██████╔╝ ╚████╔╝    ██║   █████╗            │
│     ██║  ██║██║██║   ██║██╔══██╗  ╚██╔╝     ██║   ██╔══╝            │
│     ██████╔╝██║╚██████╔╝██████╔╝   ██║      ██║   ███████╗          │
│     ╚═════╝ ╚═╝ ╚═════╝ ╚═════╝    ╚═╝      ╚═╝   ╚══════╝          │
│                                                                      │
│  ┌─────────────────────────────────────────────────────────────┐     │
│  │  STATUS    : ONLINE                 ゴゴゴゴゴゴ             │     │
│  │  STAND     : 「Za Warudo」                                  │     │
│  │  POWER     : ██████████████████░░░░ LVL 89                 │     │
│  │  UPTIME    : since mass_extinction.event                   │     │
│  │  CLASS     : Stand User / AI Tinkerer                      │     │
│  └─────────────────────────────────────────────────────────────┘     │
│                                                                      │
└──────────────────────────────────────────────────────────────────────┘
#!/usr/bin/env python3
"""diobyte.py — you expected a normal profile, but it was me, Dio."""

class Diobyte:
    
    def __init__(self):
        self.alias    = "Diobyte"
        self.focus    = ["AI/ML", "automation", "systems", "tinkering"]
        self.stand    = "「Za Warudo」"
        self.os       = "Arch btw"
        self.editor   = "nvim"
        self.motto    = "if it exists, it can be reverse-engineered"
    
    def attack(self):
        return "MUDA " * 7 + "MUDAAA!"
    
    def currently(self):
        return {
            "hacking_on":  "AI/ML experiments",
            "learning":    "whatever breaks next",
            "building":    "tools that shouldn't exist yet",
        }
    
    def philosophy(self):
        return [
            "ship it broken, fix it live",
            "read the source, not the docs",
            "automate yourself out of a job",
        ]

if __name__ == "__main__":
    dio = Diobyte()
    print(dio.attack())  # ZA WARUDO! TOKI WO TOMARE!

> cat /etc/arsenal.conf


Tech Stack Icons



[ai.stack]
Python PyTorch TensorFlow scikit-learn NumPy pandas Jupyter
[infra.tools]
FastAPI Docker Linux Git PostgreSQL Neovim Bash

> sudo cat /var/log/commits.log


github contribution grid snake animation



Contribution Graph
GitHub Stats GitHub Streak
Top Languages



Profile Details

> fortune | cowsay


  「 It's not about talent. It's about how many nights
     you stayed up breaking things until they worked. 」

                                            — Diobyte

Profile Views

Popular repositories Loading

  1. paladin paladin Public

    Lua 1 1

  2. Druid Druid Public

    Lua

  3. sorc sorc Public

    Lua

  4. QQTLuaLS QQTLuaLS Public

    Lua

  5. SHellTide_DioFork SHellTide_DioFork Public

    Lua

  6. Diobyte Diobyte Public