Elektrine lite

โ† Feed

Terts Diepraam ๐Ÿ”œ RustWeek

terts@mastodon.online

<p>Software engineer at <span class="h-card" translate="no"><a href="https://fosstodon.org/@nlnetlabs" class="u-url mention">@<span>nlnetlabs</span></a></span>. Co-organiser of RustWeek. Posts might contain bad jokes.</p>

Posts

  • Post #1093718

    It&amp;#39;s been a day of many docs fixes and error message improvements for Roto! I&amp;#39;m quite proud of this one. Even if the implementation is simple, this should help people get started with the language! Of course, the Rust compiler is a big inspiration for these kinds of errors. #rust #rustlang

  • Post #817930

    We&amp;#39;re already making cursed Rust scripts at Rust in Paris! cc @jana #rust #rustinparis

  • Post #796348

    Hey look! RustWeek&amp;#39;s schedule appeared! And you can click on all the talks and see their abstract and speaker bio! https://2026.rustweek.org/schedule/tuesday #rustweek #rust #rustlang

  • Post #796343

    We just migrated Roto to @Codeberg! You can find the new repo here: https://codeberg.org/NLnetLabs/roto And read the announcement here: https://community.nlnetlabs.nl/t/roto-has-moved-to-codeberg/79/1. We&amp;#39;ll migrate more projects soon! cc @nlnetlabs #rust #rustlang #roto

  • Post #796334

    I&amp;#39;ll be at Rust In Paris tomorrow! ๐Ÿฅ Come up and talk to me about RustWeek, Roto, DNS and NLnet Labs! #rustweek #rust #roto @nlnetlabs

  • Post #739616

    New blog post! I&amp;#39;ve been investigating out how various languages get away with not requiring semicolons. I looked at 11 languages and found so many interesting cases I had to share! https://terts.dev/blog/no-semicolons-needed/ #programming #roto

  • Post #530966

    #rustweek is on the horizon... @rustnl #rustlang

  • Post #436052

    RE: https://social.tchncs.de/@partim/116096802757484741 We need to pick a behaviour for Roto! Help us out with your opinions! cc @nlnetlabs #roto #rust #rustlang

  • Post #436051

    Rust&amp;#39;s signed remainder functions will panic on `iN::MIN % -1` due to &amp;quot;implementation artifacts&amp;quot; even though it could return `0`. Does anyone here know what those implementation artifacts are? https://doc.rust-lang.org/stable/std/primitive.i8.html#method.strict_rem #rust #rustlang

  • Post #436050

    I like the word &amp;quot;ASCIIbetical&amp;quot; https://doc.rust-lang.org/stable/edition-guide/rust-2024/rustfmt-version-sorting.html

  • Post #436047

    It&amp;#39;s been 0 days since a website rejected a password for being too long. Guess that&amp;#39;s still better than the occasional website that truncates the password when you create an account.

  • Post #436046

    RE: https://fosstodon.org/@rustnl/116119445480765544 Warning: the end of this talk might be unreachable! #rustlang #rust

  • Post #436045

    Remember that we already have a great, friendly, inclusive, LLM-less browser engine project in the Rust community: https://servo.org/ #rust #rustlang #servo

  • Post #436044

    New!

  • Post #436042

    RE: https://fosstodon.org/@rustnl/116137269915415637 I love the idea of this talk so much! Practical lessons from a cool project, what more do you want?

  • Post #436041

    RE: https://tech.lgbt/@bal4e/116136772375815449 General rule: if Arya is excited, it&amp;#39;s gonna get crazy (in a very good way).

  • Post #290719

    Small thread on recent developments with Roto! To recap, Roto is the statically-typed compiled scripting language for #rustlang we&amp;#39;re working on at @nlnetlabs. We got a great reaction to our blog post[1], with a lot of interesting thoughts and feedback. Thank you all! I&amp;#39;m also happy the post made it to This Week In Rust[2] [1]: https://blog.nlnetlabs.nl/introducing-roto-a-compiled-scripting-language-for-rust/ [2]: https://this-week-in-rust.org/blog/2025/05/28/this-week-in-rust...

  • Post #290711

    We just released Roto 0.6.0! Roto is the JIT compiled, strongly-typed, embedded scripting language for Rust used by Rotonda. This release features many fixes, quality of life improvements and - as a little treat - an assignment operator! Check it out here: https://github.com/NLnetLabs/roto/releases/tag/v0.6.0 @nlnetlabs #OpenSource #rustlang #BGP