Skip to main content

Search

Items tagged with: rust


Coincidence? 😄
@cloudfest one of the biggest cloud computing conferences (internet infrastructure industry) is happening now in the town of #Rust (Baden-Württemberg, Germany).
@rustlang #rustlang #cpp


My CLion license expires in a week, and i won't be renewing it. This means it's time to switch to a new editor. I've been looking at #helix - written in #rust, nice modal interface, seems to want to do things "The Right Way(TM)".

Anyone care to share their experience?


Does anybody know an easy way to make a #debian #package for a #rust software from #archlinux?


So how do you get a #rust job these days 👀
#rust


I got the #rust program lsd ( https://crates.io/crates/lsd ) packaged into #debian ( https://packages.debian.org/sid/lsd ). It's my favorite ls replacement.

#rustlang #linux


As long as it's not possible to avoid registering on #Github, I refuse to publish #Rust #crates on crates.io .

#Microsoft should not be a gatekeeper of a community-owned programming language.


If someone from the #rust bubble can tell me how to compile a crate to wasm and then include that bytes in another crate in my workspace, that'd be nice!
#rust


Ach guck, ein neuer #TUI #Email client in #Rust geschrieben, mal sehen ob dieser mein bisherigen #Mutt / #neoMutt Client für das #Terminal ablöst?

✉️ https://meli.delivery


So wie es aussieht wird die Programmiersprache Rust immer mehr zu einem ernsthaften Player und kommt raus aus der Nische. Erst im Linux Kernel und nun in Android und dies macht m.M.n. auch durchaus Sinn.

»Android: Mehr Rust, weniger C/C++ und weniger kritische Schwachstellen«

🦀 https://www.heise.de/news/Android-Mehr-Rust-weniger-C-C-und-weniger-kritische-Schwachstellen-7364247.html

--
#rust #sicherheit #itsicherheit #os #linux #android #betiebssystem #programmieren


In line with a lot of the folks I know, I'll be trying to do #adventofcode in #Rust this year. I SUCK at Rust, so it's gonna be fun 😀

Would anybody be interested in the occasional livestream here and there or in a repo with solutions?


Wrote up my notes from day 2 of #adventofcode 2022 solutions in #rust. It was a fairly straightforward puzzle, and I faced no blockers this time!

https://github.com/ajnsit/aoc2022/blob/main/day2/notes.md


Actix-web or Axum. That is the question.
#Rust

  • Actix-web, because... (26%, 5 votes)
  • Axum, because... (73%, 14 votes)
19 voters. Poll end: 2 years ago

#rust


First time at #IETF, our NTP lead developer David worked on Miroslav Lichvar's NTP v5 draft with the time protocol group.

David presented the hackathon results: two interoperable (experimental) NTP v5 implementations. Not bad for two days of work!

NTP group hackathon slides:

https://ietf-hackathon.github.io/ietf115-project-presentations/ietf-115-hackathon-ntp.html

Our open-source NTP implementation, ntpd-rs:

https://github.com/memorysafety/ntpd-rs

#IETF115 #rustlang #rust


I just got out of Lars Wirzenius's training session on Rust. I recommend it as a first comprehensive introduction to #rust! 🦀

https://liw.fi/training/rust-foss-dev/

Thank you, Lars!
#rust


I'm thinking about rewriting my monitoring tool (currently in #Fennel) in #Rust, and using rust_lisp for "configuration".

Mainly because I want to do a few things that are considerably easier from Rust - Lua libraries for some of the things I'd like are... not quite there.


Seriously #rust #rustlang #rustdev #rustprogramming people:

Use `thiserror` in library crates! Only use `anyhow` in binary crates!

Don't give your users a hard time fighting against `anhyow::Error` when using your library!

#programmingadvice #programming


https://blessed.rs/crates

A guide to the non-standard standard library of Rust. If you're looking for functionality that you'd expect in a standard library, Rust might not have it.

But there are some really excellent crates that can help.

#rust #rustlang


@chrysn@LeCalicot …or random beautiful photos of metal objects with #rust on it… although I like these, and due to my lazyness I also just use #rust most of the time.


@LeCalicot Many #Rust posts also use the #RustLang tag instead to avoid collapsing with the video game of the same name.


the #rust world on mastodon is still small... As long as there is the hashtag, it's easy to find people.
#rust


I have pinned the #rust hashtag. To me it was obviously something like "…I think I recall this name from somewhere… oh yes, the 'Rust in Action' book, https://rustacean-station.org/ and https://www.se-radio.net/2021/12/episode-490-tim-mcnamara-on-rust-2021-edition/". Nice to see you here, welcome to the Fediverse!
#rust


PSA: I assume many know, but in case you don't, you can use https://std.rs/ to browse the #rust std lib API docs. If you add anything to the URL, you get the search results for that. I regularly use this to do a quick lookup, such as https://std.rs/btreemap
#rust


Rust's existence should raise your expectations about software quality. Users deserve safe, efficient, fast and reliable software. #rustlang #rust


Slowly starting to grasp some of the #bevy concepts and ideas, really fine with #iyes_loopless. If my knowledge continues to improve, I might migrate #freenukum to bevy from #sdl2. The main problem I have right now is clean encapsulation of functionality. I'll just continue with my messy code and learn how to properly encapsulate along the way. #rust


I finally made the repository to my Rust software synth public. It's not finished yet, but if anyone wants to have a look already, I'd appreciate any feedback (regarding sound, usability, documentation, whatever).

Also, this is your chance to go down in history: If you come up with any nice sounds, I'll be happy to include them in the default sound set, which currently still is mostly empty.

https://github.com/icsga/Yazz

#rust #synth



As a developer I live for these moments of joy. Seeing your code works faster, consumes less memory, and does more than a previous solution gives me this incredible feeling of an achievement.
Especially, I'm enjoying this as I really like Rust and want to have more of it in production.

#rust #programming #achievement


Last week we've started testing a rework of a Python+ffmpeg duo service to a pure Rust implementation.
The service is a custom logic around video processing.
The Rust code is built around gstreamer-rs bindings.
ffmpeg doing less then the custom Rust implementation consumes 1.5GB RAM and 1.15 CPU.
Our new Rust implementation consumes 133MB RAM and 0.18 CPU.
I'd say this is a huge win. I'm really glad that the effort payed back.

#rust #ffmpeg #python #gstreamer