What's everyone working on this week (44/2023)?

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

Teaching myself Rust by trying to port Fu510nTrader (trading platform consisting of 40k lines of Python 3.x/PyQt6 code) to (hopefully) gtk4 as I don't believe Qt6 widgets work with Rust (yet).

O.M.G. - what was I thinking...

2 Likes

The silly notion that I can solve and prove that P=NP, via solving 3SAT in polynominal time. This and the last 10 attempts/algorithms have all been written in Rust.

I love how easy it is to build and use (local) library crates, allowing me to quickly try out new ideas, without redoing setup/configure code. Linking libraries in C/C++ always gave me trouble.

1 Like

I continue to develop my mini project. Link to github

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.