Yet another video to ASCII animation (in Rust). Contribute to jwnhy/video2ascii development by creating an account on GitHub. (more…)
Read more »
To write a fast port scanner, a programming language requires:
A Good I/O model, not to eat all the resources of the system. High-level abstractions and a good packaging system to isolate low-level code and reuse it easily. To be type and memory safe, be... (more…)
Read more »
Unlike C, Rust doesn't hide the difference between statically- and dynamically-sized types. (more…)
Read more »
The first time I needed to profile a Rust application I came across Llogiq’s post - Profiling Rust applications on Linux. This post was incredibly helpful to me and succeeded in getting me off the ground. After spending a little more time with Rust and ne... (more…)
Read more »
A few days ago, in the programming subreddit, Paulo Henrique Cuchi shared his experience writing a command line tool in both Rust and Go . T... (more…)
Read more »