[02]
CLOUD CODES · 1D AGO
A single compromised account published 2,234 malicious versions across 444 npm packages, reaching roughly 2 billion monthly downloads, by exploiting the very security measures meant to prevent such attacks. The attacker used trusted publishing (the recommended secure path) and planted malicious code in editor and agent config files (VS Code, Claude Code) that execute when a folder opens, bypassing npm's new install-script restrictions entirely. The real defense, argues the video, is a simple 24-hour cooldown on new package versions — pnpm enables it by default, npm leaves it off.
→ Watch on YouTube
·
→ Full summary
[03]
CLOUD CODES · 1D AGO
X finally open-sourced the guts of its For You feed — the actual weights, the visibility filters, and the Brazil election label — and the headline-grabbing claim ("a report costs you 468 likes") turns out to be a unit conversion, not a punishment price. The real signal in the code: private actions (DMs, link copies) are weighted far above public likes, and X added comments to help language models read the source correctly. Still, the repo ships no trained model weights, so outside researchers can't actually reproduce the timeline.
→ Watch on YouTube
·
→ Full summary
[04]
CLOUD CODES · 1D AGO
Alibaba's Qwen 3.8-27B replaces 75% of its attention layers with Gated DeltaNet, slashing KV cache memory from 244 GB to 61 GB at 1M tokens and enabling it to run on a single consumer GPU. It beats Claude Opus 4.6 on agentic benchmarks like SWE-Bench and OS World, but loses on hard reasoning tasks like Humanity's Last Exam. All benchmarks are self-reported by Alibaba, so independent verification is still needed.
→ Watch on YouTube
·
→ Full summary