ggerganov

↗ HN profile [ 79.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, OpenAI recently released a model for automatic speech recognition called Whisper [0]. I decided to reimplement the inference of the model from scratch using C/C++. To achieve this I implemented a minimalistic…

  2. Hey, I thought about asking here in case someone knows some hacky way to go beyond the Key Repeat limit of the keyboard on Mac OS. I already know about the command "defaults write NSGlobalDomain KeyRepeat -int 1" but it…

  3. Hi HN, I hacked a simple service for gathering HN replies and organizing them by the parent's username. The main idea is to be able to efficiently get the latest replies to an HN user. For example, you can use this…

  4. Hi HN, r2t2 is a command-line tool for transmitting data through sound using the PC speaker on the motherboard. The name of the tool is a reference to the R2-D2 robot from Star Wars :) In short, you type some message…