by Azalio tdshpsk | Oct 21, 2024 | Cloud
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 computational firepower...
by Azalio tdshpsk | Oct 21, 2024 | Cloud
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 on AI is waste, and...
by Azalio tdshpsk | Oct 19, 2024 | Cloud
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 Python-powered generative AI...
by Azalio tdshpsk | Oct 18, 2024 | Cloud
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 Red Hat polled 609 IT...
by Azalio tdshpsk | Oct 18, 2024 | Cloud
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 Python-powered generative AI...
by Azalio tdshpsk | Oct 17, 2024 | Cloud
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 repeatedly in...