avatar

Daniel Pavalache

Computer graphics and CLI tools enjoyer

Random paths with A* and Gaussian noise

While I was working on a toy project in Rust, where i was developing a real-word simulation, at some point i needed to work with 2D representations of streets, something similar to google maps but with the possibility to try different combinations...

Visualize GUI Applications in Docker Containers

Docker containers are amazing, you can build multiple self-contained environments with a minimum amount of effort. They can be used for developing, deploying to production or just test new software and tools. The fact that they are so lightweight and...