Archives For programming

For testing purpose, Microsoft .NET 10 (preview version so far) is available to install in Ubuntu 22.04, Ubuntu 24.04, and 25.04 through PPA.

.NET 10 is the next LTS (Long Term Support) release with 3 years of support. It’s so far in preview development stage, while the full release is expected in November 2025.

Continue Reading…

VS Code 1.102, the June release of Microsoft’s IDE, was released few days ago on Wednesday.

Since the release, Copilot Chat is finally open-sourced under the MIT license. And, the source code, is available at this github page.

Continue Reading…

After more than one and half year of development, the free open-source geany text editor released new major 2.1 version!

The new release of this lightweight IDE is named “Yage”. It added geany-themes, the separated color schemes in built-in.

Meaning users can now easily change the color scheme from “View” menu, without downloading & installing the themes manually.

Continue Reading…

Visual Studio Code announced new monthly 1.101 (aka May 2025) releases few days ago.

The new release of this free open-source code editor allows you to define tool sets through either the UI or a proposed API. Tool set can group related tools together, making it easier to use them in your chat.

Continue Reading…

Python 3.14, the next major version of the popular programming language, released the third Beta few days ago. Here’s how to install it in all current Ubuntu releases.

Python 3.14 is planned to be released on October 07, 2025, with 5 years of support until 2030. It’s so far in Beta for testing and software developers to prepare their project for new Python version compatibility.

Continue Reading…

After 3 months of development, Apache NetBeans announced the new 26 release today.

The new release updated its UI with better HiDPI support. It now displays the dragged tab image and ensures to render SVG icons at full resolution on HiDPI screens. And, there are 150 more icons updated from GIF/PNG to SVG to look good on HiDPI/Retina screens.

Continue Reading…

Visual Studio Code 1.100, the April 2025 release of Microsoft’s IDE, was released one day ago on May 8.

The new version now uses GPT-4.1 as the default base model in AI chat, though it’s a progressive roll-out feature that may not yet be available to all users.

It implemented support for OpenAI’s apply patch editing format (GPT 4.1 and o4-mini) and Anthropic’s replace string tool (Claude Sonnet 3.7 and 3.5), that results significantly faster edits, especially in large files.

Continue Reading…

The March 2025 release of Visual Studio Code, aka 1.99, was released few days ago.

The new release introduced chat agent mode for VS Code Stable, which can be enabled by setting chat.agent.enabled.

With chat agent mode in Visual Studio Code, you can use natural language define a high-level task and to start an agentic code editing session to accomplish that task.

image from visualstudio.com

Continue Reading…

GNU Octave, the free open-source programming language for scientific computing and numerical computation, rolled out the new 10.1.0 release.

The official announcement is not ready at the moment of writing. Though, the source tarball was made available to download since last week. And, I’ve made the package into PPA for all current Ubuntu releases.

Continue Reading…

After 5 years since the last 20.03, the Code::Blocks IDE finally announced new 25.03 stable release few days ago.

The new Code::Blocks 25.03 added support for MinGW64, MSYS2, MSVC17 and TDM compilers, C++ standards 23 and 26 (and their gnu extensions), as well as new -std=c23 and -std=gnu23 options on GCC13 and newer.

Continue Reading…