Val Packett

Results 377 comments of Val Packett

I'm pretty sure with Web Audio I can only add positive delay. There's [this extension](https://github.com/adrian-ilie/av-sync) which is YouTube-specific, it seems to create a separate `` element, constructing an audio URL...

Hi, just stumbled upon this extension, I like the concept. The most important thing would be to support [notes](https://indieweb.org/note) better — https://aaronparecki.com looks like: `Untitled / It's Time for OAuth...

**Re: autotools** [phk said the following](https://www.varnish-cache.org/docs/2.1/phk/autocrap.html): > Some day when I have the time, I will rip out all the autocrap stuff and replace it with a 5 line shellscript...

Oh, one little thing: the `BSDmakefile` is not just for BSD make compatibility. There's this line: ``` NCURS_INC+=-I/usr/local/include ``` `ncursesw5-config --cflags` on FreeBSD doesn't include that path, and everything breaks...

Looks like this might be easier with wlroots. Plus, here's an idea! Since every problem in Wayland is solved by inventing a protocol… We need one that's kinda similar to...

Yeah, just setting xcape style key presses is simple enough to do directly in compositors, but this protocol allows for more stuff, such as [TextExpander](https://smilesoftware.com/TextExpander)-like apps, typing statistics, etc.

What do y'all think about [this protocol](https://gist.github.com/myfreeweb/7c656d535ae1c5a1336f29d2c1473726)?

So it won't be possible to do UI automation/testing/macros (java.awt.Robot, Sikuli, `xdotool` etc.), text snippet expansion, keyboard typing statistics, etc. under Sway? I guess I'll have to do this on...

What if I want a literal keylogger to analyze my typing speed? These features are useful. Global input access shouldn't be completely killed, it should be available to privileged applications....

What do you mean by "patch"? "maintain your own fork"? :) Actually, I'll probably do the evdev-level thing because it will work with GNOME, KDE, etc. out of the box....