pnpm
10
MENTIONS
7
EPISODES
7
PODCASTS
Search complete. 10 mentions across 7 episodes found for "pnpm".
Sep 9, 2026
P
Unknown podcast
iOS Remote Worktrees and Smarter Mobile Codex
Sep 9 · 1 Mention
E
1:14EthanHOST
Okay, but let's talk about what happens when you actually press go on that mobile prompt.
E
1:20EthanHOST
Usually, setup scripts like PNPM install or cargo build take two or three minutes.
E
1:26EthanHOST
On older iOS versions, the second you put your phone back in your pocket, iOS background execution would suspend the app, kill the WebSocket connection, and your setup task would fail.
M
1:39MayaHOST
Right, but on iOS 26, they are leveraging live activities and a persistent background daemon.
1036: Cursor & OpenAI Break Up
C
0:08CJ ReynoldsPANELIST
We're talking about how Cursor and OpenAI have broken up.
C
0:12CJ ReynoldsPANELIST
Also, PNPM 12 has been released and it's been rewritten in Rust.
C
0:16CJ ReynoldsPANELIST
There's also a cool web GPU library for agents.
C
0:20CJ ReynoldsPANELIST
All of this and more today on Syntax Weekly.
C
0:28CJ ReynoldsPANELIST
How are you doing, TJ? I'm doing good.
C
0:31CJ ReynoldsPANELIST
Let's get right into it.
C
0:32CJ ReynoldsPANELIST
So our first story today is the PNPM 12 release.
C
0:37CJ ReynoldsPANELIST
And so this is a rewrite of PNPM in Rust, and it's stable.
DOP 366: How to Prevent npm Supply Chain Attacks
D
15:26David MyttonGUEST
part and it doesn't protect the release of packages containing malware or other scripts that's an entirely separate problem that still exists
D
15:35Darren PopeHOST
i'd have to say okay two is fine but anybody that's worked in distributed systems know that two means split brain we need three to get to quorum but who knows that's what i'm not a javascript person pnpm was supposed to help with some of this stuff right wasn't that supposed to be magic
D
15:52David MyttonGUEST
PNPM is a package manager, just approaches things in a different way, but it still uses the NPM registry.
D
15:58David MyttonGUEST
So NPM is a CLI, it's a package manager, it's the default in the JavaScript community.
D
16:04David MyttonGUEST
And for the CLI, like NPM install package X, you can do that with PNPM.
D
16:10David MyttonGUEST
But PMPM still reads from the MPM registry and still have the same problem.
D
16:16David MyttonGUEST
And the only alternatives, there's another package registry by the team at Deno called JSR.
Evals vs. Evil - AI and Package Security - Laurie Voss
L
9:33Laurie VossGUEST
But also, there's a certain amount of underinvestment that has happened in the NPM ecosystem in general in terms of guardrails and security and defaults in the client and stuff like that.
L
9:50Laurie VossGUEST
One of the reasons that PNPM is popular is PNPM has changed the defaults of how NPM works to be a little bit more secure.
L
9:57Laurie VossGUEST
And As somebody who has an opinion about that, I feel like the time has come to change some of the defaults in the default NPM client to make things a little bit harder.
C
10:11Christian HeilmannHOST
That feels like a genuine thing that comes up all the time, though.
#602 Neil: DeepSeek Harness Builds Custom AI Coding Workflows
A
4:44AlexHOST
Yeah.
A
4:44AlexHOST
And you also need to install the PNPM package manager.
N
4:48NeilHOST
You are essentially establishing a sovereign development environment on your laptop.
N
4:52NeilHOST
It isn't a simple, consumer-friendly, one-click install process right now.
DeepSeek's harness, frontier models at home, Claude's watermark
M
3:14MuriloHOST
It caught my attention the first time because I saw online that actually is the fastest growing repo now.
M
3:20MuriloHOST
It surpassed open call and basically it's the harness that is built from for deep seek right and there are two well maybe let me see if i there's a video here i haven't seen this video actually myself yet but i'll just play while you're going basically it's like it has a ui so it's like you run it locally so it's kind of like you run it like PNPM or something like that.
M
3:39MuriloHOST
So you run it on your local host.
M
3:41MuriloHOST
And then basically there are different modes, right? So you kind of have a ChatGPT-like interface.
171 Blog Posts To Learn About Kotlin
A
14:56Artificial IntelligenceNARRATOR
Fifty-nine.
A
14:57Artificial IntelligenceNARRATOR
The real fix for React Native plus pnpm: hoist everything.
A
15:01Artificial IntelligenceNARRATOR
Learn why React Native projects break under pnpm's default linking and why switching to node linker equals hoisted is the simplest, most reliable fix in monorepos.
A
15:11Artificial IntelligenceNARRATOR
Sixty.
A
15:11Artificial IntelligenceNARRATOR
How I'm engineering a versioned database storage engine for byte-addressable NVM.