m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #posix

AodeRelay boosted

[?]Dendrobatus Azureus » 🌐
@Dendrobatus_Azureus@mastodon.bsd.cafe

Have you already enrolled on the Chat Mail service of BSD Café?

## No?

Go read enroll, have fun!

I've already enrolled / applied

Compliments of @feld & @stefano who did a massive amount of work to make this a full BSD experience from the server side.

This Café also runs in a BSD Jail

chatmail.bsd.cafe/index.html

0 ★ 0 ↺

[?]Marek S. Ł. » 🌐
@marek@m5l.eu

I'm learning to be IDE-independent and appreciate more. After a bunch of hunting for one failing file per each rebuild I came up with a magical solution. The incantation is:

find . -name '*.qml' | xargs sed -i 's/\(import [A-Za-z0-9.]*\)[ ]*[0-9.]*/\1/g'

Which translates to "please remove all versions from import statements in my QML files"