CREATIVE CODING BLOG
Quick Talk
beyond the usual midjourney, chat gpt, stable diffusion, you find niche AI solutions that accomplish specific tasks. Source : TechCrunch AI section
Read more »
Veille sectorielle
Le rapprochement entre Iscope et KB Crawl SAS conforte la stratégie de développement de KB Crawl SAS dans le domaine des solutions de veille. Rueil-Malmaison, le 7 février 2024 - Éditeur français de solutions de veille, KB Crawl SAS officialise le rachat de la société Iscope. Depuis le 1er janvier 2024, l’équipe d’Iscope a rejoint celle […]
how long does it take to get a serious algorithmic engineer to learn machine learning ? I would say a few years. From what I see as an AI outsider, LLM is only a subset of millions of available deep learning techniques. And within LLM, you find the transformer. but What is a transformer ? […]
I have to admit I'm a few years behind the wordpress news. Just discovering the power of Gutenberg, combined to a dozen free layout and elements plugins, a wonderful world here.
Well it sounds official now : we cannot rely on PHP mail's function (or its wordpress extension wp_mail ) to send emails. That's good news because in the case of WordPress like other applications (Prestashop has native SMTP), we can now configure SMTP email sending via free plugins. Most popular is https://wpmailsmtp.com/. It comes free […]
Dealing with large datasets is easy for a professionnal programmer, lots of solutions exist for database systems like Mysql and its famous phpmyadmin self hosted suite. But working with non technical colleagues involves creating smart interfaces, and you can start with pre defined CRUD (Create, Read, Update, Delete) systems, also called BREAD (Browse, Read, Edit, […]
in the 70s , the MAD acronym stood for Mutually Assured Destruction, a sign of times when nuclear weapons on both sides of antagonist empires of the COLD WAR where in numbers that guaranteed total destruction of life on the planet if fired together in reciprocal strikes. Today, the MAD Acronym resurfaces with a similar […]
In a NUXT3 multi component application, some elements might not be available instantly with the document.querySelector API. This behaviour has been identified as a resolved issue since 2022 (and that was about nuxt2) and the only way to solve it seems to activate the selector after setTimeout in the mounted event of the component. I […]
Default Gunteberg editor comes with basic layout features, allowing management of blocks within predefined column width, that can be adjusted via the Block options. this is very handy to start with advanced image/ text alignement issues, one thing missing though is the ability to work with responsivness customization. The example below demonstrates the column block, […]
WordPress has two functions that you can use to create links to a series or articles sorted by tag (cloud style with wp_tag_cloud ) or category (hierarchical style via wp_list_categories) add a description to your category list using simple walker via wonderful stackexchange threads providing wordpress category list shortcode and walker to add description to category list