approvals

AppWizard
June 16, 2026
Android is expanding its Parental Controls feature to all devices upgrading to Android 17, allowing parents to manage their children's screen time effectively. The controls include screen time management, downtime scheduling, app store filters, and app usage control, all accessible through Android Settings and secured by a PIN. The setup of Google Family Link is also facilitated through the Family Link app, which provides additional features like School Time and location alerts. Additionally, there is an increase in the U.S. digital wellbeing fund to over a million dollars to support initiatives promoting healthy technology interactions and resources to combat social isolation.
Tech Optimizer
June 10, 2026
Microsoft has introduced pg_durable, a PostgreSQL extension that enables developers to execute durable workflows within the database, reducing the need for external orchestration systems. It simplifies workflow management by allowing developers to express long-running, fault-tolerant SQL functions directly in SQL, managing execution concerns like retries and recovery. Workflows are defined in SQL, with the extension handling retry states, progress tracking, and checkpointing. A pg_durable function operates as a graph of SQL steps that can resume from the last durable checkpoint after a failure. The extension preserves execution states within PostgreSQL tables, ensuring workflows can withstand crashes and restarts. It includes a domain-specific language (DSL) for scheduling and parallel execution. An example of a durable function is provided, demonstrating sequential and parallel execution using specific operators. pg_durable is particularly useful for vector embedding pipelines and scheduled maintenance tasks. Architecturally, it consists of a PostgreSQL extension and a background worker built on Rust libraries, without any external control plane. Durable execution allows long-running workflows to automatically resume from failure points, simplifying distributed system architecture.
Tech Optimizer
May 5, 2026
Codenotary has released immudb 1.11, an open-source database that enhances immutable audit logging and compatibility with PostgreSQL. This version features integrated audit logging that captures database activities in a tamper-proof manner, eliminating the need for external logging systems. It allows organizations to create unalterable audit trails, streamline compliance processes, and maintain a reliable history of data interactions. Immudb 1.11 is compatible with existing PostgreSQL code, enabling seamless integration with various applications and tools. The database is particularly beneficial for sectors requiring trust and accountability, such as finance, software development, cybersecurity, regulated industries, AI systems, and supply chain management. Immudb has over 50 million downloads and supports a zero-trust approach to data management. The open-source version is available on GitHub.
AppWizard
March 22, 2026
Toby Fox announced that professional testers are currently familiarizing themselves with Deltarune's Chapter 5, with formal testing starting on April 1st. The quality assurance for the Japanese translation is expected to finish in April. Most of the development team is currently focused on fixing bugs and translation issues rather than developing Chapter 5. The testing phase will last an unspecified duration, requiring console approvals and additional preparations before release. The gap between the first and second chapters was three years, and the wait for the dual release of chapters three and four was nearly four years, but the timeline for Chapter 5's release is expected to be shorter. It is speculated that there may be seven chapters in total. The first two chapters are available for free on Steam.
Search