techwiizard's profile picture. 👨🏻‍💻 Lead Developer Front Simplonline chez @SimplonP - #devweb, #reactjs, #nextjs, #apple

🧙‍♂️Marc Dijoux (@[email protected])

@techwiizard

👨🏻‍💻 Lead Developer Front Simplonline chez @SimplonP - #devweb, #reactjs, #nextjs, #apple

🧙‍♂️Marc Dijoux (@[email protected]) reposted

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-ai…

code's tweet image. 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-ai…

🧙‍♂️Marc Dijoux (@[email protected]) reposted

"A calculator app? Anyone could make that." Not true. A calculator should show you the result of the mathematical expression you entered. That's much, much harder than it sounds. What I'm about to tell you is the greatest calculator app development story ever told.

ChadNauseam's tweet image. "A calculator app? Anyone could make that."

Not true.

A calculator should show you the result of the mathematical expression you entered. That's much, much harder than it sounds.

What I'm about to tell you is the greatest calculator app development story ever told.

🧙‍♂️Marc Dijoux (@[email protected]) reposted

So cool to see the French government releasing a leaderboard for LLMs in French. Great example for public organizations all around the world IMO. It's time for everyone not just to be AI users/regulators but AI builders to regain their sovereignty!

ClementDelangue's tweet image. So cool to see the French government releasing a leaderboard for LLMs in French. Great example for public organizations all around the world IMO. 

It's time for everyone not just to be AI users/regulators but AI builders to regain their sovereignty!

🧙‍♂️Marc Dijoux (@[email protected]) reposted

Don't you just hate debugging a dropdown that hides once you focus out?! @ChromeDevTools to the rescue! Just toggle the "Emulate a focused page" checkbox - and you're good to go 🔥


🧙‍♂️Marc Dijoux (@[email protected]) reposted

magnet:?xt=urn:btih:7278e625de2b1da598b23954c13933047126238a&dn=pixtral-12b-240910&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%https://t.co/2UepcMHjvL%3A1337%2Fannounce&tr=http%3A%2F%https://t.co/NsTRgy7h8S%3A80%2Fannounce


🧙‍♂️Marc Dijoux (@[email protected]) reposted

🎉 Colab Pro and Pro+ now support Workspace organizations! 😻This gives Workspace customers of all shapes and sizes the ability to buy Colab Pro and Pro+ at discounted rates for longer commitments: workspaceupdates.googleblog.com/2024/06/google…

GoogleColab's tweet image. 🎉 Colab Pro and Pro+ now support Workspace organizations! 😻This gives Workspace customers of all shapes and sizes the ability to buy Colab Pro and Pro+ at discounted rates for longer commitments: workspaceupdates.googleblog.com/2024/06/google…

🧙‍♂️Marc Dijoux (@[email protected]) reposted
BarristerEliza's tweet image.

🧙‍♂️Marc Dijoux (@[email protected]) reposted

Code comments just got a lot better

IroncladDev's tweet image. Code comments just got a lot better

🧙‍♂️Marc Dijoux (@[email protected]) reposted

Are you ready to experience mixing like never before? ⌛️ #djayPro5 #MixingEvolved

Algoriddim's tweet image. Are you ready to experience mixing like never before? ⌛️

#djayPro5 #MixingEvolved

🧙‍♂️Marc Dijoux (@[email protected]) reposted

Docker images are being built 39x faster with the next-gen Docker Build! Join the limited early preview program to gain access today: bit.ly/3rRWOgR


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Next.js 13.4 ◆ App Router (Stable) ◆ Turbopack (Beta) ◆ Server Actions (Alpha) vercel.fyi/next-13-4


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Next.js 13.3 ◆ File-Based Metadata API ◆ Dynamic Open Graph Images ◆ Static Export for App Router ◆ Parallel Routes and Interception nextjs.org/13-3

nextjs.org

Next.js 13.3

Next.js 13.3 introduces dynamic open graph images, advanced static exports, parallel routes and interception, OTEL support, and more.


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Today we're releasing the Segment Anything Model (SAM) — a step toward the first foundation model for image segmentation. SAM is capable of one-click segmentation of any object from any photo or video + zero-shot transfer to other segmentation tasks ➡️ bit.ly/433YuBI


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Meta coming in hot with SAM Segment Anything Model (SAM) is a promptable segmentation system. It can "cut out" any object, in any image, with a single click. Masks can be tracked in videos, enable image editing apps, and even be lifted to 3D 🧵Quick tour and test


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Reading @MetaAI's Segment-Anything, and I believe today is one of the "GPT-3 moments" in computer vision. It has learned the *general* concept of what an "object" is, even for unknown objects, unfamiliar scenes (e.g. underwater & cell microscopy), and ambiguous cases. I still…


🧙‍♂️Marc Dijoux (@[email protected]) reposted

ChatGPT casually dropped an APP STORE 🤯 It can now: - browse the web (RIP Bing waitlist, cutoff) - write and run Python (RIP replit?) - access org info (RIP docsearch startups) - add third party plugins from OpenTable, Wolfram, Instacart, Zapier, etc) - developer SDK in preview


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Working with timezones in JavaScript is tough... But here's a way to test different timezones in your browser (Chrome/Brave edition) 1. Open Dev Tools 2. Click on the 3 dots 3. More tools 4. Sensors 5. Pick the timezone This helped me today test and fix a really annoying bug,…


🧙‍♂️Marc Dijoux (@[email protected]) reposted

iOS and iPadOS 16.4 beta 1 is now available with: • Web Push for Home Screen web apps • Focus support for Web Push • Badging API • Manifest ID • Third-party browser support for Add to Home Screen And more: webkit.org/blog/13878/web…


🧙‍♂️Marc Dijoux (@[email protected]) reposted

Introducing Route Handlers Easily define server-side API endpoints in App Router (app/) ◆ Pre-rendering / ISR support ◆ Powered by Web APIs (Request & Response) ◆ Multi-runtime (Edge & Node.js) ◆ Declarative method-based routing ◆ Streaming support beta.nextjs.org/docs/routing/r…

nextjs's tweet image. Introducing Route Handlers

Easily define server-side API endpoints in App Router (app/)

◆ Pre-rendering / ISR support
◆ Powered by Web APIs (Request & Response)
◆ Multi-runtime (Edge & Node.js)
◆ Declarative method-based routing
◆ Streaming support

beta.nextjs.org/docs/routing/r…

United States Trends

Loading...

Something went wrong.


Something went wrong.