Skip to content
View nonnontrivial's full-sized avatar

Block or report nonnontrivial

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

Hi, i'm Kevin, digital plumber with ≈ 8 years of professional experience in software.

Containerized Python, scripting with Lua and Bash, React.js for the web, and Kotlin for Android across protocols like HTTP, MQTT, and gRPC, all in small-ish teams with care towards how it winds up in front of users, whether at the edge, on a tactical network, or as part of SaaS.

I studied art in school but pivoted to computer science after realizing that audio engineering was an optimization problem.

i've worked on

  • edge AI in a defense context (python, podman, TAK, XMPP, postgres, kotlin, android)
  • sky brightness application to infer sky brightness at H3 cells using a custom model (python, h3, pytorch, docker, rabbitmq)
  • frontends of digraph-based tools for manufacturing execution and conversation design (react, redux, typescript, gRPC)

i'm interested in

  • continuous improvement of development workflows
  • vim golf

Pinned Loading

  1. ctts ctts Public

    read sky brightness without a sensor

    Python 2

  2. ross ross Public

    keyboard-driven RSS reader for macOS

    Lua 5 1

  3. nvim config nvim config
    1
    vim.o.termguicolors = true
    2
    vim.o.relativenumber = true      -- relative line numbers
    3
    vim.o.number = true              -- show absolute number on current line
    4
    vim.o.cursorline = true          -- highlight current line
    5
    vim.o.ignorecase = true