What's everyone working on this week (23/2020)?

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

I'd like to take this opportunity to shamelessly gloat over my first Rust accepted answer on StackOverflow!

https://stackoverflow.com/a/62034733/1965774

It feels really great to finally be able to get to the next level and fighting the borrow checker less and be quick and brave enough to attempt at an answer and helping someone out.

2 Likes

Previously //lib.rs has been showing which dependencies were optional enabled by features. Now it also shows remaining features that don't enable dependencies.

other features list

3 Likes

I'm slowly improving my process watcher to watch closely one or few processes. Difference between my app and top:

  • historical graphs for CPU and memory usage
  • measure memory consumption change since a marked point in the past
  • dead process are not removed, so it is possible to analyze what happened before the process exited

A screencast of three firefox processes after a user clicked "Refresh" button in the browser:

Crate: https://crates.io/crates/pwatch
Github(with prebuilt Linux-musl, and Windows 64 bit binaries): GitHub - VladimirMarkelov/pwatch: Process watcher(pwatch)

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.