Skip to content
View Clortox's full-sized avatar
Block or Report

Block or report Clortox

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

Tyler Perkins (Clortox)

I'm a software developer at Etactics, located in the Cleveland area. I love software design and development, mechanical/electrical engineering, and metalworking. Kent State Unviersity Alumni, persuing a Masters in Computer Science from Georgia Tech University.

Neat projects

Independently created projects that are free and open source

  • Kubernetes Cluster
    • A K3S cluster on my personal server rack in my home, hosting several services for friends, family, and myself
  • Human Call Stack
    • A TODO app based on the concept of a callstack
  • Filebrowswer Sidecar
    • A sidecar application providing a webui to the contents of persistent volumes
    • k8s native with easy configuration using environment variables
    • An extension of filebrowser

Private Projects

These are projects I can't share the source of due to school/work agreements, however I still think they are worth bragging about

  • Multipaxos with stable leaders
    • An implementation of multipaxos with stable leader elections
    • Resilient to minority node failure, network partitions, and dropped/duplicate packets
    • Includes PAXOS log garbage collection and proposal batching to reduce memory usage and reduce consensus latency
  • Self hosted realtime transcription for the deaf
    • Real time transcription application leveraging whisper to provide near-instant transcription for deaf family members
    • Provides speaker differentiation, tiemstamps, and supports call transcription
    • Optimized to run on low power portable boards such as the jetson nano

Links

Contact

Pinned

  1. Scripts Scripts Public

    Helpful scripts and utilities for doing all sorts of random things

    Shell

  2. Gluttony-Cluster Gluttony-Cluster Public

    A Flux configuration of my homelab kubernetes cluster

    Shell

  3. dashboard dashboard Public

    A Suckless inspired dashboard application, targeting raspberry pis.

    C++

  4. rss-cli rss-cli Public

    A unix-inspired cli application for interacting with rss feeds

    C++ 18 1

  5. Deck Deck Public

    Dump of the files for my Deck

    2 1

  6. HumanCallStack HumanCallStack Public

    Shell