Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View kylesalcedo's full-sized avatar
🌠
🌠

Block or report kylesalcedo

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

only hands can wash hands

#     __________________   __________________   __________________
#    |                  | |                  | |                  |
#    |    πŸ–₯️    πŸ–₯️     | |    πŸ–₯️    πŸ–₯️     | |    πŸ–₯️    πŸ–₯️     |
#    |__________________| |__________________| |__________________|
#         πŸ–₯ hackin rack is status: active ⌨

class WhoAmI:
    def __init__(self):
        self.greeting = "πŸ‘‹ hello, git world."
        self.πŸ–οΈ = "Doctor of Physical Therapy"
        self.πŸ‘ = "Health IT / MedTech Advisor & Hand model"
        self.πŸ‘Œ = "Vibe CTO"

        self.stats_to_max = [
            "CTO leadership",
            "Director of Engineering systems",
            "Product Management instinct",
        ]

        self.always_learning = ["AI/ML", "Python"]
        self.daily_protocol = "Automate or optimize everything I touch."

        self.synthesize = [
            "Prompt/context engineering",
            "QA engineering",
            "User feedback loops, UX, product telemetry",
        ]

        self._webcam = None
        self._ops_laptop = None

        self.rigs = {
            "mac": {
                "model": "MacBook Air M2",
                "cpu": "Apple Silicon 8-core",
                "use_case": "Build, ship, orchestrate on the go.",
            },
            "pc": {
                "case": "Lian Li O11 Dynamic XL",
                "motherboard": "ASUS ROG Strix B850-F (AM5, DDR5)",
                "cpu": "Ryzen 9 7900X (12c/24t)",
                "gpu": "NVIDIA EVGA RTX 3080 Ti XC3 Ultra",
                "ram": "Corsair Vengeance RGB 64GB DDR5 6400MHz",
                "cooling": "iCUE Link TITAN 240 RX + RX120 RGB (x6)",
                "storage": [
                    "2TB Samsung 990 EVO Plus (Gen4)",
                    "1TB SanDisk SSD",
                ],
                "monitors": [
                    'ASUS TUF VG32AQL1A 32" QHD (2560x1440, IPS, 170Hz, 1ms)',
                    'ASUS VG278Q 27" (1080p, 144Hz, 1ms)',
                ],
                "peripherals": [
                    "Razer Huntsman V3 Pro Tenkeyless",
                    "Logitech G502 Hero",
                    "Drop + Sennheiser PC38X",
                    self._webcam,
                ],
                "use_case": "See you on the leaderboards.",
            },
            "ops_laptop": {
                "device": self._ops_laptop,
                "os": "classified",
                "use_case": "Field diagnostics, Wi-Fi sniffing, other legal things.",
            },
        }

    def __repr__(self):
        return f"<{self.πŸ‘Œ} | {self.πŸ–οΈ} + {self.πŸ‘}>"

print(WhoAmI())

Pinned Loading

  1. homehands homehands Public

    HomeHands

    TypeScript