Programming News and Views
Send your programming press releases, news items or comments to: NewsDesk@i-programmer.info
December Week 1 06 Dec | Editor In the news this week Nikos Vaggalis reminds us that Advent of Code is now underway and that Hour of Code, now renamed Hour of AI to reflect the zeitgeist, is about to start. We also have news from re:Invent and there's a new release of Kotlin. |
Researchers Use AI And Robot Dogs To Detect Wildfires 05 Dec | Lucy Black A pilot scheme supported by Horizon Europe is investigating the use of AI and robot dogs to detect and mitigate wildfires. |
Apache NetBeans 29 Improves Gradle Support 05 Dec | Kay Ewbank Apache NetBeans 28 has been released with improvements to Gradle 9 support, better handling of the Maven UI, and expanded JUnit integration. |
Codacy Releases AI Risk Reduction Tool 04 Dec | Kay Ewbank Codacy has launched two new products to help control genAI coding. AI Risk Hub and AI Reviewer form a code compliance suite that organizations can use for governance of AI-generated code and smart, context-aware code reviews. |
Microsoft Adds IQ Layer To Fabric 04 Dec | Kay Ewbank Microsoft is adding a "semantic intelligence layer" to Fabric to add that elevates Fabric from a unified data platform to a unified intelligence platform. The announcement says the extra layer will turn an organization's data into "a live, structured, connected model of how your business operates". |
Hour Of AI 2025 About To Start 03 Dec | Nikos Vaggalis Hour Of Code has been renamed. This year and from now on it will be called "Hour Of AI", giving in to this AI-dictated era. Another indication that coding has shifted from a task of manual labor to one of automated generation. Code.org is a trend setter and crucial to kids' education relating to Computer Science, so the rebranding is highly significant. |
Amazon Updates From re:Invent 03 Dec | Kay Ewbank This week in Las Vegas, Amazon has made several announcements at its annual user conference, re:Invent, including updates to AWS Transform, and the introduction of Lambda managed instances. |
Google Launches Colab Extension For Visual Studio 02 Dec | Kay Ewbank Google has launched a new Google Colab extension for Visual Studio Code. Colab is Google's platform for AI/ML development. |
Aspire Adds Support For More Languages 02 Dec | Kay Ewbank Microsoft has announced support for more languages in Aspire. The .NET part of its name has also been dropped, and there's a new website rather than just the GitHub repository. |
Vite+ - A New Toolset 01 Dec | Kay Ewbank There's a drop-in upgrade to Vite with additional features. The developers say Vite+ is a command-line developer tool you can install from npm, just like Vite itself. |
Advent Of Code 2025 Commences 01 Dec | Nikos Vaggalis It's Advent, the time of year when we countdown the days to Christmas having fun doing daily coding challenges. Advents, in the programming sense, are events hosting programming puzzles announced every day till Christmas, aimed at a variety of skill levels. |
Python In The Age Of AI 30 Nov | Mike James For its Octoverse event, GitHub recorded an interview with Guido van Rossum, the creator of Python. From it we learn about the origins of Python and its name and its role in the age of AI. |
November Week 4 29 Nov | Editor This week has been dominated by Black Friday - and the deals continue until Cyber Monday. So there's still time to take advantage of Scrimba's 35% for those upgrading to Pro, Coursera's 40% on annual subscriptions to Coursera Plus and Udacity's 55% off All AI & Tech Courses. Follow these links, those in I Programmer's articles and our display adverts so that we earn fees. |
Project SPARROW Takes Off 28 Nov | Lucy Black Fundación Biodiversa in Colombia has become the first pilot of Microsoft's Project SPARROW. SPARROW, developed by Microsoft's AI for Good Lab, is an AI-powered edge computing solution designed to monitor and protect wildlife in the most remote regions of the world. |
Build AI Apps with MCP Servers With DeepLearning.AI 28 Nov | Nikos Vaggalis A new course, thanks to Andrew Ng and his partnership with Box, that shows how you can leverage MCP servers to offload otherwise laborious and custom-made work. |
Kotlin 2.3 Improves Swift Interop 27 Nov | Mike James Kotlin 2.3 is available now as a release candidate. The new version adds a new checker for unused return values, and changes to context-sensitive resolution. The release candidate adds support for Java 25, and improved interop through Swift export. |
Google Announces BigQuery-Managed AI Functions 27 Nov | Kay Ewbank Google has announced the public preview of BigQuery-managed AI functions. The three new functions let developers use generative AI for common analytical tasks directly within their SQL queries. |
Panic Over Arduino Ts and Cs 26 Nov | Harry Fairhead It could have been good news that Qualcomm had taken over Arduino. Adding its financial muscle and processor resources to the very popular development environment could have, and still could, produce something rewarding for everyone. But Arduinophiles are panicking over some changes to the licensing. |
Other Articles
|

I Programmer Library
Featured Articles
Ivan Sutherland - Father of Computer Graphics 06 Dec | Historian Computer graphics wasn't invented by one man, but Ivan Sutherland had a lot to do with it and his is the name you generally think of first in connection with its development. |
Programmer's Python Data - JSON 03 Dec | Mike James JSON is a very popular text data format, but it is based on JavaScript. Can this work with Python? Find out what lies behind in this extract from Programmer's Python: Everything is Data. |
The Fundamentals of Pointers 30 Nov | Mike James Despite the fact that pointers have been long regarded as "dangerous" they are still deeply embedded in the way we do things. Much of the difficulty in using them stems from not understanding where they originate from. Pointers are a sophisticated abstraction that wraps some fundamentals of assembly language. |
Why Dev Teams See AI Phishing Attacks as a Major Supply Chain Risk 24 Nov | Jeff Broth AI phishing is the use of generative technologies to create hyper-personalized, contextually accurate, and highly convincing social engineering attacks that compromise human credentials and trust. We look at what the risks are and provide some pointers for introducing controls and guardrails. |
Math And Programming - Perfectly Matched 21 Nov | Mike James Computer scientists are mathematicians? With AI threatening both programming and mathematics, we need to ask what is math and what, if anything, does it have to do with programming. We need to teach programming so that the math seems easy. |
Unhandled Exception!
|
Book Watch
Follow Book Watch on Twitter
Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some but by no means all of the books in Book Watch are eventually reviewed.
The Shortest History of AI (Experiment Llc) 05 Dec This book tells the history of the development of artificial intelligence through its six essential animating ideas. Toby Walsh explores how since Alan Turing first posed the question “Can machines think?” artificial intelligence has evolved from a speculative idea to a transformative force. He traces this evolution, from Ada Lovelace’s visionary work to IBM’s groundbreaking defeat of the chess world champion and the revolutionary emergence of ChatGPT. <ASIN:B0DSZ7MTVS > |
Perl Programming, 2nd Ed (In Easy Steps) 03 Dec This book illustrates programming basics with variables, operators, and functions before moving on to demonstrate the creation of reusable Perl modules. Mike McGrath then shows how Perl can read and write files on your system. Object-Oriented Programming (OOP) with Perl is demonstrated next to emulate real-world object properties and behaviours. <ASIN:1787910482 > |
Automate the Boring Stuff with Python Workbook (No Starch Press) 01 Dec This workbook transforms Al Sweigart’s guide from a reading experience into a coding experience. Following Automate the Boring Stuff with Python chapter by chapter, this workbook will help turn concepts into muscle memory through carefully designed exercises, projects, and real Python scripts. Every concept is reinforced through carefully sequenced questions, exercises, and projects that help you think like a programmer and prove to yourself that you really get it. <ASIN:1718504500 > |
| More Book Watch |
Previous Book Watch.
Follow Book Watch on Twitter.
Publishers send your book news to:
bookwatch@i-programmer.info
