Talks and Workshops

Don’t Take the Bait — How to Escape Online Lures @ZAWiW Academic Week 2025
This workshop is part of Ulm Universitiy's Academic Week, a program that targets elders and gives them the chance to discuss current trends and continue their general education. We offer a workshop, where we convey practical tips on how to spot fake emails and websites, recognize online scams, and protect your personal data.
You Shall Not Block @Zigtoberfest 2025
Locks are common in concurrent programming but can introduce performance issues, deadlocks, and complexity. Lock-free data structures use atomic operations to avoid these problems, enabling smoother and faster execution. We’ll explore how to implement them in Zig, when they’re most effective, and also touch on concepts like progress guarantees and levels of “freeness”.
Constrained Zig @Zigtoberfest 2024
Constraint programming, unlike imperative programming, focuses on defining the desired properties of a result rather than specifying a sequence of steps. We will explore interesting properties of this approach using Constraint Handling Rules embedded in the ZIG language.