Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)V
Posts
17
Comments
55
Joined
5 yr. ago

  • Since you are a coder, I suppose you using CLI should be fine. However, there are many other alternatives, which is fast and even based on Arch Linux.

  • In the 90s, QBasic (IDE) and Edit didn't work on Slackware. So, I tried Pico, Vim, and Emacs. Now, I still use Emacs.

  • Do you mean moving Pydantic models as arguments of other function?

  • With some certain distros, it is easy.

  • Python @lemmy.ml

    How do you test request validation in FastAPI?

  • Rust Programming @lemmy.ml

    Grab, the leading superapp in Southeast Asia, recently rewrote its "Counter Service" using Rust, achieving significant efficiency gains and proving the language's power for high-performance

    engineering.grab.com /counter-service-how-we-rewrote-it-in-rust
  • Thank you for providing rationale.

  • Debian operating system @lemmy.ml

    How can I check for reported issues on Debian 13 RC1 and the 'nvidia-driver' package?

  • With CachyOS and Mint, it is very easy.

    Remark: I disabled secure boot.

  • Open Source @lemmy.ml

    Has Sony ever contributed anything to FreeBSD?

  • I'm not going to use this name, but it is the most accurate one.

  • of the same package on Flathub the main ones i had issues with was Kdenlive, Zoom, and OBS.

    It means I probably won't fix bugs.

  • I'm not sure what version control implies in this case. Still, we can downgrade version of packages that we installed by Flatpak.

  • flatswitch

    I love this name.

  • Linux @lemmy.ml

    I want to make yet another toy-like Flatpak frontend. Can you name it for me?

  • If they used UTF-8 internally, they wouldn't need 4 versions of the split function.

     C
        
            case PyUnicode_1BYTE_KIND:
                if (PyUnicode_IS_ASCII(self))
                    return asciilib_split_whitespace(
                        self,  PyUnicode_1BYTE_DATA(self),
                        len1, maxcount
                        );
                else
                    return ucs1lib_split_whitespace(
                        self,  PyUnicode_1BYTE_DATA(self),
                        len1, maxcount
                        );
            case PyUnicode_2BYTE_KIND:
                return ucs2lib_split_whitespace(
                    self,  PyUnicode_2BYTE_DATA(self),
                    len1, maxcount
                    );
            case PyUnicode_4BYTE_KIND:
                return ucs4lib_split_whitespace(
                    self,  PyUnicode_4BYTE_DATA(self),
                    len1, maxcount
                    );
    
      

    https://github.com/python/cpython/blob/1402d2ceca8ccef8c3538906b3f547365891d391/Objects/unicodeobject.c#L9757

  • General Programming Discussion @lemmy.ml

    How does Python 3.10's string work?

  • [Longer version]

    Thanks to Common Voice contributors, Mozilla and @wannaphong@lemmy.ml , now we have a Wav2vec2 model for recognizing Thai speech available by training a wav2vec2 model on the Common Voice dataset. Now, I can use the model to convert my speech to text on the Huggingface website. It works accurately. I love it.

    However, using speech-to-text on the Huggingface website seems to be for testing. I want to use it instead of typing on LibreOffice or Firefox. I did some explorations, but I didn't find anything that I could use.

    Is there any speech recognition software on GNU/Linux which will work with a wav2vec2 model?

  • Linux @lemmy.ml

    Wav2vec2-compatible Speech recognition software

  • Rust Programming @lemmy.ml

    Rust, SQLx and Rocket for Oso Cloud

    www.osohq.com /post/rust-rocket-sqlx
  • Last year, my laptop computer went silent after installing Fedora 35 with Pipewire.

  • I have no idea about monero and zcash. I like the Tezos Defi ecosystem and its governance.

  • Linux @lemmy.ml

    Linux 5.18

    lwn.net /Articles/895968/
  • Linux @lemmy.ml

    Pipewire as a replacement for pulse audio

    discourse.ubuntu.com /t/pipewire-as-a-replacement-for-pulseaudio/28489/2
  • With a low transfer fee

  • I use Tezos.

  • No, she didn't. I saw the client didn't work.

  • General Programming Discussion @lemmy.ml

    Besides Common Lisp, is there anything programming environment and programming language that asks me what to do after the program tries to open a file that doesn't exist?

  • General Programming Discussion @lemmy.ml

    Given we have to listen to source code via a podcast, which is audio-only, which programming language is the most convenient to suitable? #askfedi

  • Linux development @lemmy.ml

    Ultimate GTK4 Crystal Guide

    ultimate-gtk4-crystal-guide.geopjr.dev
  • Linux @lemmy.ml

    อุบันตูทัชบนเรดมีโน๊ตเจ็ด

  • Linux @lemmy.ml

    Which one is the best GNU/Linux for a new user?

    norze.world /notice/AFd9sBQrcmy4ffYOwq
  • cryptocurrency @lemmy.ml

    Why do people hate crytocurrency?

  • Lemmy @lemmy.ml

    Aging people complained about Lemmy captcha

    mastodon.in.th /@veer66/106899247424033350