a little css trick i like ↓
adapt the radius gradually based on available space
shrink from --r to 0 within --g 🧑🍳
.card__surface {
--r: 42px;
--g: 24px;
border-radius: clamp(
0px,
(100vi - 100cqi) / 2 *
var(--r) / var(--g),
var(--r)
);
}
Stream a live image of any element into a canvas
<ElementMirror
source={cardRef}
fps={30}
/>
https://t.co/176yk7EraL
Good for things like blurred img/video backdrops, dnd, pip, minimaps, magnifiers, custom glass effects, creative coding shenanigans
SpaceXAI engineer (ex-Cursor):
"Grok Bot was vibe coded in days. humans weren't reading the code at all"
each agent gets a name and an identity, and you orchestrate them the way you'd run a team
their designers are shipping code through Grok Bot now. they send her a bug they already fixed, she reviews it and stamps
"Grok Bot is for people who are not in tech"
Watch today, then read how to build a Grok bot agents team from scratch in article below
App Store Connect CLI 4.9.0 is out!! 🤩
There are many great changes in this release, so I am listing them all one by one in detail 👇🏽
https://t.co/RuXh8T3xK2
Bun 1.4
- Fixes over 2,900 GitHub issues
- +1,517 tests from the Node.js test suite
- Reduces idle CPU by 5x
- Reduces memory usage by up to 35%
- Starts up to 50% faster on Linux
- Rewrites Bun in Rust
Thank you everyone who contributed since Bun 1.3!
https://t.co/3YjnuhjE8s
React Compiler is now in Oxc! Amazing work by Boshen:
* 2x faster than the initial Rust port
* Improved diagnostics messages
* 2x smaller binary size
https://t.co/HL9IVgpZGe
CSS just killed another JavaScript library. 👍
CSS Grid Lanes (aka Masonry) is here! And the biggest surprise? Safari (26.4+) got it first — everyone else is still catching up. ⬆️
That’s all it takes. ▼
No more Masonry.js, fragile Flexbox hacks, or calculating positions in JavaScript — just pure CSS that natively creates the classic Pinterest/waterfall layout.
Chrome/Edge/Firefox - behind the flag.
Anthropic engineer just dropped a 2-hour workshop on “Graph Engineering” for agentic systems:
“80% of our engineers are using self-improving loops. Now everyone is building agentic graphs.”
• 04:43 - Introduction to RAG and graphs
• 26:30 - Core of graph engineering (nodes, edges)
• 01:09:11 - Agents data indexing in Graphs
• 01:30:50 - Three layers of Graphs for agents
• 01:48:15 - Adaptive RAG for self-verification
• 02:16:37 - The future of graph engineering
This 2-hour workshop will replace your $500 agentic memory course.
Watch it today, then read how to become a graph engineer in the article below.
Opus 5 is insanely good at building @expo apps.
Here's @pooool app, rebuilt fully in expo. Everything is real native UI
There hasn't been a better time to build apps.
The only way to improve yours web design skills
by this inspiration web design sites needed:
https://t.co/lV3Ao0yDxR → My personal fav
https://t.co/VLdUuiCXIt → Goat inspirations
https://t.co/4J9rlh8o6h → Large selection
https://t.co/G6292lsu50 → All niches
https://t.co/ipRQUwn55H → SaaS
https://t.co/zoTS0iHQ6B → Unique
Introducing Impeccable 4 *world builder*
However many ways you ask, "be creative!!!" does nothing to an LLM. v4 cracks it, and greenfield work is where it shows.
• a creative engine for greenfield and redesign: directions seeded and fused from hundreds of human-approved visual worlds
• hyper-optimized for frontier models (GPT 5.6, Fable and class), on a core 58% smaller
• far simpler to use: no command to learn, it works out the job itself (blank slate, redesign, added section, scoped refinement)
• mobile app design, the #1 request, now in alpha: Apple HIG or Material 3 on top, audit and adapt running as VoiceOver and TalkBack passes
• Grok Build and Mistral Vibe join the supported harnesses
• plenty more
https://t.co/WglrY1uE4B
"SeO iS EaSY"
SEO:
> fix indexing issues
> add breadcrumbs
> add canonical tags
> fix core web vitals
> fix orphan pages
> add schema markup
> fix heading structure
> write original content
> avoid duplicate content
> get high quality backlinks
> use clean, descriptive urls
> fix broken links and 404s
> check js content is crawlable
> fix keyword cannibalization
> make the site mobile friendly
> add author bio / e-a-t signals
> make titles 50-60 characters
> write unique meta descriptions
> merge thin or overlapping pages
> optimize images and add alt text
> match every page to search intent
> find high volume, low kd keywords
> add internal links to important pages
> publish comparison/alternatives pages
> write the best listicles in your category
> create topic clusters around pillar pages
> add a google business profile for local seo
> monitor pages losing traffic and rankings
> validate schema using google's rich results test
> create dedicated pages for features / use cases
> update dateModified when you refresh content
> find old pages ranking on page 2 and update them
> submit your sitemap to bingwebmaster and gsc
> check robots.txt and noindex tags for blocked pages
> find pages with high impressions but low ctr and improve their titles and meta descriptions
> search "site:yourdomain(.)com" on google, check titles that are cut off / dont include your target keyword and rewrite them
> google your main keywords, expand "people also ask" boxes and create quick faq pages answering the questions
All types of databases, Redis, Postgres, Clickhouse, Mysql etc. now display important stats and metrics aswell as most run queries in the Maple service map