- You can query anything as a database.
- Bugs suck, but better testing is easier than you think.
- SemVer is impossible by hand, but linters make it work.
- Your Wi-Fi might only work *while* it's raining.
All this + a lot of #rustlang right here 👋
matthewstienberg.wordpress.com/2025/11/14/w...
matthewstienberg.wordpress.com/2025/11/14/w...
If you agree with the position that memory safety should be on the EU and national cybersecurity agendas, please consider adding your name to this statement to show your support: trifectatech.org/blog/support...
1/3
If you agree with the position that memory safety should be on the EU and national cybersecurity agendas, please consider adding your name to this statement to show your support: trifectatech.org/blog/support...
1/3
Program not running fast enough?
Did you tell the compiler it's okay to spend more time optimizing? Did you tell it to not worry about running the code on chips that remember dial-up? No? There's the problem!
Program not running fast enough?
Did you tell the compiler it's okay to spend more time optimizing? Did you tell it to not worry about running the code on chips that remember dial-up? No? There's the problem!
github.com/obi1kenobi/c...
github.com/obi1kenobi/c...
I'm happy to answer any questions, feel free to ask away!
glitchlesscode.ca/posts/2025-1...
#rustlang #GSoC2025
I'm happy to answer any questions, feel free to ask away!
glitchlesscode.ca/posts/2025-1...
#rustlang #GSoC2025
Must-read post if you care about any of:
- high performance Rust
- numerical methods
- how Rust can make Python faster
Come for the compile-time loop unrolling, stay for the profile-guided optimization!
jlogan.dev/blog/2025/11...
Must-read post if you care about any of:
- high performance Rust
- numerical methods
- how Rust can make Python faster
Herrington Darkholme will present a comprehensive guide to building custom linting tools for #RustLang projects.
Matt Powers will speak about #SedonaDB, a geospatial compute engine that's built on #DataFusion.
Register: www.meetup.com/rust-nyc/eve...
Herrington Darkholme will present a comprehensive guide to building custom linting tools for #RustLang projects.
Matt Powers will speak about #SedonaDB, a geospatial compute engine that's built on #DataFusion.
Register: www.meetup.com/rust-nyc/eve...
> `const_type_id` stabilized, 1.91: github.com/rust-lang/ru...
> - Tracking Issue for const TypeId Ord rust-lang/rust#146472 github.com/rust-lang/ru...
> - Tracking Issue for const_cmp rust-lang/rust#143800 github.com/rust-lang/ru...
> `const_type_id` stabilized, 1.91: github.com/rust-lang/ru...
> - Tracking Issue for const TypeId Ord rust-lang/rust#146472 github.com/rust-lang/ru...
> - Tracking Issue for const_cmp rust-lang/rust#143800 github.com/rust-lang/ru...
Congrats to @manishearth.bsky.social on unflagging TC39 Stage 3 Temporal in V8 today. Heading for Chrome 144 🎉
By many metrics this new date-time API is the single biggest change to JS ever 🔥
V8 uses Boa's temporal_rs by @jason-williams.co.uk Kevin Ness & Manish 👍
Congrats to @manishearth.bsky.social on unflagging TC39 Stage 3 Temporal in V8 today. Heading for Chrome 144 🎉
By many metrics this new date-time API is the single biggest change to JS ever 🔥
V8 uses Boa's temporal_rs by @jason-williams.co.uk Kevin Ness & Manish 👍
A journey from an innocent property-based test at Oxide to the depths of the IPv6 specification, with tons of information about the flowinfo (and scope_id) fields. Give it a read!
A journey from an innocent property-based test at Oxide to the depths of the IPv6 specification, with tons of information about the flowinfo (and scope_id) fields. Give it a read!
ICYMI, this post discusses how the headline feature came about: support for users' local `.cargo/config.toml` configuration.
"How hard could supporting configuration be?" you say? Read the post, then tell me 😁
predr.ag/blog/ghosts-...
ICYMI, this post discusses how the headline feature came about: support for users' local `.cargo/config.toml` configuration.
"How hard could supporting configuration be?" you say? Read the post, then tell me 😁
predr.ag/blog/ghosts-...
- `cargo-semver-checks` said the code didn't compile.
- `cargo check` said it was fine.
What better day to talk about it than Halloween? 🎃👻
predr.ag/blog/ghosts-...
- `cargo-semver-checks` said the code didn't compile.
- `cargo check` said it was fine.
What better day to talk about it than Halloween? 🎃👻
predr.ag/blog/ghosts-...
Being independent in open source for 3.5+ years has been wonderful. I've gotten done most of the high-level goals I wanted to, and miss having people & structure around me.
If you know of a role for a staff-level TypeScript+web developer, let me know! 🙂
Being independent in open source for 3.5+ years has been wonderful. I've gotten done most of the high-level goals I wanted to, and miss having people & structure around me.
If you know of a role for a staff-level TypeScript+web developer, let me know! 🙂
This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!
Check out the announcement: blog.rust-lang.org/2025/10/30/R...
This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!
Check out the announcement: blog.rust-lang.org/2025/10/30/R...
#rustlang
#rustlang
Blog Post:
www.vectorware.com/blog/announc...
Discussion:
www.reddit.com/r/rust/s/mcl...
They are also hiring
#rustlang #programming
Blog Post:
www.vectorware.com/blog/announc...
Discussion:
www.reddit.com/r/rust/s/mcl...
They are also hiring
#rustlang #programming
Sweet dreams! 😈
1/4
Sweet dreams! 😈
1/4
Oh and for `cargo check` to pass you have to cargo from a specific directory, otherwise it'll also fail.
The things I must do for cargo-semver-checks to be reliable...
#rust #rustlang
The conclusion is clear: Makefiles *are* Breakfiles. This matches my experience with working with them, anyway.
The conclusion is clear: Makefiles *are* Breakfiles. This matches my experience with working with them, anyway.