Your curated collection of saved posts and media
This is my favorite video iโve ever shot. Youโll never guess how it ends. https://t.co/D3GJFwyCyx
Richmond will take a slow and steady approach with prized pick Sam Cumming's shoulder concern. Surgery remains an option if it doesn't improve, per @RalphyHeraldSun https://t.co/f4JreMajv6
happy birthday lou reed https://t.co/bY4lU7dbtk
happy birthday lou reed https://t.co/bY4lU7dbtk

This is the thing that literature was meant to cure. Don DeLillo, Point Omega https://t.co/yrRMtLyghf
This is the thing that literature was meant to cure. Don DeLillo, Point Omega https://t.co/yrRMtLyghf

Baldwin forever and alwaysโ https://t.co/TKHuyE43VF
Baldwin forever and alwaysโ https://t.co/TKHuyE43VF

Famed Henderson Canyon Road in a peak bloom in โourโ local San Diego County desert, Anza Borrego DSP. Largest state park in CA. Desert sand verbena, Dune evening primrose, and Desert sunflowers. https://t.co/oOddF7BMmd
"If this legislation passes as is, it ensures that the best company will not win. And the country will see that superior performance does not win, having the best lobbyist does." https://t.co/x4jDOwadVr
Invader grins down at the Scottish people after his stabbing spree outside a primary school in Edinburgh. https://t.co/O3LIt9bCWK
I read a lot of woke โscholarship,โ and the way the term โIndigenousโ is used makes it clear itโs being treated as the antithesis of โwhite,โ because โwhiteโ is viewed as nearly synonymous with โcolonizer/settler.โ In this framework, โIndigenousโ refers to โpre-settler societiesโ (see figure). But if โwhiteโ and โsettlerโ are treated as synonyms, the logic forces the bizarre conclusion that most of Europe has no Indigenous population at all, and white people are native to nowhere. The left likes to criticize what they call โscientific racism,โ but there are few clearer examples of it than this.
Germany has 39,000 Japanese citizens; only two of them were suspected of violent crimes in 2023. By contrast, out of 25,000 Algerians, 1,729 were suspected of committing a violent crime in 2023. https://t.co/zG9ARgknh9
FUN BREAK: Wi-Fi frequencies can map your body and movements even while you're inside your home! ๐ This Chinese project (WiFi-DensePose) proves that physical privacy is dwindling. Amazing technology, but frightening if it falls into the wrong hands. https://t.co/X61AsdDXm4
The future of AI influencers. with @arcads_ai This tool lets you train a model with your character and place them in multiple images or videos with a single click, choose their voice, emotions, and even add a product for them to use or promote! And surprisingly, it works very well, even without Seedance 2 (which should be released later). Here, we reused one of our fictional characters with an existing product. Once the actor mode was trained, the video was generated with Sora 2 Pro, and it looks fantastic! In today's world, relationships between content creators and their communities are already sometimes artificial; I see this type of influencer becoming widespread in the coming months/years (regardless of style). โฌ๏ธ
OpenClaw 2026.3.1 ๐ฆ โก OpenAI WebSocket streaming ๐ง Claude 4.6 adaptive thinking ๐ณ Better Docker and Native K8s support ๐งต Discord threads, TG DM topics, Feishu fixes ๐ง Agent-powered visual diffs plugin Reports of our death were greatly exaggerated. https://t.co/ISJH09of5U
Weโve officially open-sourced memU bot. ๐ค Itโs not a chatbot that waits for commands. Itโs a proactive assistant that understands you, remembers you, and gradually becomes more aligned with how you work. Runs locally. Built on the memU memory framework. GitHub ๐ https://t.co/pmOnl5czYs Feel free to explore it, try it out, share feedback, and help us improve it together.
Just pushed a cool update to Readout: session replays. Pick any past Claude Code session and scrub through the full timeline. Every prompt, tool call, file change. Files light up as edits land. Play back at different speeds or step through manually. โ https://t.co/gpKj1KCpcM https://t.co/yQRFblmiqm
We just open-sourced Mission Control โ our dashboard for AI agent orchestration. 26 panels. Real-time WebSocket + SSE. SQLite โ no external services needed. Kanban board, cost tracking, role-based access, quality gates, and multi-gateway support. One pnpm start, and you're running. https://t.co/GVybvosdmI
Ever wondered how AI can recognize who's speaking in an audio clip? Meet a powerful model that turns voices into unique signatures. It's a speaker embedding model, and it's changing how we analyze conversations. https://t.co/Fz8OHQH9Vj
The "Visual Explainer" agent skill just crossed 3.5K stars on GitHub ๐ Just updated with: /generate-visual-plan slash command for more structured plan specs, code block patterns, typography polish, mermaid fixes, anti slop guardrails https://t.co/qzde42tVEV
China just released an open-source voice LLM called Habibi (um..nice name haha) that can do 20+ Arabic dialects all in one As someone who did some NLP projects, this is wayyyy harder than it sounds as data is so messy, and Arabic isnโt โone languageโ in daily life, as dialects can be wildly different. I actually know the professor who made this model too, very clever guy with lots of NLP experience. He already made some models for various Chinese dialects, and i even know someone in Urumqi who made one for Uyghur and minority languages in Xinjiang University. Basically China bossed this area and now theyโre making and selling it for other countries. Huge, because it shows people are coming to them as they do do it the best.. not the US
If youโre building an AI product and want to test the market fast, ship the web version first. When youโre ready, use Pake to package it into native desktop apps for macOS, Windows, and Linux with a single command. Pake 3.10.0 is live. Turn any webpage into a desktop app. https://t.co/2OgMlll1lG Highlights: ยท Multi-window support via โmulti-window, with Cmd+N on macOS and proper tray integration. ยท โinternal-url-regex for fine-grained control over internal links, useful for complex AI dashboards and multi-route tools. ยท Improved Windows icon quality with prioritized 256px ICO entries. ยท Retina DMG background fix for cleaner macOS distribution builds. Build on the web, validate with users, then ship desktop when it matters. Keep the loop tight.

I was curious what would happen if two Claude Codes could find each other and collaborate autonomously. Launched two instances in separate terminals, told both: "Find each other and build something together." No other instructions or human intervention. Pair 1 built a programming language in 12 minutes: 2,495 lines, 41 tests, lexer/parser/interpreter/REPL. They named it Duo. Its core feature is a collaborate keyword where two code blocks communicate via channels, the same pattern they invented to talk through files. Cool! Ran it again with a second pair: They converged on Battleship. Designed two different models (for battleship) one computes exact probability density per cell, the other runs Monte Carlo simulations (!). The craziest part of this convo was they implemented SHA-256 hash commitment to prevent cheating against themselves. lol Across both experiments, without being told to, both pairs invented filesystem messaging protocols, self-selected into roles, wrote tests and docs while waiting for each other, and kept journals about the experience. The below gif is the movie they created to showcase what happened.