ehrenschwan

2 Followers
61 Following
15 Posts
Pronouns(he/er/they/mensch)
Websitehttps://ehrenschwan.dev
Gitlabhttps://git.ehrenschwan.org
@forteller I don't know how or why it worked but I recently connected to my Linux PC with bluetooth for something else and it just played audio on my PC.

let's try that again:
I'm still looking for a job in IT. I have about 5 months of professional experience as a Linux Server Admin, besides that I do a lot of self hosting (and therefore got a lot of practice with tools like Docker, Ansible or Terraform).
On the programming side, I feel confident in Rust, Java and C#.

Preferably remote, if not: in/around #Erfurt
Not looking for a specific job title, will do anything from Support to DevOps etc

CV on request.

#getfedihired #fedihired #ITJobSearch

Leute, die Zeit vergeht!
Dieses Jahr im Sommer geht meine Umschulung zur Fachinformatikerin zu Ende.

Ich suche ab August/September 2026 eine Arbeitsstelle, als Junior Entwicklerin.
Gern was mit #OpenSource.

Tech: #Python, #Linux, #webdev, React #Docker, #Nextcloud, Datenbankmanagement

Ich lerne schnell Neues und kann mich in alles einlernen, solange es Dokumentation dazu gibt.

Gerne international, EU-weit, remote oder hybrid. Wäre auch reisebereit.

#fediHire #developer #programming

@marshray @command_tab +1 here was about to mention him. He's gotten me hooked on rust. Especially his multi hour code crafters streams are very interesting to watch.
@dagaz kannte grocy bis grade nicht, muss ich mir mal angucken. Wenn es dann zu docker kommen muss kann ich arion empfehlen.
@Hakarl for CI/CD I build docker images with the dev environment in them. Ideally I want to switch to a local nix cache and just use the dev shell in the CI to avoid rebuilding the images everytime something changes but I haven't gotten around to deploying that yet. Both way the versions are the same versions that are used for developing and building the project, so keeps everything nicely in sync.
@harrysintonen It was also because they unwrapped an error without checking. So this goes against everything that makes Rust good. This kind of code should only be used in testing or fast prototyping, but not in production.
@Signez Yeah, were was clippy?

Reading the incident report on the recent Cloudflare outage.

There is a snippet of Rust code which was where the error was that broke the system after trying to read a config file that was too big. And it was because of an `.unwrap()`. That seems like a crazy thing in production. Not even an `.expect()` or something. Just unwrapped the error and broke half the internet for a few hours.

https://blog.cloudflare.com/18-november-2025-outage/

#cloudflaredown #rust #cloudflare

Cloudflare outage on November 18, 2025

Cloudflare suffered a service outage on November 18, 2025. The outage was triggered by a bug in generation logic for a Bot Management feature file causing many Cloudflare services to be affected.

The Cloudflare Blog
@derbruesseler also in der Android App kann ich auf jeden Fall mehrere Accounts hinzufügen. Wie das bei der Desktop aussieht weiß ich nicht.