Aaron Muir Hamilton
Aaron Muir Hamilton
Lux, and by extension, illuminance sensor data from IIO, is exponential relative to perceived illuminance. There is also a point at which the ALS is seeing so little light that...
On the Acer C720 (and C720P), there is an ambient light sensor with a light value at `/sys/bus/iio/devices/iio:device0/in_illuminance0_input` and a name `"isl29018\n"` in `/sys/bus/iio/devices/iio:device0/name`
[Currently, brightml assumes that the illuminance/ambient light sensor is iio:device0](https://github.com/kootenpv/brightml/blob/c70909b49707318699ccc4f365adc3c4eaa222eb/brightml/features.py#L24). IIO is used for all sorts of sensors, including generic volt meters/ADCs, current meters, accelerometers, humidity sensors, pressure sensors (both...
Limiting string length is an _okay_ way to prevent some forms of abusive input, but there are cases where a longer normal input of a certain size doesn't misbehave, but...
### Prerequisites * [x] If you are reporting an issue that affects glyphs for characters for a particular region or regions, did you verify that the characters are within the...
Currently the recurrent laryngeal nerve is significantly more complex than seems necessary. Taking a more direct path, it should exhibit greatly improved latency. This seemed like a good idea many...
I've been running httperf tests on a test page rendering one diet template with no parameters, and have come to an issue whereby vibe will first run out of socket...
It seems unnecessary to me that `Function.prototype.toString()` returns a useless placeholder token (like it does with native functions). For native functions it is fair enough, and the ECMAScript standard reflects...
By sheer luck, I tried 30fps for my first run of butterflow, and it worked great. This was my incantation: ``` butterflow -e -m -v -r30 in.mp4 -o interp.mp4 ```...
The README says: > *Some values cannot be multiplied or divided (e.g. ºC, ºF, pH, dB).* But as far as I'm concerned, temperatures in these units can be multiplied and...