Erik Jonkers
@erikjee.bsky.social
100 followers
61 following
7 posts
Director @tweedegolf.bsky.social, RustWeek organizer @rustnl.bsky.social, Chair of @trifectatech.bsky.social
Posts
Media
Videos
Starter Packs
Pinned
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Mara Bos
@mara.bsky.social
· 28d
Reposted by Erik Jonkers
Tweede golf
@tweedegolf.bsky.social
· Sep 15
Embedded async debugging and inspect-embassy - Blog - Tweede golf
As part of my internship at Tweede golf this summer I was tasked with improving the async debugging experience for embedded development. This work resulted in a prototype async debugger for embass ...
tweedegolf.nl
Erik Jonkers
@erikjee.bsky.social
· Sep 8
** Ticket sales now open ** Get your Early Bird tickets for RustWeek 2026!
The world's biggest Rust conference returns to beautiful Utrecht, welcoming over 900+ community members, professionals and the maintainers of Rust.
2026.rustweek.org
#rustweek2026 #rust
The world's biggest Rust conference returns to beautiful Utrecht, welcoming over 900+ community members, professionals and the maintainers of Rust.
2026.rustweek.org
#rustweek2026 #rust
RustWeek 2026
RustWeek 2026, The Netherlands - May 18 - 23 2026. The world's biggest Rust conference returns to beautiful Utrecht, welcoming over 900+ community members, professionals and the maintainers of Rust.
2026.rustweek.org
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Dirkjan Ochtman
@djc.ochtman.nl
· Jul 20
Cargo flamegraph's new version uses Xcode's tracer under the hood, so flamegraphing your rust code no longer requires sudo (which then messes up permissions on your build artifacts). It's a small thing but it's made flamegraphing my Rust code on MacOS so much more pleasant.
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Reposted by Erik Jonkers
Tweede golf
@tweedegolf.bsky.social
· Jul 1
Exception handling in rustc_codegen_cranelift - Blog - Tweede golf
Panics in Rust by default unwind to run Drop implementations for all values on the stack. Rust's stack unwinding is implemented using the same mechanism as C++ exceptions on most platforms. Recent ...
tweedegolf.nl
Reposted by Erik Jonkers
Erik Jonkers
@erikjee.bsky.social
· Jun 17
Today we're switching the bzip2 crate from C to 100% rust:
trifectatech.org/blog/bzip2-c...
Thanks to: Alex Crichton and Radically Open Security, and to NLnet Foundation for funding the work through the e-Commons fund with financial support from @minbzk.bsky.social
#rustlang #rust
trifectatech.org/blog/bzip2-c...
Thanks to: Alex Crichton and Radically Open Security, and to NLnet Foundation for funding the work through the e-Commons fund with financial support from @minbzk.bsky.social
#rustlang #rust
bzip2 crate switches from C to 100% rust - Trifecta Tech Foundation
Today we published bzip2 version 0.6.0, which uses our rust implementation of the bzip2 algorithm, libbz2-rs-sys, by default. The bzip2 crate is now faster and easier to cross-compile.
trifectatech.org