3hhh

Results 164 comments of 3hhh

I don't understand the focus on `kloak` - it's a [relatively simple application](https://github.com/vmonaco/kloak/blob/master/src/main.c) that randomizes the delay between input events. With e.g. some plugin support for the Qubes OS keystroke...

On a side note: If qrexec is used to transport the keystrokes (I currently don't know), it may even be possible to use something like my https://github.com/3hhh/qubes-qrexec-proxy already.

Thanks for the clarifications. They are much appreciated! The [original goal](https://github.com/corrados/edrumulus/issues/109) was to implement a generic MIDI cross-talk cancellation algorithm mostly intended for MIDI drum triggers. I already tried [mididings](https://github.com/mididings/mididings),...

On 10/27/23 14:53, Robin Gareus wrote: > How can plugins not be fast enough? They run every process cycle. > I pointed out that you cannot use threads, which is...

For anyone needing similar code - I ended up with this: https://github.com/3hhh/xtalk

I can confirm this for the final 4.2 release. Also, no Qubes OS package requires `dbus-x11`, which contains `dbus-launch` and is therefore required to send notifications as root user, but...

With MicroG Signal needs to be forced to use it on my device via `pref_gcm_disabled = false` in `org.thoughtcrime.securesms_preferences.xml` on my device. That solves the battery drain with MicroG. However...

SuperfreezZ [1] and similar apps help, but will of course disable push notifications and cause some inconveniences elsewhere. [1] https://f-droid.org/en/packages/superfreeze.tool.android/

> It can be reduced (not eliminated but reduced) by validating the pci vendor id and pci device id match what they were during qube assignments. > > If they...

On 11/20/22 11:58, Brendan Hoar wrote: >> ...and inform users that they'll have to edit that list from some rescue boot mode whenever they modify devices. > > This would...