landscape

AppWizard
March 18, 2026
A PC port of the 2002 classic Animal Crossing has been developed by modders, allowing players to experience the game on personal computers. The port, created by a GitHub user named FlyingMeta, requires users to provide their own original game copy or ROM and supports enhanced resolutions, modding, and both keyboard and controller inputs. It is based on the Animal Crossing Decompilation fan project, which took over two years to develop. The port has some audio issues, memory glitches, and texture bugs, but improvements are planned. Similar decompilation efforts have been made for other Nintendo games, and the lack of distributed game files has made it difficult for Nintendo to intervene legally. This process helps preserve classic games for future generations.
AppWizard
March 18, 2026
Beam is a secure messaging application developed by the state-backed Belgian Secure Communications (BSC) for approximately 750,000 public sector employees and military personnel in Belgium. The application is currently being used by defense and intelligence staff, with a broader rollout planned for next week. Beam is part of Belgium's investment in “sovereign communication systems” to protect sensitive data within national borders. It limits access to verified users, stores data on servers in Belgium, and has passed rigorous security testing by ethical hackers and cybersecurity firms. The rollout will occur in phases, developed internally within existing IT budgets.
AppWizard
March 18, 2026
Krafton announced that Subnautica 2 will enter early access in May. This announcement follows a leadership change at Unknown Worlds, with Ted Gill set to reclaim his position as CEO. Steve Papoutsis, the current head of Unknown Worlds, expressed gratitude to the team for their hard work on the game. The early access launch is anticipated to lead to a full release in 2025. Krafton faces a financial obligation related to a 0 million bonus tied to the leadership dispute, with the deadline extended until September 15, 2026. Papoutsis highlighted the importance of collaborating with Gill for a smooth transition.
AppWizard
March 18, 2026
Everwind is a newly launched early access role-playing game on Steam for PC, focusing on survival in a sandbox environment. It features a first-person perspective, allowing players to explore floating island-ships, gather resources, and build bases. Players can encounter capybaras and engage in combat using a sword and shield against enemies in dungeons. The game includes a multiplayer mode for cooperative play. The developers plan to keep the game in early access for at least a year for further refinement based on player feedback.
Tech Optimizer
March 18, 2026
AWS has ended standard support for PostgreSQL 13 on its RDS platform, urging customers to upgrade to PostgreSQL 14 or later. PostgreSQL 14 introduces a new password authentication scheme (SCRAM-SHA-256) that disrupts the functionality of AWS Glue, which cannot accommodate this authentication method. Users upgrading to PostgreSQL 14 may encounter an error stating, "Authentication type 10 is not supported," affecting their data pipeline operations. The incompatibility has been known since PostgreSQL 14's release in 2021, and the deprecation timeline for PG13 was communicated in advance. AWS Glue's connection-testing infrastructure relies on an internal driver that predates the newer authentication support, leading to failures when validating setups. Customers face three options: downgrade to a less secure password encryption, use a custom JDBC driver that disables connection testing, or rewrite ETL workflows as Python shell jobs. Extended Support for customers who remained on PG13 is automatically enabled unless opted out during cluster creation, costing [openai_gpt model="gpt-4o-mini" prompt="Summarize the content and extract only the fact described in the text bellow. The summary shall NOT include a title, introduction and conclusion. Text: AWS PostgreSQL 13 Support Ends, Unveiling Compatibility Challenges Earlier this month, AWS concluded standard support for PostgreSQL 13 on its RDS platform, urging customers to upgrade to PostgreSQL 14 or later to maintain a supported database environment. This transition aligns with PostgreSQL 13's community end-of-life, which occurred late last year. PostgreSQL 14, introduced in 2021, enhances security by adopting a new password authentication scheme known as SCRAM-SHA-256. However, this upgrade inadvertently disrupts the functionality of AWS Glue, the managed ETL (extract-transform-load) service, which is unable to accommodate the new authentication method. Consequently, users who heed AWS's security recommendations may find themselves facing an error message stating, "Authentication type 10 is not supported," effectively halting their data pipeline operations. This situation is particularly concerning as both RDS and Glue are typically utilized within production environments, where reliability is paramount. The deprecation of PostgreSQL 13 did not create this issue; rather, it eliminated the option to bypass a long-standing problem that has persisted for five years. Customers now face a dilemma: either accept an increased maintenance burden or incur costs associated with Extended Support. The crux of the matter lies in the connection-testing infrastructure of AWS Glue, which relies on an internal driver that predates the newer authentication support. When users click the "Test Connection" button to validate their setup, it fails to function as intended. A community expert on AWS's support forum acknowledged three years ago that an upgrade to the driver was pending, assuring users that crawlers would operate correctly. However, reports have surfaced indicating that crawlers also encounter issues, further complicating the situation. This incompatibility has been acknowledged since PostgreSQL 14's release, and the deprecation timeline for PG13 was communicated in advance. Both the RDS and Glue teams are likely aware of industry developments, yet it appears that neither team monitored the implications of their respective updates on one another. The underlying reason for this disconnect is rooted in AWS's organizational structure, which comprises tens of thousands of engineers divided into numerous semi-autonomous service teams. Each team operates independently, with the RDS team focusing on lifecycle deprecations and the Glue team managing driver dependencies. Unfortunately, this division of responsibilities has resulted in a lack of ownership over the gap between the two services, leaving customers to confront the consequences in their production environments. This scenario is not indicative of malice or a deliberate revenue enhancement strategy; instead, it reflects the challenges posed by organizational complexity. Integration testing across service boundaries is inherently difficult, particularly when those boundaries span multiple billion-dollar businesses under the same corporate umbrella. The unfortunate outcome is that customers are left to grapple with the fallout of these misalignments. For those facing a broken pipeline in the early hours of the morning, the rationale behind the incompatibility becomes irrelevant. The pressing need is for a solution, and AWS has presented three options, none of which are particularly appealing: Downgrade the password encryption on your database to the older, less secure standard, which contradicts AWS's own security guidance. Utilize a custom JDBC driver, which disables connection testing and may not support all desired features. Reconstruct ETL workflows as Python shell jobs, effectively abandoning the benefits of a managed service. For customers who opted to remain on PG13 to avoid this specific issue, Extended Support is now automatically enabled unless explicitly opted out during cluster creation—a detail that can easily be overlooked. This support incurs a fee of [cyberseo_openai model="gpt-4o-mini" prompt="Rewrite a news story for a technical publication, in a calm style with creativity and flair based on text below, making sure it reads like human-written text in a natural way. The article shall NOT include a title, introduction and conclusion. The article shall NOT start from a title. Response language English. Generate HTML-formatted content using tag for a sub-heading. You can use only , , , , and HTML tags if necessary. Text: Earlier this month, AWS ended standard support for PostgreSQL 13 on RDS. Customers who want to stay on a supported database — as AWS is actively encouraging them to do — need to upgrade to PostgreSQL 14 or later. This makes sense, as PostgreSQL (pronounced POST-gruh-SQUEAL if, like me, you want to annoy the living hell out of everyone within earshot) 13 reached its community end of life late last year. PostgreSQL 14, which shipped in 2021, defaults to a more secure password authentication scheme (SCRAM-SHA-256, for any nerds that have read this far without diving for their keyboards to correct my previous parenthetical). It also just so happens to break AWS Glue, their managed ETL (extract-transform-load) service, which cannot handle that authentication scheme. If you upgrade your RDS database to follow AWS's own security guidance, AWS's own data pipeline tooling responds with "Authentication type 10 is not supported" and stops working. Given that both of these services tend to hang out in the environment that most companies call "production," this is not terrific! The deprecation didn't create this problem. It just removed the ability to avoid a problem that has existed for five years, unless you take on an additional maintenance burden or pay the Extended Support tax. Here's the technical shape of the Catch-22, stripped to what matters: when you move to a newer PostgreSQL on RDS, Glue's connection-testing infrastructure uses an internal driver that predates the newer authentication support. The "Test Connection" button — the thing you'd click to verify that your setup works before trusting it with production data — simply doesn't. A community expert on AWS's support forum acknowledged three years ago that "the tester is pending a driver upgrade," and assured users that crawlers use their own drivers and should work fine. Users in the same thread reported back that the crawlers also fail. Running Glue against RDS PostgreSQL is a bread-and-butter data engineering pattern, not an edge case — this is a well-paved path that AWS has let fall into disrepair. The incompatibility has been known since PostgreSQL 14 shipped in 2021. The deprecation timeline for PG13 was announced in advance. Both teams—RDS and Glue—presumably track industry developments. Neither, apparently, bothered to track each other. The charitable read on how this happens is also the correct one: AWS has tens of thousands of engineers organized into hundreds of semi-autonomous service teams. The RDS team ships deprecations on the RDS lifecycle, the Glue team maintains driver dependencies on the Glue roadmap, and nobody explicitly owns the gap between them. The customer discovers the incompatibility in production, usually at an inconvenient hour. This is not a conspiracy, as AWS lacks the internal cohesion needed to pull one of those off. This is also not a carefully-constructed revenue-enhancement mechanism, because the Extended Support revenue is almost certainly a rounding error on AWS's balance sheet compared to the customer ill-will it generates. Instead, this is simply organizational complexity doing what organizational complexity does. It's the same reason your company's internal tools don't talk to each other; AWS is just doing it at a scale where the blast radius is someone else's production database. Integration testing across service boundaries is genuinely hard when those boundaries span multiple billion-dollar businesses that happen to share a parent company. Nobody woke up and decided to break Glue. It came that way from the factory. I want to be clear that I genuinely believe this, because the alternative I'm about to describe isn't about intent. The problem with the charitable read is that it doesn't matter If you're staring at a broken pipeline in your environment at 2 am, the reason is academic. You need a fix. AWS has provided three of them, and they all suck. You can downgrade password encryption on your database to the older, less secure standard: the one you just upgraded away from, per AWS's own recommendations. You can bring your own JDBC driver, which disables connection testing and may not support all the features you want. Or you can rewrite your ETL workflows as Python shell jobs. Every exit means giving up the entire value proposition of a managed service — presumably why you're in this mess to begin with — or walking back the security improvement you were just told to make. For customers who stayed on PG13 to avoid this specific problem, Extended Support is now running automatically unless you opted out at cluster creation time—a detail that's easy to miss. That's $0.10 per vCPU-hour for the first two years, doubling in year three. A 16-vCPU Multi-AZ instance works out to nearly $30,000 per year in Extended Support fees alone. It's not a shakedown. But it is a number that appears on a bill, from a company that also controls the timeline for fixing the problem, and all of the customer response options are bad. AWS doesn't need to be running a shakedown. They just need to be large enough that the result is indistinguishable from one. This pattern isn't unique to AWS, and it isn't going away. Every major cloud provider – indeed, every major technology provider – is a portfolio of semi-autonomous teams whose roadmaps occasionally collide in their customers' environments. It will happen again, with different services and different authentication protocols and different billing line items. The question isn't whether the org chart will produce another gap like this. It will. The question is what happens after the gap appears: does the response look like accountability — acknowledging the incompatibility before the deprecation deadline, not after — or does it look like a shrug and three paid alternatives? Never attribute to malice what can be adequately explained by one very large org chart. Just don't forget to check the invoice. ®" temperature="0.3" top_p="1.0" best_of="1" presence_penalty="0.1" ].10 per vCPU-hour for the first two years, doubling in the third year. For instance, a 16-vCPU Multi-AZ instance could result in nearly ,000 annually in Extended Support fees alone. While this may not be a deliberate exploitation of customers, it does present a significant financial burden, especially given that AWS controls the timeline for resolving the underlying problem. This pattern of organizational dissonance is not unique to AWS; it is a common occurrence among major cloud providers and technology companies alike. Each operates as a collection of semi-autonomous teams, leading to potential conflicts that can manifest in customer environments. The future will likely see similar gaps arise, characterized by different services, authentication protocols, and billing implications. The critical question remains: how will these organizations respond once such gaps are identified? Will they demonstrate accountability by acknowledging incompatibilities before deprecation deadlines, or will they offer a shrug accompanied by three costly alternatives? In navigating this complex landscape, it is essential to remember that the challenges posed by large organizational structures can often lead to unintended consequences. As customers, vigilance regarding invoices and service compatibility is paramount." max_tokens="3500" temperature="0.3" top_p="1.0" best_of="1" presence_penalty="0.1" frequency_penalty="frequency_penalty"].10 per vCPU-hour for the first two years and doubling in the third year. This situation reflects the challenges posed by AWS's organizational complexity, where independent teams may not effectively coordinate updates, leading to customer difficulties.
Tech Optimizer
March 17, 2026
Surfshark has launched the Surfshark One bundle, which includes a VPN, antivirus protection, data breach monitoring, alternative ID features, and private search capabilities. The 24-month plan offers significant savings, costing approximately .49 per month, while the 12-month plan costs .99 per month. The antivirus tool scans for malware and provides real-time monitoring. It also alerts users if their personal information appears in data breach databases, allowing them to take action. The private search tool ensures searches are not tracked or linked to personal profiles. All plans come with a 30-day money-back guarantee.
AppWizard
March 17, 2026
Neon Polygons and Gamkat both released games titled "Piece by Piece," with Neon Polygons launching on March 13 and Gamkat on March 11. Dev Land Marketing's Gajda Andreea proposed a collaboration to combine both games into a "Piece by Piece Double Bundle," which is available on Steam for .57 / £15.60. This collaboration has gained significant attention, with a Reddit thread discussing it receiving over 2,000 upvotes, highlighting the effectiveness of adaptability and collaboration in marketing.
AppWizard
March 17, 2026
The GDC conference attracted around 20,000 attendees from 85 countries. Hasbro CEO Chris Cocks shared that the company limits its toy testing rating scale to one to five. The GDCo Pro's wishlist highlighted Crimson Desert, Forza Horizon 6, and Windrose as the most anticipated unreleased Steam games. New announcements included The Legend Of California and ReVamp, while Kogama was delisted due to copyright issues. Nvidia unveiled its DLSS 5 rendering model, which received mixed reactions. Titanium Court won the Grand Prize at the Independent Games Festival, and Clair Obscur: Expedition 33 won five categories at the Game Developers Choice Awards. Steam's top releases for February 2026 included notable DLCs. Valve detailed new Steam Frame and Steam Machine Verified requirements, and Epic Games Store struggles against Apple and Google. Valve is collaborating with the FBI on Steam game malware and faces a class action lawsuit over its loot box system. Google is enhancing the PC version of Google Play Games. Nintendo's approval process for Switch 2 SKUs is slower than expected. GameDiscoverCo Pro has expanded its scanning capabilities to over 33,000 Steam titles, with Brotato emerging as a top revenue generator in the Godot engine. Godot's market share rose from 0.9% in 2020 to 7.1% in 2025, while Unity holds around 49-51% and Unreal approximately 20%. The top 50 new Unreal games grossed around .8 billion on Steam, while Unity games earned approximately [openai_gpt model="gpt-4o-mini" prompt="Summarize the content and extract only the fact described in the text bellow. The summary shall NOT include a title, introduction and conclusion. Text: In the aftermath of GDC, the gaming community is buzzing with insights and developments. The conference attracted around 20,000 attendees from 85 countries, a notable decrease from previous years, yet the energy remained palpable. Among the lighter moments, a rogue giraffe from Dots.eco captured attention with its lively antics throughout the event. In a recent episode of The Verge podcast, Hasbro CEO Chris Cocks shared an amusing anecdote about toy testing, revealing the company’s strategic decision to limit their rating scale to one to five, humorously avoiding the numbers six and seven around children during play tests. Game Discovery Insights Shifting focus to game platform and discovery news, several trends emerged from GDC: The GDCo Pro's latest wishlist charts highlighted the most anticipated unreleased Steam games from March 9th to 16th. Topping the list is Pearl Abyss' ambitious open-world ARPG, Crimson Desert, followed closely by Forza Horizon 6 and the adventurous Windrose. New announcements included the intriguing open-world title The Legend Of California, and Digital Sun's castle-defense roguelite, ReVamp, where players embody Dracula. However, Kogama faced swift delisting due to copyright issues with Minecraft's source code. Nvidia unveiled its latest rendering model, DLSS 5, at GTC, which has garnered mixed reactions—some praising its photorealistic capabilities while others dismiss it as a mere “yassify” simulator. At the GDC awards, Titanium Court took home the Grand Prize from the Independent Games Festival, while Clair Obscur: Expedition 33 won five categories, including Game of the Year at the Game Developers Choice Awards. Steam's top releases for February 2026 were revealed, showcasing revenue tiers that included notable DLCs such as the Age Of Empires II x South America expansion. In microlinks, Valve detailed new Steam Frame and Steam Machine Verified requirements, while Epic Games Store continues to struggle against the mobile dominance of Apple and Google. Streaming showcases included the Future Games Show, which featured a release date announcement for Deep Rock Galactic: Rogue Core, alongside the more niche Computer Worlds showcase celebrating unique gaming experiences. Valve has begun collaborating with the FBI to address Steam game malware issues, while also facing a class action lawsuit over its loot box system. Google is ramping up efforts with the PC version of Google Play Games, promising a more extensive library of Windows titles and improved accessibility. Lastly, Nintendo's approval process for Switch 2 SKUs appears to be slower than anticipated, with developers awaiting clearance for new titles. As GDC 2026 unfolded, the palpable tension surrounding game launches was evident. Developers are increasingly seeking structured playtesting solutions, with FirstLook offering comprehensive infrastructure for recruitment, surveys, and sentiment analysis. In a recent analysis of game engines, GameDiscoverCo Pro has expanded its scanning capabilities to over 33,000 Steam titles. Notably, the indie game Brotato has emerged as a top revenue generator within the Godot engine, reflecting the growing popularity of this open-source platform. Data indicates that Godot's market share has risen significantly, from 0.9% in 2020 to 7.1% in 2025, particularly among unreleased games. Meanwhile, Unity maintains a steady share of around 49-51%, and Unreal has seen a gradual increase to approximately 20%. Interestingly, the trend of developing custom engines has declined, as the advantages of established engines become increasingly apparent. GameMaker has also lost some market share, likely to Godot's rise. In the context of revenue, the top 50 new Unreal games grossed around .8 billion on Steam, while their Unity counterparts earned approximately 0 million. This disparity highlights the different market strategies employed by developers using these engines. Finally, insights into February 2026's top-earning Roblox titles reveal the platform's dynamic landscape. The shooter Rivals leads in earnings, while Escape Tsunami For Brainrots dominates in playtime, showcasing the diverse interests of Roblox players. As the gaming industry continues to evolve, the quest for understanding how players discover and engage with games remains paramount. GameDiscoverCo is dedicated to providing real-time data services to help navigate this complex landscape." max_tokens="3500" temperature="0.3" top_p="1.0" best_of="1" presence_penalty="0.1" frequency_penalty="frequency_penalty"] million. Rivals leads in earnings among Roblox titles, while Escape Tsunami For Brainrots dominates in playtime.
Search