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

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

My first real world application in Rust:

I’m just getting started, but it will be a CLI that reads a file containing test cases. These are converted to HTTP requests and sent to the search engine for SuttaCentral.net. The results are parsed and a report produced showing passes and failures.

I’d like to integrate this into CI so that when someone edits the test cases they are automatically run against the staging site. Else a developer can just run the tests against a locally running instance of the server.

I implemented the MPQS for large integer factorization using RUG as a large integer library. With 8 threads, it factors a 202-bit number in 4.8 secs on my laptop. I have almost generalized it to the SIQS, which should be even faster.

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.