Dion Dokter
diondokter@fosstodon.org
<p>Embedded tech lead at Tweede golf. I love programming in Rust.</p>
Posts
-
Post #3669119
I've been successfully nerdsniped, so here is sequential-storage version 8.0.0: https://crates.io/crates/sequential-storage Most notable are changes in caching and a new page state cache that has a fixed 24 byte cost instead of 1 byte per flash page. So it's great for large storages and has almost the same perf.
-
Post #3607814
Oh, this is cool! New rust-analyzer command. "rust-analyzer: Evaluate Predicate" Then type in the type and bound and it'll tell you whether it holds. So, you don't have to go through source code anymore. #rustlang
-
Post #2773970
Dude who&#39;s doing some unethical shit asks everybody to please not consider the ethical implications
-
Post #2773969
This whole Rust project LLM policy thing is weird. It seems they&#39;re gonna err on the side of not allowing or limiting LLM generated contributions, except there&#39;s this &#39;experiment&#39; thing that would allow veterans to use LLMs regardless. To me that seems like a cop-out to keep some people happy
-
Post #2773968
I&#39;ve been a fan of Delta for like 10 years now. Performed well on stage! #eurovision #australia
-
Post #2773967
RE: https://fosstodon.org/@tweedegolf/116594768866710762 I&#39;ll be at RustWeek too! I&#39;d love to talk with you all about my OSS project like device-driver or my async optimization plans, but also any general embedded Rust topic :) So if you see me around, feel free to walk up!
-
Post #2773966
Intercity trains: Zoom through the country with very little stops Also intercity trains for some reason: Stop at a town of 18k people
-
Post #1976503
Final part of my async blog! https://tweedegolf.nl/en/blog/237/async-rust-never-left-the-mvp-state Last time I shared some tips for improving your async code. Now we look at why the compiler doesn&#39;t do it for us. I want to fix it in the compiler, but I need your help! If you can help with funding, reach out to me. Please share :)
-
Post #1156870
RE: https://fosstodon.org/@tweedegolf/116397572726739690 Is your async too fat? You can trim it down with these tips! Please share as I&#39;ve noticed not many people are aware of this. This is also just part 1 of a 2 part series. Part 2 should be out soon!
-
Post #1125554
Anybody know why rust-analyzer is showing me an extra &#39;/&#39; in the inline doc view? This happens when I generate code using the doc attr and with &#39;///&#39;. Rustdoc is rendering it fine, so... RA bug? Just wanna make sure I&#39;m not missing anything before I open an issue :)