guttermonk
- 25 Posts
- 77 Comments
guttermonk@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
6·6 måneder sidenI 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@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
13·6 måneder sidenI 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.
guttermonk@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
13·6 måneder sidenI’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.
guttermonk@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
13·6 måneder sidenThat means a lot to me. Thanks so much for your kind words!
guttermonk@lemmy.mlOPto
Mechanical Keyboards@lemmy.ml•What's the history of the "meh" key?
2·1 år sidenWhile 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.
guttermonk@lemmy.mlOPto
Mechanical Keyboards@lemmy.ml•What's the history of the "meh" key?
1·1 år sidenI’m seeing super, hyper, and meta on the Space-Cadet, but no meh.
guttermonk@lemmy.mlOPto
Mechanical Keyboards@lemmy.ml•What's the history of the "meh" key?
1·1 år sidenThanks 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
steamandsteam-runinenvironment.systemPackagesand I havepackages.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.
Just tried
GE-Proton-9-9and the play button goes to “stop” and then right back to “play”. I tried launching from terminal usingnix-shellandsteam-runso I could see the error messages when it crashes. Thanks for looking at your setup to see what was going on.
Apparently, I’m not the only one. https://discourse.nixos.org/t/help-running-stardew-valley-in-nixos/48574
How do you avoid those errors?
Some games don’t work, despite what ProtonDB says, such as Stardew Valley.
guttermonk@lemmy.mlto
Privacy@lemmy.ml•Traveling this summer? Maybe don’t let the airport scan your face.
4·2 år sidenHonest quetion, how/where are drivers license photos saved? Is saving photos at the state level more or less secure than saving at the federal level? Also, the TSA supposedly just uses scans to speed up and more accurately verify, and claims not to save the scans (for now). If they wanted a database of everyone’s face scan, couldn’t they just subpoena every state’s DMV/tag-agency for license photos?
guttermonk@lemmy.mlOPto
Linux@lemmy.ml•Is there an image viewer like nsxiv, but with native Wayland support?
1·2 år sidenAnother okay option I just stumbled on is Viewnior. The only thing it lacks is webp file support.
guttermonk@lemmy.mlOPto
Linux@lemmy.ml•Is there an image viewer like nsxiv, but with native Wayland support?
1·2 år sidenThanks for confirming that you’re seeing the same thing. Must be a bug.
guttermonk@lemmy.mlOPto
Linux@lemmy.ml•Is there an image viewer like nsxiv, but with native Wayland support?
1·2 år sidenAhh that’s good to know. I had no idea about libadwaita. Thank you!
guttermonk@lemmy.mlOPto
Linux@lemmy.ml•Is there an image viewer like nsxiv, but with native Wayland support?
1·2 år sidenI navigated to my screenshot folder in terminal and opened an image using
swayimg -rbut it wouldn’t let me navigate with n or p. I also tried going to my Pictures folder and usedswayimg Screenshots/*like this thread suggested, but still no luck.
guttermonk@lemmy.mlOPto
Linux@lemmy.ml•Is there an image viewer like nsxiv, but with native Wayland support?
1·2 år sidenUnfortunately, --all isn’t an option. The following options are available in swayimg:
Mandatory arguments to long options are mandatory for short options too. -r, --recursive read directories recursively -o, --order=ORDER set sort order for image list: none/[alpha]/random -s, --scale=SCALE set initial image scale: [optimal]/fit/width/height/fill/real -l, --slideshow activate slideshow mode on startup -f, --fullscreen show image in full screen mode -p, --position=POS set window position [parent]/X,Y -g, --size=SIZE set window size: [parent]/image/W,H -a, --class=NAME set window class/app_id -c, --config=S.K=V set configuration parameter: section.key=value -v, --version print version info and exit -h, --help print this help and exit
guttermonk@lemmy.mlOPto
Linux@lemmy.ml•Is there an image viewer like nsxiv, but with native Wayland support?
1·2 år sidenIf that let’s you flip between images that are in the same folder using arrow keys (or something similar), that would be awesome.










Thank you!