Event Driven Architecture in Go rant

This was originally a question for Stackoverflow, but it’s actually a rant.

Why bother with EDA at all? Because all I see is job offers for people specialized in “event-driven design”. In my opinion, especially when using a high performance, low resource language like Go, EDA is overkill. But anyhow, since I’d like to get that money (LGTM), I need to know about this new old born-again hype train, event-driven architecture.
Continue reading “Event Driven Architecture in Go rant”

sha-1 ist tot

Gaƫtan Leurent und Thomas Peyrin melden das sha-1 als hash Funktion tot ist.
Somit gesellt es sich zu MD5, welches schon seit langen Jahren nicht mehr als hash Funktion zu gebrauchen ist.

Als Ersatz wird SHA-256 oder SHA-3 empfohlen.

NetworkManager enable wake on LAN

In order to enable WOL, wake on LAN, sometimes you have to set the interface to listen to magic packets.
Assuming dbus named your interface enp6s0, use the following command to enable WOL