ooh.directory
Visit this blog djangoandy.com
My travels through the worlds of Django, Python, DevOps and Full Stack web development.
Any gaps could be due to errors when fetching the blog’s feed.
OpenAI (who owns ChatGPT) released a new model today. It is called o1. The main difference between models like 4o is it inherently performs chain of thought reasoning when producing an answer. What is chain …
In mid July 2024, OpenAI released a new model – named GPT-4o Mini. GPT-4o Mini was touted as a cheaper, faster model that was just as good, and probably better than the previous model GPT-3.5 …
Write Ahead Logging (WAL) mode is a mode that enables more concurrent writes in SQLite. I implemented this as I have a local Django app that uses SQLite, and sometimes I would get database locks …