Daily Shaarli

All links of one day in a single page.

September 26, 2022

Rust Quiz

Rust questions which are quite tricky. I learned a lot (mostly useless) knowledge form it.

An Intuitive Explanation of using Poisson Blending for Seamless Copy-and-Paste of Images

An interesting and simple algorithm to blend two images seamlessly.

TL;DR: do not copy-paste the pixel itself, copy-paste the gradient of the pixel, and then solve for the optimal pixel's value subjecting to an energy function, which takes into account the boundary of background image and the gradient of the source image.

More articles on the topic:

webЯcade

Web based game console (and mobile) simulator presented as a feed.

Project repo: https://github.com/webrcade/webrcade