microblog.at ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Dies ist die private Mastodon Instanz von Robert Lender

Verwaltet von:

Serverstatistik:

1
aktive Profile

#Dev

4 Beiträge4 Beteiligte1 Beitrag heute

GitLab CFO, Brian Robins, says they are “aligned with the goals of DOGE, because the company’s software tools aim to help people do more with less. What the Department of Government Efficiency is trying to do is what GitLab does.”

archive.is/okSlz

You either support fascism or you don’t. It’s binary. There’s no gray area or “aligning.”

Considering GitLab? Don’t. Use @Codeberg.

(Hat tip @aphyr)

#Code#Dev#Development

BotKit by Fedify

Simple ActivityPub bot framework. A framework for creating your fediverse bots. Using @botkit, you can create standalone ActivityPub bots rather than Mastodon/Misskey bots. Hence, you are free from the constraints of the existing platforms. BotKit is powered by @fedify, a lower-level rock-solid ActivityPub framework.

🐢 botkit.fedify.dev

botkit.fedify.devBotKit by FedifyA framework for creating your ActivityPub bots

»Rust env_logger Example – Simplified Logging in Rust:
Logging is an essential part of software development, providing insight into the behavior of an application. Rust offers several logging crates, and env_logger is one of the most popular for its simplicity and flexibility«

I posted this link here so that I can find it again - certainly never in my bunch of the disordered link storage ;)

📝 scribe.rip/@aleksej.gudkov/rus

scribe.ripRust env_logger Example: Simplified Logging in Rust
#webdev#rust#logging

Développeur pro ou amateur ? Mets tes compétences au service du bien commun ! Contribue à des projets open source et éthiques, notamment autour des réseaux sociaux au sein d'un collectif !

Codez ensemble un ou plusieurs week-ends par mois. Intéressé ? Rejoins-nous et constitue toi un réseau !

Donne du sens à ton engagement !

Reboostez svp !

framaforms.org/collectif-hacka

framaforms.orgCollectif Hackathon sur la création ou l'adaptation de logiciels libres à des besoins associatifs | Framaforms.org
#logiciellibre#dev#devops
Antwortete im Thread

Contribuer à YunoHost ?
En développant une fonctionnalité manquante, par exemple.

En février, Christophe Henry témoignait de son projet de transformer YunoHost en OS de NAS domestique.
Son billet de blog : blog.christophe-henry.dev/2025

Christophe nous a fait l'amitié de rejoindre l'équipe sur cet axe et a commencé à contribuer au projet, en commençant par reprendre le développement d'une fonctionnalité rudement utile : la gestion des disques.

Always keep learning (it's good for your health) · Turn YunoHost into a domestic NAS OS?A few years ago, I encountered a situation with my personnal computer. Overnight, it started mounting my /home as read-only. Everything seems to indicate that my hard drive was about to fail. I was doing regular backups, but not nearly often enough… After making an emergency backup and changing the falty disk, it was time to consider a more reliable solution. The following christmas, my life pa...
#YNH#YunoHost#communauté

»Setting and Reading Session Cookies in Rust with Actix Web«

This is exactly what I searched for as a WebDev and also learn better through this article about Rust. Thank you @webbureaucrat for your detailed and understandable blog post.

⚙️ webbureaucrat.dev/articles/set

webbureaucrat.devSetting and Reading Session Cookies in Rust with Actix Web
#rust#webdev#actix

At work we moved from #Bitbucket to #GitHub recently. As there is no "Bulk"-Import feature in GitHub (or at least i didn't found it) as we have about 150 repos i wrote a small script which "moves" the repos to GitHub.

Everyone who is facing the same problem can find the script here: github.com/MadChrise/bitbucket

It is very imple - just moving repos. No big error catching or something else. But i described it as good as i could in the readme.

Script for moving all Repos of a Bitbucket Account to Github - MadChrise/bitbucket-repso-to-github
GitHubGitHub - MadChrise/bitbucket-repso-to-github: Script for moving all Repos of a Bitbucket Account to GithubScript for moving all Repos of a Bitbucket Account to Github - MadChrise/bitbucket-repso-to-github

😺 Fun Kitten¹ fact

Did you know that Kitten has a built-in HTML validator that checks your markup for validity and accessibility issues, etc.?

You’re informed of validation errors in not just terminal but also in your browser’s web developer panel. And, if you select the “Show validation issues on page” link from a validation error in the web developer panel, Kitten will show the validation errors in place on your page.

This helps me catch issues with my markup all the time and I hope it helps you too.

Enjoy!

:kitten:💕

¹ kitten.small-web.org

#Kitten#SmallWeb#HTML

🚀 Mastodon Alt-Text generator

Important improvements to the script! 📸

1️⃣ Replaced status and media_ids[] with a more robust update function.
2️⃣ Improved HTML tag handling with smart cleaning to preserve line breaks.
3️⃣ Added an infinite loop with a 60s delay to continuously analyze images in posts.
4️⃣ Enhanced error handling, with specific exceptions for redirects and other request issues.

For those who missed the project: github.com/matlfb/mastodon-alt

GitHubGitHub - matlfb/mastodon-alt-text-generator: Generate Mastodon image alts automaticallyGenerate Mastodon image alts automatically. Contribute to matlfb/mastodon-alt-text-generator development by creating an account on GitHub.
#dev#mastodev#mastodon

Recently someone wrote (i think it was here on Mastodon, but not sure): I tend to leave code a bit better than it was.
I did this before, but every time i see code that could be better (at least in my opinion), i try to optimize it.

So i spend almost the whole day to optimize one of our smaller apps. It sends now ~5 requests fewer to the SQL-Server.

Good day 🎉
(Even when no one is noticing it, but every bit adds up and at a certain time it could get a problem, right?)