vivis vivis avatar dev

> thoughts on AI, code, and everything in between

About Me

I’m a Senior Python Dev, AI Enthusiast, Builder. These are some of the things I’m working on:

Blog Posts

Latest Notes

link

Drop-in replacement for whisper.cpp supporting STT with lots of different model families. I also appreciate that all the models were tested to compare WER. github.com/handy-comput...

https://github.com/handy-computer/transcribe.cpp
link

A two-stage privacy filter that runs completely on-device. First stage is a set of regex rules, second stage is a 14Mb MiniLM model fine tuned on the OpenPII dataset. This is where we need to be headed. ndstudio.gov/posts/say-he...

Introducing Rampart
text

TIL - with pv (pipe viewer) you can add progress bars to any data transfer. docker save ubuntu:latest | pv -s $(docker images --format "{{.Size}}" ubuntu:latest) > ubuntu.tar

Projects

These are some of my projects

Find Substack

Find Substack

Discover quality Substack posts. Beat the notes slop.

#Substack #Discovery #Newsletter #Content
Python Koans

Python Koans

Python lessons wrapped in koans. A weekly newsletter.

#Python #Education #TDD #Learning
Pretty Code

Pretty Code

Create beautiful images of your code

#Python #Education #TDD #Learning