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

[?]CMOS6502 ยป 🌐
@cmos6502@frontrange.co

The internet provider with the low download bandwidth, sells us 100 GB for a week {USD 08.00}
The internet provider with the high download and upload bandwidth sells us just 15 GB for a week for a higher price than a former internet provider {USD 08.50}

I cannot last with 15 GB in a week I use 10 gigabytes a day at minimum, which means that I usually have the slow provider

Both providers use 4G Networks, where you get LTE connections from two Towers. When the slow provider is not over booked I reach 56 GB a second down and 48 GB a second up. Both providers use Open Source Operating Systems in their Networks

    [?]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"