5-30-26 Tech giants tease new chips and policy shifts

5/30/26

Today’s tech digest covers new TypeScript-to-executable tooling, Nvidia’s N1X teasers, funding rule changes, and web development updates.

  1. Perry Compiles TypeScript directly to executables using SWC

Article URL: https://www.perryts.com/ Comments URL: https://news.ycombinator.com/item.id=48332151 Points: 61 # Comments: 44.

  1. Founders seize on Indian court ruling to revive criticism of

The ruling drew support from founders, while lawyers said it could force platforms to revisit how they handle trademarked keywords.

  1. Nvidia, Microsoft, and Arm are all teasing Nvidia’s new N1X

It’s the world’s worst kept secret that Nvidia is about to announce its own Arm-powered laptop chips at Computex this weekend, and now Microsoft,.

  1. Proposed new US funding rules: We can cancel any grant at any

Peer review now optional, political staff would screen grants for forbidden topics.

  1. 24 Best Father’s Day Gifts for Dads (2026)

Dads are traditionally tough to shop for-let me help with these handpicked gift ideas for fathers with great taste.

  1. What’s !important #12: Safari Testing, ::checkmark, HTML

The old (testing in Safari when you don’t have Safari), the new (::checkmark), the in-between (anchor positioning but with HTML), and more.

1 Like

“TypeScript → native executable” always makes me squint a bit, because SWC is just the front-end parse/transform step — you still need a runtime story (bundled JS engine, AOT to something like WASM, or a whole new backend) to get to a real native binary.

I’m curious what Perry is actually shipping under the hood: is it basically “Node/Deno-in-a-box” with fast startup, or are they doing something more like a custom runtime + linker. The “0 ms startup” line reads like marketing until you see a hello-world binary size and what syscalls it’s doing on launch.