Phosphorus-M
phosphorusm.bsky.social
Phosphorus-M
@phosphorusm.bsky.social
Just a Tech Profile | Staff at RustLang en Español
I used to .Net, PHP, JS/TS, Java, and a lot of things too
Fedora Silverblue + Gnome | Ryzen 7 | VSCode
Reposted by Phosphorus-M
Cloudflares Turnstile reCAPTCHA alternative is now easier than ever to integrate into your axum #rustlang backend for validation: the axum-turnstile crate provides an easy tower middleware to handle the verification: https://crates.io/crates/axum-turnstile #new #releases
November 24, 2025 at 6:00 PM
Reposted by Phosphorus-M
Bevy 0.17 release highlights #1 - Feathers widget library the building blocks used for the upcoming Bevy Editor - #bevy-17/#bevy-feathers-widgets-for-tooling-experimental" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">https://bevy.org/news/bevy-0-17/#bevy-feathers-widgets-for-tooling-experimental #rustlang #gamedev 🦀🎮 @bevy.bsky.social
September 30, 2025 at 8:04 PM
Reposted by Phosphorus-M
GCC Rust Compiler Continues Quest To Compile The #Linux Kernel Crate
GCC Rust Compiler Continues Quest To Compile The Linux Kernel Crate
The GCC Rust compiler 'gccrs' compiler developers have been keeping at it toward their goal of being able to compile the Linux kernel's Rust kernel crate and as part of that the Rust core library.
www.phoronix.com
September 11, 2025 at 1:45 PM
Reposted by Phosphorus-M
⚡️STMicroelectronics recently creating Rust drivers for their sensors and other components

- One of the largest semiconductor companies in Europe, specializing in chips for automotive, industrial, and consumer electronics applications

github.com/orgs/STMicro...

#rustlang #embedded #stm32
September 17, 2025 at 4:57 PM
Reposted by Phosphorus-M
I’ve been working on cargo-pup, a Rust tool for defining and enforcing architectural rules in your codebase - like ArchUnit for Java, or Clippy, but for project-specific architecture constraints rather than linting.

Would love feedback from other rust folks!

#rust #clippy #architecture
GitHub - DataDog/cargo-pup: Pretty Useful Pup let's you write assertions about the architecture of your Rust project
Pretty Useful Pup let's you write assertions about the architecture of your Rust project - DataDog/cargo-pup
github.com
July 22, 2025 at 9:02 AM
Reposted by Phosphorus-M
GCC with Rust support? Arthur Cohen (embecosm) presents gccrs - a Rust compiler based on GCC that broadens architecture support, enables powerful optimizations, and offers new opportunities for the Rust ecosystem. oxidizeconf.com #RustLang #GCC #Compiler
July 23, 2025 at 8:14 AM
Reposted by Phosphorus-M
that's coming too afaict — I've had fun with:

#![feature(const_type_id)]
#![feature(const_trait_impl)]
#![feature(const_cmp)]
July 23, 2025 at 6:20 PM
Reposted by Phosphorus-M
const TypeId::of is being stabilized 🎉 (look for it in stable in like... 14 weeks?)

github.com/rust-lang/ru...
Stabilize const TypeId::of by oli-obk · Pull Request #144133 · rust-lang/rust
fixes #77125 Stabilization report for const_type_id General design What is the RFC for this feature and what changes have occurred to the user-facing design since the RFC was finalized? N/A the con...
github.com
July 23, 2025 at 5:58 PM
Reposted by Phosphorus-M
const TypeId::of is being stabilized 🎉 (look for it in stable in like... 14 weeks?)

https://github.com/rust-lang/rust/pull/144133#issuecomment-3109191685
July 23, 2025 at 6:01 PM
Reposted by Phosphorus-M
Reposted by Phosphorus-M
I accidentally created the unofficial #rust #mcp SDK for you. Was working on a series of MONSTER courses for Pragmatic AI Labs and noticed there wasn't yet an official Rust SDK for MCP, so just wrote it.

cargo install pmcp: crates.io/crates/pmcp

Take a course here: paiml.com
crates.io: Rust Package Registry
crates.io
July 26, 2025 at 2:06 AM
Reposted by Phosphorus-M
Rust + WASM + WebGPU, AI and an afternoon. "Hidden menu" on main screen press shift+enter to start at desired level www.susmel.com/stacky/
Stacky - Rust + WebAssembly + WebGPU
www.susmel.com
July 26, 2025 at 1:57 PM
Reposted by Phosphorus-M
📰 Breaking the WASM/JS communication performance barrier

💬 Rust improves WASM string decoding, but JS still struggles with inefficiency. A plea for better UTF-8 support is echoed. 🤷‍♂️

https://news.ycombinator.com/item?id=44656516
July 26, 2025 at 1:30 PM
Reposted by Phosphorus-M
Rust running on every GPU
View Article | Join the HN Conversation

Summary of HN discussion 🧵👇 #hacker-news
Rust running on every GPU | Rust GPU
I've built a demo of a single
rust-gpu.github.io
July 27, 2025 at 1:00 AM
Reposted by Phosphorus-M
A preview of my RustConf keynote this September www.youtube.com/watch?v=TuJw...:
Developer Security Quick Fire Questions with Mark Russinovich and Scott Hanselman
YouTube video by Microsoft Developer
www.youtube.com
July 27, 2025 at 4:16 AM
Reposted by Phosphorus-M
🏗️ Organizing Larger Projects #rustlang

How do large projects like bevy or the rust compiler get broken down into manageable chunks? How do they keep the codebase modular and maintainable, and easy to work on? Do you have a single main file with 500+ LOC?

Let's learn how to use workspaces🧵👇
July 17, 2025 at 7:05 AM
Reposted by Phosphorus-M
July 1, 2025 at 12:35 PM
Reposted by Phosphorus-M
Whats a null pointer? (I use rust btw)
June 14, 2025 at 11:30 AM
Reposted by Phosphorus-M
ScyllaDB Rust driver is a client-side, shard-aware driver written in pure #Rustlang with a fully async API using Tokio. What challenges and design decisions did our team encounter that led to the recent 1.0 release? Find out here > www.scylladb.com/2025/03/31/i...

#ScyllaDB #techtips
Inside ScyllaDB Rust Driver 1.0: A Fully Async Shard-Aware CQL Driver Using Tokio
The engineering challenges and design decisions that led to the 1.0 release of ScyllaDB Rust Driver
www.scylladb.com
March 31, 2025 at 4:33 PM
Reposted by Phosphorus-M
Reflection on Code Contributor Demographics and Collaboration Patterns in the Rust Communit
https://arxiv.org/abs/2503.22066
Open-source software communities thrive on global collaboration and contributions from diverse participants. This study explores the Rust programming language ecosystem...📈🤖
March 31, 2025 at 4:52 PM
Reposted by Phosphorus-M
rustc
March 31, 2025 at 8:03 PM
Reposted by Phosphorus-M
Go is fine for this. Yes, C# or Rust or whatever else could have made sense too. But it’s not as serious as everyone seems to be making it out to be.
March 12, 2025 at 1:36 PM
Reposted by Phosphorus-M
I only wish they used rust because it's simpler to embed everywhere. With ts you could transpile code in the browser which was pretty awesome.
March 12, 2025 at 4:54 PM
Reposted by Phosphorus-M
I'm offended more for c# sake than rust lol
March 11, 2025 at 3:46 PM