DevOps

Rust 1.82 brings Cargo info subcommand
Rust 1.82, the newest version of the popular memory-safe programming language, fulfills a longstanding request for displaying information in the Cargo package manager registry. Also with Rust 1.82, Apple macOS on 64-bit Arm now offers Rust’s highest...
2024-10-21 20:09
IBM works to address the developer skills gap with AI
When IBM announced in May 2023 that its generative artificial intelligence tools were in use by its AI assistant, watsonx, to help enterprises modernize their mainframe applications by translating COBOL code into Java, it was just the beginning of its...
2024-10-21 13:25
11 open source AI projects that developers will love
The most creative and impactful ideas in software often appear as open source. Sharing code invites a global community of contributors to work together to drive a project forward. Artificial intelligence is no exception. While AI’s need for computat...
2024-10-21 09:00
How Kubecost shines a light on GPU efficiency
Many enterprise engineering teams—perhaps most at this point—have dived headlong into GPUs to build out proofs-of-concept and operationalize new products. While competitive pressures dictated the direction, GPU cost concerns have begun moving from...
2024-10-21 09:00
Stopping the rot in AI spending
They say that half the money spent on advertising is wasted, but the problem is figuring out which half. If that’s true, the problem is arguably worse for AI. Talk to people deep in the AI weeds and they’ll tell you upwards of 90% of money spent o...
2024-10-21 09:00
Free-threaded programming in Python 3.13
This (half-) month in Python and elsewhere: Python 3.13’s “no-GIL” or “free-threaded” version is out, and you can try it right now! Also, explore the ins and outs of Anaconda’s Python distribution for data science and get cracking on a Pyt...
2024-10-18 09:00
AI stagnation: The gap between AI investment and AI adoption
AI continues to shape cloud strategies, but AI implementation is going slower than most predicted. This is frustrating for technology providers who have made big bets on AI. What’s going on? A recent survey conducted by Censuswide on behalf of Re...
2024-10-18 09:00
True multithreading in Python at last!
This (half-) month in Python and elsewhere: Python 3.13’s “no-GIL” or “free-threaded” version is out, and you can try it right now! Also, explore the ins and outs of Anaconda’s Python distribution for data science and get cracking on a Pyt...
2024-10-18 09:00
How to use Task.WhenEach in .NET 9
The upcoming release of .NET 9 introduces the Task.WhenEach method, which enables developers to handle asynchronous tasks more elegantly. The Task.WhenEach method allows us to iterate through tasks as they complete, without having to call Task.WaitAny...
2024-10-17 09:00
Secure Azure Kubernetes with Advanced Container Networking Services
Microsoft’s Azure Kubernetes Service is designed to take care of much of the day-to-day management of Kubernetes, simplifying a lot of the complexity that goes with building and running large-scale, cloud-native applications. With Azure taking much ...
2024-10-17 09:00
Introducing Pull Request Annotation for CodeQL and Dependency Scanning in GitHub Advanced Security for Azure DevOps
In the world of software development, security is paramount. As developers, we strive to write clean, efficient, and most importantly, secure code. GitHub Advanced Security for Azure DevOps has always been at the forefront of providing tools that make ...
2024-10-17 00:18
WasmGC and the future of front-end Java development
JavaScript is the clear choice for front-end development today, but there is a longstanding push to be able to use Java on the front end. Among other things, Java brings a vast ecosystem of libraries, frameworks, and application code, which can be exp...
2024-10-16 09:00
Get started with the free-threaded build of Python 3.13
The single biggest new feature in Python 3.13 is something Python users have anticipated for ages: a version of Python that allows full concurrency between Python threads by removing the Global Interpreter Lock. Whether you call it “free-threaded”...
2024-10-16 09:00
How to manage generative AI programs – governance, education, regulation
Generative artificial intelligence has grown extremely rapidly, attracting investment and sparking developer interest and creativity. Companies see generative AI as a route to building innovative services and revolutionizing their industries. However,...
2024-10-15 09:00
At the mercy of social media
I like Instagram as much as the next guy. I check in daily on my carefully curated feed of folks I follow and then work hard not to doomscroll the day away. One of my favorite follows is an adorable Corgi (aren’t they all adorable?) named Parsnip. ...
2024-10-15 09:00
Why are we still confused about cloud security?
A report by cloud security company Tenable discovered that 74% of companies surveyed had exposed storage or other misconfigurations. This is a dangerous open door to cybercriminals. Overall, cloud security is getting worse. The availability and qualit...
2024-10-15 09:00
Open source package entry points could be used for command jacking
Open source application packages, including those in Python and JavaScript, have a vulnerability in their entry points that could be used by threat actors to execute malicious code to steal data, plant malware, and more. This warning to developers and...
2024-10-14 15:48
How do we fund open source?
The world has come to rely upon the free work of millions of skilled software developers—the maintainers of free open-source software (FOSS) projects. But the world hasn’t given them a tip. While it’s true that many open-source maintainers are p...
2024-10-14 09:00
Making genAI work for you
It’s not often someone can talk about genAI in a “pragmatic and realistic” way, but those are exactly the accolades handed out to AWS Product Management Director Massimo Re Ferrè following his recent generative AI (genAI) talk. It’s not hard ...
2024-10-14 09:00
Making generative AI work for you
It’s not often someone can talk about genAI in a “pragmatic and realistic” way, but those are exactly the accolades handed out to AWS Product Management Director Massimo Re Ferrè following his recent generative AI (genAI) talk. It’s not hard ...
2024-10-14 09:00