Great video! Thanks for the effort to put all together 🤘
Posts by
🏆 New video out! I tested every major AI model to see which ones can actually write Svelte 5 code. It turns out only 2 out of 15+ models pass the benchmark. #svelte #ai #webdev #javascript
www.youtube.com/watch?v=SIwK...
Fantastic talk (ty @quail.bsky.social for sharing)! @en.sitnik.ru is right: the best way to avoid implementing a GDPR pop-up is to not need one at all. Limit data collection to GDPR-compatible analytics, get rid of third party js (including sneaky stuff like GA Fonts via CDN!) and respect your users
For no reason at all, I feel the need to remind folks that Node.js is not in competition with other runtimes like Deno or Bun. Companies compete. For profit entities compete. Private equity competes. Non-profits do not compete. Non-profits just exist. Use Node.js, use Deno, use Bun, use what works..
☁️ Cloudflare hosting issues with SvelteKIt
If you encounter `SyntaxError: Invalid character '\ufffd'` when using Safari or Brave, it is likely due to the use of `zstd` compression instead of `brotli` / `gzip`.
You can override this by setting up a Cloudflare rule and purging cache.
Links 👇
👀 Putting the finishing touches on my next video! Over the past few months I've been testing every AI LLM on how well it writes Svelte 5 code. Find out the results on my YouTube channel tomorrow!
Svelte starter pack
Curated by me, many people I know from the Svelte community personally
go.bsky.app/QEhPG3P
📊 LayerChart: simplified format edition
Formatting values across various components or explicit `format()` has been simplified:
✔︎ Use a simple string (day, time, daytime, month, etc) instead of needing to import `PeriodType` enum
✔︎ Pass in config object to pass additional options such as `variant`
Great to know that!
Is this with Sonnet or Opus?
New Updates to Svelte Marketing Blocks
1. Code Highlighting - Focus on what matters.
2. Multi Code Blocks – View all related code sections together, effortlessly.
3. Improved UI – Cleaner and easier to use.
Checkout : sv-blocks.vercel.app
100+ Free Marketing UI Components
🚀 Ready to supercharge your PostgreSQL workflow?
Meet the new Microsoft PostgreSQL extension for VS Code - packed with powerful tools like:
🤖 Agent mode integration
💡 Schema visualization
⚡ Instant Docker PostgreSQL
🔎 IntelliSense-powered queries
Learn more: aka.ms/Blog/Postgre...
📦 modelcontextprotocol / typescript-sdk
⭐ 6,879 (+49)
🗒 TypeScript
The official Typescript SDK for Model Context Protocol servers and clients
Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace!
npm install -D @typescript/native-preview
npx tsgo --version
Read up more on our blog!
📊 LayerChart: dynamic multiline axis edition
Axis ticks have been vastly improved with:
✔︎ Responsive tick density based on chart width / height and new `tickSpacing`
✔︎ Multiline tick label support for more context and less redundancy
✔︎ Improved tick labels based on duration
more info 👇
✨ New video out! This time we're testing GitHub's new Copilot Coding Agent on a local-first app using Svelte 5 and SvelteKit. At $40/month it's an interesting option for automating features. #GitHub #programming #svelte #ai #javascript #sveltekit
www.youtube.com/watch?v=FRcO...
The GitHub Models repo integration is here. ✨
What this means for you:
• Version prompts like code (.prompt.yml & PRs)
• Comparison of 40+ LLM outputs
• Setup with a single API key for FREE
• Enterprise-grade governance on GitHub and Azure
Start building efficiently with AI models.👇
gh.io/AAwbu5e
Vercel AI Gateway (alpha):
• Built on the AI SDK 5 alpha
• Switch between ~100 AI models without API keys
• Handles auth, usage tracking, and more
vercel.com/blog/ai-gat...
A thumbnail that reads "Your open source AI editor Powered by GitHub Copilot" with the VS Code logo and a blue gradient background
Today, we're announcing plans to make VS Code an open source AI editor.
We believe AI development should stay true to VS Code's core principles: open, collaborative, and community-driven. Let's build the future of software development together.
aka.ms/open-source-...
New Update : Svelte Marketing Blocks
40+ Fresh Svelte Blocks just dropped!
Notion-style vibes, Clean Modern Blocks
Live: sv-blocks.vercel.app/mist/hero
GitHub: github.com/SikandarJODD...
#svelte #shadcn #marketing
MCP transforms agent mode in VS Code, unlocking seamless connections to external tools
We've been refining our MCP support, with features like:
🔒 Encrypted input of secrets
📂 Workspace context via “roots”
☁️ Streamable HTTP support
Learn more in our blogpost: code.visualstudio.com/blogs/2025/0...
Enhance your AI agents with our new Memory component! 🧠💡 Store chat history, implement static memory blocks, extract facts, and use vector search for smarter conversations. Build more intelligent AI agents today:
www.llamaindex.ai/blog/improved-long-and-s...
Sharing the latest release of open-rag-eval 0.1.5 with connectors to @vectara.bsky.social @langchain.bsky.social and @llamaindex.bsky.social
github.com/vectara/open...
SveltePlot logo with the website address https://svelteplot.dev and a few example plots in the background
Last week I had the pleasure of finally releasing the #SveltePlot alpha version during my talk at the #SvelteSummit in Barcelona. It's a new visualization framework for @svelte.dev that I've been working on for the past 18 months, so it's about time for a 🧵
✨ How good are AIs at writing Svelte 5 code? I decided to test the newest models and find out. More info soon, but the tldr is: Gemini 2.5 Pro is best, all OpenAI models do poorly.
Base results:
khromov.se/svelte-bench
With llms-small.txt:
khromov.se/svelte-bench...
#svelte
Added 30 New Components in Shadcn Svelte Blocks
New - CLI Support for installing components using jsrepo.dev
Checkout : sv-blocks.vercel.app
A thumbnail with a dark background and the VS Code logo that reads “What’s new in Visual Studio Code April Update [1.100] -Performance improvements in chat -Auto-attach instructions to chat -Reuse prompts for common tasks -Smarter chat responses with GitHub, extensions, and notebook tools -Identify staged changes in editor -Improved multi-window support -Quick create for Python Environments -Image and Streamable HTTP support for MCP servers”
💯 v1.100 of VS Code is here! And we’ve got some great updates for you, like:
- Smarter chat responses with new tools
- Improved multi-window support
- Image and Streamable HTTP support for MCP servers
…and so much more. aka.ms/VSCodeRelease
Here are some of the highlights… 🧵
📦 nuejs / nue
⭐ 8,494 (+36)
🗒 JavaScript
Standards first web framework taking HTML, CSS, JS, and WASM to their peak
Image of a historic newspaper with bounding box predictions for "photographs" "headline" "illustration" etc.
Finally documented the Beyond Words dataset from the @librarycongress.bsky.social labs / @bcgl.bsky.social for the BigLAM @hf.co org!
- 3.5K annotated historical newspaper pages
- Bounding boxes + category labels
- Photos, ads, headlines, cartoons & more
The power of Perplexity right at your fingertips, with VS Code + the Perplexity MCP server in agent mode ✨