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/)MA
Posts
0
Comments
21
Joined
2 yr. ago

Permanently Deleted

Jump
  • The API of ListenBrainz is really simple. I built a simple MPV script to send my listenned tracks to ListenBrainz in few hours. It does the job pretty well, and I submitted almost 50K records.

    For the moment I didn't do anything with it, but I know I could someday.

  • I don't get why the RFC show an example returning 403 with body "You do not have enough credit." although there is a dedicated status code " 402 Payment Required". Isn't more correct to use 402 in this situation?

  • I tried Helix but my muscle memory around Vim movements was a non - starter for me. Also , Helix wasn't working out of the box with Vue.JS (it needs to be tweaked a bit.

    So I gave a try to LazyVIM and everything works almost as is. I'll never look back.

  • I'm in the same situation. I have a One Plus 8, and when I try to update using the updater app on Android, my phone reboot a dozen of time but finally boot without updating Lineage OS. I tried twice and finally gave up...

  • my two cents,

    I personally buy some music from Bandcamp, and I'm pretty sure those songs don't exist on the Apple Music catalog. So I don't want to handle multiple apps to listen what I want.

    Also, streaming platforms have the internet constraints. Sometimes, like when I'm driving, I don't have a stable internet connection

  • For example, all of the list abstractions (map, filter, reduce, etc.) will copy the array to a new list every time you chain them.

    This methods were added to generator recently. So you can avoid copying the array in memory.

    All this is also without even getting started on the million JS frameworks and libraries which make it really easy to have vendor lock-in and version lock-in at the same time

    In my opinion, it's also what make JS good. There a package for almost everything.