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 #python

AodeRelay boosted

[?]gyptazy »
@gyptazy@mastodon.gyptazy.com

ProxLB v1.1.3 just got released!

ProxLB is a VM load-balancer for your Proxmox clusters also supporting affinity & anti-affinity rules.

GitHub: github.com/gyptazy/ProxLB
Version 1.1.3: github.com/gyptazy/ProxLB/rele

    [?]DopeGhoti »
    @DopeGhoti@infosec.exchange

    On a whim, thought I'd try upgrading my instance to a later release in hopes that updating from 3.2 would make actually work. do-release-upgrade actually worked pretty seamlessly, and then the new bullshit Canonical decided was a good idea reared its head. pip3 install marimo? "THIS IS AN EXTERNALLY MANAGED PYTHON, install things through packages instead!" (there is no package).

    Guess it's finally time to learn how to use

      [?]Achim Domma »
      @achim@social.saarland

      I have a file that does not have a *.py extension. I would like to tell my that it is a Python script, so that it can do proper syntax highlighting.

      I know that I achieve this by adding some special comments to the file, that are interpreted by NeoVim. But I don't remember how to do it and how the feature is called.

      All the involved terms are bad for asking Google. Can somebody give me a hint please?

        AodeRelay boosted

        [?]Alex@rtnVFRmedia Suffolk UK »
        @vfrmedia@social.tchncs.de

        a 5,4 metre is loose in a part of after several large were abandoned (4 have been captured by a rescue centre, but 1 remains outstanding)

        It does not pose a threat to humans, but have advised walkers to keep on leads, and for locals to call 999 if they see the

        itv.com/news/calendar/2025-06-

          AodeRelay boosted

          [?]Bryan Fordham »
          @Bfordham@hachyderm.io

          I wrote a client for codeberg.org/bfordham/librofm

          Using I naturally wanted to put the I've purchased on it. And I didn't want to do it all by hand. Then things kinda spiraled, they way they do when you write software for fun as well as for work.

          Hopefully folks will find it useful.

            [?]KaiXin »
            @kaixin@snac.bsd.cafe

            Hey fedi friends, what are the differences in USES and config options listed at #freshports for a ? I am familiar with USE in , which seem to be the config options here? For it is very common to use different USE settings for a packages, but for I read from porter's handbook there are not many USE items and they looked different from the term in . I am still trying to wrap my head around what is happening that whenever I try to build a port, like or in tiny flavors, I constantly noticed and all other seemingly unrelated stuff get pulled in.

              0 ★ 0 ↺

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

              Today's discovery: make history of Jupyter notebooks cleaner with this package:

              pipx install nb-clean
              nb-clean add-filter --remove-empty-cells --preserve-cell-outputs

                0 ★ 0 ↺

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

                Today I threw together a small in to help with experimental characterisation of hardware for . It's simply generating a sinusoidal signal within configurable limits, but now it's definitely easier to understand than running scripts in terminal.

                I did enjoy the ease of setup of TkInter, and compatibility with Matplotlib, but I was missing the simplicity of immediate mode libraries. In trying to emulate these, now a few callbacks trigger "given this dataclass with state, the widgets should look like this".
                The micro-management gremlin is whining that it's repeating useless work, but more importantly the window is complete and I can go on with the experiment.

                Screenshot of a basic graphical application with settings, showing plots of generated signal to its side.

                Alt...Screenshot of a basic graphical application with settings, showing plots of generated signal to its side.