vit.am 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
A small instance.
Admin email
ololduck@vit.am
Admin account
@ololduck@vit.am

Search results for tag #rustlang

AodeRelay boosted

[?]rtyler » 🌐
@rtyler@buoyantdata.social

Am I doing correctly?


The LLM+agent decided that the right solution to a certain issue on a newer MSRV was to vendor and patch a foundational crate.

I am impressed by how absolutely insane that is.

A git numstat showing +170k lines of code

Alt...A git numstat showing +170k lines of code

    AodeRelay boosted

    [?]ᛋᛁᚵᛁᛋᛘᚢᚾᛑ ᚾᛁᚾᛃᛅ » 🌐
    @sigismundninja@mastodon.nu

    An adult and reasonable take on and use. I'm starting to get tired of the hype. Soon you'll remember why the borrow checker and the "enforced" functional style was a good idea. Sure, Rust is bloated and messy. Many rewrites has been silly or about copyleft. Still, the backlash has not been in proportional.

    bun.com/blog/bun-in-rust

      AodeRelay boosted

      [?]Andy Balaam » 🌐
      @andybalaam@mastodon.social

      A full (slow) solution to the Billion Row Challenge

      video.infosec.exchange/w/hzreV

      A little late, we write some Rust that actually solves the whole problem, albeit fairly slowly.

        [?]EuroRust » 🌐
        @eurorust@fosstodon.org

        Impl Day registration is now open! 🦀

        On Saturday, Oct 17, join us at the Helsing office in Barcelona for a day built by and for the Rust community. Whether you’re hacking on crates, sharing knowledge or just hanging out with fellow Rustaceans, this is the place to do it. Attending is free with limited amount of seats. So don’t forget to register!

        Register now 👇
        eurorust.eu/activities/impl-da

        Big thanks to our friends at Helsing for hosting this! ✨

          Ratatui boosted

          [?]Orhun Parmaksız 👾 » 🌐
          @orhun@fosstodon.org

          SpaceXAI just open sourced Grok Build! 📢

          🦀 Terminal-based AI coding agent written in Rust!

          🐀 And it uses @ratatui_rs for the TUI! 🥳

          github.com/xai-org/grok-build

            [?]Orhun Parmaksız 👾 » 🌐
            @orhun@fosstodon.org

            I'm live on YouTube! 📢

            🦀 Writing Rust & just chilling

            ▶️ Come chat with me: youtube.com/watch?v=jUaUWtqtGRc

              Ratatui boosted

              [?]Orhun Parmaksız 👾 » 🌐
              @orhun@fosstodon.org

              Ratatui keeps getting wilder! 🐀

              🧀 **bevy_tui_texture** — Render @ratatui_rs interfaces directly onto textures in Bevy

              💯 Retro CRT WASM demo: tt-toe.github.io/bevy_tui_text

              🦀 GUI apps meet TUIs w/ Rust!

              ⭐ GitHub: github.com/tt-toe/bevy_tui_tex

                [?]EuroRust » 🌐
                @eurorust@fosstodon.org

                Welcome @llogiq as a speaker at EuroRust! 🦀 As a Rust contributor, Clippy maintainer and This Week in Rust editor, Andre is the perfect guide through Rust's most confusing standard library traits: Deref, AsRef, Borrow, From, FromStr and more. We’re all ears! ✨

                👉 eurorust.eu/talks/from-deref-i

                  Ratatui boosted

                  [?]Orhun Parmaksız 👾 » 🌐
                  @orhun@fosstodon.org

                  Sometimes, all you need is a tiny farming game 🤗

                  🌾 **termfarm** — A TUI idle farming game.

                  ⚡ Buy seeds, expand plots, watch a rotating market & check farm stats.

                  🦀 Written in Rust & built with @ratatui_rs

                  ⭐ GitHub: github.com/indium114/termfarm

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

                    One month into the new AI Security Engineer in Residence role, Jacob Finkelman shares what's been keeping him busy at the Rust Foundation: talking with maintainers and security teams across the ecosystem, building a prioritized database of crates to scan, and running early scans with Scrutineer, plus the tricky question of when bugs should be embargoed vs. reported openly.

                    rustfoundation.org/media/my-fi

                      [?]EuroRust » 🌐
                      @eurorust@fosstodon.org

                      We're welcoming Johan and Sergio as speakers at EuroRust! They'll be talking about progressively migrating image decoding from C++ to Rust in Chromium, covering real case studies and what it takes to roll out Rust in a mature, security-critical platform. Can't wait! 🦀

                      👉 eurorust.eu/talks/image-codecs

                        [?]Decoder Loop » 🌐
                        @decoderloop@infosec.exchange

                        We're BACK this fall at @ringzer0 with another round of Deconstructing Rust Binaries! October 26-31, 16 hours of virtual training focused solely on reversing Rust binaries. Struggling with all the new Rust malware this year? This is the course for you. Get your early bird registration in before July 31st!

                        ringzer0.training/countermeasu

                          [?]Orhun Parmaksız 👾 » 🌐
                          @orhun@fosstodon.org

                          Reminder: I'm hosting **Rust Berlin Meetup** next week! 🦀📢

                          📅 Thursday, Jul 23 · 6:30 PM CEST

                          ➡️ Join us for fun talks & nice food: meetup.com/rust-berlin/events/

                            [?]NLnet Labs » 🌐
                            @nlnetlabs@social.nlnetlabs.nl

                            We're huge fans of Rust, and it's been helping us build mission-critical software for the last six years. We love the community and we try to give back where we can. Starting next week, we're giving back in a new way: in collaboration with @rustnl, we're giving our optimization-obsessed @bal4e one day a week to speed up the Rust compiler. We're so excited to see what she can do!

                            blog.nlnetlabs.nl/giving-back-

                              Ratatui boosted

                              [?]Orhun Parmaksız 👾 » 🌐
                              @orhun@fosstodon.org

                              No more typing long rsync commands by hand 😌

                              🔄 **lazyrsync** — A friendly TUI for safer, reusable rsync workflows

                              💯 Save sync profiles, preview changes before running, monitor live progress & sync over SSH

                              🦀 Written in Rust & built with @ratatui_rs

                              ⭐ GitHub: github.com/westpoint-io/lazyrs

                                AodeRelay boosted

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

                                crates.io is central in Rust ecosystem, and yet, in my opinion, it doesn't fulfill its mission on multiple aspects. So much that an alternative website (libs.rs) was created. So I wrote a blog post about this: blog.guillaume-gomez.fr/articl

                                Warning: it's mostly me venting out and describing what I consider issues in crates.io.

                                  Ratatui boosted

                                  [?]Orhun Parmaksız 👾 » 🌐
                                  @orhun@fosstodon.org

                                  Industrial Modbus debugging in the terminal! 🔥

                                  🌀 **MTUI** — A full-featured Modbus TUI

                                  💯 Live register reads, writes, graphs, labels, pinned panels, RTU/TCP support & headless HTTP API

                                  🦀 Written in Rust & built with @ratatui_rs

                                  ➡️ Web demo: inowattio.github.io/MTUI/

                                  ⭐ GitHub: github.com/inowattio/MTUI

                                    [?]Orhun Parmaksız 👾 » 🌐
                                    @orhun@fosstodon.org

                                    I just configured RustRover to build Rust artifacts on a remote machine! 🦀

                                    It's a nice built-in feature & going to save me a lot from waiting builds on my machine! 🤝

                                      [?]musicmatze :rust: :nixos: » 🌐
                                      @musicmatze@social.linux.pizza

                                      GG. Art. 1 ist im Endeffekt, dass PartialOrd nicht für Human implementiert werden kann.

                                        AodeRelay boosted

                                        [?]Orhun Parmaksız 👾 » 🌐
                                        @orhun@fosstodon.org

                                        NASA just released a WASM runtime for spacecraft... written in Rust!🦀🎉

                                        🛰️ SpaceWasm: A deterministic WebAssembly interpreter designed for onboard spacecraft software.

                                        github.com/nasa/spacewasm

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

                                          Now that Rust v1.97.0 is out!

                                          Image: Now that Rust v1.97.0 is out!


#rustlang #rust

                                          Alt...Image: Now that Rust v1.97.0 is out! #rustlang #rust

                                            [?]musicmatze :rust: :nixos: » 🌐
                                            @musicmatze@social.linux.pizza

                                            So I am getting more and more into - though I do not yet understand whether the "p2panda" crate is sufficient for what I am about to build or whether I need to go with "p2panda-net" and then use the other crates from the ecosystem and stack them.

                                              AodeRelay boosted

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

                                              Is your company currently hiring for a role that includes using Rust?

                                              Reply with a link to the opening and any relevant context.

                                              If you're not, we'd appreciate a repost for visibility

                                                AodeRelay boosted

                                                [?]musicmatze :rust: :nixos: » 🌐
                                                @musicmatze@social.linux.pizza

                                                I am starting to think that restarting with was the right decision.

                                                  [?]Ivan Enderlin 🦀 » 🌐
                                                  @hywan@floss.social

                                                  I’ve a draft for an article about a new crate I’m working on: a lock-free, mostly wait-free, pool implementation.

                                                  However, it’s been 5 weeks I’m stucked on an extremely rare deadlock. It’s my third reimplementation. The problem is still present, in a different form every time.

                                                  Damn atomic and async programming can be hard sometimes.

                                                  Kudos to Miri and Loom, extremely valuable tools!

                                                  github.com/rust-lang/miri
                                                  docs.rs/loom/

                                                    [?]Orhun Parmaksız 👾 » 🌐
                                                    @orhun@fosstodon.org

                                                    Playing Minecraft and chatting about Rust! 🦀

                                                    Join the livestream: youtube.com/watch?v=0mDOa8Qlm4A

                                                      Relre Relay boosted

                                                      [?]Georg Semmler » 🌐
                                                      @weiznich@social.weiznich.de

                                                      It's Friday again, so it's time for another update on Diesel, a ORM and QueryBuilder for Rust.

                                                      The news of the week is the release of Diesel 2.3.11, which contains fixes for potential panics while deserializing PostgreSQL server response, fixing batch inserts with returning clauses on SQLite and hardening some usage of SqliteConnection::deserialize_read_only_database(). Checkout the complete changelog for details:

                                                      github.com/diesel-rs/diesel/re

                                                      This week we got 2 issue and 5 new PR's.

                                                        Ratatui boosted

                                                        [?]Orhun Parmaksız 👾 » 🌐
                                                        @orhun@fosstodon.org

                                                        No more giant ~/.ssh/config !

                                                        🔐 **SSHub** — A TUI for managing and connecting to SSH hosts

                                                        💯 Fuzzy search, embedded SSH sessions, tunnels, ssh-agent integration, hot reload, audit logs & more

                                                        🦀 Written in Rust & built with @ratatui_rs

                                                        ⭐ GitHub: github.com/Petyok/SSHub

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

                                                          Excited to spotlight one of the first training providers to earn our "Rust Foundation Trusted Training" designation: @mainmatter!

                                                          Learn more about the high quality training offerings they bring to the Rust ecosystem on our blog: rustfoundation.org/media/rust-

                                                            [?]Manpacket [He/Him] » 🌐
                                                            @manpacket@functional.cafe

                                                            blog.rust-lang.org/2026/07/09/

                                                            1.97.0 is out

                                                            Be careful with `clippy --fix`, `manual_filter` auto fix can eat your comments.

                                                              [?]EuroRust » 🌐
                                                              @eurorust@fosstodon.org

                                                              Welcome @jana as a speaker at EuroRust! As a member of the Rust compiler team, she has all the insights on the work going into stabilizing the next trait solver, including how smarter caching alone can yield up to 60% speedups on some benchmarks. We can't wait! 🦀✨ 

                                                              Read more 👉 eurorust.eu/talks/optimizing-t

                                                                AodeRelay boosted

                                                                [?]Kuba Suder • @mackuba.eu on 🦋 » 🌐
                                                                @mackuba@martianbase.net

                                                                I was looking forward to this writeup, and hoping that they do publish it (and that they actually go through with this switch for real). Good read, and crazy stuff (complimentary) in general… this is very very different way of software building 😳

                                                                bun.com/blog/bun-in-rust

                                                                  [?]Orhun Parmaksız 👾 » 🌐
                                                                  @orhun@fosstodon.org

                                                                  Today we are at WeAreDevelopers World Congress 2026! 🦀🎉

                                                                  Come say hi if you wanna chat about Rust, RustRover and rats! 🐀

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

                                                                    Big infrastructure security win for : we've rolled out Ubuntu Pro on some of our servers thanks to 25 donated subscriptions from Canonical. Extended patching + reboot-free kernel updates for systems like docs.rs and Crater 🎉 Learn more from @MarcoIeni rustfoundation.org/media/stren

                                                                      Ratatui boosted

                                                                      [?]Orhun Parmaksız 👾 » 🌐
                                                                      @orhun@fosstodon.org

                                                                      Ratatui on a ESP32 P4 with an adafruit piTFT screen!

                                                                        AodeRelay boosted

                                                                        [?]Orhun Parmaksız 👾 » 🌐
                                                                        @orhun@fosstodon.org

                                                                        Damn, what's going on in the terminal! 🤯

                                                                        ⚛️ **inertia** — A real-time 3D physics sandbox

                                                                        💯 Simulate rigid bodies, n-body gravity, cloth & fluids

                                                                        🦀 Written in Rust & built with @ratatui_rs

                                                                        ⭐ GitHub: github.com/aclfe/inertia

                                                                          Back to top - More...