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

[?]Radio_Azureus » 🌐
@Radio_Azureus@ioc.exchange

Meteorology Kwamalasemutu

Current weather in Kwamalasemutu SR SA with mighty power of wttr.in & the grace of lolcat(6) 🏳️‍🌈 wttr curl(1) & {ba{c{k{z{fi}}}}}sh

Background photograph is my Clouds in FL colours scene_03 composed with CIRC_POL 81A FL and UV filters chronologically stacked using a Nikon ASLR lens combo

log

$ curl --verbose wttr.in/kwamalasemutu|lolcat
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host wttr.in:80 was resolved.

  • IPv6: (none)
  • IPv4: 5.9.243.187
  • Trying 5.9.243.187:80...
  • Connected to wttr.in (5.9.243.187) port 80
  • using HTTP/1.x> GET /kwamalasemutu HTTP/1.1> Host: wttr.in> User-Agent: curl/8.14.1> Accept: />
  • Request completely sent off< HTTP/1.1 200 OK< Access-Control-Allow-Origin: *< Cache-Control: public, max-age=600< Content-Type: text/plain; charset=utf-8< Date: Wed, 15 Jul 2026 05:12:30 GMT< Transfer-Encoding: chunked< { [1195 bytes data]1e00 8612 0 8612 m0 0 15775 u 0 --:--:-- --t:--:-- --:--:-- 15772
  • Connection #0 to host wttr.in left intact
    u

    \ / Clear
    .-. +22(17) °C
    ― ( ) ― ← 5 km/h
    `-’ 10 km
    / \ 0.0 mm

Location: Kwamalasemutu, Coeroeni, Sipaliwini, Suriname [2.3554503,-56.787836]

Note:

Remember to repeat the request with an interval of 8 then 56 secs when the server sends and empty response to curl

Watch the LOG!

API

wttr.in

en.wikipedia.org/wiki/Bash_(Un

gnu.org

directory.fsf.org/wiki/Bash

curl.se/

github.com/busyloop/lolcat

Z

    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"