Trending
Marc Dijoux's Avatar

Marc Dijoux

@wiizard.dev

11
Followers
64
Following
1
Posts
06.04.2025
Joined
Posts Following

Latest posts by Marc Dijoux @wiizard.dev

Video thumbnail

🚀 We just shipped v0.227!

The agent can now spawn subagents to tackle tasks in parallel.

11.03.2026 15:53 👍 65 🔁 6 💬 3 📌 0
Preview
OpenWork: Open Source Claude Cowork Alternative Desktop app supporting 50+ LLMs with custom keys, team sharing, and browser automation. Build reusable AI agents with built-in guardrails for enterprise use.

★ Just published: OpenWork — Open source AI automation with your own models and tools

Desktop app supporting 50+ LLMs with custom keys, team sharing, and browser automation. Build reusable AI agents with built-in guardrails for enterprise use.

12.03.2026 14:00 👍 3 🔁 3 💬 0 📌 0
Video thumbnail

SwiftUI modifiers landing in Expo 55 is quietly one of the best updates.

28.02.2026 13:57 👍 7 🔁 1 💬 1 📌 0
Video thumbnail

🚀 We just shipped v0.218!

Initial support for Dev Containers is here! 🎉

07.01.2026 17:05 👍 77 🔁 7 💬 2 📌 0
Post image

Today I learned how to use Developer Tools to fake any timezone you want in Google Chrome.

Sensors!

12.02.2022 21:14 👍 0 🔁 1 💬 0 📌 0
Preview
Music Assistant 2.7 - Taking over the airwaves With a visual overhaul, new features and providers, and a custom-built streaming protocol, it's our biggest update yet!

Our friends on the Music Assistant team have released their latest hit: Music Assistant 2.7! 💃🏻

They've jazzed up the UI & UX with a chart-topping lineup of new features & providers, and introduce a new streaming protocol they're spinning up! 💿 Catch up on all that's new 👇🏼

17.12.2025 22:00 👍 58 🔁 7 💬 2 📌 0

Next.js 16

• Cache Components
• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-16

22.10.2025 00:37 👍 65 🔁 16 💬 3 📌 6
Preview
React 19.2 – React The library for web and native user interfaces

React 19.2 is now available!

This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more:

react.dev/blog/2025/10...

01.10.2025 21:49 👍 211 🔁 50 💬 4 📌 11

With the latest VS Code release, the Language Model Chat Provider extension API is finalized - what does that mean for you?

Models can now be contributed via extensions, so with a single install, you get more model choice via Bring Your Own Key.

Here are some extensions you can install now… 🧵

12.09.2025 23:02 👍 7 🔁 2 💬 1 📌 0
feat: multithread linting by fasttime · Pull Request #19794 · eslint/eslint Prerequisites checklist I have read the contributing guidelines. What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation update [ ] Bug fix (template)...

Why is no one talking about this PR that brings multi-threaded linting to eslint itself 🤯

Tried it out on the @sentry.io codebase and it yields an instant 35% time reduction with `--concurrency=2` in CI 🔥

This is fantastic 🚀

13.08.2025 11:47 👍 125 🔁 15 💬 7 📌 1
A thumbnail with a dark background and the VS Code logo that reads “What’s new in Visual Studio Code May Update [1.101] -Use MCP prompts & resources in chat -Access authenticated MCP servers -Debug MCP servers -Publish MCP servers from extensions -Support for MCP sampling (experimental) -View commit files in SCM Graph -Choose native or custom menu styles -Group related chat tools with tool sets -Assign & track work for Copilot coding agent”.

A thumbnail with a dark background and the VS Code logo that reads “What’s new in Visual Studio Code May Update [1.101] -Use MCP prompts & resources in chat -Access authenticated MCP servers -Debug MCP servers -Publish MCP servers from extensions -Support for MCP sampling (experimental) -View commit files in SCM Graph -Choose native or custom menu styles -Group related chat tools with tool sets -Assign & track work for Copilot coding agent”.

🚀 v1.101 of VS Code is here! Check out what’s new:

- Supporting all MCP spec capabilities
- Chat tool sets
- Copilot coding agent integration
- Source Control Graph improvements

…and so much more: aka.ms/VSCodeRelease

🧶 Here are some of the highlights…

12.06.2025 17:05 👍 29 🔁 8 💬 3 📌 5
Video thumbnail

The PostgreSQL extension for VS Code is here! @madebygps.com shows you how to get started with creating a new Docker PostreSQL server, managing your connections, chatting with your database, and more.

09.06.2025 19:22 👍 18 🔁 3 💬 1 📌 1
Vitest 3.2 logo

Vitest 3.2 logo

Vitest 3.2 is out!

- New Annotations API
- Scoped Fixtures
- Custom Browser Locators API
- Test Signal
- Better V8 Coverage Result

And many more features!

vitest.dev/blog/vitest-...

02.06.2025 14:11 👍 154 🔁 28 💬 2 📌 5
Preview
Progressive JSON — overreacted Why streaming isn't enough.

⚛️📝 New on Overreacted: Progressive JSON

31.05.2025 16:41 👍 251 🔁 31 💬 25 📌 6
Video thumbnail

🚀 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...

23.05.2025 17:46 👍 33 🔁 5 💬 1 📌 0
A thumbnail that reads "Your open source AI editor Powered by GitHub Copilot" with the VS Code logo and a blue gradient background

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-...

19.05.2025 16:10 👍 123 🔁 54 💬 13 📌 12
Preview
Type Safety in WebGPU Applications: The TypeGPU Approach Type-safe WebGPU shaders are now possible, and we’re excited to share our insights & patterns on how you can utilize them in your projects!

WebGPU is great, but working with untyped binary data can be a pain.

That’s why we built TypeGPU – a TypeScript library that enhances the WebGPU API, bringing type safety to apps that span the CPU–GPU boundary. 🧠⚙️

🔗 Check the article to see how TypeGPU works and what’s coming next: bit.ly/4j4pgld

10.04.2025 14:34 👍 12 🔁 2 💬 0 📌 0
Video thumbnail

🥳 It's an exciting day! 🥳

Thanks to Webflow GSAP is now 100% FREE - including ALL of the bonus plugins like SplitText, MorphSVG, and all the others that were exclusively available to Club GSAP members.

We can't wait to see what you make!

gsap.com/blog/3-13

30.04.2025 17:46 👍 304 🔁 86 💬 8 📌 15
Preview
React Labs: View Transitions, Activity, and more – React The library for web and native user interfaces

Check out the blog post for a list of what we’re working on:

react.dev/blog/2025/04...

23.04.2025 16:34 👍 9 🔁 1 💬 1 📌 0
Preview
React Compiler RC – React The library for web and native user interfaces

React Compiler RC is now available! We've added support for swc and are working towards a stable release react.dev/blog/2025/04...

22.04.2025 16:31 👍 108 🔁 26 💬 0 📌 3

Really impressive work!

11.04.2025 15:09 👍 0 🔁 0 💬 0 📌 0