@ValdikSS Amazingly, clicking on this link in Tweetdeck opens Wikipedia page for 'Sorcerer' instead, presumably because somewhere in the convoluted json/js apparatus the URL is terminated on the apostrophe in "Sorcerer's".
@rrika9 Ah. Let me add that with blend+blackframe+metadata filter combo you can get ffmpeg to just print numbers of differing frames without transcoding: https://t.co/dh9LepFNd9
@rrika9 It's a nice food for thought :) Can you explain more why you want to do hw+sw decoding in parallel? I would use Ctrl-H in mpv to toggle hw decoding around the scene with artifacts.
@rrika9 Yeah. If this doesn't involve accelerated rendering, I would launch a nested server:
Xephyr :1 -resizeable -no-host-grab
and then 'set env DISPLAY :1' in gdb before 'run'.
@Wunkolo@pshufb You probably do want a dependency-breaking instruction, but you cannot use the 512-bit vpcmp like that here: it produces the all-ones result in a k-reg (a vector mask register).
@cr1901@stephentyrone In the (non-default) rounding-to-zero mode, sure, but how do you know that 1.0 is never the nearest representable floating-point number to cos(x)?
@David3141593@ilyakurdyukov From the other subthread it seems the PC program is a filesystem and syslog server, and the libc on the phone is the (remote) filesystem and syslog client.
@ilyakurdyukov Hm, on second thought I might have mis-guessed and you implement software on both sides and so control the protocol yourself? Then you can go with 'ikdb'!
(riffing off 'adb', Android Debug Bridge)
@ilyakurdyukov I guess the program is specific to a particular protocol or vendor, so I'd suggest to put one of those in the name first, like sprd-xfer for example.
@ilyakurdyukov I think the need to remove individual device match entries without blacklisting a module wholesale came up so rarely that it is not implemented. It would need to be an in-kernel facility to block binding of built-in modules, not in userspace tools like udev or modutils.
@ilyakurdyukov Yes, it's for unbinding a bound driver, not preventing binding in the first place, and it seems libusb can automate that for you — have you seen libusb_set_auto_detach_kernel_driver?
https://t.co/Lmz4EKzHhR
@ilyakurdyukov You can unbind a specific device from a driver by writing the name of the device to the 'unbind' file of the driver in the sysfs (device names are visible as symlinks in the directory with the 'unbind' file).
@shafikyaghmour I also love they are bug-compatible with each other in allowing to skip initialization without resorting to extensions: https://t.co/LwXsCgehMB
@whisperity@JoshuaG19367959@shafikyaghmour In case of GCC you'd lose that bet: the synthetic initialization is injected before the Wuninit pass runs, and yet it can be distinguished from an explicit initialization: https://t.co/Hes8rlgShc