Jidé ✨
@jidefr
Can't decide between frontend, backend or design, so I do them all. Currently cofounder and CTO at Ludiz, the gamification platform.
I created a video where Epstein and Da Vinci discuss my AI/ML Engineering program. Click here to see a replay of everything that happened: insight.lovart.ai/r/rc2qdq9
did u know you can use the new Gemini image segmentation feature in… a lot of different ways
did u know you can use the new Gemini image segmentation feature in… a lot of different ways
Custom sub agents now in Claude Code 1.0.60 Run /agents to get started 🔥
In theory 🤨
Liquid Glass is not just another 2D UI.. It’s a 3D UI which processes all the effects in real time Accept it or not but Liquid Glass is the PEAK OF SOFTWARE DESIGN
I built the most used WordPress free theme in the world a long time ago. It was so common it was all over the web. It was before Theme Forest even existed. I could have built an empire on this, but I did not realize the opportunity.
share a piece of software dev lore about yourself
if you loved kimi k2, you will love what another cracked chinese team is about to release. Models: - o3 competitor: multi-turn reasoning, coding, search - 106B A12B: 128 experts, 8 active, 128k context, GQA - 355B A32B: Details unknown about config
These nodes based workflows look really cool
🚨 NEW LABS EXPERIMENT 🚨 Introducing Opal, our new way to help you build and share AI mini-apps by linking together prompts, models, and tools— all while using simple, natural language (without a single line of code 🤯) Now available in US-only public beta! Learn more ⬇️…
Introducing text.split(), Anime.js's take on text splitting: - Split words in any language (🇨🇳, 🇯🇵...) - Responsive line splitting - Clone and wrap elements - Custom HTML template - Easy animation management - Debug mode And much more! Check out Anime.js v4.1.0 👇
Introducing Voxtral WebGPU: State-of-the-art audio transcription directly in your browser! 🤯 🗣️ Transcribe videos, meeting notes, songs and more 🔐 Runs on-device, meaning no data is sent to a server 🌎 Multilingual (8 languages) 🤗 Completely free (forever) & open source
Want to build agents with the @aisdk but prefer full control over tool execution? Check out our latest recipe v5.ai-sdk.dev/cookbook/node/…
These guys have more rebrands than paying customers
The Browser Company of New York – a new look for a new era
🚀 Introducing Mini-oRPC - a minimal oRPC implementation with all the essentials to help you grasp its core concepts 👇
shareware.dev
here's a sick project idea someone should steal and monetize a full-stack component library that mixes @shadcn with backend logic let's say you want to add auth to your app, all you would do is run "pnpm add auth" and it would add in the css and all the code needed to have auth…
Exciting new JSON viewer shipped in Ark UI @ark_ui_ ark-ui.com/docs/utilities… ✅ Built on top of the TreeView component ✅ Supports most data types ✅ Works in React, Solid, Vue, and Svelte 👌✨
Virtual Relighting Reimagined with #Ray2 Modify Video #aivideo #vfx #virtualproduction #lighting
40x faster than Sonnet 😱
> 2500 tokens per second > 40x faster than Sonnet-4 > 4 trillion transistor wafers (19x Nvidia B200) These are impressive numbers, but nothing beats a live demo. 1 million free tokens per day of lightning-fast qwen3-32b and qwen3-235b from @CerebrasSystems in Cline. Link below.
Our infinite scroll API is pretty cool. You render a special item at the end of your list that triggers its onLoadMore callback when scrolled into view. This enables a list to have multiple sections from different APIs, or a tree to infinite scroll within each branch.
I built a web UI for Claude Code so I can actually see what it's doing in my projects... Just run this command 👇 npx claude-code-templates@latest --chats You'll get a web interface that shows real-time conversations between Claude Code and your project Each tool has a "Show…
How it started: "AI vibe coding tools will replace devs!" How it's going: "Do this: - Provide it w a detailed spec - Break down tasks to small ones - Separate dev and prod envs - Do NOT give access to the agent to prod - Never trust the agent; verify every step it takes - ...