Neural network chess

#​518 — January 23, 2024 Read on the Web Microsoft TypeSpec: A TypeScript-Inspired Way to Define APIs — A language for concisely describing cloud service APIs and generating other API description languages (e.g. OpenAPI), client and service code, docs, and more. Formerly known as CADL. – GitHub repo. Microsoft Cryptography Fundamentals with Read more…

npm by the numbers

#​517 — January 16, 2024 Read on the Web npm in Review: A Retrospective in Numbers — From Socket comes a look at the past year from the perspective of the npm registry, focused largely on statistics (2.5 million live packages!), including download numbers, popular packages, as well as some Read more…

The latest npm registry shenanigans

#​516 — January 9, 2024 Read on the Web When ‘Everything’ Becomes Too Much: Fresh npm Package Chaos — While many of us were taking a break, some folks published an ‘ 1everything ‘ package that depended upon all public npm packages, resulting in millions of transitive dependencies. This caused.. some Read more…

100,000 stars within reach for Node

#​513 — December 5, 2023 Read on the Web Node v21.3.0 and v21.4.0 (Current) Released — We’ve mentioned it in passing, but Node has gained a new 1–disable-warning option to disable specific warnings (as opposed to all warnings). There’s also a perf boost for 1fs.writeFileSync to work up to 2.5x Read more…

Deno adds Deno Cron for job scheduling

Deno Land, the developers of the Deno TypeScript/JavaScript runtime, have introduced Deno Cron, a feature the company describes as an easy way to create scheduled jobs. Announced November 29 and available behind the 1–unstable flag in Deno 1.38, 1Deno.cron() is a function that takes three parameters: the name of the Read more…

Issue 2 to the power of 9

#​512 — November 28, 2023 Read on the Web Node.js Download Statistics — Node.js TSC member Matteo has put together a handy site that visualizes the publicly available Node.js download statistics, partly as a way to help guide you as to which versions and which architectures need the most support. Read more…