Archives For programming

A new monthly version of Microsoft’s code editor, Visual Studio Code 1.105, was released few days ago.

The release added 2 new AI chat models, GPT-5-Codex and Claude Sonnet 4.5. In addition to Google and Github account, it now allows to sign in or sign up GitHub Copilot with an Apple account, along with

Continue Reading…

Python announced the new 3.14 version yesterday! See what’s new and how to install guide for Ubuntu users.

Python 3.14 is the latest stable release of the Python programming language, with 5 years support until 2030.

Since the release, the free-threaded build of Python is officially supported and no longer experimental. It’s so far optional, though will be make default in next phase.

Continue Reading…

Visual Studio Code 1.104, the August release of Microsoft’s code editor, was released few days ago.

The new release introduced Auto AI model selection support (Preview feature), allowing to automatically choose between Claude Sonnet 4, GPT-5, GPT-5 mini, and GPT-4.1 models, to get the optimal performance and reduce rate limits.

Continue Reading…

Go programming language released new 1.25 version on Tuesday after another 6 months of development.

The new release introduced new Go command options, runtime and compiler changes, some new packages, and platform changes.

Continue Reading…

Visual Studio Code 103, the July release of the Microsoft’s IDE, was released few days ago on Thursday.

The new release made OpenAI GPT-5, the new model released on the same day, to all paid GitHub Copilot plans.

Continue Reading…

JetBrains announced the 2025.2 release of its IntelliJ IDEA and PyCharm IDE yesterday.

In the release, the AI-powered code completion now suggests code blocks for Java in offline, and lets you choose your preferred local code completion model.

Continue Reading…

JetBrains announced the 2025.2 release of its PyCharm Python IDE today!

2025.2 will be the last supported version of PyCharm Community. In the next 2025.3, there will be only an unified PyCharm with core functionality (including Jupyter Notebook support) for free and a Pro subscription with additional features.

Continue Reading…

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…