What's everyone working on this week (8/2025)?

New week, new Rust! What are you folks up to?

I'm currently coordinating the implementation of legal compliance with several EU cyber security acts for our products. Needless to say, that's not my favorite topic, but it has to be done by a tight deadline.

Working on creating and optimizing an http server, trying to implemet a monitoring layer to it to track resources and filter requests

Since you ask - again - implementing the Shunting Yard Algorithm - just for fun.

It is one of Dijkstra's algorithms from 1961 - for expression parsing. Stumbled on it via Robert Nystrom's Crafting Interpreters - he is using a Pratt parser - which is very similar - for his Lox language.

Jesper, check your github pr

1 Like

Here's a post[1] from a notable Rust programmer which you may enjoy.


  1. with a predecessor about Pratt ↩ī¸Ž