@page @using zotanpw.Backend.database @model IndexModel @{ ViewData["title"] = "home"; ViewData["desc"] = "Website of a queer software, systems, and network engineer."; var travelynx = new Database.DbConn().TravelynxInfo.ToList(); }

About me

Hey there, I'm Laura (~zotan, she/they), and I'm a queer, anarchist & antifascist network engineer, system administrator and software developer.

You can find me in hackerspaces across Germany, primarily in Berlin, Munich and Karlsruhe. @if (travelynx.Any()) { var status = travelynx.First(); if (status.CheckedIn) { if (string.IsNullOrWhiteSpace(status.Train)) { Most recently, I was seen on an unknon train somewhere in Germany. } else if (string.IsNullOrWhiteSpace(status.Destination)) { Most recently, I was seen on @status.Train. } else { Most recently, I was seen on @status.Train on the way to @status.Destination. } } else { if (string.IsNullOrWhiteSpace(status.Destination)) { Most recently, I was seen at an unknon train station in Germany. } else { Most recently, I was seen at @status.Destination. } } }

Here you can find my contact info, crypto keys, projects, and a few links.

@if (Request.Headers["X-Forwarded-For"] == "::1" || Request.Headers["X-Forwarded-For"].ToString().Contains(".") || Request.Headers["X-Forwarded-For"].ToString().StartsWith("2a01:4f8:10a:23a7:4646:4646:")) {

Many of my services are IPv6-only, and more are soon to follow. Your browser preferred IPv4 while connecting to this website, so please check your connection for IPv6 support before contacting me if your browser displays a network error.

}

Contact

You can contact me via the following services:

Profiles

Photography

Projects - Networking

Projects - Webservices

Projects - Software

Projects - Hardware

Papers

Crypto

I use the following GPG keys:

@section postfooter { }