ومضات من الذكاء الصنعي العام في نماذج اللغات الكبيرة

التقدم العلمي في مجال الذكاء الصنعي Artificial Intelligence وبالتحديد نماذج اللغات الكبيرة Large Language Models LLMs والذي بدأت أنباؤه وانعكاساته تصل قطاعات الاقتصاد كافة، وصل إلى مرحلة حرجة وملحة، تحتاج تسليط الضوء وتحتاج التمعن في معانيها وتبعاتها. في الأسابيع القليلة الماضية، قامت شركة OpenAI بالاعلان عن نموذج GPT-4. وجامعة Stanford أعلنت عن إصدار نموذج Alpaca […]

YAML Files – Formatting Long Strings

Keep the Yaml files in your project tidy is useful. Not only it improves code readability but also helps avoiding misunderstanding and bugs. Luckily there are many tools available that helps with “linting” and formatting yaml file, I introduced two of those tools in an earlier blog post titled: YAML Files – Linting and Formatting. […]

https://disaster-help.info – A curated list of useful URLs for the aftermath of earthquake disaster in Turkey and Syria in February 2023

The 6th of February 2023, a massive 7.8 earthquake hit a region in southern Turkey very close to the borders of Syria, in the early morning hours as most people were still asleep followed by many aftershocks including a massive 7.5 magnitude aftershock that happened on the same day while people were undergoing rescue operations […]

docker-compose-certbot

A Docker-first solution to running NGINX reverse proxy with automatically updated Let’s Encrypt SSL certificates using nginx-proxy and acme-companion

In a previous blog post, I presented a solution to use docker-compose to obtain and renew a Let’s Encrypt SSL certificate and configure NGINX to use it. The solution depended on using two docker-compose files, one for the initialisation and the second for operation, as well as a cron job, and a couple of very […]

Migrating a self-hosted manual deployment of Rocket.Chat to a deployment based on docker-compose without losing data

Docker and docker-compose provides an amazing way to quickly setup complicated applications that depends on several separate components running as services on a network. This is evident in the amount of time and effort docker-compose spare when deploying a certain web-app like Rocket.Chat, the open-source business communication platform that provides many features such as persistent […]