Python and data: slicing, caching, threading

Data science is one of the most important fields of modern computer technology of this century. Millions of sources provide us with billions of data points each day. New industries must be invented to handle the constant influx into our databases. With Python, accessing and processing data becomes accessible to thousands of people around the globe. In this post I'll show some features implemented in the analysis tool in my previous post "The underlying problem of the Fediverse and other decentralised platforms".


The underlying problem of the Fediverse and other decentralised platforms

ActivityPub and Mastodon brought new incentives into the world of decentralised communication platforms, even so far as I would call it a serious alternative to platforms like Twitter. But all efforts made by hundreds of individuals every day – administrating servers, developing software and moderating communities – have a weak spot which needs to be addressed in the near future: who has control over the underlying computing infrastructure of the Fediverse? And are users aware of the conditions?


SecShift: Analysis and Conception of Traffic Security for the OpenShift Platform

Are you deploying distributed applications in a public cloud environment – for example OpenShift or Kubernetes? Did you ever wonder how your network traffic can be better secured in foreign infrastructure? If yes, this post is for you! Summary of my diploma thesis, which continued the work on traffic encryption in the OpenShift cloud container platform.


Bits&Bäume wächst – Erfahrungen aus Dresden

Dieser Beitrag fasst unsere Erfahrungen aus zwei Veranstaltungen im Rahmen der Bits&Bäume Dresden (B&B.DD) zusammen und soll zukünftige Sporen/Ableger der Bits&Bäume inspirieren und bei ihrem Vorhaben unterstützen.


OpenShift Node-to-Node encrypted network mesh with WireGuard and Ansible

Connecting nodes with masters is usually secured with TLS. But there's more traffic than just between nodes and masters. This article describes how to set up a WireGuard mesh network between all nodes in a cluster by using Ansible.