Fediverso

Tem alguem aqui?

<em>html is cool</em>

let’s try that

again!

1
hi

Rust rewrite coming soon!

2
@marc
🔥
1
@marc
👀
1
@ah
1
nya

ok

ok
Paintings? Oh yeah.

Nothing in particular.

nyaaa

avdb13
Jan 28
Jan 28
hi

nu

1
that didn't

work like expected

1
@avdb13
🥲
1
nearly

done

hi

hi

ok

TITLE

BODY

2
ah
Dec 12
Non-Send Futures When?

Ever since reading
What If We Pretended That a Task = Thread?
I can’t stop thinking about borrowing non-Sync data across .await.
In this post, I’d love to take one more look at the problem.

ah
Dec 6

Nicely done.

ah
Nov 18
What's Zig got that C, Rust and Go don't have? (with Loris Cro)

Zig is a programming language that’s attempting to become “the new C” - the language of choice for low-level systems programming and e

learning blender, any help?

interested inserting 3D text into a film scene

1
general post

check check check

ah
Oct 16
Why async Rust? - Without boats, dreams dry up

I haven’t read it yet, but timely for me personally since I’m learning rust and rewriting the Commune backend in it right now.

ah
Oct 14

Also, I should probably write something in Zig at this point.

ah
Oct 14

Mostly busy with rewriting the Commune backend in Rust. 😅 Updates coming soon.

ah
Oct 8
Zig Interfaces

Understanding and implementing interfaces in Zig

ah
Oct 7
Polonius update | Inside Rust Blog

Empowering everyone to build reliable and efficient software.

ah
Oct 6
Was async fn a mistake? - seanmonstar

Was async fn a mistake? This stabilization PR for async fn in traits made me think: was async fn in Rust a mistake? I mean, I dunno. Maybe it wasn’t. But play along for a moment. By the way, I don’t…

ah
Sep 27
Compiling Rust for the ESP32 with NixCompiling Rust for the ESP32 with Nix | n8henrie.com

Nix’s tooling for Rust compilation can target the ESP32.

ah
Sep 22
The State of Async Rust: Runtimes | Corrode Rust Consulting

Recently, I found myself returning to a compelling series of blog posts titled
Zero-cost futures in Rust
by Aaron Turon about what would become the foundation of Rust’s async ecosyste…

ah
Sep 20
Leveraging Rust in our high-performance Java database | QuestDB

A guide to adding Rust to a Java codebase with JNI and the rust-maven-plugin.

ah
Sep 18
When Zig Outshines Rust - Memory Efficient Enum Arrays

Proper support for sum types or tagged unions have become table stakes for systems programming languages. However, they can incur a lot of memory fragmentation that’s not trivial to avoid without good support for metaprogramming. This post goes into Zig’s powerful comptime feature, and how it allows some radical approaches to efficient data structure design.

ah
Sep 16
Should I Rust or should I go?

"Is Rust a great fit for this project?" I get this question quite frequently so I think it's time to write down my thoughts if it can avoid you some painful and costly mistakes. Short answer: no. Coming from someone who wrote a successful book about Rust (Black Hat Rust)