Tootfinder

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

@frankel@mastodon.top
2025-07-08 16:11:00

Announcing #Rust 1.88.0
blog.rust-lang.org/2025/06/26/

@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/

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

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

@kubikpixel@chaos.social
2025-06-27 17:15:08

Weird expressions in rust
```info
Note that these are not bugs, but rather extreme cases of rust features like loops, expressions, coercion and so on.
```
🦀 wakunguma.com/blog/rust-weird-

@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-02 16:15:04

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

@kubikpixel@chaos.social
2025-07-03 20:15:05

I was asked if I could send a screenshot of my Rust learning project to possibly help to be installed. A server that deals with binary encryption, among other things, is not so simply clear to see 😅🤷‍♂️
(This is now in the INFO login, it's just for showing the request as a demo and doesn't make sense)
#rust

Terminal with loggin full of base64 and bytes but no clear text
@jamesthebard@social.linux.pizza
2025-07-13 19:55:04

Wooo, first Rust macro written...things continue to progress. Still need to figure out exactly how I want to represent the `F` register though.
#rust #z80 #emulation

My first Rust macro that sets implementations for both the Register and RegisterFlags structs.  This will most definitely change...
@frankel@mastodon.top
2025-05-22 16:15:07

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

@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.

@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:

@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

@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 "…

@jamesthebard@social.linux.pizza
2025-07-09 21:20:58

So, making slow progress as I learn `rust` things. Instead of going with my usual `union`/`struct` combination in C, I'm resorting to not overflowing/underflowing primitive types and doing things more safely. This snippet of code took far longer than it should've, but it gets the job done.
#programming

A simple struct that holds two 8-bit register values, but can also be get/set as a 16-bit value written in Rust.
@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

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

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

@jamesthebard@social.linux.pizza
2025-07-10 02:35:04

Okay, not 100% satisfied over the Z80 flags implementation, but works perfectly well and mirrors what the CPU is doing. Used `mem::swap` to switch between the normal and "prime" set of flags and works exactly as expected. Things progress...
#rust #z80

The Z80 flag implementation in Rust.  It's basic, took waaaay too long, but it works.
@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…

@cyrevolt@mastodon.social
2025-07-16 12:10:01

There is now a first RC for the #Espressif #Embedded #Rust #HAL:

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

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

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

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