Tim Anderson's IT Writing

 


Vercel’s Scriptc is a TypeScript to native code compiler – how did we get here?

Vercel has previewed Scriptc on GitHub, a native compiler for TypeScript which is open source under the Apache 2 license. Scriptc takes TypeScript code as input and outputs a native code executable, along with an embedded JavaScript engine if needed, using the existing QuickJS ng project. The JavaScript engine is needed if there is code … Continue reading Vercel’s Scriptc is a TypeScript to native code compiler – how did we get here?


Getting started with Azure Artifact Signing

Signing applications is a requirement for deploying a desktop or mobile application and can be fiddly. Microsoft’s Azure Artifact Signing always looked to me like a good solution in that the pricing is reasonable at $9.99 per month for up to 5,000 signings, and it is run by Microsoft so one would think that the … Continue reading Getting started with Azure Artifact Signing


Kimi K3 and Qwen 3.8: is AI becoming a commodity?

Last week Moonshot AI introduced Kimi K3, with the promise that “the full model weights will be released by July 26 2026;” while Alibaba said on X that “Qwen 3.8 is launching and going open-weight soon”. These are capable LLMs (large language models), and the open weights promise means that developers will be able to … Continue reading Kimi K3 and Qwen 3.8: is AI becoming a commodity?


No Mono in Microsoft’s cross-platform MAUI framework on .NET 11 – and a quick hands-on

Microsoft has released preview 6 of .NET 11, for which release is expected in November, including a big change to MAUI (Multi-platform App UI): it now runs only on .NET Core, rather than the Mono runtime. Principal product manager David Ortinau reports that “your app builds and runs on CoreCLR, the same runtime behind ASP.NET … Continue reading No Mono in Microsoft’s cross-platform MAUI framework on .NET 11 – and a quick hands-on


Welcome to ITWriting.com


This site is where I post news and comment on the IT industry, with a focus on software development.

Tech writing blog

The ITWriting blog is where you will find all the content – news, reviews, and comment from an independent viewpoint. There are also thousands of comments from readers, in many cases of higher quality or greater interest than the original post.

To keep up-to-date with new posts, subscribe to the RSS feed or follow me on Twitter.

If you prefer to browse the blog without ads, you can sponsor the site to get a login.

Software projects

Along with occasional code samples, there are a couple of software projects hosted here.

The HTMLEditor is a .NET control for displaying and editing HTML text.

The Simple Wrapper for SQLite is for Delphi 7 and higher, enabling use of this fast open source database engine without using data binding or any other database framework.

Advertise here

It is a firm policy that advertising on this site is non-intrusive, never interfering with the reader’s experience. With that proviso, suitable advertising is accepted and the details are here.

Contact

Contact me by emailing tim(at)itwriting.com.