> First published on Substack: https://andresalvareziglesias.substack.com/p/using-offline-ai-models-for-free
The Ollama project allows us to donwload and use AI models for offline usage with our computer resources. This allows us to experiment with ...
Welcome to the fourth entry on the Progressive Web Application with Django series. In this chapter we will learn how to install our webapp as a native application. Very useful and really easy.
Allowing native installation
With a small change to...
Welcome to the third entry on the Progressive Web Application with Django series. In this chapter, we'll learn how to cache resources for our PWA to be able to use them offline, without an active internet connection.
!Online and offline resources i...
Since Python 3.13, the famous Python GIL is optional. This is a long requested functionality but, is the performance gain of threaded code real?
Let's test the performance of a threaded application with and without the GIL.
!Testing the performanc...