Rust

Tech Optimizer
July 29, 2026
Cloud database provider Turso is developing a Postgres-compatible implementation based on its SQLite-compatible database, which was created from scratch in Rust. CEO Glauber Costa believes Postgres can benefit from modernization for cloud-native applications. Turso's SQLite reimplementation, now called Turso, uses a virtual machine architecture that may eventually support other database frontends, including MySQL and Redis. The company initially forked SQLite into libSQL but later pivoted to a cloud service named Turso. They focused on a virtual machine architecture for their rewrite, which translates SQL queries into a custom bytecode language. Turso has developed a Postgres-compatible prototype named pgmicro, which aims to run existing applications with minimal modifications. The company is also working on a database-as-a-cloud service that will allow customers to use various database types on the Turso platform.
Tech Optimizer
July 25, 2026
A new remote access trojan (RAT) named msaRAT has been identified by Cisco Talos, linked to the Chaos ransomware group and built using Rust. It exploits Chrome and Edge browsers to disguise its traffic and evade detection. MsaRAT operates through a headless browser process, enabling remote code execution and facilitating ransomware deployment, data theft, and other malicious activities. It is typically installed via phishing emails or malicious files, making it resistant to standard browser patches. Cisco Talos recommends specific SNORT rules and a ClamAV signature for detection. Indicators of Compromise (IoC) include traffic to the IP address 172.86.126.18 and the domain is-01-ast.ols-img-12.workers.dev. The malware primarily targets large organizations, but individual users may also be at risk.
AppWizard
July 21, 2026
Unity 7 is set to launch after a beta testing phase in December 2026, with a full release expected in the first quarter of 2027. It introduces a public API and various services for better integration without full editor access, aiming to improve workflows in game development. Key features include faster shader builds, a near-instant Play Mode, and an upgrade path for Unity 6 users that requires no rebuilding. Unity 7 will also feature CoreCLR, dynamic global illumination through Surface Cache GI, and neural upscaling, available on all supported devices. Additionally, it will include built-in Vector tools for creating native webshops, allowing direct-to-consumer commerce. Collaboration features will enhance teamwork among developers and coding agents.
Tech Optimizer
July 6, 2026
Check Point Research has identified a public relations-style campaign by hackers to distribute a Rust clipboard hijacker disguised as legitimate software, targeting both Windows and macOS. The malware monitors clipboard activity for cryptocurrency wallet addresses and replaces them with those of the attackers, leading victims to send funds to the hackers. The threat actors use a phishing page as a hub, promote projects on GitHub and SourceForge through fake accounts, and operate a YouTube channel with AI-generated narrators to create a false sense of credibility.
AppWizard
June 20, 2026
Forza Horizon 6 has lost its position as the top-selling game on Steam to Meccha Chameleon, a hide-and-seek game released on June 9, which has sold five million copies in ten days. Meccha Chameleon is priced affordably and has an 85% approval rating from over 6,000 user reviews. The top five best-selling games between June 9 and June 16 are Meccha Chameleon, Forza Horizon 6, Path of Exile 2, EA Sports FC 26, and Final Fantasy 7 Remake Intergrade. The rankings for positions six through ten include 007 First Light, Gothic Remake, Burglin’ Gnomes, Rust, and Voidling Bound. Titles in spots ten through twenty are Dead by Daylight, Resident Evil 4, Road to Empress II, Subnautica 2, Hearts of Iron IV, Paralives, Monster Hunter Wilds, Witchspire, Gamble With Your Friends, and Resident Evil Requiem.
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
June 6, 2026
Microsoft announced the public preview of Azure HorizonDB, a fully managed PostgreSQL-compatible database designed for agentic AI workloads, during Microsoft Build 2026 in San Francisco. HorizonDB features a "database-as-logs" architecture, allowing for sub-millisecond multi-zone commit latency and independent scaling of compute and storage. It incorporates a Rust-based storage engine, native DiskANN vector search, and in-database AI model invocation. Additionally, Microsoft launched Web IQ, a web-grounding API layer integrated into Microsoft Copilot and OpenAI's ChatGPT, which provides passage-level structured evidence objects rather than full documents. Web IQ is model-agnostic and aims to enhance information density and reduce costs. Both services are currently in limited availability, with HorizonDB open for preview signups across five Azure regions.
Search