Skip to main content

Search

Items tagged with: rust


It is so amazing what #Mozilla has achieved:

Back in 2013 asm.js, which has now evolved into #WebAssembly #WASM - one of the most relevant technologies for computing in the future.

2015, what has started as a research project by Graydon Hoare, the #Rust programming language, which will define how we will develop software in the future.

I think people don't appreciate this enough.

#Innovation #Appreciation #ThankYouMozilla


Opinion: delete #Vala and rewrite all GTK software in #Rust


Ich glaube jetzt schaue ich mir noch #Rust an. Hat damit jemand Erfahrung? 🧐
#rust


I kinda wanna try writing a #matrix client in #rust using tauri. It's definitely a big project but I think if I take it easy and just do it for fun it might be ok. I've wanted an excuse to give Tauri a whirl for a while now...


Landed my first PR in @zkat s "miette" error handling #rust #crate

Awesome.


Alleine schon deshalb auf #Rust setzen, weil es (in meinen Augen) erheblich mehr Spaß macht, und auch dabei hilft, besseren C- und C++-Code zu schreiben lernen. Disclaimer: es kann allerdings sein dass im Anschluss beim Schreiben von C++ (und in geringerem Maße auch C) einfach keine Freude mehr aufkommt.
#rust


#rust eine gute #Programmiersprache auf der man heute noch drauf setzen sollte, oder lieber bei C++ bleiben?


Hello Kat! Yes I am one that enjoys #rust (see also #rustlang for some reason). Can't say any of my crates are popular, but I've written some for tunneling TCP/IP across #LoRA and #XBee SX long-range, low-power radios using PPP or tun/tap. (see lorapipe, xbnet). Currently working on an asynchronous Unixy job queueing system I hope to announce in a few days. Been using Rust at work for a few years now also.


Hi, yes I'm a fan of #rust, and soon-to-be working full-time with rust. Although I recently have been rather quiet on the fediverse, there are many more rustlings here, many of whom already answered to your toot. Others I remember from the top of my head who are worth following: @kornel@liw@kubikpixel@jgoerzen@federicomena@jonhoo@minoru@Halbeard@killercup - There are many more for sure.


#C was invented around 1973.
#Rust hit version 1.0 in 2015.

These are 42 years.

Conclusion: Rust is the answer to life, the universe and everything.

#RustLang #KiddingNotKidding #NerdHumour


#clap is really an amazing crate, the 3.0 release incorporating #structopt was really huge. Good to see the developers appear to be highly motivated to clear out problems and sketch their plans for future changes early. #rust
https://epage.github.io/blog/2022/02/clap-31-a-step-towards-40/


The place where programmers live
#rust
Street sign of the small city Rust in Austria
#rust


Hello, world! Twitter was a bit too news-y for me so I'm trying out Mastodon. I like #gaming, #linux, #rust, and #docker


So I've updated my site and now I have my resume there (moving it off Glitch) at https://jacky.wtf/about#work. I'm looking for #RemoteWork mainly in application software development. Languages I'm comfortable with are #Python, #Rust and #Elixir. I know #Ruby as well but I'm definitely rusty (heh).

Feel free to boost for visibility.


Interesting, seems #Austria is the first country where search on Google shows more interest in #Rust than #Go if one can trust Trends. Source: https://trends.google.com/ - search for Rust (Programming Language) and Go (Programming Language).
A screenshot of the Google Trends page, comparing Rust and Go, showing Austria as the only country with more interest in Rust than Go (slightly more than 50%).


wollte mal wieder eine hippe sprache ausprobieren

dachte ich könnte mir ja #rust mal ansehen

habe in der ersten Zeile der Installationsanleitung aufgehört zu lesen

Zeile startet natürlich mit "curl"
#rust


The layoffs at #Mozilla will have many consequences. One that I expect to happen that hasn't been talked about a lot, is that with many high-profile #Rust developers going to other companies, adoption of the language in the industry will accelerate. I also expect some promising new projects will emerge once the dust has settled.


I don't recommend rusy: Just today I got stuck in #rust' dependecy hell again. And rust (or #cargo) gas no notion of "pre-built libraries" like .a or .so - so a *lot* of electric power is wasted sins evetgthing needs to be compiled from source again and again. (AFASIK no Linux distro has a solution for this)


Well, I hadn't planned on adding additional features to A Rust Site Engine today but... Two Release Tuesday can be a thing can't it?

https://crates.io/crates/arse 0.6.0 adds accessing individual posts directly. Underneath the feature add was a major refactor of the application's core and the Engine struct itself. While rendering and load times were already very fast, I was previously loading the Tera template for every single request. Now it's done once at startup.

#Rust #FOSS


Sometimes when I'm bored, I visit https://docs.rs/releases and click through the docs of the latest released crates. Discovered some interesting and useful things in the past, and learning from other people's code almost always teaches you something new. #rust
#rust


Mit "Rust for Linux" soll es möglich werden, Kernelcode und Kernelmodule in Rust zu schreiben. Linus Torvalds gefällt die Idee, aber er hat noch Einwände.


My recent adventures with #Rust have really leveled up my general software development skills. Tasks that might have gone nowhere in a full day in other languages are now taking me but a few minutes, and work the first time. That leaves more time for the management side of my job...
#rust


Pluming for freedom



@liw has written a great wrap-up on the current state of support for the #XDG base directory specification in #Rust: https://blog.liw.fi/posts/2021/02/14/xdg-base-dirs-rust/


I hate it when they remove functionality from a crate that you used a lot and you have to switch to a different crate, rewriting half of your application, because the new crate has quite a different API.

#rust #rustlang


These are onewire sensors. For now, I just dump the readings of the sensors from `/sys/bus/w1/devices/*/w1_slave` into folders named by the reading timestamp triggered by a systemd timer every 10 minutes. Then a small #rust program I wrote gets started to generate the charts for different timeframes (1h, 1d, 1w, 1m, 1y) using the plotters crate. Performance will degrade over time with more data present, but I'll rework it then. https://gitlab.com/silwol/gardentemp https://docs.rs/plotters/
#rust


I built a temperature logger for the raised bed in my garden with a #RaspberryPi and #Rust.
A raised bed with a water-proof plastic box mounted on the outside of its wooden frame, and some cables coming out of the plastic box. The cable of a temperature sensor coming out of the earth inside the raised bed
A plot showing temperature curves for air and earth temperatures The raised bed with several cables leading to different temperature sensors


A #Lemmy client called #Lemmur is finally available on F-Droid. Lemmy is a free software federated alternative to #Reddit written in #Rust. https://lemmy.ml/post/53632


that is about coding in rust, not about the code quality written in rust.

sidenote:
fn main() {
let a = 123u8;
let b:i32 = a as i32;
println!("a={:#?} b={:#?}", a, b);
}
But it only shows that you've grown up on non-typed languages. I started on Pascal back then and I always favoured strongly typed ones so #Rust looks pretty sexy to me. YMMV.
#rust


Hi !

How can I convert an "i32" variable to an enum value in #rust ? :rust:

The "cast" will be in the expression of a match.

I have seen some things about deriving "TryFrom" or "FromPrimitive" traits, but I'm not sure that's up to date.

I believe it's possible, but... how ?

Please, if you know how it works, tell me. x)
#rust