med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

357
active users

#rustlang

36 posts34 participants1 post today

#rustLang: fuck dtolnay, fuck palantir, fuck hellsing and the rust foundation.
#nixos: oust the fascists; no more anduril, no more what's-his-face hidden nazi boy John

Doesn't matter how deeply they've embedded themselves: we have to get rid of these people. They cannot continue to have important positions. We cannot silently abide their presence.

Today we're switching the bzip2 crate from C to 100% rust!
The bzip2 crate is now memory-safe, faster and easier to cross-compile.

trifectatech.org/blog/bzip2-cr

Thanks to: @alex_crichton, @ros , and @nlnet

This project was funded through the e-Commons Fund, a fund established by NLnet Foundation with financial support from the @minbzk .

trifectatech.orgbzip2 crate switches from C to 100% rust - Trifecta Tech Foundation

🎉 Filmbook is now available on Flathub! 📷

Your film tracking app just got easier to install! You can now get Filmbook directly from Flathub:
https://flathub.org/apps/page.codeberg.bjawebos.Filmbook

Built with Rust & GTK4/libadwaita, Filmbook helps analog photographers keep track of their film usage with a smooth, modern interface that works great on desktop Linux and even Linux phones like the Librem 5 and Pinephone Pro!

Calling all analog photographers: I need your creative input! What features are you missing? What would make your film photography workflow even smoother? Your ideas will help shape the future of Filmbook.

Share your thoughts and join our community:
https://codeberg.org/bjawebos/filmbook

#filmphotography #analogphotography #flathub #linux #opensource #rustlang #gtk #filmbook #community #librem5 #pinephone

#introduction
Hi, it's me -karlos-
mindly.social/@karlos
I like #Rust and #OpenStreetMap and #3Drender, so my new project is the a toolbox in #RustLang to create apps for #OSM

The example is an OSM-Building-Inspector (OBI)
The repository is (yet) on GitHub: github.com/DerKarlos/obi
You may, most times, be able to test OBI at
osmgo.org/bevy.html?way=369161
It's all very Beta! It needs >30 seconds to load, firstly only after a reload.
Put the OSM way ID, you would like to inspect. Use arrow keys.

We have just released the second release candidate for Krill 0.15.0. The release contains a lot of internal refactoring, along with a couple of changes.

The most important one is the way multi-user authentication works.If you are not running Krill with just the admin token, you may want to read krill.docs.nlnetlabs.nl/en/v0.. We’ll write a migration guide before the full 0.15.0 release. #RPKI #OpemSource #rustlang github.com/NLnetLabs/krill/rel

krill.docs.nlnetlabs.nlLogin with Named Users — Krill 0.15.0-rc2 documentation

Early days but it looks like #AutonomiDweb (p2p web publishing and viewing in a standard browser, #p2p web apps using #dweb's #REST API) ...

...works on #Windows.

I never tested this, a big complex project developed on Linux and just today built for MacOS, Windows and Linux using CI.

It works! #Rustlang is awesome. Someone earlier built for Mac so that should be good too.

Just need to get the CI over to #WoodpeckerCI on #Codeberg for which I can't find examples yet and the docs are not easy

A pattern I've been implementing in a few personal/small services is to implement an admin CLI/TUI (the latter with @ratatui_rs , of course) in the same binary that I can run in the server instead of an admin panel that I have to make sure to secure.

This plays very well with a decoupled architecture, so I can reuse lots of the backend code and expose it through another tool.

I recommend this read to get a very good idea into how to architecture like that: howtocodeit.com/articles/maste

www.howtocodeit.comMaster Hexagonal Architecture in RustEverything you need to write flexible, future-proof Rust applications using hexagonal architecture.