Skip to main content

Search

Items tagged with: rust


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



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


Immer mal wieder #OpenTalk auf dem Schirm behalten.

Das wird eine Videokonferenzsoftware die #OpenSource ist, in #Rust geschrieben und von Heinlein, (Mailbox.org) entwickelt wird.

OpenTalk Live-Demo testen

Das Ding hat IMO Hand und Fuß und wird sich neben Jitsi und BBB sicher etablieren, vor allem weil es, versucht strukturell alles richtig zu machen.

Ich hoffe das es irgendwann auch eine Version zum Selbsthosten gibt.

https://opentalk.eu


For people interested in #rust I can recommend the https://rustacean-station.org/ podcast. Just listened to the episode about #Tauri with Daniel Thompson-Yvetot from July. I really like their attitude toward security and community. Also I discovered Tauri looks more interesting than I initially thought, so it might be worth a look. According to them, #Servo might be resurrected to some degree in the context of Tauri development because of the complications when using different webviews on each system.


It's been some time, but now I finally managed to release v0.4.0 of the #FreeNukum game, a #DukeNukem 1 clone written in #rust. It's still far from finished, but made some progress. Changelog is at https://salsa.debian.org/silwol/freenukum/-/blob/main/CHANGELOG.md. https://crates.io/crates/freenukum
A screenshot of the FreeNukum platformer game with DOS EGA graphics


Wieder ein paar Fingerübungen in #Rust mit enums, Builder pattern, serde (json) und #Rocket.

Auch in ein paar Sackgassen gelaufen, weil ich sehen wollte, wie man bestimmte Pattern macht oder was man besser lässt. Aber auch sowas ist hilfreich, weil man ein Gefühl dafür bekommt, dass man nicht beliebig sein kann, sondern in #Rust teilweise festere Pfade hat, als in anderen Sprachen.

Für Builder werde ich mal die paar derive crates anschauen, die sowas generieren. Hat jemand Empfehlungen?


What does a #Rust developer say to another Rust developer, after bumping into them at a conference?

"Long time no C!"

(thank you, thank you, I'm here all week!)
#rust


Gratuliere, ich habe sehr ähnliche Erfahrungen gemacht. Unschlagbar war z.B. die Verwendung von Iteratoren, die Farbverläufe für RGB-LEDs erzeugen, und das alles mit extrem wenig Speicherbedarf. Funktionalität so zu kapseln und gleichzeitig den Code leicht verständlich zu halten, ist etwas das ich mit C nie auf diesem Level hinbekommen hätte. #rust
#rust


Mal angefangen mit #rust auf Embedded zu spielen (stm32). Es ist so unfassbar toll wie viel Stress einem nen ord. Typesystem und z.B. das ownership Modell auch auf "Bare Metal" schon zur Compilezeit (oft mit zero runtime costs) abnehmen kann. Liebe es schon jetzt.
#rust