Tootfinder

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

@frankel@mastodon.top
2025-05-22 16:15:07

Don't Unwrap Options: There Are Better Ways #Rust
corrode.dev/blog/rust-option-h

@kubikpixel@chaos.social
2025-06-05 05:05:13

Async Rust: When to Use It and When to Avoid It
“Asynchronous” (often abbreviated as “async”) is a widely used term in computer science, but its meaning varies depending on the context. […]
🦀 fmoya.dev/posts/async-rust/

@michabbb@social.vivaldi.net
2025-06-12 14:39:52

#Rust is mummy's new favorite, hm? 🤔
Ubuntu 25.10 Replaces sudo With a Rust-Based Equivalent
thenewstack.io/ubuntu-25-10-re

@beeb@hachyderm.io
2025-04-23 09:28:25

Very cool read! A novel (to me and the author at least) approach to computing recurrence for iCalendar rules.
#RustLang #rust #calendar #RayMarching #SmallWeb

@frankel@mastodon.top
2025-06-07 08:06:11

15 #rust #cli tools that will make you abandon bash scripts forever

@stsquad@mastodon.org.uk
2025-05-02 15:25:43

As we head into May Paolo has written up the current state of #rust in the #qemu code base: lists.gn…

@frankel@mastodon.top
2025-06-02 16:15:04

Why Use Structured #Errors in #Rust Applications?
home.expurple.me/posts/why-use

@michabbb@social.vivaldi.net
2025-06-05 09:16:12

💼 #OpenAI actively hiring #Rust developers for #codex-cli team expansion

@frankel@mastodon.top
2025-06-10 08:25:02

Maximize Your #Rust Enums With Strum
youtube.com/watch?v=NoIqPYLpCF

@frankel@mastodon.top
2025-06-01 17:33:29

#Rust offers different ways to initialize compile time-initialized variables. Recently, I had to create a runtime-initialized variable: existing approaches don’t work in this case. I want to describe multiple ways to achieve it in this post.

@beeb@hachyderm.io
2025-04-14 06:16:06

@rustaceans@mastodon.social Here's my take on the challenge from issue 62!
@… Didn't benchmark or anything, but the algo only goes over the list once to sort it (worst case `O(n * log(n))`) and then once to merge the ranges (`O(n)`).
Run on the playground: #RustLang #rust #algorithm #RustBytes

@michabbb@social.vivaldi.net
2025-06-05 09:16:11

#OpenAI #Codex CLI Goes Native with #Rust Rewrite 🚀
⚡ Rewritten from #TypeScript to

@beeb@hachyderm.io
2025-06-04 12:42:46

It's release time for lintspec!
This new iteration brings a new experimental parser which increases the overall performance by 2-3x and a bunch of minor fixes, especially around the highlighted source code spans in the diagnostics.
#rust #RustLang #FOSS #solidity #benchmarking