Simon Fondrie-Teitler

Results 32 comments of Simon Fondrie-Teitler

A couple git notes: I have a preference for the commit line being in the imperative tense, see https://cbea.ms/git-commit/#imperative. The other guidelines in there are also worth reviewing. And for...

If it's helpful, I'm also running into a place where having the ability to configure the bit order would be nice. I'm parsing the data described [here](https://github.com/combustion-inc/combustion-documentation/blob/main/probe_ble_specification.rst#raw-temperature-data), which — though...

I hadn't, but I just did. I'm able to reproduce the test case failure, and I've updated the original snippet to be an actual working test case. Trying to figure...

Looks like this is an issue in OS query. There doesn't seem to be a better way to get this info: https://github.com/osquery/osquery/issues/5223

In case it's useful feedback, I ran into this in the backup instructions and was confused for a bit trying to figure out what the _primary Tails USB_ was, and...

FWIW, I attempted a prototype of integrating notifications into the rayhunter code with a config option. While the code itself is pretty straightforward, getting a TLS library cross compiling so...

That's what I attempting to use. The error is `ToolNotFound: failed to find tool "armv7l-linux-musleabihf-gcc": No such file or directory (os error 2)`. The error comes from trying to build...

I found what feels like a simple solution to the build issue, which is to add a clang/llvm dependency. I pushed a draft PR that adds a config option for...

Yep, I think I can continue work on it this week. The notification text is currently "New warning triggered!" which is maybe _too_ generic. I can change that to "Rayhunter...

@alliraine are you still working or planning on working on this? If not I'll take a crack at it, though unclear how successful I'll be.