I should also add that if you don't want to reconfigure Jambi to use Whisper, you can try WhisperNow, which is built in Python and uses Whisper. I saw similar transcription performance when I used Whisper with Jambi and decided to move forward with Vosk after testing Whisper in both programs.
guttermonk
I use the Futo Keyboard on Android which already has this feature. It's also opens source, and I've had a really good experience with it so far.
I'm not familiar with whisper.c++ but I did try faster-whisper. Unfortunately, the transcriptions took upward of 40sec and it didn't offer live transcription, which is a nice feature of vosk. There's a comparison in the readme with other differences. That said, it should be relatively modular. It shouldn't take much to swap it back to whisper if that's what you prefer to use. Whisper is in the nix flake as optional, and the program allows you to change models but i haven't bothered trying to switch back to Whisper since Vosk has been more performant.
That means a lot to me. Thanks so much for your kind words!
I don't know of any FOSS SMS apps with this feature, but there is an open issue in Quik's github repo requesting that feature.
Please leave it a thumbs up if that's something you would like to see added. https://github.com/octoshrimpy/quik/issues/152
I was pleasantly surprised by SpeedCrunch: https://bitbucket.org/heldercorreia/speedcrunch/src/master/
While the meta key is well documented, the meh key is vaguely mentioned in multiple modern split keyboards such as ZSA keyboards and the Kinesis Advantage.
I'm seeing super, hyper, and meta on the Space-Cadet, but no meh.
Thanks for the reply! That would be good info to include in the future wiki. Still curious if this key originated with some 1970s era keyboard or if it came from something more modern.
I did both - I have steam and steam-run in environment.systemPackages and I have packages.steam.enable = true;
Here's my hardware config:
hardware = {
bluetooth.enable = true; # enables support for Bluetooth
bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD
intel-media-sdk
intel-vaapi-driver # For older processors. LIBVA_DRIVER_NAME=i965
vaapiIntel
vaapiVdpau
libvdpau-va-gl
];
};
pulseaudio = {
enable = true;
support32Bit = true;
extraConfig = "load-module module-combine-sink";
};
xpadneo.enable = true;
};
It's a 2013 macbook air, which is weird because when I had OSX installed it played Stardew fine.
Has anyone tried either making NFTs or repurposing another game's NFTs in an open source game?

Thank you!