Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
147351 stories
·
32 followers

Seattle shakes again as Mariners grand slam triggers another big burst of seismic activity

1 Share
Seattle Mariners fans go crazy inside T-Mobile Park on Friday after third baseman Geno Suarez hit a grand slam in a 6-2 win over the Toronto Blue Jays. (GeekWire Photo / Holly Grambihler)

The crowd at T-Mobile Park has been waiting all week to move the earth again for the Seattle Mariners. They got their chance Friday night.

An eighth-inning grand slam by Geno Suarez sent more than 46,000 fans into a frenzy and triggered seismic activity registered by the Pacific Northwest Seismic Network (PNSN). The organization, which monitors earthquakes and volcanoes in Washington and Oregon, installed a sensor inside the stadium for the Mariners’ home playoff games.

Suarez’s second home run of the game put the M’s ahead of the Toronto Blue Jays 6-2 and sealed Game 5 of the American League Championship Series, which the Mariners now lead, 3-2. The team is one win from its first ever trip to the World Series as the best-of-7 series shifts back to Toronto.

PNSN’s device — nicknamed “Richter Rizzs” after longtime Mariners broadcaster Rick Rizzs — picked up sizable seismic energy a week ago when Jorge Polanco hit a game-winning single to win a 15-inning marathon against the Detroit Tigers in Game 5 of the American League Division Series.

The device, which measures vertical ground motion, registered activity after big plays throughout Friday’s game, including an earlier home run by Suarez that gave the M’s a 1-0 lead and a home run by Cal Raleigh that tied the game at 2-2.

The grand slam was the biggest show.

PNSN has done monitoring during Seattle Seahawks games — including for the famous “Beast Quake” — and at concerts.

The idea to measure shaking at T-Mobile Park came after Raleigh said he could feel the stadium vibrating during Game 2 of the ALDS earlier this month.

A video during the Suarez slam on Friday (below) showed the PNSN team contributing to some of the shaking in right field as a laptop displayed the seismic activity in real time.

“After Geno’s grand slam, I’m not sure I’ve heard that building any louder than that,” M’s manager Dan Wilson said after the game. “You can’t say enough about the support we’ve received from these fans this year.”



Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

The next PC platform shift? Ed Bott on Microsoft’s big Windows AI bet

1 Share
What happens to Microsoft’s Copilot+ PC initiative as it aims to make every computer an AI PC? That’s one of our topics on this week’s GeekWire Podcast. (GeekWire File Photo / Todd Bishop)

Veteran technology journalist Ed Bott has “seen things,” after more than 30 years of covering Microsoft and the PC industry, and he recognizes a pattern in the company’s latest AI features for Windows.

Ed Bott, senior contributing editor for ZDNet.

It’s part of a high-stakes effort to put Windows at the center of the next big platform shift — attempting to avoid what happened to the company in the mobile revolution, while learning lessons from its rocky early rollout of the Recall AI feature for Copilot+ PCs.

“Probably the single most important thing to know about Microsoft is that when they do something and fail at it, they don’t just bury it,” he said. “They’ll deal with it for a while, and then they’ll come back and they’ll try to do it again in a different way.”

Ed joins the GeekWire Podcast to analyze this latest bet, digging into the new “Hey Copilot” voice commands, the promise and security risks of “Copilot Actions” that can work on your local files, and Microsoft’s strategic shift to bring AI features to all Windows 11 PCs, not just the premium Copilot+ PC models.

“I hear from a lot of people who say, ‘Please stop putting AI in everything. I don’t need it. I don’t want it,'” he said. And yet, Microsoft has a business imperative to make AI unavoidable, because the company believes that its long-term success depends on it.

We also discuss whether users will ever really want to talk to their computers, and the timing of it all, right as Windows 10 support comes to an end.

Ed Bott on ZDNet: 

Microsoft announcementMaking every Windows 11 PC an AI PC

GeekWire coverage:

With GeekWire co-founder Todd Bishop

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Leveling up your developer experience in Google AI Studio

1 Share
AI Studio has released new updates that give developers even more control.
Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

React Native Rolls Out Its Latest Version on New Architecture

1 Share
Dev News logo

React Native has been rebuilding, and with its latest release, Reactive Native 0.82, it will run entirely on its new architecture.

“This is a milestone release for React Native and we believe it’s the start of a new era,” the team wrote in the release announcement.

The React Native new architecture was introduced a year ago. It uses JavaScript Interface (JSI), which replaces the asynchronous bridge between JavaScript and native.

“JSI is an interface that allows JavaScript to hold a reference to a C++ object and vice versa,” the team stated. “With a memory reference, you can directly invoke methods without serialization costs.”

For example, it enables the camera library VisionCamera to process frames in real time.

“Typical frame buffers are [about] 30 MB, which amounts to roughly 2 GB of data per second, depending on the frame rate. In comparison with the serialization costs of the bridge, JSI handles that amount of interfacing data with ease,” the team wrote. “JSI can expose other complex instance-based types such as databases, images, audio samples, etc.”

That’s because JSI removes that class of serialization work from all native-JavaScript interop, the team explained, including initializing and re-rendering native core components like View and Text.

The release announcement described how to migrate to new architecture. It’s worth noting that React Native is not currently removing APIs of the legacy architecture, to ensure backward compatibility. However, the removal will start with the next version, the team stated, because doing so will significantly reduce the overall bundle size.

This release also introduces Hermes V1 as experimental. It features improvements in the compiler and in the virtual machine that boosts Hermes performance, the team announced. React Native has been using it internally with apps and believes it’s ready for the community to test out.

“From initial tests and benchmarks, Hermes V1 outperforms current Hermes in various scenarios,” the team wrote. “We have seen improvements in bundle loading and TTI (Time to Interactive).”

But the team cautioned that the improvements “strongly depend on the details of your apps.”

The release blog post explains more about the upgrades, as well as details about how to migrate to the new release and architecture.

API Devs: Kong Konnect AI Assistant Helps Govern, Debug APIs

API developers who use Kong Konnect now have a new agentic API platform co-pilot that’s designed to automate governance and assist with debugging.

Kong, an API and AI gateway company, released the assistant — called KAi —  at its annual API Summit 2025 held in New York this month. It works within Kong Konnect, which is the company’s cloud native, unified API platform.

For more news from Kong’s API Summit, including a new open source offering for AI Agents, check out TNS’ recent coverage.

“KAi is an in-Konnect agent that takes care of all the needs that you think about when you think about the developer, infrastructure and platform owner concerns,” Reza Shafii, senior vice president of product, told the conference’s audience. “KAi is constantly looking at all of your configurations and detecting potential issues that could lead to downtimes and suggesting how to improve that.”

KAi embeds AI directly into Konnect to:

  • Automate governance by proactively scanning for policy violations and suggesting automated remediations for compliance.
  • Support advanced debugging and issue resolution by analyzing traffic patterns, identifying issues and recommending how to remediate the problem.
  • Offering best practices suggestions in real time.

Eventually, KAi will be able to open the right pull request for developers with the right fix, as well as to initiate observability debugging sessions, according to Shafii. It will also be able to look across an organization’s API collection and detect potential API duplication by having a similarity index.

It’s available this week for Plus and enterprise users, but organizations must work with Kong to accept the terms and conditions before it will be enabled.

A New Open Source Option for Web, Edge Applications

Harper, a Node.js performance platform, is open sourcing its core technology: a composable full-stack web application platform. The company made the announcement Tuesday during the opening keynote at JSConf North America.

This is Harper’s core technology, according to the company, and it will be available under the Apache 2.0 license. Harper focuses on edge uses, providing ultra-low latency for applications, the press release stated.

“The highly extensible, distributed system fuses database, cache, messaging and Node.js runtime into a single server-side process — delivering unmatched performance for data-intensive, latency- sensitive applications,” the company said in a statement.

Harper noted that the platform already has “strong enterprise traction,” claiming it powers nearly 2% of global e-commerce purchases and other high-traffic web properties.

“Harper customers have reported dramatic performance gains – including server response times under one millisecond in scenarios where traditional stacks took over 100 milliseconds, and web pages loading up to 7x faster with Largest Contentful Paint metrics up to 30x faster than previous architectures,” the company stated.

The technology uses a cloud and edge-native unified architecture that Harper says collapses multiple layers of the web stack into one process. The platform keeps data at the edge, which cuts out network hops and serialization between separate database, cache and application tiers.

“By releasing our source, we’re putting Harper in the hands of skilled web architects and developers around the world, inviting them to help shape the future of high-speed, edge-native applications,” said Stephen Goldberg, CEO and co-founder of Harper, in the announcement.

One goal the company hopes to see is new use cases in edge computing and distributed web applications.

Harper will still offer enterprise-grade support and managed services for organizations that require production assistance.

The post React Native Rolls Out Its Latest Version on New Architecture appeared first on The New Stack.

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

What’s new in Copilot Studio: September 2025

1 Share

In the September 2025 edition of our monthly roundup, we’re recapping the most exciting new features recently released in Microsoft Copilot Studio.

The post What’s new in Copilot Studio: September 2025 appeared first on Microsoft 365 Blog.

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Unlocking the Power of MCP | Episode 1 | The GitHub Podcast

1 Share
From: GitHub
Duration: 20:04
Views: 201

In this episode of the GitHub Podcast, Cassidy, Abby and Kedasha discuss the Model Context Protocol (MCP), its significance in the open source community, and how it enhances productivity and transparency in AI tools. They explore the history of open standards, the architecture of MCP, and the opportunities it presents for developers. The conversation also highlights exciting projects and repositories in the open source space, emphasizing the importance of collaboration and innovation.

Links mentioned in the episode:

https://github.com/Nutlope/self.so
https://github.com/punkpeye/awesome-mcp-servers
https://github.com/lynnandtonic/top-chef-stats

The GitHub Podcast is hosted by Abigail Cabunoc Mayes, Kedasha Kerr and Cassidy Williams. The show is edited, mixed and produced by Victoria Marin. Thank you to our production partner, editaudio.

#MCP #TheGitHubPodcast #GitHub

— CHAPTERS —

00:00 - Introduction: what is MCP?
00:53 - A brief history of open standards
03:25 - How MCP makes you more productive
06:22 - What did GitHub open source?
08:10 - How MCP enhances transparency
10:24 - A simple guide to MCP architecture
12:39 - A real-world example: saving 2 hours of work
17:19 - Cool finds: our favorite open source projects
19:29 - Why open standards make things better

Stay up-to-date on all things GitHub by connecting with us:

YouTube: https://gh.io/subgithub
Blog: https://github.blog
X: https://twitter.com/github
LinkedIn: https://linkedin.com/company/github
Insider newsletter: https://resources.github.com/newsletter/
Instagram: https://www.instagram.com/github
TikTok: https://www.tiktok.com/@github

About GitHub
It’s where over 100 million developers create, share, and ship the best code possible. It’s a place for anyone, from anywhere, to build anything—it’s where the world builds software. https://github.com

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories