Rene Treffer
Rene Treffer
SCRAM-SHA1-PLUS is one of the few auth methods that is MITM safe. It hashes TLS informations into the sasl response which means only the other end of the connection can...
I went down the rabbit hole of [datasheets](https://cdn.datasheetspdf.com/pdf-down/U/P/D/UPD720201-Renesas.pdf), [random flash chips](https://github.com/markusj/upd72020x-load/pull/14) and [flashrom](https://github.com/flashrom/flashrom/pull/200) recovery with an not yet supported T25S40. But on the bright sight I've now got a working...
## Feature Description Support GPIO pins >= 54 in gpio_settings. ### What functionality would you like to see in your phoniebox? I am using a [MCP23017](https://www.amazon.de/gp/product/B08DFNR2JW) with the stock overlay...
flatbuffers looks like a perfect alternative to the custom serialization format. Evaluate. Might help to solve https://github.com/rtreffer/LocalGSMLocationProvider/issues/3
1. detect useful images (kick autogenerated images) 2. analyze and detect duplicates
Setting stat_prefix to a domain name (`example.com`) or an fqdn (`example.com.`) will result in a `envoy_route` label of the first segment only (`example`). Removing all assumptions about the name and...
This PR addresses #2965 with a different approach. This PR addresses 2 issues with the current implementation 1. The number of in-use zstd encoders can exceed GOMAXPROCS if a large...
I recently debugged a machine with high c-state transition counts and latency. The problem I found was `cstate transitions × cstate latency > 1% wall time` There are several highly...
# **TL;DR** You can't use the `perf` collector in kubernetes without root. `CAP_PERFMON` for the container is not enough, the container needs a **file** with `CAP_PERFMON`. Giving the `node_exporter` binary...