CREATIVE CODING BLOG
Quick Talk
following my latest study of blog design using masonry bootstrap, I decided to investigate the same effect with tailwind css. Turns out that it's so simple it's done in native tailwind without css.. Example on tailwindflex, collection of tailwind layouts. Speaking of tailwind, you'll find here a collection of free templates. Seems that tailwind likes […]
Read more »
small evolution of blog design towards creativity. 2023 was the occasion of rendering a simple bootstrap card design with masonry layout, meaning that image proportions can vary and rows cannot be arranged equally. This is the choice that gives privileges to image integrity as opposed to image cropping, which gives a good looking layout but […]
pinia subscribe method is very powerful, in any component you can subscribe to global state variables, manipulate them and use this combination as communication between components. It's also a dangerous game, as infinite recursivity can occur. counting reactivity occurences first thing is to measure the number of recursive calls to your subscribe Modifying state variable […]
We were surprised by the quality of still pictures generated by the likes of MidJourney and DALL-E, and that was only a few months ago. OpenAI, maker of the famous CHAT GPT, released videos generated by its new machine, baptised SORA. Live mammoths Results are just overwhelming : realistic animated photo movie quality scenes are […]
Following a nice tutorial that introduces nuxt composable structure via Vue Composition Api, I create this Nuxt starter for a three js project that is the foundation for future development of on demand full screen configurator using primevue UI components . 1 - First draft : basic primevue threejs integration Quite easy these days, to […]
beyond the usual midjourney, chat gpt, stable diffusion, you find niche AI solutions that accomplish specific tasks. Source : TechCrunch AI section
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 […]