↧
MavenGate gets it all wrong and hurts open source
MavenGate claims that some Maven namespaces (for example nl.grons, the namespace I control) are vulnerable to hijacking. If I understand it correctly, the idea is that hackers can place a package with...
View ArticleZio-kafka, faster than java-kafka
TlDR: Concurrency and pre-fetching gives zio-kafka a higher consumer throughput than the default java Kafka client for most workloads. Zio-kafka is an asynchronous Kafka client based on the ZIO async...
View ArticleUsing the TransIP API from bash
TLDR: Signing API requests from Bash is tricky, but doable with a temporary file. Every couple of months I rotate the DKIM keys of my email server, after which I publish them on my website. This...
View Article