Zajímavé, že to jsou jen dvě hodiny. Znamená to, že k detekci malwaru a případnému stažení škodlivé verze dojde takhle relativně rychle? Nebo si jen řekli "lepší než nic, ale nebudem to obecně zdržovat"?
TanStack Start je nyní bundler-agnostic, to jsem myslel, že moc nejde (např. Next.js udělal mnohaletou sázku na Turbopack), ale evidentně jsou to kluci a holky šikovný 👏
Another build path just washed ashore 🏖️
TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem.
https://t.co/FEMQmGfgiz
Litevec Paulius Pultinevicius a Polka Anna Andrzejewska se stali mistry světa v šachovém potápění pro rok 2026. Neobvyklá disciplína spojuje šachy s potápěním – hráči musí zadržet dech, ponořit se ke dnu bazénu a tam odehrát svůj tah na podvodní šachovnici.
Mám v Google Mapách otevřenou jihozápadní Anglii, napíšu do vyhledávacího políčka "tourist places" (což se tvářilo jako kategorie míst dle autocomplete), dám enter a hodí mě to na orloj na Staromáku – tak dík 😄🤦♂️
Astro starts static and asks "what should come alive?" Each answer is an isolated framework root dropped into HTML. Islands are independent runtimes sharing a DOM.
Start is fully interactive out of the box and asks "what can wait?" The whole document hydrates as one React tree by default; <Hydrate> boundaries are gates inside that tree. Context, state, and events flow through normally, hydration is parent-first, and React can break a gate early if correctness demands it.
Same trigger vocabulary, different substrate: Astro composes isolated runtimes, Start schedules into one whole. That's why Start gets interaction(), condition(), and intent bubbling, and why Astro gets multi-framework.
Dneska jsem znovu po čase dělal test Wispr Flow, pak celé řady modelů skrze Spokenly, ale stále jsem byl vlastně zklamaný. Nemluvím extra čistě, plus k tomu mix češtiny a anglických technických pojmů, prostě mi to nefunguje 🙁
A teď jsem před chvílí narazil na to, že Raycast 2 beta má mít vestavěnou Dictation, tak jsem to zkusil a wow, konečně mi někdo rozumí! (Promiň, ženo má.) To, co jiní zažívají s Wispr Flow, jsem taky konečně zažil, a je to paráda 😄.
Je to zdarma, dokud je v2 v betě.
Been using Dictation in the new @raycast a lot lately...
🗣️ Speech to text anywhere on your Mac
🎙️ System microphone or a manual priority list
📚 Vocabulary and styles to make it sound like you
Free during beta 👉 https://t.co/0WT3bZOCCE
I built Zero in 3 days.
I didn't expect it to compile.
I didn't expect it to mostly self-host.
I definitely didn't expect it to work at all.
Inspired partly by Bun's rewrite to Rust, Zero started as an experiment. Honestly, the project says more about where AI is today than it does about the language itself.
It took more than 3,000 agent tasks to get here, and it's still nowhere near ready for serious comparisons, benchmarks or evals.
But the goal is bigger than the current result.
The hope is to either create a new language with tooling designed for agents from the ground up, or take learnings and apply it back to existing languages and ecosystems.
The ideas are simple:
1. Make languages (and new versions) easy for agents to learn, adapt to and fix on the fly, even when not in the training data.
2. Build a standard library comprehensive enough that most projects don't need external dependencies.
3. Create a tight, fast development loop that even small models can reliably work with.
I've never wanted to create a programming language.
But after repeatedly running into the same problems, safe but slow builds, fast but unsafe builds, agents struggling with new languages and version changes, wanting faster builds, smaller bundles and better DX, I started wondering:
Could accelerated, agent-driven iteration produce a language and tooling stack designed around these constraints from the start?
So Zero was born.
OpenAI má udělané propojení z mobilní ChatGPT apky na desktopový Codex moc hezky 👏
Opakující se pattern: fičura ala Claude (zde konkrétně Remote Control), jen udělaná lépe.
Třeba se v Anthropicu probudí.
@PetrHurtak@michalblaha Claude to zapíná explicitně pro jednotlivé sessions (s tímto nastavením i automatizovaně), ale je to stále o dost jiná / horší věc než co dělá Codex.