Quick Talk
14 April 2025 by erwan | Leave a Comment
Ever experienced repetitive fine tuning of threeJS scene ? and camera controls revert back to original position, and you end up wasting time finding right position to check the modifications visually ? the localStorage / sessionStorage javascript objects allow you to store this information and restore it at reload time. All you need is to […]
Read more »
7 April 2025 by erwan | Leave a Comment
Playing with AI generation is showing massive improvement in 1. prompt understanding and 2. proper response. Demo of a single prompt javascript generated shoot them up game
2 April 2025 by erwan | Leave a Comment
switching back and forth from google search to gemini seems to bring the best fo both worlds. I asked Gemini to code a pure javascript accordion , it answered with alpine js code which is not too bad. Then a simple search query on google for "tailwind plus minus number alpine" led me to penguinui […]