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

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

Lenovo
TIl about an interesting OS option by Lenovo, on their notebook computers. Logical yet interesting and expected

You get an *Open Source* OS by default from Lenovo. No more win64 as default

If you want closed source you have to **ask** for it and pay the _hefty premium_ that microSoft's microslop demands, for their LLM infected, malware like OS. Lenovo wants to sell it's notebooks for the best price possible if you want an OS, and microsoft does not meet those demands anymore (for a while)

youtube.com/watch?v=_fw4HsJpfa8

    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"