fijam

Results 12 comments of fijam

Is there any hope on the horizon for this? I noticed that the API always returns totalTime: 0.0, and that it was hidden in the UI in https://github.com/hyperblast/beefweb/commit/54ed06e85cfb0ea1f8f5261a4d919a3012d05dcd I guess...

A modern reimplementation of Privoxy would be certainly welcome by many technically-inclined users, however, if you are concerned about adoption, the barrier of entry for regular users will be higher....

> Regular users don't use Adblockers. 85% percent of Firefox users have at least one add-on. The most popular one is Adblock Plus. Take it for what you will. >...

I'm using Gooey which which is a wxpython wrapper for command-line tools. Closing the app can be set to generate CTRL_C_EVENT to allow for some clean-up (https://github.com/chriskiehl/Gooey/blob/1.2.1-release/docs/Gracefully-Stopping.md). This works as...

There are definitely issues with networking, see e,g, ``` [root@alarm /]# dhcpcd dhcpcd-9.4.0 starting sandbox unavailable: seccomp dev: loaded udev DUID 00:01:00:01:c7:92:bd:e5:e0:31:9e:2e:ef:e4 sandbox unavailable: seccomp eth0: IAID 9e:2e:ef:e4 eth0: soliciting...

Thanks for the reply, I have kexec setup working (https://heap.ovh/getting-linux-on-valve-steam-link.html) but the upstream kernel is missing some drivers (like NAND) and wifi is a bit wonky (e.g upstream firmware loses...

Just to get started... Building with homebrew on MacOS Monterey: https://github.com/hyperblast/beefweb/blob/master/cpp/server/file_system_posix.cpp#L114 `lseek64` is not available on MacOS https://github.com/hyperblast/beefweb/blob/master/cpp/server/system_posix.cpp#L10 `strerror_r` on MacOS uses the XSI compliant version (https://linux.die.net/man/3/strerror_r) so it fails...

Preliminary work done by adding calibration: VolUp to settings.conf rev2a boards have the value for Vol+ stored in eeprom

rev3b boards also have the Vol+ value stored in eeprom

This could be thought of as an enhancement of #13, which requires track marks to be already present on the MD. EXTM3U format allows for saving track duration in the...