HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ftigis

no profile record

comments

ftigis
·vor 4 Monaten·discuss
> It is worth noting that this law also applies to non-web applications where the service provider supposedly being secured against is also the client software distributor; thus, the “end-to-end encryption” offered by Whatsapp and Signal, amongst other proprietary services, is equally bogus. (Both Whatsapp and Signal ban use of third party clients, and enforce this policy.)
ftigis
·vor 9 Monaten·discuss
ImageMagick with `-dither` and `-remap` could also work. For remap you would need an image with your desired palette, and IIRC you could use ImageMagick to produce that image but I cannot recall the incantation required for that.
ftigis
·vor 10 Monaten·discuss
https://github.com/apple/container is supported from macOS 26
ftigis
·vor 12 Monaten·discuss
Why is a LinkedIn URL needed? Some people don't have one.
ftigis
·vor 12 Monaten·discuss
How about not accidentally showing tokens and credentials when live screen sharing?
ftigis
·letztes Jahr·discuss
How about this version?

https://levenspiel.com/elephants/

Can't find the source though
ftigis
·letztes Jahr·discuss
This isn't the same though. With EventTarget, if one of the callback throws, the later callbacks would still get called. With yours the later callbacks don't get called.