https://lemmy.ml/pictrs/image/8b5e0f99-1219-4e4c-b324-626981b6d2e1.jpegHas anyone tried either making NFTs or repurposing another game's NFTs in an open source game? ...
Wanted something to open and search my markdown cheatsheets and I couldn't find anything with all of the features that I wanted so I made bleamd, a powerful standalone Markdown renderer for the terminal with advanced search, hyperlink support, and extensive customization options. ...
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.
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.
Well bite my shiny metal ass - how is there no wikipedia entry for "meh key"? They have alt key, control key, and even super key, but no meh key. I'm curious if the meh key came from a specific keyboard or what the origins are.
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.
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.
Just tried GE-Proton-9-9 and the play button goes to "stop" and then right back to "play". I tried launching from terminal using nix-shell and steam-run so I could see the error messages when it crashes. Thanks for looking at your setup to see what was going on.
I like how it supports animated webp and gif files right out of the box. Would be perfect if you could open images from the file manager and navigate, but it doesn't look like that's in the works.
Sounds interesting, but the requirements say it needs gnome-desktop. I'm using Hyprland on NixOS, so it doesn't sound like this will work for my setup unfortunately. Thank you for the suggestion. Hopefully this helps others.
Gwenview looks a little too full featured, but the Gnome Image Viewer (Loupe) works well. No dependencies needed in Nix, and the arrow keys let you flip between different images that are in the same folder. All of the on-screen functionality works (copy, move to trash, zoom in/out, toggle full-screen, etc.), and keyboard shortcuts and gestures work great. The only bug I have to work out is that it doesn't respect the gtk theme I have configured (GTK 2, 3, and 4). Otherwise, seems like a good option.
Unfortunately, --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
I navigated to my screenshot folder in terminal and opened an image using swayimg -r but it wouldn't let me navigate with n or p. I also tried going to my Pictures folder and used swayimg Screenshots/* like this thread suggested, but still no luck.
Synology drive doesn't start on boot even though I have it in my bash script like all my other startup programs which load fine. I get the following debug messages when I run synology-drive from terminal: ...
I noticed the AppOutlet repo has been archived, but I really liked the idea of one store to rule them all (I.e. snaps, appimages, flatpaks, etc. in one place). ...
I like the integration with Timeshift and the into packed interface with ability to click on details. On the downside, the themes are limited and it's kind of hard to use for browsing apps that you might want to install.
Thanks for the suggestion. After getting some weird behavior with Appimage Launcher and reading this reddit thread, I decided to install pamac-flatpak from the AUR, but plan on leaving AUR dissabled on the app. So far so good. I think it's a keeper.
Looking for a music player that will do a good job of loading album art. It all looks great in PlayerPro, but I tried Auxio and Aplayer but they didn’t do a great job of pulling in the album art. Tracks were also incorrectly lumped together with mixed albums/artists. ...
Lawnchair and Neo Launcher are close seconds but, unfortunately, there is no one for one alternative. Just use a firewall to block Nova’s internet access.
It seems like the FOSS community is continuing to grow, and FOSS apps keep getting better (Immich reallh blew my mind recently), which is a big win 😎 but there are still many apps I use that I would kill for an open source alternative. I am curious what you guys think? Are there any apps you’d love alternatives for?
I am not a member of the Anti-Snap crowd (although of course the server sources should be open source), but there is obviously a lot to improve. Flathub/Flatpak should also take note!
I don’t recommend downloading from unofficial distrobution channels without verifying a hash. That said, why doesn’t Exodus give Linux users a PPA? Mac and Windows both have auto updates for the Exodus wallet.
NFTs in Open Source Games
https://lemmy.ml/pictrs/image/8b5e0f99-1219-4e4c-b324-626981b6d2e1.jpegHas anyone tried either making NFTs or repurposing another game's NFTs in an open source game? ...
🌈 bleamd [alpha release]
Wanted something to open and search my markdown cheatsheets and I couldn't find anything with all of the features that I wanted so I made bleamd, a powerful standalone Markdown renderer for the terminal with advanced search, hyperlink support, and extensive customization options. ...
Meet Jambi - a blazing-fast voice transcription application built with Rust
Jambi’s mission is to transcribe audio to your clipboard, as quickly and accurately as possible, while staying privacy-focused and open-source. ...
Foss app for adding speech bubbles to images?
Preferably something that doesn't require login or registration. An online app would work too, I suppose.
What's the history of the "meh" key?
Well bite my shiny metal ass - how is there no wikipedia entry for "meh key"? They have alt key, control key, and even super key, but no meh key. I'm curious if the meh key came from a specific keyboard or what the origins are.
I made a thing - NixOS updates module for Waybar
This is my first FOSS code project. If anyone has any constructive suggestions for improvement, please let me know. ...
Gaming on NixOS ?
Hi, I am considering switching to NixOS and I was wondering what level of hassle I should expect for gaming. ...
Is there an image viewer like nsxiv, but with native Wayland support? ( codeberg.org )
According to this issue, it looks like there are no plans, understandably, for making a version/fork of nsxiv but with native Wayland support. ...
Synology Drive debug messages [NixOS, Hyprland] ( mynixos.com )
Synology drive doesn't start on boot even though I have it in my bash script like all my other startup programs which load fine. I get the following debug messages when I run synology-drive from terminal: ...
Is there any closed source android app that you wish had a good open source alternative?
I'm currently looking to develop an open source app that can help somebody. I'm currently out of ideas, so I'd like to heard if from you guys. ...
Does the legacy of AppOutlet live on? ( github.com )
I noticed the AppOutlet repo has been archived, but I really liked the idea of one store to rule them all (I.e. snaps, appimages, flatpaks, etc. in one place). ...
Anyone migrate from PlayerPro to a FOSS alternative? ( play.google.com )
Looking for a music player that will do a good job of loading album art. It all looks great in PlayerPro, but I tried Auxio and Aplayer but they didn’t do a great job of pulling in the album art. Tracks were also incorrectly lumped together with mixed albums/artists. ...
Alternatives to Nova Launcher?
I deleted nova launcher from my device after seeing this: lemmy.ca/post/19914345 ...
FOSS Alternative to MakeMKV ( www.reddit.com )
Looking for a FOSS way to backup my encrypted Blueray disks so I can stream them with Jellyfin and not worry about the disks getting scratched. ...
What apps would you love to have open-source alternatives for?
It seems like the FOSS community is continuing to grow, and FOSS apps keep getting better (Immich reallh blew my mind recently), which is a big win 😎 but there are still many apps I use that I would kill for an open source alternative. I am curious what you guys think? Are there any apps you’d love alternatives for?
Any FOSS SMS apps that support reactions? I want to stop using Google's "Messages" app. QUIK SMS doesn't support them.
Exodus Bitcoin Wallet: $490K Swindle ( popey.com )
I am not a member of the Anti-Snap crowd (although of course the server sources should be open source), but there is obviously a lot to improve. Flathub/Flatpak should also take note!
[Hyprland] Post-punk vibes ( lemmy.ml )
Voice Input Privacy Concerns on GrapheneOS?
Any privacy concerns with using the futo-whisper open source voice library? ...
Good calculator app for hyprland?
Are there any wayland-native, pretty and simple calculator apps that work well with hyprland? Any recommendations?