[-] [email protected] 1 points 3 weeks ago

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?

[-] [email protected] 2 points 1 month ago

Congrat. How long did it take to build this game ?

[-] [email protected] 6 points 1 month ago

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

[-] [email protected] 5 points 1 month ago

Recompress to a lossless format (...) There is very little reason for you to do this

I though there are no reasons at all to do it. What could be a valid use case for this ?

[-] [email protected] 1 points 1 month ago

Offtopic, but I was not aware that licence CC BY-NC-SA 4.0 prevents commercial AI to use your content. It's a good idea to use it for this purpose

[-] [email protected] 1 points 1 month ago

I have the One Plus 8 with Lineage OS and I'm really happy with it. I only miss a SD Card slot...

[-] [email protected] 2 points 1 month ago

I'm really happy with Mullvad and their pricing. I can pay for only one month if I need it so I don't have another subscription to pay each month.

[-] [email protected] 13 points 2 months ago

It did, in september 2023.

[-] [email protected] 1 points 2 months ago

You can get pretty far using a bit of JS and Tamper Monkey . You can even search in existing user scripts if someone already did it.

[-] [email protected] 2 points 7 months ago

I just discovered from So You Think You Know Git - FOSDEM 2024 that you can use Git to generate columns:

seq 1 24 | git column --mode=column --padding=5

Will render:

1      3      5      7      9      11     13     15     17     19     21     23
2      4      6      8      10     12     14     16     18     20     22     24

It can be useful to list files / permissions in a directory in multiples columns

ls -lah | git column --mode=column --padding=5

(Ok, it's useless)

[-] [email protected] 2 points 7 months ago

It works on my machine ™

view more: next ›

madeindjs

joined 9 months ago