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

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

I'm working on improving the interactive part of the chart widget in my application for room impulse response measurements raumklang.
It's using iced for the GUI and the chart stuff lives in a separate repository. There is a thread on discord showing the progress and allowing discussions how an iced native chart interface should look like.

I've had an idea that required parsing LLVM bitcode, and I naively thought it would be simple to parse. Now I'm playing find-the-difference game between my 5000 lines of Rust vs LLVM's 5000 lines of C++.

6 Likes

I am just thinking on how to build a rust based system that leverages the power of blockchain

I wrote a program to mimic OpenAI compatible APIs, for fun and also for testing for when I want to build a proxy server for LLMs. I don't have any guidance other than online resources and not gonna lie, LLMs. Just hoping someone might find this useful, and open to feedback and criticism, thank you!