Telekom Heimanschluss gekündigt

Ich habe heute meinen Telekom Heimanschluss in Deutschland gekündigt. 45€ im Monat für 100/40 Mbit/s. Der Grund ist, ich habe eine DSL Vergleich Seite und alle außer Telekom Affiliate haben kein Problem mit der Seite, nur Telekom Affiliate lehnt ständig die Partnerschaft ab. Website ergänzt nicht die Marke des Advertisers. URL ist für die Advertiser-Marke…

Read Article

Modern efficient backend design

When writing backends with Go, I follow a simple pattern. At the core there is the, well, core object, the service. It has its own configuration struct. In this struct are all the configurations for the related services. It is the central gateway for everything. Connected to it on the back side are all the…

Read Article

Postfix TLS config

A while back Thunderbird stopped sending out mails because of some vague error message. I guess the postfix server was not properly configured. What I did was to update/add the following config options:

Read Article