TypeScript
Coverage of TypeScript in the Nexus archive.
- Parse, Don't Validate – In a Language That Doesn't Want You To
The article discusses the concept of 'Parse, Don't Validate' in TypeScript, highlighting challenges with parsing data in a language that enforces strict type systems. It references a blog post by Cekrem and a Hacker News comment thread with limited engagement.
- Six Proto6 Vulnerabilities in protobuf.js Expose Node.js Apps to RCE and DoS
Cybersecurity researchers identified six vulnerabilities in protobuf.js, a JavaScript and TypeScript implementation of Protocol Buffers, which could allow remote code execution (RCE) and denial-of-service (DoS) attacks in Node.js applications through malicious schemas or payloads.
- TypeScript devs no longer need to tangle with C# to use Aspire dev stack after Microsoft update
Microsoft released Aspire 13.4, making TypeScript first-class in the Aspire dev stack, eliminating the need for C#. New integrations include Go, Bun, Blazor/WebAssembly, and enhanced Kubernetes deployment features.
- Please don't spam people looking for employment. It's just cruel
Ilia, an unemployed immigrant with debt and job search challenges, received a spam email from someone offering AI and software development services. He expresses frustration that such messages exploit the desperation of job seekers, urging empathy and suggesting ways to cultivate humanity in AI systems.
- Perry Compiles TypeScript directly to executables using SWC and LLVM
Perry is a tool that compiles TypeScript directly into executables using SWC and LLVM. The article highlights this new compilation method.
- Deno 2.8
Deno released version 2.8, a JavaScript and TypeScript runtime. The release announcement was posted on the official Deno blog with minimal initial engagement on Hacker News.
- Flue is a TypeScript framework for building the next generation of agents
Flue is a new TypeScript framework designed for building the next generation of agents. The article highlights its introduction and mentions engagement metrics from Hacker News, including 17 points and 2 comments.
- Phoenix Launches Rise SDK for Perpetuals on Solana.
Phoenix Perpetuals launched the Rise SDK for Solana-based perpetuals trading, offering tools for developers to build trading bots, analytics, and structured products. The SDK supports TypeScript and Rust, featuring real-time data adapters and order instruction builders.
- Show HN: Tiao, A two-player turn-based board game
A developer showcases Tiao, a two-player turn-based strategy board game combining elements of Checkers and Go. The game is free, browser-based, and features multiplayer, AI, and open-source code on GitHub. It was designed by Andreas Edmeier over years of playtesting and built using TypeScript, Next.js, and other technologies.
- Show HN: Daemons – we pivoted from building agents to cleaning up after them
A company pivoted from developing Charlie, a TypeScript-focused coding agent, to creating Daemons, a tool designed to address operational challenges caused by agent-generated code. Daemons aim to resolve issues like outdated code, documentation drift, and stale dependencies by automating cleanup tasks for teams using AI agents.
- Show HN: I made a calculator that works over disjoint sets of intervals
The author developed a calculator implementing interval union arithmetic to address limitations in standard interval arithmetic, particularly division by intervals containing zero. The project, based on a 2017 paper, uses TypeScript and IEEE 754 doubles with outward rounding to ensure accuracy.