Skip to content

Instantly share code, notes, and snippets.

@danielrosehill
danielrosehill / whisper-variants-amd-gpu-comparison.md
Created November 23, 2025 22:07
Comparison: WhisperX vs Faster-Whisper vs OpenAI Whisper for AMD GPU ASR

Whisper Variants Comparison for AMD GPU ASR

A technical comparison of WhisperX, Faster-Whisper, and OpenAI Whisper for automatic speech recognition (ASR) inference on AMD GPUs with ROCm.

Quick Summary

Feature OpenAI Whisper Faster-Whisper WhisperX
Speed Baseline (1x) 4-8x faster 4-8x faster + optimizations
AMD GPU Support Native PyTorch ROCm CTranslate2 ROCm support PyTorch ROCm + optimizations
@oidebrett
oidebrett / setting_up_crowdsec_pangolin_middleware_manager
Last active December 8, 2025 00:08
Detailed Steps for Setting Up Crowdsec with Pangolin and Middleware Manager
Detailed Steps
1) First obtain your enrolment key from Crowdsec. Enrollment refers to connecting your CrowdSec Security Engine to the CrowdSec Console
To Get CrowdSec Enrollment Key
- Visit https://www.crowdsec.net/
- Log in to your account
- Obtain the enrollment key from your dashboard
- Copy this key for later use
@chadmayfield
chadmayfield / Brewfile
Last active January 24, 2025 23:31
My current Brewfile used when setting up my mac and also for updating it.
# Brewfile: Homebrew bundle file for macOS or Linux app install (with notes/source repos)
#
# Author : Chad Mayfield ([email protected])
# License : GPLv3
#
# INFO: * Links and comments are added because I'm too old to remember where everything is :)
# * install.sh can be used, but it needs some love (some of it doesn't work correctly).
# * TODO items (and additional information) is listed at the bottom
#
# Installation steps;
# Example ssh config file. Usually located in ~/.ssh/config (user) or /etc/ssh/ssh_config (system)
# This works on both linux and MacOS
# Basic ssh commands converted to ssh/config file format
# Simplest format
# Run with: "ssh blog" => (equivalent to: "ssh [email protected]" and "ssh -i ~/.ssh/id_rsa -p 22 [email protected]")
Host blog
@mpneuried
mpneuried / Makefile
Last active August 29, 2025 08:17
Simple Makefile to build, run, tag and publish a docker containier to AWS-ECR
# import config.
# You can change the default config with `make cnf="config_special.env" build`
cnf ?= config.env
include $(cnf)
export $(shell sed 's/=.*//' $(cnf))
# import deploy config
# You can change the default deploy config with `make cnf="deploy_special.env" release`
dpl ?= deploy.env
include $(dpl)
@parmentf
parmentf / GitCommitEmoji.md
Last active December 10, 2025 12:05
Git Commit message Emoji