Home

Published

- 3 min read

Syntax & Strategy - Edition 2

img of Syntax & Strategy - Edition 2

Top Stories

Better vs. Done

“There, it’s done” - (…) the rule of school. Pencils down. Hand it in.

Seth Godin again drops an incredible insight about the world we live in. Most people are trained just to do exactly this. Do the bare minimum. Do not think too much about what you are actually doing.

Personally I do not see the appeal. Every moment presents an opportunity for growth and learning.

Full Article: https://seths.blog/2026/02/better-vs-done/

VSCode moves to a Weekly Release Cycle

With the version of 1.111 VSCode will start to release a new version every week. However, if that pace is too slow for you, you can still download Insider Builds every day.

The development team implemented mechanisms to ensure the continued development of high-quality releases. This will be achieved by simplifying their process to create test plans for new features.

While this is fantastic news for users, allowing us to use new and cutting edge AI features and tools, I sincerely hope the development team takes care of themselves and avoids burnout.

Full Article: https://code.visualstudio.com/updates/v1_111

Fake job recruiters hide malware in developer coding challenges

North Korean Fake Interviewers are another reason why you should not do a Coding Interview. Their attack is quite simple - You’re given the task of debugging and running the provided source code. If you run it, it will install some malware with npm dependencies.

Full Article: https://www.bleepingcomputer.com/news/security/fake-job-recruiters-hide-malware-in-developer-coding-challenges/

Research: https://www.reversinglabs.com/blog/fake-recruiter-campaign-crypto-devs

React Foundation officially Launches

It was in October announced that React will get a new home and now it is official.

https://react.dev/blog/2026/02/24/the-react-foundation

Science

Midlife weight loss linked to longer, healthier lives

In short, maintaining a lifelong BMI below 25 is ideal. This study aimed to determine whether weight management is generally beneficial. The findings suggest that it is indeed advantageous, as it can provide substantial long-term health benefits.

https://www.sciencedaily.com/releases/2025/05/250528132109.htm

Random

Tool Updates

Typescript 6.0

This release holds special significance for several reasons. It marks the final version of TypeScript written in JavaScript. Starting with TypeScript 7.0, the compiler will be developed in Go. Notably, this release serves as an ideal opportunity to transition smoothly to the new default settings that will be implemented with TS 7.0.

https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/

Vite 8.0

Now with Rolldown under the hood and promises a 10-30x faster builds while maintaining plugin compatibility.

https://vite.dev/blog/announcing-vite8

BiomeJS 2.4

Now with HTML a11y support.

https://biomejs.dev/

Electrobun

Why not ship electron with Bun instead of Node? It promises smaller bundles and faster start time…

https://blackboard.sh/electrobun/docs/

NumpyTS

For all of us that wanted to use NymPy with TypeScript. Probably Should be named NumTs…

https://numpyts.dev/

React Doctor

This is an intriguing project that aims to detect React issues and simultaneously instruct an AI model to fix them. The issue detection part is quite effective, but the AI aspect is a bit unpredictable, as is typical with AI-related tasks.

https://www.react.doctor/