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

AodeRelay boosted

[?]Jan :rust: :ferris: » 🌐
@janriemer@floss.social

perspectives on from contributors and maintainers

nikomatsakis.github.io/rust-pr

Healthy debates are still possible, it seems. 🙏

    AodeRelay boosted

    [?]Lisa S Baker Art » 🌐
    @LisaSBaker@mastodon.sdf.org

    Earth and Sky I - new abstract art available: 1-lisas-baker.pixels.com/featu

    Earth and Sky I by Lisa S. Baker

Layered abstract landscape in rich swirling tones of teal, turquoise, and aqua in the upper sky portion flowing into warm terracotta, rust, amber, and sage green earth tones below, rendered in a luminous stained glass style with organic bubble formations and flowing curved shapes. The rich color contrasts and intricate layered composition give this piece a vibrant, jewel-toned depth.

    Alt...Earth and Sky I by Lisa S. Baker Layered abstract landscape in rich swirling tones of teal, turquoise, and aqua in the upper sky portion flowing into warm terracotta, rust, amber, and sage green earth tones below, rendered in a luminous stained glass style with organic bubble formations and flowing curved shapes. The rich color contrasts and intricate layered composition give this piece a vibrant, jewel-toned depth.

      AodeRelay boosted

      [?]Guillaume Gomez » 🌐
      @imperio@toot.cat

      Please welcome our Rust in Paris 2026 conference new sponsor: @rustnl, a non-profit that organizes RustWeek, funds Rust maintainers, and supports diversity and inclusivity in Rust.

      More information on their website: rustnl.org/

      See you there!

      rustinparis.com/

        AodeRelay boosted

        [?]Antony » 🌐
        @diagprov@mathstodon.xyz

        Embedded systems security engineer / cryptographer open to contracts or permanent roles. Based in Lausanne, CH.

        Background in embedded crypto libraries, PKI, smartcard middleware, software security research.

        For contracts: direct preferred, remote-friendly. For permanent: Lausanne-commutable or remote.

        Languages: English, French, some German.

        DM or email preferred.

          [?]@BjornW@mastodon.social » 🌐
          @BjornW@mastodon.social

          Investigating tools & looking into the languages used to build the tools including governance, change processes etc.

          My short & rough observation on vs .

          Rust has a governance model & documented change process. Golang has Google.

          Did I miss something?

          How is Golang developed? How are decisions made? Is it just Google pulling the strings?

          Note: Currently not interested in the technical merits of one or the other.

            AodeRelay boosted

            [?]Rust Bytes » 🌐
            @rustaceans@mastodon.social

            Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy 🦀

              AodeRelay boosted

              [?]heise online English » 🤖 🌐
              @heiseonlineenglish@social.heise.de

              Rust Coreutils 0.7: Turbo for the command line

              The Rust reimplementation of classic Unix tools reaches version 0.7 with numerous performance improvements and build fixes for NetBSD and PowerPC.

              heise.de/en/news/Rust-Coreutil

                [?]GaryH Tech » 🌐
                @garyhtech@mastodon.bsd.cafe

                NEW VIDEO - Why Rust Is Causing Tension in the Linux Kernel.

                youtu.be/-XLuGB0wZ1M?si=R3JBRF via @YouTube

                  AodeRelay boosted

                  [?]Uckermark MacGyver :nonazi: » 🌐
                  @maxheadroom@hub.uckermark.social

                  I fiddled something again. The challenge was to enable static web file “hosting” out of Forgejo Repos. This doesn’t come out of the box from Forgejo and there are various ways to solve this.
                  I went for a hopefully lightweight setup using a Caddy Webserver to serve the static files and a little Rust program to act as a Webhooks for Forgejo to call on push to the repo. The repo can be found at repos.mxhdr.net/maxheadroom/fo

                    [?]Till Wegmüller » 🌐
                    @toasterson@mastodon.illumos.cafe

                    Since some people have asked me if I they could collaborate on my rust IPS work, I decided to publish the Repo now on @Codeberg
                    codeberg.org/Toasterson/ips

                    Note: illumos is the main OS using this package manager but we should make this available for many operatingsystems as we can,

                    Happy if someone makes ipsOS based on linux aswell. (Please choose a better name though)

                    The Goal is to bring the IPS innovations to as many people as possible.

                      2 ★ 1 ↺

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

                      I'm really tempted to use the Forester notes approach to writing my thesis. It is a very interesting approach to scientific writing, where (as I understood it) atomic ideas are described separate files that can be linked but also arranged into longer documents.

                      The original is written in with quite involved setup, but about two single-executable implementations: Kodama and Weibian.

                      I'm still trying them out, but luckily both support @typst@mastodon.social so at least I can keep a common content format between them and final document

                        0 ★ 1 ↺

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

                        It's been only four weeks and I really love using mise-en-place by @jdx@fosstodon.org So far I've used it for (chronologically):

                        - switching between versions, I liked it more than the dedicated anyzig
                        - venv activation – it's silly but feels so good, and collaborates with uv
                        - ensuring I have the right language server and formatter for a project, be it , , and trying out various options for Python
                        - setting LANG="C.UTF-8" only in the specific project folder because refused to work with Polish...

                        The final boss was getting a really comfortable Tree-sitter setup: get the CLI, write grammar in , re-generate and run tests on source change as a mise Task. And then I only cloned the repo on another machine and was ready to go!

                        This post was written as a more cultured outlet for my excitement instead of aggresively committing mise.toml into every repository I touch