Hey everyone, we're live teaching #rustlang! https://www.youtube.com/watch?v=4FdQCIJXjgo&themeRefresh=1
Hey everyone, we're live teaching #rustlang! https://www.youtube.com/watch?v=4FdQCIJXjgo&themeRefresh=1
Started #Rustlings, a #RustLang tutorial thing (on a recommendation here). The first several exercises made me concerned that it might be stuff I’ve already learned. I checked ahead in the repo and it looks like the later stuff is appropriate for me. Tried not to spoil anything.
The new version of cargo-c is out!
Spicy take:
Panics aren’t bugs, people are just conditioned to fear stack traces.
Building a search engine from scratch, in Rust - Blog series
jdrouet.github.io/tags/search-...
#rustlang #programming
search-engine tag
@galdor I see your point, and idiom in #RustLang agrees with you. Import such that at the call-site you say `module.identifier()`.
On the one side (the side that disagrees with you), my IDE typically tells me where naked `identifier` is defined (either #PyCharm or #HelixEditor in my case); and it’s the most common case in #Python code I have read (and I’ve been programming in Python for decades).
On the other side you’re not always hovering as you read over big blocks of code. Naming the origin module is informative.
In the middle, it’s not needed for a lot of things, especially stdlib and common packages. It seems like a fine line and I’m not quite certain what the best behavior is.
I guess I never introduced myself, so here goes:
I'm an #ElectricalEngineer from #Brazil, currently living in #France for many years. I work as a #SoftwareDeveloper, writing proprietary software for #microfluidics (I do wish I could work on #FreeSoftware for a living instead). My favorite programming language is #rustlang, but I use/have used about a dozen other languages, they're alright. I'm also a fan of #animation.
Sigh, I think I might have to switch away from #VisusalStudioCode. Seems the only stuff they work on is #AI, to the detriment of everything else.
Shall I move back to #vim? Or rather #neovim. Do I still have the patience to configure that just the way I like it?
I could also try out that newfangled #zed editor that is getting all the hype these days.
One must-have feature is it having good vim keybindings though, I'm lost without them.
#SoftwareDevelopment #golang #rustlang #rust
The Weekly Challenge 315: Find the Third Word #Perl #RakuLang #RustLang #Postscript #CrystalLang #PerlWeeklyChallenge #BlogFiredrakeOrg https://blog.firedrake.org/archive/2025/04/The_Weekly_Challenge_315__Find_the_Third_Word.html
@rust@social.rust-lang.org@social.rust-lang.org@social.rust-lang.org_discussions@mastodon.social
It’s @rust here — who could do with including the #rustlang hashtag in their toots (please & thank you)
Edit: the penny drops, my client’s also shortening the name by dropping the domain. In case that’s true for you:
rust @ social.rust-lang.org
I updated my blog post to link to the daft PR it inspired #rust #rustlang https://schneems.com/2025/03/26/a-daft-procmacro-trick-how-to-emit-partialcode-errors/
Today I found Neofetch but based on location data!
**countryfetch**: Obtain country information from the terminal.
Reply with screenshots below!
Written in Rust!
Hey #rust #rustlang folks... How do I git-depend on a crate in a workspace?
I try to depend on `cloudmqtt-core` from https://github.com/TheNeikos/cloudmqtt but cargo fails with `error: no matching package named `cloudmqtt-core` found`.
And now, the part 3 or my series of articles on how to build a #crossplatform #searchengine, in #rustlang.
This article is about how the sharding mechanism works.
Enjoy reading it, feel free to provide me some feedback, here or directly on GitHub
If you enjoy it, feel free to share it on other platforms!
Here is the link: https://jdrouet.github.io/posts/202503231000-search-engine-part-3/
Big bugfix release!
pict-rs 0.5.17-pre.11
once again it is not 0.5.17
but i'm getting tempted to just rename it and call it done
https://git.asonix.dog/asonix/pict-rs/releases/tag/v0.5.17-pre.11
Hmmm, according to the #Phoronix comments, #Rust #Rustlang is both woke and fascist ...
At least they red-flag themselves so quickly that it doesn't take me long to decide they belong on my block/ignore list
It's a shame, that every new reader of the Phoronix comments is subjected to loads of toxic rubbish
anyway, i managed to reduce my average traffic use from 1.5MB/s to about 100kB/s
The new `Buffer` trait for writing into uninitialized buffers in Rust is now available in a standalone published library:
Mini-rust in Rust 023: Refactor to share structure of the syntax tree