Skip to content
View dudash's full-sized avatar
🎸
Be excellent to each other
🎸
Be excellent to each other

Organizations

@MondoCoolStudios @collabinator
Block or Report

Block or report dudash

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
dudash/README.md

Hi 👋 I'm Dudash!

I would describe myself as a creative technologist (but I will always be a developer at ❤️). A lot of what you'll find here in my repos are: howto examples, demos, and proof of concepts.
I've also got a bunch of small things in my github gists.

  • Currently: Product Mgmt at NVIDIA (AI)
  • Past: Open Hybrid Cloud, Edge Computing, UAVs, mobile, unmanned systems R&D, game dev.
  • Edu: Engineering and Computer Science @ Virginia Tech
  • How to reach me: Twitter LinkedIn
  • Recent 🤓 reading: Designing Data-Intensive Applications
  • Past and Upcoming Tech Talks/Articles

dudashmetrics

Pinned

  1. psychdocs psychdocs Public

    Using LLMs to access psychology docs via natural language

    TypeScript 3

  2. GPU OpenShift demo install and setup GPU OpenShift demo install and setup
    1
    ## Prerequisites OCP cluster 4.9+
    2
    ## Setup GPU Nodes
    3
    :point_right: Add a MachineSet for GPU Workers by exporting an existing worker's MachineSet and switching the instance type, name, and selflink.
    4
    You have some choices here depending on what you want to do. 
    5
    - Amazon EC2 P3 Instances have up to 8 NVIDIA Tesla V100 GPUs.
  3. collabinator/clivrt collabinator/clivrt Public

    👥 💻 a CLI app that provides real-time video chat. (clivrt = CLI Video Real Time)

    Python 3 1

  4. s3-image-viewer-webapp s3-image-viewer-webapp Public

    Simple website to visualize images from an AWS S3 bucket

    HTML 9 11

  5. Flip between versions of the Knative... Flip between versions of the Knative CLI easily
    1
    #!/bin/bash
    2
    
                  
    3
    # Simple script to help configuring which kn CLI to use when you
    4
    # have a need to keep multiple versions and switch between them.
    5
    
                  
  6. Flip between versions of the Kuberne... Flip between versions of the Kubernetes CLI easily
    1
    #!/bin/bash
    2
    
                  
    3
    # Simple script to help configuring which kubectl CLI to use when you
    4
    # have a need to keep multiple versions and switch between them.
    5