RSSAmplifier

Blog

Tim Anderson's IT Writing

Tech Writing

itwriting.comRSS feed ↗10 posts

Latest posts

Linux on the desktop: growing, but not by as much as some claim

My attention was caught by the claim that Linux desktop use surged to 22% on one workday. Unfortunately the claim does not stand up to scrutiny. The figures are drawn from Cloudflare data and based on North America only. The 22% is there but only at 9:00 UTC, which is 4:00am on the east coast Continue reading Linux on the desktop: growing, but not by as much as some claim

First steps with MAUI: some friction

I am evaluating Microsoft s MAUI (Multi-platform app UI) for use on a cross-platform project. I mainly develop on a Mac with Visual Studio Code. Setup for MAUI development is well explained here though getting everything in place for Mac Catalyst, iOS and Android is tedious. There is a tricky issue related to Apple s Xcode, needed Continue reading First steps with MAUI: some friction

Running Visual Studio 2008 in Windows 11

One thing Microsoft is generally good about is keeping old applications running. Applications built with Visual Basic 6.0 (first released in 1998) still run well (in most cases) on the latest Windows. I maintain an application which is not quite that old, but which was built with Visual Studio 2008 and .NET Framework 2.0. It Continue reading Running Visual Studio 2008 in Windows 11

Can AI write as capably as humans?

Although I make mistakes when I write, it is an activity that comes easily to me. Sometimes it is difficult: finding the best title, opening paragraph, closing paragraph, how to express a thought with the right nuance; all these things can be hard. If I know what I want to say though, the words come Continue reading Can AI write as capably as humans?

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…

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…

JetBrains Resharper for Visual Studio Code adds C# debugging support

One of the oddities of Microsoft s Visual Studio Code is that it is free to use for almost anything other than the company s own .NET platform. That is, there is nothing to stop developers from coding in C# with VS Code and using the .net command-line tools without paying Microsoft for a license; but the Continue reading JetBrains Resharper for Visual Studio Code adds C# debugging support

Notes from the field: when Remote Desktop cannot connect

Following a power outage, all my Windows servers (hosted on a single Hyper-V server) rebooted. They are configured to come back up, but I found that Remote Desktop was not working to many of them, including the domain controller. I found a workaround using the Hyper-V manager on one server to which I could connect; Continue reading Notes from the field: when Remote Desktop cannot connect