Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-08-15 08:16:10

New #Rust Client Enables Building Safe, High-Performance Apps with #Aerospike
infoq.com/news/2025/08/…

@kubikpixel@chaos.social
2025-09-15 06:50:04

Be Simple - Don’t Be Clever - Code Rust
— by @…
🦀 #rust

@cyrevolt@mastodon.social
2025-09-15 19:20:55

Some #Rust shilling, retrofitting the "too grumpy to improve" meme, offering a Rust gear instead of the hexagon C wheel (logo).

@frankel@mastodon.top
2025-09-14 18:56:40

Comparing transitive dependency version resolution in #Rust and #Java
blog.frankel.ch/dependency-ver

@cyrevolt@mastodon.social
2025-10-03 10:29:07

Really nice, @… have written about #Rust in their blog, providing 5 good reasons why you should "rewrite everything in Rust":

@frankel@mastodon.top
2025-09-11 16:17:02

Elements of #Rust – Core Types and Traits
rustcurious.com/elements/

@beeb@hachyderm.io
2025-10-18 19:56:12

New article on the blog!
This time, it's about how I optimized an algorithm which turns byte offsets into line/column numbers and UTF-16 offsets.
Most of the performance improvement came from the use of SIMD to efficiently count ASCII characters.
#rust #RustLang #SIMD #optimization #blog

@frankel@mastodon.top
2025-08-14 08:21:09

This Send/Sync Secret Separates Professional From Amateur #Rust Developers
blog.cuongle.dev/p/this-sendsy

@mgorny@social.treehouse.systems
2025-08-10 19:07:00

#RustLang is great and rock solid. That's why when you build the Rust compiler against LLVM with assertions enabled, it crashes on unmet assertions.

@cyrevolt@mastodon.social
2025-10-03 08:58:46

Oh fun find, there was actually something called Oxide in the history of #Rust already - a formalization attempt:
arxiv.org/abs/1903.00982 🦀
cc @…

@niklaskorz@rheinneckar.social
2025-10-10 17:11:17

#EuroRust2026 en España. 😮 Estoy muy deseando volver a #Barcelona. :amaze: Mi última visita fue hace ya 12 años.
#EuroRust

@penguin42@mastodon.org.uk
2025-09-25 14:22:05

A #rust warning just found a mistake I was in the middle of making; I had a match clause like:
(_, Bad) =>
and the warning was that the variable 'Bad' should be lower case; But hang on...that's no variable - that should be an enum member of State::Bad. Which is a nice find.
(Although I can't tell why it didn't figure out it was a member of State automatical…

@chrysn@chaos.social
2025-10-01 11:32:12

Just released: embedded-io 0.7.{0,1}, along with its -async and -adapter siblings. These #RustLang crates help #embedded systems abstract over byte data input and output, similar to the standard library's io module.
If all goes as I hope, the embedded-io 0.7.x series can be followed compatibly …

@michabbb@social.vivaldi.net
2025-07-23 13:05:55

🎛️ Custom Controllers: Nuclear option for completely different workflows
while keeping shared business logic
🔧 Pattern works across languages - #Go #Rust #PHP all support interface-based customiz…

@mgorny@pol.social
2025-07-29 11:46:17

Kiedy piszesz bibliotekę w #RustLang, bo chcesz bezpiecznego kodu, a zamiast tego dostajesz jakiś paskudny #heisenbug z przekłamaniem danych.

@9823@mstdn.io
2025-07-26 22:53:15

I've finally finished the #rustlings #rust challenge! :ablobcheer:

@penguin42@mastodon.org.uk
2025-09-26 13:57:42

I know of HX-Tape, but I decided to write my own demodulator to read Epson HX-20 tape data; mostly because I wanted to refresh my #rust skills, but also because I had this realisation it would work as a set of chained iterators. It does (I'm straight from HX-20 ext-cassette to PC audio); I've got a layer that does levels (high/low/0) with hysteresis, that passes it to one that does transiti…

@kubikpixel@chaos.social
2025-09-22 09:40:16

Under the hood: Vec<T>
Let's look at Vec<T> to get a better understanding of its inner structure.
🦀 #rust

@mgorny@social.treehouse.systems
2025-10-08 08:13:24

Sequoia PGP exemplifies everything that's wrong about #RustLang (don't mean this against Sequoia). It features a bunch of different CLIs, which is a reasonable design.
If Sequoia were written in C, these CLIs would probably be using some shared library. If Sequoia were written in Python, they would probably use a shared Python package. However, it's written in Rust, so every CLI is a huge binary with its own copy of subset of shared Sequoia code, built separately:
-rwxr-xr-x 1 root root 12M 10-08 06:36 /usr/bin/gpg-sq
-rwxr-xr-x 1 root root 4,7M 10-08 06:36 /usr/bin/gpgv-sq
-rwxr-xr-x 1 root root 21M 10-08 08:38 /usr/bin/sq
-rwxr-xr-x 1 root root 6,9M 10-08 08:38 /usr/bin/sqop
-rwxr-xr-x 1 root root 3,1M 10-08 08:32 /usr/bin/sqv

@frankel@mastodon.top
2025-09-27 13:44:53

#Cloudflare just got faster and more secure, powered by #Rust
blog.cloudflare.com/20-percent

@cyrevolt@mastodon.social
2025-09-24 14:00:40

It would be a shame if someone wanted to write a #Linux #driver in #Rust and only resorted to C because the subsystem maintainer doesn't want Rust (yet).
So here is my call:
Push for it! If you…

@cyrevolt@mastodon.social
2025-09-24 14:00:40

It would be a shame if someone wanted to write a #Linux #driver in #Rust and only resorted to C because the subsystem maintainer doesn't want Rust (yet).
So here is my call:
Push for it! If you…

@frankel@mastodon.top
2025-07-24 08:22:01

"Bypassing" #specialization in #Rust or How I Learned to Stop Worrying and Love Function Pointers

@cyrevolt@mastodon.social
2025-10-10 10:32:58

Insight of the day from the functional safety panel discussion at #EuroRust25:
#Testing #engineers are more inclined to touch code written in

@niklaskorz@rheinneckar.social
2025-07-21 10:14:32

So #Rustlings apparently is a rather hard term for speech to text to recognize unguided. Terms I got instead, while correcting subtitles for our meetup talk:
- Rustlinks
- Rustlinfs
- Wrestling (my favorite)
"Because I think it'd be really great to have some sort of guided wrestling in my company."
Also, "Rust for Rustaceans" became "…

@cyrevolt@mastodon.social
2025-09-10 12:25:54

Upcoming next week:
3rd European RISC-V #Firmware and #Embedded #Rust #Workshop by EDA Centrum at V…

@cyrevolt@mastodon.social
2025-09-25 19:41:04

Writing tests in #Rust is really nice.
I am enjoying it right now while working on the @… flash layout and boot flow library.

@cyrevolt@mastodon.social
2025-09-25 19:41:04

Writing tests in #Rust is really nice.
I am enjoying it right now while working on the @… flash layout and boot flow library.

@cyrevolt@mastodon.social
2025-09-19 14:10:20

Should we create a little #ReGIS library in #Rust?
🙂✨🦀✨👩‍💻