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…
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…
The video mentions some “de facto” standard libraries like Lodash or Underscore. But there is also Bun which try to promote their standard library like their test runner, their HTTP server, etc…
I like Deno’s approach, since they try to make their “Standard library” also available for other platform. But only few of them are compatible with Node.js.
For instance, @std/cli
is only available for Deno. So I’ll stick with commander which is more standard for CLI tools, and it works with Deno, Bun & Node.js.
Just by curiosity, why Blender isn’t adapted for this use case ?
Because I’m lazy haha. I found this one for Firefox which is perfect !
Do you know if a browser extension allow to fill Signup form with fake data ?
Really helpful, thanks. Just curios, does this list apply also for LineageOS + MicroG ?
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
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 ?
I have the One Plus 8 with Lineage OS and I’m really happy with it. I only miss a SD Card slot…
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.
I really love FUTO’s keyboard, the auto-completion is really good. I paid to support them. I whish they’ll add French model soon.
Same with One Plus 8. The only thing I miss is a SD Card and Jack port…
I did a quick user script with Tampermonkey to search torrents links from torrents-csv.com of movies when I’m navigating to themoviedb.org . Not sure I can share it but it was really fun to develop and really useful for me.
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.
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)
I guess it is https://en.wikipedia.org/wiki/Turtle_(syntax)