Source: Interpretation of objective video quality metrics
Summary
Objective metrics such as PSNR, SSIM, and VMAF are widely used to measure video quality on different devices. In order to minimize data loss and lower quality, video quality control tools are used during the various stages of transcoding. However, only using objective metrics can make it complicated to interpret the results, which is why a qualitative interpretation of the quantitative values of metrics is necessary.
Fact
Source: Database branching: three-way merge for schema changes
Summary
PlanetScale offers three-way merge for schema branches, allowing for simpler and safer collaboration on schema changes. Developers branch the main database, work on their copies of the schema without affecting production, and create deploy requests that are reviewed before being deployed.
Fact
Source: Bringing Memory Safety to sudo and su
Summary
Prossimo project, which aims to create safer software on network boundaries, is investing in implementing the widely-used and critical function sudo and su utilities in Rust to address the memory safety issues caused by C language. Ferrous Systems and Tweede Golf joint teams with Amazon Web Service’s support are working on this project.
Facts
Source: Why is OAuth still hard in 2023?
Summary
Implementing OAuth for any API is not as easy as it seems, as every API has its own interpretation of the standard, implementation quirks, and nonstandard behaviors and extensions. The OAuth standard is complex and overwhelming, with 17 different documents defining how OAuth 2 works. Most teams building public APIs only implement the parts of OAuth they think they need for their API’s use case.
Facts