views

AppWizard
February 26, 2026
A player known as "SwimmingNo1851" has recreated a zombie-infested Imperial City in The Elder Scrolls 4: Oblivion Remastered, showcasing a chaotic battle between zombies and guards in a video that has gained attention from the gaming community. The community has responded with humorous comments and nostalgia for a previous zombie mod from the original 2006 version of Oblivion, called 28 Days and a Bit 4, which has over 200,000 views. Many players express a desire for a similar zombie-themed mod in the remastered version. Additionally, SwimmingNo1851 has spent 300 days following an Imperial Palace Guard in hopes of looting his armor.
TrendTechie
February 25, 2026
"Настоящее КИНО" is an online magazine dedicated to cinema, established on March 13, 2000, and led by chief editor Александр Голубчиков and editorial leader Сергей Горбачев. It is registered with the Federal Service for Supervision of Communications, Information Technology, and Mass Media, holding certificate PI No. 77-18412 since September 27, 2004. Reprinting materials requires prior permission from the editorial team, with an active hyperlink to Filmz.ru and proper attribution. The views in personal blogs may not reflect the magazine's editorial stance.
AppWizard
February 21, 2026
Asha Sharma has been appointed as the new CEO of Microsoft Gaming following Phil Spencer's departure. Concerns have arisen regarding her potential reliance on generative AI in game development, but Sharma has stated her focus will not be on "chasing short-term efficiency" and emphasized the importance of preserving Xbox's unique essence. She aims to avoid "soulless AI slop" and believes in the value of human-crafted games. Sharma's background includes experience at Meta and Instacart, and she has previously expressed optimism about AI's potential in various fields. She envisions a return to Xbox's "renegade spirit," promoting a culture of questioning norms while maintaining effective elements. Matt Booty has been promoted to Chief Content Officer and reassured that there are no planned organizational changes for Xbox studios.
AppWizard
February 13, 2026
Markus Persson, the creator of Minecraft, has expressed concerns about the rapid integration of generative AI in programming, describing it as an initiative being "forced down our throats" by "evil" entities. He fears losing creative autonomy and control over coding, comparing AI writing code to AI drafting laws. Persson advises aspiring developers to "Learn. Your. Craft," emphasizing the importance of foundational skills in programming. His views align with some industry leaders who advocate for coding literacy as a fundamental skill, while others, like GitHub CEO Thomas Dohmke and Nvidia CEO Jensen Huang, stress the necessity of mastering AI to remain competitive in the job market.
AppWizard
February 11, 2026
Hadi and Mahdi Anjidani, co-founders of TS Information Technology, operate a messaging app called Gap Messenger, which is associated with the Iranian regime. Their company is based in Shoreham-by-Sea, West Sussex, and is linked to the Iranian software corporation Towse’e Saman Information Technology (TSIT). Despite claims of encryption and user privacy, experts have raised concerns about Gap Messenger's role in government censorship in Iran. Mahdi Anjidani has expressed pro-regime views in Iranian media and has connections to the Iranian government through his ventures. Gap Messenger has over 1 million downloads on Google Play and is part of Iran's domestic internet network aimed at controlling citizen access to information. Reports suggest that the app may have shared user data with Iranian authorities. The Anjidani brothers have ties to various business ventures in Iran, including a social network and a payment platform.
Tech Optimizer
January 29, 2026
Standard support for Amazon Aurora PostgreSQL-Compatible Edition and Amazon RDS for PostgreSQL version 13 will end on February 28, 2026. PostgreSQL 13 will be deprecated by the community in November 2025, ceasing to receive bug fixes or security patches. AWS recommends upgrading to newer versions, such as 16 or 17, which offer significant performance enhancements and improved security. PostgreSQL 17 can achieve up to twice the write throughput and consumes 20 times less memory during vacuum operations. Version 16 introduces pg_stat_io for detailed I/O statistics, while version 14 includes a vacuum emergency mode. Aurora-specific enhancements in version 14.9 and later can lead to faster query latency and reduced costs. Version 14 introduces new roles for access control, and version 15 revokes certain permissions. Major upgrades in logical replication include automatic slot synchronization in version 17 and support for parallel apply in version 16. Transitioning between major versions requires careful examination of catalog changes, as some views and configuration parameters will evolve. Extensions must be verified, as most do not auto-upgrade. An in-place major version upgrade can be performed via the AWS Console or CLI, with downtime varying based on database size. AWS recommends snapshot-based testing beforehand. The CLI command can check valid upgrade targets, leading from version 13 to 14, 15, 16, or 17. Preparation involves validating instance classes and dropping replication slots. Amazon RDS Blue/Green deployments allow for near-zero downtime by synchronizing production with a staging environment, enabling application testing before traffic switching. This feature is supported from Aurora PostgreSQL version 13.12 onward. Logical replication through pglogical offers flexibility for minimal downtime, while AWS DMS supports homogeneous migration with Change Data Capture. Extended Support is available for a fee, providing up to three years of security patches. Best practices include replicating production environments in staging, conducting load tests, and validating queries against new catalogs. Recent minor releases, including Aurora PostgreSQL 17.6 and 16.10, showcase ongoing improvements. Engaging AWS Support is advisable for complex setups to ensure seamless transitions before the deadline.
Tech Optimizer
January 28, 2026
Standard support for PostgreSQL version 13 will end on February 28, 2026. Upgrading to newer PostgreSQL versions can enhance database performance and introduce new features. Notable enhancements in recent versions include: - Vacuum emergency mode (v14+) to manage old row versions. - Improved I/O performance (v17) with better write throughput. - Enhanced query optimization (v17+) for IN clauses and parallel BRIN index builds. - Memory efficiency improvements (v17) reducing vacuum memory usage. - Advanced monitoring features like pg_stat_io (v16+) and pg_wait_events (v17+). - Logical replication improvements such as failover support and slot migration (v17+). - Developer experience enhancements including JSONB subscripting (v14+) and SQL/JSON JSON_TABLE (v17+). - Security enhancements with new roles for access control (v14+) and maintenance tasks (v17+). For Amazon Aurora PostgreSQL-Compatible, upgrading to versions v14.9+, v15.4+, v16.1+, and higher can yield performance optimizations, including faster query latency and cost savings. Changes in system catalog views and configuration parameters have occurred in PostgreSQL versions 14 to 17, impacting application compatibility. Upgrade strategies include in-place upgrades, blue/green deployments, logical replication, and using AWS Database Migration Service (AWS DMS). If an immediate upgrade is not possible, Amazon RDS Extended Support offers up to three years of continued security patches and bug fixes beyond the standard support end date.
Tech Optimizer
January 26, 2026
OpenAI has optimized its database infrastructure using PostgreSQL to support 800 million monthly active users and process over a million queries per second without complex sharding. The architecture consists of a single primary instance with nearly 50 read replicas, achieving low double-digit millisecond response times at the 99th percentile. OpenAI employs best practices like connection pooling, query optimization, and strategic indexing, utilizing tools such as PgBouncer for efficient connection management. The company has achieved five-nines availability through failover mechanisms and has adapted to a tenfold increase in query volume within a year by tuning PostgreSQL parameters rather than creating custom solutions. OpenAI incorporates community-driven optimizations, such as custom indexing strategies and materialized views, and uses extensions like pgvector for managing vector data and embeddings. The organization continuously monitors for strain during traffic surges and adjusts by adding replicas or optimizing configurations. Their approach emphasizes simplicity, avoiding sharding to minimize operational overhead, and they plan to explore newer PostgreSQL features and AI-native capabilities in the future.
Search