[–] [S] 2 points 1 month ago

Thanks so much for this recommendation. I ended up forking Auxio to add album cover and id3 tag management, since I couldn't find a FOSS player with those features. Auxio's unique and robust use id3 tags was a great starting point. All the best!

  • source
  • parent
  • context
  •  

    Has anyone tried either making NFTs or repurposing another game's NFTs in an open source game?

    Repurposing would be a good way to get users interested. You could even use NFTs from a variety of games.Also, with the game being open source, I feel like the longevity of the game can be extended which would extended the value/life of the NFT.

    One of my concerns is that with an open source game it would make it easier for someone to hack the game to show that they have assets that they really don't own. I'm not a game dev, but was curious if there ways of preventing this. Also, any other thoughts on the matter?

    PS: If the feedback is "NFTs are worthless" without any reasoning as to why - really need not respond.

    submitted 9 months ago* (last edited 9 months ago) by to c/opensource@lemmy.ml
     

    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 new to open source development, but if you like the app please consider sponsoring me or giving me a star on github. Up votes are also appreciated. I'm a moderator on Ask Ubuntu, and an advocate for privacy, security, and free and open source software. Interested? Check out my other repos: https://github.com/guttermonk

    [–] [S] 6 points 11 months ago

    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.

  • source
  • parent
  • context
  • [–] [S] 13 points 11 months ago

    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.

  • source
  • parent
  • context
  •  

    Jambi’s mission is to transcribe audio to your clipboard, as quickly and accurately as possible, while staying privacy-focused and open-source.

    Jambi aims to help computer users with disabilities, such as vision or physical impairments, by providing real-time transcription of their speech. It’s also a great tool for anyone who wants to transcribe audio quickly and easily.

    This is the alpha release and the project is still in early development. Currently looking for feedback and contributors. If you are a developer, you can contribute to the project by submitting pull requests or reporting issues.

    If you like the project, please show your support by leaving a star. Thanks! https://github.com/guttermonk/jambi

     

    I have a couple github issues that have been hanging out for more than several months. I'd like to incentivize them with a bounty to get a solution sooner than later. Has anyone tried Boss Bounty or something similar?

    Boss Bounty looks like the most robust solution, but I'm not a fan of their 8% cut. That said, I don't know how you do something like this without a middle-man. If anyone has any first hand experience with something like this, I'd love to hear about it.

    https://github.com/marketplace/boss-bounty

    https://www.boss.dev/

    [–] 2 points 2 years ago

    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;
      };
    
  • source
  • parent
  • context
  • [–] 2 points 2 years ago (4 children)

    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.

  • source
  • parent
  • context
  •  

    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:

    debug.message: Cannot find path by key "user_cloud_station_app_path"
    debug.message: Cannot find path by key "user_cloud_station_data_path"
    debug.message: Cannot find path by key "user_cloud_station_working_dir_path"
    debug.message: Cannot find path by key "user_cloud_station_drive_ui_path"
    QApplication: invalid style override passed, ignoring it.
        Available styles: Windows, Fusion
    

    Mynixos.com doesn't say that I need to include anything special in my configuration.nix file for the synology-drive-client. What am I doing wrong? Are these debug message related to why it's not loading on startup?

    Running nixos 24.05 with Hyprland

     

    I'm in the same boat as this Home Assistant user / Redditor, but it looks like some of the key replies to his question have been deleted.

    I moved into a house and it looks like Vivint had rewired the original security system with a 2GIG TAKE-345 wired to wireless converter (transmits on 345 MHz). Can anyone recommend a RTL-SDR dongle that's compatible with HAOS, preferably plug-and-play?

    HAOS

    • Core: 2024.2.5
    • Supervisor: 2024.02.1
    • Operating System: 12.0
    view more: next ›