Tech
Netflix Bags An Exclusive GTA VI Trailer… For All Of Six Hours
How much do we think Netflix paid for this tiny exclusivity window?
It’s easy to argue the biggest media event of the year will be the launch of Grand Theft Auto VI this November. Netflix, keen to get in on the action, has teamed up with Rockstar Games to announce it will be the exclusive home of an extended look at the new game on August 27. Grand Theft Auto VI: An Extended Look will debut at 3pm ET and will remain a Netflix exclusive for, uh, six hours. At 9pm ET, the same feature will arrive on Rockstar’s official YouTube channel, allowing non-subscribers (and people who can’t watch Netflix at work) to whet their appetites.
Even in the broader context of Netflix looking to beat broadcasters and rival streaming services, it’s an interesting move. After all, YouTube has become the default home for pretty much every company looking to release teasers, trailers and promotional clips of their wares. If Netflix paid money for the privilege of gaining a six hour head-start over YouTube, then it shows just how competitive the streaming market is going to become in future.
Tech
The browser is where attacks land. Why is security still focused on the endpoint?
Presented by CloudMosa
Enterprise work now happens increasingly inside the browser, and that shift has made the browser a primary point of entry for cyberattacks as well. Browser-based attacks have surged over the past two years, according to industry reports, while Gartner projects that more than 85% of enterprise workloads will be accessed through the browser by 2027.
And yet most enterprise security architecture is still built to protect the device rather than the browser session where that work, and those attacks, actually take place, says Shioupyn Shen, founder and CEO of CloudMosa, the company behind Puffin Cloud Security.
“CloudMosa originally built its cloud architecture to improve browser performance and accessibility, with the expectation that enterprise work would increasingly move into the browser,” Shen says. “Today’s AI-assisted hacking has validated that architecture, demonstrating that what was designed for performance also provides a strong foundation for modern enterprise security.”
The browser as the enterprise’s operating environment
SaaS platforms, CRM and ERP systems, and collaboration tools have made the browser the primary gateway, and often the central workspace, for enterprise operations. As LLM-powered workflows and autonomous AI agents increasingly operate through that same environment, this shift has also redefined what a threat looks like.
In a device-centric world, security teams could focus much of their attention on endpoints and networks they could monitor, manage and patch on schedule. But because web code now executes locally on the user’s device, every open browser tab can become a potential entry point for malicious scripts, credential theft, supply chain compromise and other browser-based exploits.
The browser now interprets and executes remote code, manages authenticated sessions across enterprise applications, and increasingly serves as the execution layer for AI workflows and agents.
“The browser is no longer just another application running on the endpoint,” Shen says. “In practice, it has become the central operating environment for modern enterprise work. Traditional browsers were never designed to carry this level of enterprise responsibility. They were built as local interpreters of remote code, not as enterprise-grade execution environments with strong isolation and policy enforcement.”
Why detection-first security fails against browser-based attacks
Detection-first security has a timing problem: it typically begins only after risky code has reached the device and started executing inside the browser. Because modern browsers execute dynamic, often obfuscated JavaScript and WebAssembly locally, attacks can act on the device before endpoint tools have time to respond. Short-lived or fileless attacks may steal credentials, exfiltrate data or complete their objective before a security team can intervene.
“It is no longer sufficient to ask only whether a threat can be detected,” Shen says. “The stronger approach is to prevent risky or malicious code from ever reaching the device in the first place.”
AI-generated malware strains signature-based detection
AI is a force multiplier that lets attackers automate the creation, mutation and deployment of malware at a scale signature-based tools were never designed to handle. It can generate large volumes of malware variants and help attackers adapt fileless and browser-delivered techniques faster than defenders can analyze them and update signatures.
That matters because polymorphic malware can alter its code or behavior from one instance to the next, making a known signature less reliable. And when attacks are malware-free — relying instead on legitimate tools, compromised sessions or malicious web content — there may be no conventional file signature to detect at all.
Enterprises have seen an 89% increase in attacks by AI-enabled adversaries over the past year, as increasingly automated and adaptive attacks compress the window available for detection and response.
“Defenders are no longer just chasing more threats, they are chasing a machine that can keep creating new ones,” Shen says. “What was good enough in the past 10 years will not be sufficient in the next six months,” he adds.
Building architecture that removes the attack surface
Rather than continuing to refine detection, the more durable response is to change where web code is allowed to execute in the first place.
“In a conventional browser, the risk comes to the device,” Shen says. “In an isolated cloud model, the risk is kept away from it.”
That principle underlies Puffin Cloud Security. Rather than incrementally improving the browser itself, the platform shifts browser execution into isolated cloud environments. That architectural change improves both performance and security.
The platform runs the original web session, including its JavaScript, WebAssembly, and other executable payloads, inside a disposable cloud environment and streams only a rendered pixel view to the device. Users keep full interactive control over clicking, typing, and scrolling, but the device itself never parses, executes, or stores the original active code.
CloudMosa says display rasterization — the layer responsible for the pixel stream — accounts for roughly 5% of the browser’s total workload, while the more compute-intensive HTML rendering remains isolated in the cloud. As a result, zero-day exploits and AI-generated polymorphic malware have no executable code to run on the endpoint, while fileless attacks or supply chain compromises within SaaS tools remain contained in the cloud.
“In CloudMosa’s view, that means moving from good-enough security on the device to airtight security in the cloud,” Shen says.
Fitting browser isolation into SWG, CASB and ZTNA stacks
Puffin is designed to extend existing security infrastructure rather than replace it. Secure web gateways, cloud access security broker platforms, and zero trust network access tools remain effective at routing traffic, enforcing policy, and controlling access. But none can fully stop local execution once risky content reaches the browser.
Puffin closes that gap by routing high-risk sessions through isolated cloud environments and enforcing browser-level policy, whether a user connects over a VPN, a home network, a managed device or an unmanaged, bring-your-own-device setup.
“Organizations can start with narrow use cases, such as high-risk SaaS access or AI agent workflows, and expand without disrupting tools already in place,” Shen says. “The goal is not to undo existing investments, but to make them more complete.”
The choice between faster detection or endpoint isolation
Detection will always have a role in enterprise security, but the more consequential question is no longer how quickly a threat can be caught, but whether attackers can reach the endpoint at all. Recent 2026 surveys found 92% of security professionals are concerned about the impact of AI agents, with 48% naming agentic AI the top attack vector of the year. Shen noted that agents acting autonomously with user-level privileges are especially exposed to prompt injection, session hijacking, and indirect compromise through compromised web content.
In designing Puffin Cloud Security, CloudMosa has been “paranoid by design,” meaning it invested in an architecture built for worst-case scenarios and for a threat environment where endpoint security and detection alone may not be enough.
“This is not just a philosophy, but something that is reflected directly in the architecture itself,” Shen says. “CloudMosa built earlier for a harsher threat model than most other organizations did, but today’s AI-assisted attacks are now making that posture feel increasingly relevant.”
By dividing a full browser into a very small layer on the device and a much larger layer in the cloud, CloudMosa designed this approach to improve both performance and security at the same time: In Puffin Cloud Security’s architecture, an AI agent’s browser activity takes place inside isolated cloud sandboxes. The endpoint receives only a pixel stream, not the original active code, preventing malicious web content from interacting directly with the device, its credentials or connected systems.
“AI-assisted hacking represents the kind of structural shift that rewards companies willing to rethink browser from the ground up,” Shen says. “And so security leaders now have a choice: redesign for foresight, or wait until hindsight makes the lesson unavoidable.”
Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact sales@venturebeat.com.
Tech
Samsung’s Galaxy Z Fold8 Turns Movie Nights and Marathon Gaming Sessions Into Something You Actually Want to Keep Going

Samsung took a hard look at how people actually use big foldable screens and decided the tall, narrow shape everyone had gotten used to was not the full story. The Galaxy Z Fold8, priced at $1,900 with $350 Amazon GC, arrives with a shorter, wider body that feels closer to a passport than a phone book, and that single change unlocks a far better experience for videos, games, and everything in between.
When you open the cover, you’ll notice a 5.5-inch Dynamic AMOLED 2x panel running at up to 120Hz. With a 10:16 aspect ratio, you can watch vertical clips on Instagram, YouTube Shorts, or TikTok without the awful letterboxing we saw on the Fold Ultra. It also has brightness and a Gorilla Glass Ceramic 3 layer, so no matter how tough you use it, it will not break or become dark on you. Furthermore, its modest size allows you to surf through feeds or answers with just your thumb.
Samsung Galaxy Z Fold8 Unlocked Cell Phone + $350 Gift Card, 256GB, Cream
- PRE-ORDER NOW: Get an Amazon gift card when you pre-order Samsung Galaxy Z Fold8. You will receive an email once your gift card is available after the…
- CREATED FOR YOUR CONTENT: Any way you turn it, the new Galaxy Z Fold8 gives you a fuller viewing experience. Designed with your content in mind, this…
- WORLD’S LIGHTEST FOLD¹: Galaxy Z Fold8 is the newest foldable phone for content on the go. Unfolded, it fits movies and books for an immersive…
When you unfold the device, the main attraction emerges: a 7.6-inch Dynamic LTPO AMOLED 2x screen measuring 1828 by 2448 pixels in a tidy 4:3 ratio. This is also quite bright; 3000 nits at peak brightness is a lot to take in, and the HDR10+ support allows for some very deep blacks and brilliant colors. Plus, with an anti-reflective coating, it may be used outside, and what about the fold crease? Samsung did a much better job at reducing it this time. As you rotate the device, the screen shifts to a 16:10 aspect ratio, comparable to that of a tablet or laptop. So, watching a movie on Netflix or Disney+ does not result in black bars along the sides. Alternatively, if you prefer action games, the larger screen is a significant improvement; no more cramped UI elements or cutscenes.
Along with all that screen real estate, you’ll get some significant power under the hood. The Snapdragon 8 Elite Gen 5 Samsung Galaxy, along with an Adreno 840 graphics processor, performs even the most demanding games with easily, with several reviewers claiming flawless performance even at higher settings. Don’t worry about it being too hot; it does warm up little over a long gaming session, but it recovers quickly. You have 12 GB of RAM, so you can have tons of apps and gaming files simply sitting there ready to go, no need to reload every time, and the stereo speakers do a really nice job of delivering crisp dialogue and some reasonable bass.
As you’d expect, given all that screen time, the battery life is fairly decent as well; according to Samsung, a 4800 mAh dual-cell pack provides up to 26 hours of continuous video playback, and in practice, you can go through a day of streaming, browsing, and small gaming spurts without needing to recharge. Charging it back up is also quick; 45 watts wired puts you over 60% in 30 minutes, but 20 watt wireless gives you a slower top-up. At 201 grams, it’s light enough to handle for hours without tiring, and the folded-up thickness of only 4.5mm makes that large screen feel much less substantial.
Tech
How AI Exposed a Browser Security Gap that Enterprises Cannot Ignore
By Thyaga Vasudevan, EVP of Product at Skyhigh Security
For decades, enterprise security was largely focused on endpoints and networks. By protecting corporate end-user devices, establishing secure connectivity, and controlling access to on-premises resources, teams could effectively keep their centralized servers secure from intrusion.
Eventually, these priorities evolved as enterprises embraced software-as-a-service (SaaS) models and cloud services, shifting to include new cloud security, data protection, and identity-based controls.
Then employees began working from anywhere, on any device, and the network expanded even further. And if that wasn’t enough, the artificial intelligence (AI) boom came along and made the threat landscape even more complicated.
When users can be in person, remote, or hybrid, and access data from a corporate computer or a personal laptop—then turn around and share that data with third-party AI models—endpoint and network measures alone are no longer sufficient.
Even as enterprise networks become increasingly distributed and complex, there is one common thread that connects users, applications, data, and AI models: the browser. It is the primary interface for modern work, acting as a gateway to business-critical tools, platforms, and more.
Because of this, securing the browser has taken on even more significance, emerging as a critical component of modern security strategies designed to protect data wherever it is accessed—even by AI models.
How AI Revealed an Existing Blind Spot
The excitement around AI has understandably focused enterprise attention on the new risks associated with these models. Security teams worry about employees copying and pasting sensitive information, uploading private files, or inadvertently exposing intellectual property while using AI services and workflows.
Because of this, they focus on protecting sanctioned enterprise AI tools while discouraging the use of unsanctioned shadow AI models, trying to promote adoption while avoiding new threats.
While this is well and good, these growing AI security concerns point to a broader issue that enterprises have long been able to ignore: employees have been moving sensitive data through browser-based applications for years; all AI did was accelerate the volume and visibility of these kinds of interactions.
Think about the everyday actions that take place within a browser session. Users copy and paste information between applications, upload files, download reports, print documents, and share content with partners and collaborators. And this is all done across different devices and locations.
This browser-based activity mirrors much of today’s AI usage, demonstrating that we’re not dealing with an entirely new security challenge, but an evolution of an existing one.
The problem enterprises must now solve is how to govern browser activity effectively without disrupting or greatly inhibiting the user experience.
Business happens in the browser. So do modern attacks.
Add comprehensive security to every existing browser in your network with enterprise-grade controls, all without disrupting users.
Why Traditional Security Approaches Are Struggling
The shift to primarily browser-based work has exposed key weaknesses in traditional enterprise security methods. Historically, controls were designed to inspect and secure traffic crossing the network perimeter, or to protect managed corporate devices at network endpoints.
While these methods remain important to overall enterprise security, they were not designed to govern the growing number of user interactions taking place within browser-based applications, services, and models.
The rise of hybrid work only adds to these challenges. As employees, contractors, and external partners access corporate resources from various devices—both managed and unmanaged—enforcing consistent access and security policies becomes increasingly difficult.
Because of this, enterprises often find themselves with strong protections on company-owned devices, but far less visibility into how data is accessed, shared, or manipulated once it moves beyond managed environments.
AI usage further expands this potential threat landscape, providing additional avenues through which data can quickly and easily leave protected corporate networks. While organizations can restrict access to applications and monitor data as it moves across the network, they still need to govern these kinds of actions that create risk in the first place.
Whether it’s copying sensitive information into an AI prompt, uploading a confidential document to a cloud platform, or downloading proprietary data to a personal device, teams need to find a way to control and manage browser-based activity.
Securing the Browser Without Replacing It
As things stand, enterprises have adopted several different approaches to enhanced browser security. Some choose to deploy entirely new secure browser environments that employees must adopt, while others rely on virtual desktop infrastructure (VDI) or remote browser isolation (RBI) to keep browser activity separated from endpoints.
These methods, while effective, are not perfect. They tend to suffer from deployment complexity, infrastructure overhead, user adoption challenges, and limited coverage for unmanaged devices.
In response to these inefficiencies, a new model has emerged that focuses directly on securing sessions without replacing or largely restricting browsers. These solutions apply inline security controls across common browsers like Chrome, Edge, Safari, and Firefox, allowing organizations to govern user actions within browser sessions without upending existing workflows or inhibiting secure experimentation with new AI models.
Skyhigh Security’s Secure Browser Controls solution is an example of this new, dynamic approach to browser security. Built to work within existing browser and security service edge (SSE) architectures, this solution enables organizations to deter common risk activities, including:
- Controlling copy-and-paste activity involving sensitive data
- Restricting uploads and downloads to sanctioned applications and AI services
- Preventing unauthorized printing or screen capture of sensitive information
- Governing drag-and-drop actions and other methods of data movement between applications
- Applying data protection policies to AI prompts, file uploads, and other browser-based interactions in real time
Protecting Work Where It Happens
As enterprise applications, collaboration tools, and AI services continue to converge inside the browser, security teams must be able to apply controls wherever users interact with data.
Skyhigh Security’s Secure Browser Controls help align security controls with where work is actually happening in enterprise networks, rather than applying them strictly at endpoints and system borders.
The rise of AI may have intensified the conversation around browser security, but the underlying trend extends beyond these newer tools.
By recognizing the browser as a critical control point for enterprise security—and protecting it as such—organizations can ensure their sensitive data is kept safe while supporting browser-based collaboration and innovation.
Request a free a demo of Skyhigh Secure Browser Controls now.
Sponsored and written by Skyhigh Security.
Tech
This 2TB Samsung SSD deal is genuinely good compared to the rest
Nearly £50 off a 2TB drive that reads at 7,250 MB/s isn’t a discount you stumble across every day.
This 2TB Samsung 990 EVO Plus, already considered one of the best SSDs you can buy right now, has dropped from £297.89 to £249.99, a saving of £47.90 that brings serious NVMe speed down to a genuinely reasonable price.
This 2TB Samsung SSD just dropped by nearly £50, and it’s one of the fastest NVMe drives around
This spacious 2TB Samsung SSD has just dropped in price by nearly £50, and it still ranks among the fastest NVMe drives you can buy right now.

Drives with these read and write speeds usually sit much closer to the £300 mark, so seeing a 2TB Gen 5 capable SSD priced under £250 makes this one of the stronger storage deals around at the moment for anyone building or upgrading a PC.
That speed isn’t just a number on a spec sheet either, since read speeds up to 7,250 MB/s and write speeds up to 6,300 MB/s mean games load faster, large files copy almost instantly and heavier work stops feeling like it’s waiting on the drive.
Part of what makes this drive worth considering is its dual interface support, running on PCIe Gen 4.0 in most current systems while staying ready for PCIe Gen 5.0 boards, so it doesn’t become outdated the moment you next upgrade your motherboard.


Samsung’s in-house controller also brings smart heat control into the mix, keeping performance consistent under sustained loads instead of the throttling that can quietly slow down cheaper drives once they’ve been working hard for a while.
Setup is straightforward too, since the drive works with both Windows and Mac systems and pairs with Samsung’s own Magician software for monitoring health, running firmware updates and keeping performance optimised without needing any real technical know-how.
Everyday reliability gets covered too, with AES 256-bit encryption to keep your files protected and a five-year manufacturer’s guarantee that should outlast several upgrade cycles, which matters if this drive is going to be holding onto photos, projects or a growing game library.
With speeds like these and almost £50 shaved off the price, is there a genuinely smarter way to future-proof your PC right now than grabbing the Samsung 990 EVO Plus while it’s still this cheap?
SQUIRREL_PLAYLIST_10148964
Tech
This is our first look at the Googlebook
Google’s rumoured Googlebook laptop is leaking again, this time in what appears to be its first outing from Asus.
The leaked device, reportedly called the Asus Googlebook CX9406 (snappy, eh?), surfaced briefly on the iF Design website before the listing was removed. While the page described it as a Chromebook, several details suggest otherwise.
Most notably, the listing references an operating system called “Aluminium OS”, rather than ChromeOS. Previous leaks have pointed to Google’s upcoming laptop platform using the same name internally. However, it’s still unclear whether Aluminium OS will be the final branding when the devices launch.


The hardware itself also hints at something different. Images show an LED “Glowbar” positioned above the Asus logo on the lid. This is expected to work similarly to the HiLight notification strip rumoured for Google’s upcoming Pixel 11 phones. The keyboard also swaps the traditional Windows key for Google’s familiar “Go” logo.
Port selection appears reasonably generous, although the images don’t make every connection easy to identify. Based on the renders, the laptop seems to include two USB-C ports, two USB-A ports, an HDMI output and a 3.5mm headphone jack. The chassis also adopts a darker grey finish than the lighter Lenovo prototypes that surfaced earlier this week.
The now-removed listing offered a handful of hardware details, though its accompanying text appeared unfinished. It claims the laptop is built from an “Ultra-Ceramic Light Alloy” chassis that is 34% lighter and 13% stronger. However, the wording becomes garbled in places, making those claims difficult to verify. No processor, memory or storage specifications were included.
Even so, the growing number of leaks suggests Google’s laptop plans are gathering pace. Lenovo and Asus are now both linked with Googlebook hardware, while Acer, Dell and HP have previously been named as manufacturing partners.
With multiple designs now appearing ahead of any official announcement, it looks increasingly likely that Google’s first wave of AI-powered Googlebooks is edging closer to launch.
Tech
Four Tons of SpaceX Falcon 9 Rocket Debris Carve a Fresh Crater Near Einstein on the Moon

After drifting aimlessly for more than a year and a half, a discarded SpaceX Falcon 9 upper stage finally ran out of empty space on Wednesday. The four-ton cylinder, roughly the size of a school bus and more than 40 feet long, slammed into the Moon at 5,400 miles per hour near Einstein Crater on the sunlit western limb.
SpaceX launched a rocket from pad 39A at the Kennedy Space Center on January 15, 2025. The aim was to launch two private lunar landers, Firefly Aerospace’s Blue Ghost and ispace’s Resilience, on a path to the Moon. Blue Ghost landed safely on the Moon’s surface, and then there was Resilience. Unfortunately, Resilience didn’t fare so well. Once the top stage had completed its burn and jettisoned the landers, it had no further instructions and insufficient fuel for any course correction. It was just lying there, floating, until the combined force of the sun’s gravity, the Earth’s gravity, and solar activity gradually began to alter its route, and the Moon became the inevitable destination.
LEGO Icons NASA Artemis Space Launch System – DIY Rocket Model Building Set for Adults, Ages 18+ – Gifts…
- NASA rocket model kit – Launch into a creative project with the LEGO Icons NASA Artemis Space Launch System model building project for adult space…
- What’s in the box? – This creative building set includes everything you need to craft a multistage rocket with 2 solid-fuel boosters, an Orion…
- Features and Functions – This NASA-themed rocket model features retractable launch tower umbilicals, rocket support and crew bridge, detachable…
Bill Gray, a skilled amateur astronomer who first raised the alarm a few months ago with available orbital data, calculated the impact window. When the time arrived for astronomers all across the world to focus their telescopes at the anticipated impact zone, they were unable to see anything. That was due to the fact that the impact zone was on the edge of the moon’s near side during daylight hours, which was not optimal for terrestrial observers. Marco Langbroek, a Dutch astronomer, trained in the area but discovered nothing, believing it was a long shot even before. Still, he believes the stage made it.
Confirmation came from a Boston University team led by Carl Schmidt, who discovered traces of a large plume of sodium and lithium streaming from the crash site.You could see this plume stretching for miles. Unfortunately for ground-based telescopes, it was shortly after daylight, so you wouldn’t get a good look. The European Southern Observatory’s Very Large Telescope in Chile was able to capture some images of the debris cloud, which lingered for at least 5 to 10 minutes, after which it was still unclear whether the impact had occurred, but Schmidt is certain that what his team saw was the impact. Both NASA’s Lunar Reconnaissance Orbiter and the South Korean Danuri spacecraft will hopefully be able to take before and after photos of the new crater when they pass over, as it is predicted to be 60 feet broad and 12 feet deep.
The blast produced when the rocket stage collided with the Moon was very small in comparison to the larger lunar impacts that occur on occasion, weighing approximately three tons of TNT, but nonetheless noteworthy. It hurled lunar dust and debris in all directions. Though astronomers point out that impacts of nearly the same energy occur on the Moon on a regular basis, the fact that these objects are man-made raises questions. Not to mention how frequently they occur these days. A similar incident occurred in March 2022, when a Chinese rocket stage formed a double crater on the moon’s far side under similar conditions.
[Source]
Tech
Grand Theft Auto 6 Extended Preview Will Debut on Netflix This Month
It’s a little more than three months until Grand Theft Auto 6 rocks the video game industry, and other than two trailers, little of the game has been shown by developer Rockstar Games. The first real look at maybe the most hotly anticipated game ever is coming soon, but fans will need a Netflix account to watch it first.
GTA 6 will make its debut on the streaming service on Aug. 27, Rockstar Games announced Thursday, in what’s likely an extended preview of the game. Grand Theft Auto 6: An Extended Look will premiere first on the streaming platform at 12 p.m. PT (3 p.m. ET) and then on a new GTA 6 YouTube channel at 6 p.m. PT (9 p.m. ET) the same day.
The developer didn’t provide any additional details about this GTA 6 preview or how long it will be. There was also no info provided on this partnership between the game company and Netflix, and whether it signalled an ongoing retlationship. It’s an unprecedented move to have the game first shown on a paywalled streaming service.
Rockstar Games didn’t immediately respond to a request for additional comment.
“Grand Theft Auto reveals have become cultural moments in their own right. The anticipation and fandom around Grand Theft Auto 6 is unprecedented, and we’re honored that Rockstar Games has partnered with us to debut the next part of the Grand Theft Auto story with Netflix members first,” Brandon Riegg, Netflix’s vice president of nonfiction series, said in a statement. “It’s a reflection of what we hope Netflix is becoming: a place where the most ambitious storytelling, from any medium, can find the biggest possible audience.”
Netflix and Rockstar Games have had a close working relationship in recent years. Back in 2023, Grand Theft Auto: The Trilogy made its debut on Netflix Games.
The streaming platform has had its ups and downs with gaming since it started offering mobile games in 2021. Back in April, the company introduced an ad-free gaming platform for kids called Netflix Playground, but in July, Netflix removed more than 20 games from its service. There are still more than 100 games on Netflix Games, according to its site, including Sonic Mania Plus, Red Dead Redemption and WWE 2K25 Netflix Edition.
GTA 6’s release date is set for Nov. 19, and it will launch on the PS5 and Xbox Series consoles for $80.
Tech
Meteor Showers, Eclipses, and More Are on the August 2026 Astronomical Calendar
For astronomy enthusiasts, August 2026 will be a month to remember. Some of the most spectacular celestial phenomena—including ones that are easy to observe without telescopes or other specialized equipment—will all occur during the same week.
It’s a great time to get your viewing plans together and start refreshing your weather app to see whether the skies will be clear where you are to catch all the happenings in the heavens.
Perseid Meteor Shower
The Perseids are among the most spectacular meteor showers of the year, along with the Geminids in December and the Quadrantids in January. Every August, Earth passes through the trail of particles left behind by Comet 109P/Swift-Tuttle. As the fragments enter the atmosphere at high speed, they produce an intense meteor shower.
In 2026, activity will peak during the night of Wednesday, August 12, and extend into the early morning hours of the following day. It will coincide with the new moon. That means the sky will be exceptionally dark, offering prime viewing conditions.
The Perseids appear to radiate from the constellation Perseus. In reality, the meteors can streak across any part of the sky, but locating that constellation with the help of a stargazing app can make it easier to know where to look for the best chance of catching streaks across the night sky.
Solar Eclipse
The main astronomical event of the month will be a total solar eclipse. Not everyone will get a glimpse, though, with the path of totality crossing sliver of Spain, Portugal, Iceland, and Greenland. Areas outside those locations will still be treated to a partial eclipse.
The timing will be particularly dramatic, with totality set to occur at sunset on August 12. The Sun’s low position above the horizon will offer an unusual—and photogenic—scene.
This will be the Iberian Peninsula’s first time seeing a total solar eclipse in more than a century. Madrid is in the path of totality as are regions that include Galicia, Asturias, Castile and León, Madrid, Aragon, Catalonia, Valencia, and the Balearic Islands. In the rest of the country, the eclipse will be partial.
Those outside the eclipse path will also be able to follow the event. Agencies such as NASA and the European Space Agency will broadcast the event live. The main piece of advice for those trying to observe it: Do not under any circumstances stare directly at the sun.
Planetary Alignment
As if the solar eclipse and the meteor shower weren’t enough, in the early morning hours of August 12, an alignment of six planets will also occur. Jupiter, Mercury, Mars, Uranus, Saturn, and Neptune will form an apparent line in the sky.
Observing this alignment is more challenging than watching the meteor shower given the faintness of some of the planets. However, if atmospheric conditions are favorable, it will be possible to see Mercury, Mars, and Saturn with the naked eye near the horizon shortly before sunrise. To observe Uranus and Neptune, you’ll need a telescope.
Lunar Eclipse
August 27 will close out the month with a partial lunar eclipse that will cover up to 96 percent of the moon’s disk. Unlike solar eclipses, which only cuts a very narrow path across the Earth’s surface, lunar eclipses can be seen from much larger regions of the planet. On this occasion, it will be visible across virtually the entirety of the Americas, from Canada to Argentina.
Also unlike this month’s solar eclipse, observing this one will require no special eye protection. Simply find a dark spot, away from light pollution and, if possible, with a clear horizon. The only protection you might need is from the cold, particularly if you’re in the southern hemisphere given the season.
This story originally appeared on WIRED en Español and has been translated from Spanish.
Tech
Uber is spending $10 billion to deploy 120,000 robotaxis across 15 cities
Bottom line: Uber is moving quickly to put robotaxis on its main app, backed by a large cash pile and new approvals for real-world testing. The company plans to spend about $10 billion over the next few years to deploy 120,000 autonomous vehicles. It expects to run robotaxi services in at least 15 cities this year, putting it in direct competition with Alphabet’s Waymo and Tesla as they all push to turn self-driving technology into a commercial service.
Chief executive Dara Khosrowshahi said the spending is possible because Uber is generating strong cash flow from its core business. In the second quarter, the company produced a record $2.8 billion in free cash flow. Over the past 12 months, free cash flow has reached about $10.1 billion as bookings continue to grow. “We’re investing from a position of strength, as we accelerate our cross-platform strategy at a global scale and build the world’s largest platform for autonomous vehicles,” he said. “Our ambition is clear: to become the world’s leading commercialization platform for autonomous mobility.”
Instead of building a single in-house autonomous driving system, Uber is trying to become the main platform that connects multiple AV technologies to riders. The company shut down its own autonomous vehicle program in 2020 during a cost-cutting push. Over the past year, it has shifted to working as an intermediary for AV startups around the world.
That includes agreeing to invest in vehicle fleets and taking equity stakes in companies such as Zoox, Rivian, and Lucid, a change from its earlier asset-light approach. Uber is also sending out hundreds of sensor-equipped vehicles to collect driving data for its partners, who use that information to train and refine their self-driving systems.
One of the key partnerships is with Wayve, a UK-based autonomous driving company focused on software that can handle complex city streets. On Wednesday, Uber said Wayve had received permits from Transport for London to launch a commercial robotaxi service with a supervising driver behind the wheel. “I believe that it’s the UK’s first license for AV technology to operate and a big step forward for the UK,” Alex Kendall, Wayve’s chief executive, told the Financial Times, adding that the approval should allow the two companies to offer rides to Londoners in “a matter of weeks.” Transport for London said it had cleared 15 of Wayve’s modified Ford Mustang Mach-E vehicles to operate with a safety driver while the technology is tested on public roads.
Uber’s push into robotaxis comes as investors are still debating how autonomous vehicles will affect its core ride-hailing business. The stock is down 13% in 2026 as some shareholders worry that robotaxis could disrupt the existing model that relies on human drivers. Uber is arguing that its base of more than 200 million customers and its ability to route trips across different services will give it an advantage as AVs become more common.
Balaji Krishnamurthy, Uber’s chief financial officer, said the company will keep using its balance sheet to back growth projects, including AVs and international expansion. He pointed to Uber’s €13 billion offer for German delivery group Delivery Hero as part of that strategy. Uber has already paid about $4 billion for a 37% stake ahead of a formal bid, a move that would open access to faster-growing markets in Europe and the Middle East if the deal goes through.
The next test for Uber will be whether its platform-based AV strategy can turn technical progress into dependable services on busy city streets. The Wayve permits in London and robotaxi launches in other cities will bring Uber’s autonomous vehicle partners to more riders and regulators. The industry must still prove that driverless transport can be safe, scalable, and profitable.
Tech
Live dating show reveals Seattle’s relationship with tech is still complicated

Can’t a tech bro catch a break?
A live dating show that has made stops in Seattle sheds a little bit of light on how tech workers in the city are received, according to a new report from Axios Seattle.
Allison Goldberg, comedian and host of “Love Isn’t Blind,” says that when she introduces a contestant who is a software engineer, the audience boos.
“I’m sorry, are we booing a man with a job?” Goldberg said in the Axios story. “I live in Los Angeles, where I would love to meet a man with a job and benefits.”
The insight offers unscientific, but at least anecdotal proof that Seattle has never really come to terms with its tech-fueled identity crisis.
Decades into the city’s growth into a tech hub, the tension between Seattle’s blue-collar, artsy roots and the high-earning tech influx remains palpably unresolved. Even as software engineers and Amazonians make up a massive slice of the local population, the cultural friction lingers.
Tech workers are an easy, almost reflexive punchline for local audiences who still harbor a little resentment over skyrocketing rent, gentrification, and shifting city vibes. GeekWire witnessed another version of tech roasting several years ago when the comedy show “Socially Inept” was in town. And we’ve documented anti-tech messaging in graffiti and stickers across the city.
“Love Isn’t Blind” is aimed at singles who are tired of swiping. “F*** the apps,” it says on its website.
Men compete on stage for one “lucky bachelorette” — but the men are not allowed to speak. Instead, Axios reports, “Goldberg searches their phones, calls their moms and rifles through their Notes and AI apps while the audience waves literal green flags to show approval.”
Goldberg, whose show tours the country, also said the contestants and audience members in Seattle skew smarter than average, with more software engineers and Ph.D.s than most cities. Maybe that just means more booing.
Tech workers, or any other brave singles, can apply to be on the show or nominate a friend. “Love Isn’t Blind” returns to Seattle this Friday at the Fremont Abbey Arts Center.
Go cheer for a geek!
-
Fashion6 days agoWeekend Open Thread: Wit & Wisdom
-
Politics6 days agoMeta enters AI-training agreement with far-right ‘propaganda rag’ Newsmax
-
Politics4 days agoZack Polanski: an incitement to murder Nigel Farage?
-
Crypto World5 days agoMicroStrategy Post-Earnings CLARITY Act Push Could Add New Catalyst for Its Stock
-
Crypto World5 days agoXRP Ledger v3.3.0 brings five institutional features
-
Politics7 days agoLuke Littler’s dominance sparks GOAT debate
-
Sports7 days agoSeema Kaliramna Wins Discus Throw Bronze, Takes India’s CWG Medals Tally To 17
-
Crypto World6 days agoNew York sues Kalshi over prediction market gambling
-
Crypto World4 days agoCrypto PAC spending tops $2M in Michigan House race
-
Business4 days agoDTCR: Deleveraging And A Hedge Fund Collapse Point To A Possible AI Bottom
-
Business6 days agoTrump Announces Hamas Disarmament Agreement as Iran Strikes Kuwait Air Base and US Attacks Pause Overnight
-
Tech4 days agoESET tracks rise in malicious AI skills and adaptable malware
-
Crypto World6 days ago3 Fed Officials Just Explained Their Rate Hike Vote: Is Inflation Winning?
-
Sports5 days agoFrance Cricket implodes: letters hidden in a drawer and a board at war
-
Tech6 days agoGemini Spark can now use Chrome logins and saved passwords to run errands on your behalf
-
Crypto World4 days agoXRP Ledger urges node upgrade after manifest flood
-
Tech6 days agoBuilding A Reproduction PlayStation Motherboard
-
Crypto World5 days agoMoneyflip CEO charged in $40K murder-for-hire plot
-
Sports6 days agoBruno Fernandes decision made as Man United ‘discuss’ striker transfer option
-
News Videos5 days agoFinancial Crash Expert: The 90-Day Collapse Timeline They Are Desperately Hiding.




You must be logged in to post a comment Login