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

[?]ARGVMI~1.PIF ยป 🌐
@argv_minus_one@mastodon.sdf.org

/ / needs, if not a fully transactional file system, then *at the very least* a way to atomically write to a single file without potentially corrupting it if there's a crash or power failure in the middle of the operation.

I should not have to worry about my files either going corrupt or losing their metadata (permissions, comments, tags, ratings, etc) if I edit them. That should not be a thing on terabyte-sized SSDs in 2025, for goodness' sake.

    AodeRelay boosted

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

    Current weather in Leonsberg SR SA compliments of wttr.in curl {ba{c{k{z{fi}}}}}sh and lolcat

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

      Woohoo a new version of GhostBSD distro is out along with another choice of DE Gershwin!

      ghostbsd.org/news/GhostBSD_25.

        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"